-
-
Save anonymous/99bb2157ac59f4cf812102d9f8742ede to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "UTF-8"; | |
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ | |
/** | |
* 1. Set default font family to sans-serif. | |
* 2. Prevent iOS text size adjust after orientation change, without disabling | |
* user zoom. | |
*/ | |
@import url("//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.min.css"); | |
html { | |
font-family: sans-serif; | |
/* 1 */ | |
-ms-text-size-adjust: 100%; | |
/* 2 */ | |
-webkit-text-size-adjust: 100%; | |
/* 2 */ } | |
/** | |
* Remove default margin. | |
*/ | |
body { | |
margin: 0; } | |
/* HTML5 display definitions | |
========================================================================== */ | |
/** | |
* Correct `block` display not defined for any HTML5 element in IE 8/9. | |
* Correct `block` display not defined for `details` or `summary` in IE 10/11 | |
* and Firefox. | |
* Correct `block` display not defined for `main` in IE 11. | |
*/ | |
article, | |
aside, | |
details, | |
figcaption, | |
figure, | |
footer, | |
header, | |
hgroup, | |
main, | |
menu, | |
nav, | |
section, | |
summary { | |
display: block; } | |
/** | |
* 1. Correct `inline-block` display not defined in IE 8/9. | |
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. | |
*/ | |
audio, | |
canvas, | |
progress, | |
video { | |
display: inline-block; | |
/* 1 */ | |
vertical-align: baseline; | |
/* 2 */ } | |
/** | |
* Prevent modern browsers from displaying `audio` without controls. | |
* Remove excess height in iOS 5 devices. | |
*/ | |
audio:not([controls]) { | |
display: none; | |
height: 0; } | |
/** | |
* Address `[hidden]` styling not present in IE 8/9/10. | |
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. | |
*/ | |
[hidden], | |
template { | |
display: none; } | |
/* Links | |
========================================================================== */ | |
/** | |
* Remove the gray background color from active links in IE 10. | |
*/ | |
a { | |
background-color: transparent; } | |
/** | |
* Improve readability when focused and also mouse hovered in all browsers. | |
*/ | |
a:active, | |
a:hover { | |
outline: 0; } | |
/* Text-level semantics | |
========================================================================== */ | |
/** | |
* Address styling not present in IE 8/9/10/11, Safari, and Chrome. | |
*/ | |
abbr[title] { | |
border-bottom: 1px dotted; } | |
/** | |
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome. | |
*/ | |
b, | |
strong { | |
font-weight: bold; } | |
/** | |
* Address styling not present in Safari and Chrome. | |
*/ | |
dfn { | |
font-style: italic; } | |
/** | |
* Address variable `h1` font-size and margin within `section` and `article` | |
* contexts in Firefox 4+, Safari, and Chrome. | |
*/ | |
h1 { | |
font-size: 2em; | |
margin: 0.67em 0; } | |
/** | |
* Address styling not present in IE 8/9. | |
*/ | |
mark { | |
background: #ff0; | |
color: #000; } | |
/** | |
* Address inconsistent and variable font size in all browsers. | |
*/ | |
small { | |
font-size: 80%; } | |
/** | |
* Prevent `sub` and `sup` affecting `line-height` in all browsers. | |
*/ | |
sub, | |
sup { | |
font-size: 75%; | |
line-height: 0; | |
position: relative; | |
vertical-align: baseline; } | |
sup { | |
top: -0.5em; } | |
sub { | |
bottom: -0.25em; } | |
/* Embedded content | |
========================================================================== */ | |
/** | |
* Remove border when inside `a` element in IE 8/9/10. | |
*/ | |
img { | |
border: 0; } | |
/** | |
* Correct overflow not hidden in IE 9/10/11. | |
*/ | |
svg:not(:root) { | |
overflow: hidden; } | |
/* Grouping content | |
========================================================================== */ | |
/** | |
* Address margin not present in IE 8/9 and Safari. | |
*/ | |
figure { | |
margin: 1em 40px; } | |
/** | |
* Address differences between Firefox and other browsers. | |
*/ | |
hr { | |
-moz-box-sizing: content-box; | |
box-sizing: content-box; | |
height: 0; } | |
/** | |
* Contain overflow in all browsers. | |
*/ | |
pre { | |
overflow: auto; } | |
/** | |
* Address odd `em`-unit font size rendering in all browsers. | |
*/ | |
code, | |
kbd, | |
pre, | |
samp { | |
font-family: monospace, monospace; | |
font-size: 1em; } | |
/* Forms | |
========================================================================== */ | |
/** | |
* Known limitation: by default, Chrome and Safari on OS X allow very limited | |
* styling of `select`, unless a `border` property is set. | |
*/ | |
/** | |
* 1. Correct color not being inherited. | |
* Known issue: affects color of disabled elements. | |
* 2. Correct font properties not being inherited. | |
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome. | |
*/ | |
button, | |
input, | |
optgroup, | |
select, | |
textarea { | |
color: inherit; | |
/* 1 */ | |
font: inherit; | |
/* 2 */ | |
margin: 0; | |
/* 3 */ } | |
/** | |
* Address `overflow` set to `hidden` in IE 8/9/10/11. | |
*/ | |
button { | |
overflow: visible; } | |
/** | |
* Address inconsistent `text-transform` inheritance for `button` and `select`. | |
* All other form control elements do not inherit `text-transform` values. | |
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. | |
* Correct `select` style inheritance in Firefox. | |
*/ | |
button, | |
select { | |
text-transform: none; } | |
/** | |
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` | |
* and `video` controls. | |
* 2. Correct inability to style clickable `input` types in iOS. | |
* 3. Improve usability and consistency of cursor style between image-type | |
* `input` and others. | |
*/ | |
button, | |
html input[type="button"], | |
input[type="reset"], | |
input[type="submit"] { | |
-webkit-appearance: button; | |
/* 2 */ | |
cursor: pointer; | |
/* 3 */ } | |
/** | |
* Re-set default cursor for disabled elements. | |
*/ | |
button[disabled], | |
html input[disabled] { | |
cursor: default; } | |
/** | |
* Remove inner padding and border in Firefox 4+. | |
*/ | |
button::-moz-focus-inner, | |
input::-moz-focus-inner { | |
border: 0; | |
padding: 0; } | |
/** | |
* Address Firefox 4+ setting `line-height` on `input` using `!important` in | |
* the UA stylesheet. | |
*/ | |
input { | |
line-height: normal; } | |
/** | |
* It's recommended that you don't attempt to style these elements. | |
* Firefox's implementation doesn't respect box-sizing, padding, or width. | |
* | |
* 1. Address box sizing set to `content-box` in IE 8/9/10. | |
* 2. Remove excess padding in IE 8/9/10. | |
*/ | |
input[type="checkbox"], | |
input[type="radio"] { | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
/* 1 */ | |
padding: 0; | |
/* 2 */ } | |
/** | |
* Fix the cursor style for Chrome's increment/decrement buttons. For certain | |
* `font-size` values of the `input`, it causes the cursor style of the | |
* decrement button to change from `default` to `text`. | |
*/ | |
input[type="number"]::-webkit-inner-spin-button, | |
input[type="number"]::-webkit-outer-spin-button { | |
height: auto; } | |
/** | |
* 1. Address `appearance` set to `searchfield` in Safari and Chrome. | |
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome | |
* (include `-moz` to future-proof). | |
*/ | |
input[type="search"] { | |
-webkit-appearance: textfield; | |
/* 1 */ | |
-moz-box-sizing: content-box; | |
/* 2 */ | |
box-sizing: content-box; } | |
/** | |
* Remove inner padding and search cancel button in Safari and Chrome on OS X. | |
* Safari (but not Chrome) clips the cancel button when the search input has | |
* padding (and `textfield` appearance). | |
*/ | |
input[type="search"]::-webkit-search-cancel-button, | |
input[type="search"]::-webkit-search-decoration { | |
-webkit-appearance: none; } | |
/** | |
* Define consistent border, margin, and padding. | |
*/ | |
fieldset { | |
border: 1px solid #c0c0c0; | |
margin: 0 2px; | |
padding: 0.35em 0.625em 0.75em; } | |
/** | |
* 1. Correct `color` not being inherited in IE 8/9/10/11. | |
* 2. Remove padding so people aren't caught out if they zero out fieldsets. | |
*/ | |
legend { | |
border: 0; | |
/* 1 */ | |
padding: 0; | |
/* 2 */ } | |
/** | |
* Remove default vertical scrollbar in IE 8/9/10/11. | |
*/ | |
textarea { | |
overflow: auto; } | |
/** | |
* Don't inherit the `font-weight` (applied by a rule above). | |
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X. | |
*/ | |
optgroup { | |
font-weight: bold; } | |
/* Tables | |
========================================================================== */ | |
/** | |
* Remove most spacing between table cells. | |
*/ | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; } | |
td, | |
th { | |
padding: 0; } | |
@font-face { | |
font-family: "Raleway"; | |
src: url("/admin/assets/fonts/raleway/Raleway.eot"); | |
src: url("/admin/assets/fonts/raleway/Raleway.eot?#iefix") format("embedded-opentype"), url("/admin/assets/fonts/raleway/Raleway.woff") format("woff"), url("/admin/assets/fonts/raleway/Raleway.ttf") format("truetype"); | |
font-weight: normal; | |
font-style: normal; } | |
@font-face { | |
font-family: "Raleway"; | |
src: url("/admin/assets/fonts/raleway/Raleway-Bold.eot"); | |
src: url("/admin/assets/fonts/raleway/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("/admin/assets/fonts/raleway/Raleway-Bold.woff") format("woff"), url("/admin/assets/fonts/raleway/Raleway-Bold.ttf") format("truetype"); | |
font-weight: bold; | |
font-style: normal; } | |
@font-face { | |
font-family: "Raleway"; | |
src: url("/admin/assets/fonts/raleway/Raleway-Light.eot"); | |
src: url("/admin/assets/fonts/raleway/Raleway-Light.eot?#iefix") format("embedded-opentype"), url("/admin/assets/fonts/raleway/Raleway-Light.woff") format("woff"), url("/admin/assets/fonts/raleway/Raleway-Light.ttf") format("truetype"); | |
font-weight: 300; | |
font-style: normal; } | |
@font-face { | |
font-family: "Raleway"; | |
src: url("/admin/assets/fonts/raleway/Raleway-Medium.eot"); | |
src: url("/admin/assets/fonts/raleway/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("/admin/assets/fonts/raleway/Raleway-Medium.woff") format("woff"), url("/admin/assets/fonts/raleway/Raleway-Medium.ttf") format("truetype"); | |
font-weight: 500; | |
font-style: normal; } | |
@font-face { | |
font-family: "Raleway"; | |
src: url("/admin/assets/fonts/raleway/Raleway-SemiBold.eot"); | |
src: url("/admin/assets/fonts/raleway/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("/admin/assets/fonts/raleway/Raleway-SemiBold.woff") format("woff"), url("/admin/assets/fonts/raleway/Raleway-SemiBold.ttf") format("truetype"); | |
font-weight: 600; | |
font-style: normal; } | |
@font-face { | |
font-family: "Raleway"; | |
src: url("/admin/assets/fonts/raleway/Raleway-ExtraBold.eot"); | |
src: url("/admin/assets/fonts/raleway/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/admin/assets/fonts/raleway/Raleway-ExtraBold.woff") format("woff"), url("/admin/assets/fonts/raleway/Raleway-ExtraBold.ttf") format("truetype"); | |
font-weight: 800; | |
font-style: normal; } | |
@font-face { | |
font-family: "Replica"; | |
src: url("/admin/assets/fonts/replica/Replica-Regular.eot"); | |
src: url("/admin/assets/fonts/replica/Replica-Regular.eot?#iefix") format("embedded-opentype"), url("/admin/assets/fonts/replica/Replica-Regular.woff") format("woff"), url("/admin/assets/fonts/replica/Replica-Regular.ttf") format("truetype"); | |
font-weight: normal; | |
font-style: normal; } | |
@font-face { | |
font-family: "Replica"; | |
src: url("/admin/assets/fonts/replica/Replica-Bold.eot"); | |
src: url("/admin/assets/fonts/replica/Replica-Bold.eot?#iefix") format("embedded-opentype"), url("/admin/assets/fonts/replica/Replica-Bold.woff") format("woff"), url("/admin/assets/fonts/replica/Replica-Bold.ttf") format("truetype"); | |
font-weight: bold; | |
font-style: normal; } | |
.last-col { | |
overflow: hidden; } | |
.ptn, .pvn, .pan { | |
padding-top: 0 !important; } | |
.ptx, .pvx, .pax { | |
padding-top: 3px !important; } | |
.pts, .pvs, .pas { | |
padding-top: 5px !important; } | |
.ptm, .pvm, .pam { | |
padding-top: 10px !important; } | |
.ptl, .pvl, .pal { | |
padding-top: 20px !important; } | |
.prn, .phn, .pan { | |
padding-right: 0 !important; } | |
.prx, .phx, .pax { | |
padding-right: 3px !important; } | |
.prs, .phs, .pas { | |
padding-right: 5px !important; } | |
.prm, .phm, .pam { | |
padding-right: 10px !important; } | |
.prl, .phl, .pal { | |
padding-right: 20px !important; } | |
.pbn, .pvn, .pan { | |
padding-bottom: 0 !important; } | |
.pbx, .pvx, .pax { | |
padding-bottom: 3px !important; } | |
.pbs, .pvs, .pas { | |
padding-bottom: 5px !important; } | |
.pbm, .pvm, .pam { | |
padding-bottom: 10px !important; } | |
.pbl, .pvl, .pal { | |
padding-bottom: 20px !important; } | |
.pln, .phn, .pan { | |
padding-left: 0 !important; } | |
.plx, .phx, .pax { | |
padding-left: 3px !important; } | |
.pls, .phs, .pas { | |
padding-left: 5px !important; } | |
.plm, .phm, .pam { | |
padding-left: 10px !important; } | |
.pll, .phl, .pal { | |
padding-left: 20px !important; } | |
.mtn, .mvn, .man { | |
margin-top: 0px !important; } | |
.mtx, .mvx, .max { | |
margin-top: 3px !important; } | |
.mts, .mvs, .mas { | |
margin-top: 5px !important; } | |
.mtm, .mvm, .mam { | |
margin-top: 10px !important; } | |
.mtl, .mvl, .mal { | |
margin-top: 20px !important; } | |
.mrn, .mhn, .man { | |
margin-right: 0px !important; } | |
.mrx, .mhx, .max { | |
margin-right: 3px !important; } | |
.mrs, .mhs, .mas { | |
margin-right: 5px !important; } | |
.mrm, .mhm, .mam { | |
margin-right: 10px !important; } | |
.mrl, .mhl, .mal { | |
margin-right: 20px !important; } | |
.mbn, .mvn, .man { | |
margin-bottom: 0px !important; } | |
.mbx, .mvx, .max { | |
margin-bottom: 3px !important; } | |
.mbs, .mvs, .mas { | |
margin-bottom: 5px !important; } | |
.mbm, .mvm, .mam { | |
margin-bottom: 10px !important; } | |
.mbl, .mvl, .mal { | |
margin-bottom: 20px !important; } | |
.mln, .mhn, .man { | |
margin-left: 0px !important; } | |
.mlx, .mhx, .max { | |
margin-left: 3px !important; } | |
.mls, .mhs, .mas { | |
margin-left: 5px !important; } | |
.mlm, .mhm, .mam { | |
margin-left: 10px !important; } | |
.mll, .mhl, .mal { | |
margin-left: 20px !important; } | |
/*! | |
* Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome | |
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) | |
*/ | |
/* FONT PATH | |
* -------------------------- */ | |
@font-face { | |
font-family: 'FontAwesome'; | |
src: url("/admin/assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0"); | |
src: url("/admin/assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("/admin/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("/admin/assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("/admin/assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("/admin/assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg"); | |
font-weight: normal; | |
font-style: normal; } | |
.fa { | |
display: inline-block; | |
font: normal normal normal 14px / 1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; } | |
/* makes the font 33% larger relative to the icon container */ | |
.fa-lg { | |
font-size: 1.33333em; | |
line-height: 0.75em; | |
vertical-align: -15%; } | |
.fa-2x { | |
font-size: 2em; } | |
.fa-3x { | |
font-size: 3em; } | |
.fa-4x { | |
font-size: 4em; } | |
.fa-5x { | |
font-size: 5em; } | |
.fa-fw { | |
width: 1.28571em; | |
text-align: center; } | |
.fa-ul { | |
padding-left: 0; | |
margin-left: 2.14286em; | |
list-style-type: none; } | |
.fa-ul > li { | |
position: relative; } | |
.fa-li { | |
position: absolute; | |
left: -2.14286em; | |
width: 2.14286em; | |
top: 0.14286em; | |
text-align: center; } | |
.fa-li.fa-lg { | |
left: -1.85714em; } | |
.fa-border { | |
padding: .2em .25em .15em; | |
border: solid 0.08em #eee; | |
border-radius: .1em; } | |
.fa-pull-left { | |
float: left; } | |
.fa-pull-right { | |
float: right; } | |
.fa.fa-pull-left { | |
margin-right: .3em; } | |
.fa.fa-pull-right { | |
margin-left: .3em; } | |
/* Deprecated as of 4.4.0 */ | |
.pull-right { | |
float: right; } | |
.pull-left, .tch-page-nav-count { | |
float: left; } | |
.fa.pull-left, .fa.tch-page-nav-count { | |
margin-right: .3em; } | |
.fa.pull-right { | |
margin-left: .3em; } | |
.fa-spin { | |
-webkit-animation: fa-spin 2s infinite linear; | |
animation: fa-spin 2s infinite linear; } | |
.fa-pulse { | |
-webkit-animation: fa-spin 1s infinite steps(8); | |
animation: fa-spin 1s infinite steps(8); } | |
@-webkit-keyframes fa-spin { | |
0% { | |
-webkit-transform: rotate(0deg); | |
transform: rotate(0deg); } | |
100% { | |
-webkit-transform: rotate(359deg); | |
transform: rotate(359deg); } } | |
@keyframes fa-spin { | |
0% { | |
-webkit-transform: rotate(0deg); | |
transform: rotate(0deg); } | |
100% { | |
-webkit-transform: rotate(359deg); | |
transform: rotate(359deg); } } | |
.fa-rotate-90 { | |
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); | |
-webkit-transform: rotate(90deg); | |
transform: rotate(90deg); } | |
.fa-rotate-180 { | |
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); | |
-webkit-transform: rotate(180deg); | |
transform: rotate(180deg); } | |
.fa-rotate-270 { | |
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); | |
-webkit-transform: rotate(270deg); | |
transform: rotate(270deg); } | |
.fa-flip-horizontal { | |
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); | |
-webkit-transform: scale(-1, 1); | |
transform: scale(-1, 1); } | |
.fa-flip-vertical { | |
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); | |
-webkit-transform: scale(1, -1); | |
transform: scale(1, -1); } | |
:root .fa-rotate-90, | |
:root .fa-rotate-180, | |
:root .fa-rotate-270, | |
:root .fa-flip-horizontal, | |
:root .fa-flip-vertical { | |
-webkit-filter: none; | |
filter: none; } | |
.fa-stack { | |
position: relative; | |
display: inline-block; | |
width: 2em; | |
height: 2em; | |
line-height: 2em; | |
vertical-align: middle; } | |
.fa-stack-1x, .fa-stack-2x { | |
position: absolute; | |
left: 0; | |
width: 100%; | |
text-align: center; } | |
.fa-stack-1x { | |
line-height: inherit; } | |
.fa-stack-2x { | |
font-size: 2em; } | |
.fa-inverse { | |
color: #fff; } | |
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen | |
readers do not read off random characters that represent icons */ | |
.fa-glass:before { | |
content: ""; } | |
.fa-music:before { | |
content: ""; } | |
.fa-search:before { | |
content: ""; } | |
.fa-envelope-o:before { | |
content: ""; } | |
.fa-heart:before { | |
content: ""; } | |
.fa-star:before { | |
content: ""; } | |
.fa-star-o:before { | |
content: ""; } | |
.fa-user:before { | |
content: ""; } | |
.fa-film:before { | |
content: ""; } | |
.fa-th-large:before { | |
content: ""; } | |
.fa-th:before { | |
content: ""; } | |
.fa-th-list:before { | |
content: ""; } | |
.fa-check:before { | |
content: ""; } | |
.fa-remove:before, | |
.fa-close:before, | |
.fa-times:before { | |
content: ""; } | |
.fa-search-plus:before { | |
content: ""; } | |
.fa-search-minus:before { | |
content: ""; } | |
.fa-power-off:before { | |
content: ""; } | |
.fa-signal:before { | |
content: ""; } | |
.fa-gear:before, | |
.fa-cog:before { | |
content: ""; } | |
.fa-trash-o:before { | |
content: ""; } | |
.fa-home:before { | |
content: ""; } | |
.fa-file-o:before { | |
content: ""; } | |
.fa-clock-o:before { | |
content: ""; } | |
.fa-road:before { | |
content: ""; } | |
.fa-download:before { | |
content: ""; } | |
.fa-arrow-circle-o-down:before { | |
content: ""; } | |
.fa-arrow-circle-o-up:before { | |
content: ""; } | |
.fa-inbox:before { | |
content: ""; } | |
.fa-play-circle-o:before { | |
content: ""; } | |
.fa-rotate-right:before, | |
.fa-repeat:before { | |
content: ""; } | |
.fa-refresh:before { | |
content: ""; } | |
.fa-list-alt:before { | |
content: ""; } | |
.fa-lock:before { | |
content: ""; } | |
.fa-flag:before { | |
content: ""; } | |
.fa-headphones:before { | |
content: ""; } | |
.fa-volume-off:before { | |
content: ""; } | |
.fa-volume-down:before { | |
content: ""; } | |
.fa-volume-up:before { | |
content: ""; } | |
.fa-qrcode:before { | |
content: ""; } | |
.fa-barcode:before { | |
content: ""; } | |
.fa-tag:before { | |
content: ""; } | |
.fa-tags:before { | |
content: ""; } | |
.fa-book:before { | |
content: ""; } | |
.fa-bookmark:before { | |
content: ""; } | |
.fa-print:before { | |
content: ""; } | |
.fa-camera:before { | |
content: ""; } | |
.fa-font:before { | |
content: ""; } | |
.fa-bold:before { | |
content: ""; } | |
.fa-italic:before { | |
content: ""; } | |
.fa-text-height:before { | |
content: ""; } | |
.fa-text-width:before { | |
content: ""; } | |
.fa-align-left:before { | |
content: ""; } | |
.fa-align-center:before { | |
content: ""; } | |
.fa-align-right:before { | |
content: ""; } | |
.fa-align-justify:before { | |
content: ""; } | |
.fa-list:before { | |
content: ""; } | |
.fa-dedent:before, | |
.fa-outdent:before { | |
content: ""; } | |
.fa-indent:before { | |
content: ""; } | |
.fa-video-camera:before { | |
content: ""; } | |
.fa-photo:before, | |
.fa-image:before, | |
.fa-picture-o:before { | |
content: ""; } | |
.fa-pencil:before { | |
content: ""; } | |
.fa-map-marker:before { | |
content: ""; } | |
.fa-adjust:before { | |
content: ""; } | |
.fa-tint:before { | |
content: ""; } | |
.fa-edit:before, | |
.fa-pencil-square-o:before { | |
content: ""; } | |
.fa-share-square-o:before { | |
content: ""; } | |
.fa-check-square-o:before { | |
content: ""; } | |
.fa-arrows:before { | |
content: ""; } | |
.fa-step-backward:before { | |
content: ""; } | |
.fa-fast-backward:before { | |
content: ""; } | |
.fa-backward:before { | |
content: ""; } | |
.fa-play:before { | |
content: ""; } | |
.fa-pause:before { | |
content: ""; } | |
.fa-stop:before { | |
content: ""; } | |
.fa-forward:before { | |
content: ""; } | |
.fa-fast-forward:before { | |
content: ""; } | |
.fa-step-forward:before { | |
content: ""; } | |
.fa-eject:before { | |
content: ""; } | |
.fa-chevron-left:before { | |
content: ""; } | |
.fa-chevron-right:before { | |
content: ""; } | |
.fa-plus-circle:before { | |
content: ""; } | |
.fa-minus-circle:before { | |
content: ""; } | |
.fa-times-circle:before { | |
content: ""; } | |
.fa-check-circle:before { | |
content: ""; } | |
.fa-question-circle:before { | |
content: ""; } | |
.fa-info-circle:before { | |
content: ""; } | |
.fa-crosshairs:before { | |
content: ""; } | |
.fa-times-circle-o:before { | |
content: ""; } | |
.fa-check-circle-o:before { | |
content: ""; } | |
.fa-ban:before { | |
content: ""; } | |
.fa-arrow-left:before { | |
content: ""; } | |
.fa-arrow-right:before { | |
content: ""; } | |
.fa-arrow-up:before { | |
content: ""; } | |
.fa-arrow-down:before { | |
content: ""; } | |
.fa-mail-forward:before, | |
.fa-share:before { | |
content: ""; } | |
.fa-expand:before { | |
content: ""; } | |
.fa-compress:before { | |
content: ""; } | |
.fa-plus:before { | |
content: ""; } | |
.fa-minus:before { | |
content: ""; } | |
.fa-asterisk:before { | |
content: ""; } | |
.fa-exclamation-circle:before { | |
content: ""; } | |
.fa-gift:before { | |
content: ""; } | |
.fa-leaf:before { | |
content: ""; } | |
.fa-fire:before { | |
content: ""; } | |
.fa-eye:before { | |
content: ""; } | |
.fa-eye-slash:before { | |
content: ""; } | |
.fa-warning:before, | |
.fa-exclamation-triangle:before { | |
content: ""; } | |
.fa-plane:before { | |
content: ""; } | |
.fa-calendar:before { | |
content: ""; } | |
.fa-random:before { | |
content: ""; } | |
.fa-comment:before { | |
content: ""; } | |
.fa-magnet:before { | |
content: ""; } | |
.fa-chevron-up:before { | |
content: ""; } | |
.fa-chevron-down:before { | |
content: ""; } | |
.fa-retweet:before { | |
content: ""; } | |
.fa-shopping-cart:before { | |
content: ""; } | |
.fa-folder:before { | |
content: ""; } | |
.fa-folder-open:before { | |
content: ""; } | |
.fa-arrows-v:before { | |
content: ""; } | |
.fa-arrows-h:before { | |
content: ""; } | |
.fa-bar-chart-o:before, | |
.fa-bar-chart:before { | |
content: ""; } | |
.fa-twitter-square:before { | |
content: ""; } | |
.fa-facebook-square:before { | |
content: ""; } | |
.fa-camera-retro:before { | |
content: ""; } | |
.fa-key:before { | |
content: ""; } | |
.fa-gears:before, | |
.fa-cogs:before { | |
content: ""; } | |
.fa-comments:before { | |
content: ""; } | |
.fa-thumbs-o-up:before { | |
content: ""; } | |
.fa-thumbs-o-down:before { | |
content: ""; } | |
.fa-star-half:before { | |
content: ""; } | |
.fa-heart-o:before { | |
content: ""; } | |
.fa-sign-out:before { | |
content: ""; } | |
.fa-linkedin-square:before { | |
content: ""; } | |
.fa-thumb-tack:before { | |
content: ""; } | |
.fa-external-link:before { | |
content: ""; } | |
.fa-sign-in:before { | |
content: ""; } | |
.fa-trophy:before { | |
content: ""; } | |
.fa-github-square:before { | |
content: ""; } | |
.fa-upload:before { | |
content: ""; } | |
.fa-lemon-o:before { | |
content: ""; } | |
.fa-phone:before { | |
content: ""; } | |
.fa-square-o:before { | |
content: ""; } | |
.fa-bookmark-o:before { | |
content: ""; } | |
.fa-phone-square:before { | |
content: ""; } | |
.fa-twitter:before { | |
content: ""; } | |
.fa-facebook-f:before, | |
.fa-facebook:before { | |
content: ""; } | |
.fa-github:before { | |
content: ""; } | |
.fa-unlock:before { | |
content: ""; } | |
.fa-credit-card:before { | |
content: ""; } | |
.fa-feed:before, | |
.fa-rss:before { | |
content: ""; } | |
.fa-hdd-o:before { | |
content: ""; } | |
.fa-bullhorn:before { | |
content: ""; } | |
.fa-bell:before { | |
content: ""; } | |
.fa-certificate:before { | |
content: ""; } | |
.fa-hand-o-right:before { | |
content: ""; } | |
.fa-hand-o-left:before { | |
content: ""; } | |
.fa-hand-o-up:before { | |
content: ""; } | |
.fa-hand-o-down:before { | |
content: ""; } | |
.fa-arrow-circle-left:before { | |
content: ""; } | |
.fa-arrow-circle-right:before { | |
content: ""; } | |
.fa-arrow-circle-up:before { | |
content: ""; } | |
.fa-arrow-circle-down:before { | |
content: ""; } | |
.fa-globe:before { | |
content: ""; } | |
.fa-wrench:before { | |
content: ""; } | |
.fa-tasks:before { | |
content: ""; } | |
.fa-filter:before { | |
content: ""; } | |
.fa-briefcase:before { | |
content: ""; } | |
.fa-arrows-alt:before { | |
content: ""; } | |
.fa-group:before, | |
.fa-users:before { | |
content: ""; } | |
.fa-chain:before, | |
.fa-link:before { | |
content: ""; } | |
.fa-cloud:before { | |
content: ""; } | |
.fa-flask:before { | |
content: ""; } | |
.fa-cut:before, | |
.fa-scissors:before { | |
content: ""; } | |
.fa-copy:before, | |
.fa-files-o:before { | |
content: ""; } | |
.fa-paperclip:before { | |
content: ""; } | |
.fa-save:before, | |
.fa-floppy-o:before { | |
content: ""; } | |
.fa-square:before { | |
content: ""; } | |
.fa-navicon:before, | |
.fa-reorder:before, | |
.fa-bars:before { | |
content: ""; } | |
.fa-list-ul:before { | |
content: ""; } | |
.fa-list-ol:before { | |
content: ""; } | |
.fa-strikethrough:before { | |
content: ""; } | |
.fa-underline:before { | |
content: ""; } | |
.fa-table:before { | |
content: ""; } | |
.fa-magic:before { | |
content: ""; } | |
.fa-truck:before { | |
content: ""; } | |
.fa-pinterest:before { | |
content: ""; } | |
.fa-pinterest-square:before { | |
content: ""; } | |
.fa-google-plus-square:before { | |
content: ""; } | |
.fa-google-plus:before { | |
content: ""; } | |
.fa-money:before { | |
content: ""; } | |
.fa-caret-down:before { | |
content: ""; } | |
.fa-caret-up:before { | |
content: ""; } | |
.fa-caret-left:before { | |
content: ""; } | |
.fa-caret-right:before { | |
content: ""; } | |
.fa-columns:before { | |
content: ""; } | |
.fa-unsorted:before, | |
.fa-sort:before { | |
content: ""; } | |
.fa-sort-down:before, | |
.fa-sort-desc:before { | |
content: ""; } | |
.fa-sort-up:before, | |
.fa-sort-asc:before { | |
content: ""; } | |
.fa-envelope:before { | |
content: ""; } | |
.fa-linkedin:before { | |
content: ""; } | |
.fa-rotate-left:before, | |
.fa-undo:before { | |
content: ""; } | |
.fa-legal:before, | |
.fa-gavel:before { | |
content: ""; } | |
.fa-dashboard:before, | |
.fa-tachometer:before { | |
content: ""; } | |
.fa-comment-o:before { | |
content: ""; } | |
.fa-comments-o:before { | |
content: ""; } | |
.fa-flash:before, | |
.fa-bolt:before { | |
content: ""; } | |
.fa-sitemap:before { | |
content: ""; } | |
.fa-umbrella:before { | |
content: ""; } | |
.fa-paste:before, | |
.fa-clipboard:before { | |
content: ""; } | |
.fa-lightbulb-o:before { | |
content: ""; } | |
.fa-exchange:before { | |
content: ""; } | |
.fa-cloud-download:before { | |
content: ""; } | |
.fa-cloud-upload:before { | |
content: ""; } | |
.fa-user-md:before { | |
content: ""; } | |
.fa-stethoscope:before { | |
content: ""; } | |
.fa-suitcase:before { | |
content: ""; } | |
.fa-bell-o:before { | |
content: ""; } | |
.fa-coffee:before { | |
content: ""; } | |
.fa-cutlery:before { | |
content: ""; } | |
.fa-file-text-o:before { | |
content: ""; } | |
.fa-building-o:before { | |
content: ""; } | |
.fa-hospital-o:before { | |
content: ""; } | |
.fa-ambulance:before { | |
content: ""; } | |
.fa-medkit:before { | |
content: ""; } | |
.fa-fighter-jet:before { | |
content: ""; } | |
.fa-beer:before { | |
content: ""; } | |
.fa-h-square:before { | |
content: ""; } | |
.fa-plus-square:before { | |
content: ""; } | |
.fa-angle-double-left:before { | |
content: ""; } | |
.fa-angle-double-right:before { | |
content: ""; } | |
.fa-angle-double-up:before { | |
content: ""; } | |
.fa-angle-double-down:before { | |
content: ""; } | |
.fa-angle-left:before { | |
content: ""; } | |
.fa-angle-right:before { | |
content: ""; } | |
.fa-angle-up:before { | |
content: ""; } | |
.fa-angle-down:before { | |
content: ""; } | |
.fa-desktop:before { | |
content: ""; } | |
.fa-laptop:before { | |
content: ""; } | |
.fa-tablet:before { | |
content: ""; } | |
.fa-mobile-phone:before, | |
.fa-mobile:before { | |
content: ""; } | |
.fa-circle-o:before { | |
content: ""; } | |
.fa-quote-left:before { | |
content: ""; } | |
.fa-quote-right:before { | |
content: ""; } | |
.fa-spinner:before { | |
content: ""; } | |
.fa-circle:before { | |
content: ""; } | |
.fa-mail-reply:before, | |
.fa-reply:before { | |
content: ""; } | |
.fa-github-alt:before { | |
content: ""; } | |
.fa-folder-o:before { | |
content: ""; } | |
.fa-folder-open-o:before { | |
content: ""; } | |
.fa-smile-o:before { | |
content: ""; } | |
.fa-frown-o:before { | |
content: ""; } | |
.fa-meh-o:before { | |
content: ""; } | |
.fa-gamepad:before { | |
content: ""; } | |
.fa-keyboard-o:before { | |
content: ""; } | |
.fa-flag-o:before { | |
content: ""; } | |
.fa-flag-checkered:before { | |
content: ""; } | |
.fa-terminal:before { | |
content: ""; } | |
.fa-code:before { | |
content: ""; } | |
.fa-mail-reply-all:before, | |
.fa-reply-all:before { | |
content: ""; } | |
.fa-star-half-empty:before, | |
.fa-star-half-full:before, | |
.fa-star-half-o:before { | |
content: ""; } | |
.fa-location-arrow:before { | |
content: ""; } | |
.fa-crop:before { | |
content: ""; } | |
.fa-code-fork:before { | |
content: ""; } | |
.fa-unlink:before, | |
.fa-chain-broken:before { | |
content: ""; } | |
.fa-question:before { | |
content: ""; } | |
.fa-info:before { | |
content: ""; } | |
.fa-exclamation:before { | |
content: ""; } | |
.fa-superscript:before { | |
content: ""; } | |
.fa-subscript:before { | |
content: ""; } | |
.fa-eraser:before { | |
content: ""; } | |
.fa-puzzle-piece:before { | |
content: ""; } | |
.fa-microphone:before { | |
content: ""; } | |
.fa-microphone-slash:before { | |
content: ""; } | |
.fa-shield:before { | |
content: ""; } | |
.fa-calendar-o:before { | |
content: ""; } | |
.fa-fire-extinguisher:before { | |
content: ""; } | |
.fa-rocket:before { | |
content: ""; } | |
.fa-maxcdn:before { | |
content: ""; } | |
.fa-chevron-circle-left:before { | |
content: ""; } | |
.fa-chevron-circle-right:before { | |
content: ""; } | |
.fa-chevron-circle-up:before { | |
content: ""; } | |
.fa-chevron-circle-down:before { | |
content: ""; } | |
.fa-html5:before { | |
content: ""; } | |
.fa-css3:before { | |
content: ""; } | |
.fa-anchor:before { | |
content: ""; } | |
.fa-unlock-alt:before { | |
content: ""; } | |
.fa-bullseye:before { | |
content: ""; } | |
.fa-ellipsis-h:before { | |
content: ""; } | |
.fa-ellipsis-v:before { | |
content: ""; } | |
.fa-rss-square:before { | |
content: ""; } | |
.fa-play-circle:before { | |
content: ""; } | |
.fa-ticket:before { | |
content: ""; } | |
.fa-minus-square:before { | |
content: ""; } | |
.fa-minus-square-o:before { | |
content: ""; } | |
.fa-level-up:before { | |
content: ""; } | |
.fa-level-down:before { | |
content: ""; } | |
.fa-check-square:before { | |
content: ""; } | |
.fa-pencil-square:before { | |
content: ""; } | |
.fa-external-link-square:before { | |
content: ""; } | |
.fa-share-square:before { | |
content: ""; } | |
.fa-compass:before { | |
content: ""; } | |
.fa-toggle-down:before, | |
.fa-caret-square-o-down:before { | |
content: ""; } | |
.fa-toggle-up:before, | |
.fa-caret-square-o-up:before { | |
content: ""; } | |
.fa-toggle-right:before, | |
.fa-caret-square-o-right:before { | |
content: ""; } | |
.fa-euro:before, | |
.fa-eur:before { | |
content: ""; } | |
.fa-gbp:before { | |
content: ""; } | |
.fa-dollar:before, | |
.fa-usd:before { | |
content: ""; } | |
.fa-rupee:before, | |
.fa-inr:before { | |
content: ""; } | |
.fa-cny:before, | |
.fa-rmb:before, | |
.fa-yen:before, | |
.fa-jpy:before { | |
content: ""; } | |
.fa-ruble:before, | |
.fa-rouble:before, | |
.fa-rub:before { | |
content: ""; } | |
.fa-won:before, | |
.fa-krw:before { | |
content: ""; } | |
.fa-bitcoin:before, | |
.fa-btc:before { | |
content: ""; } | |
.fa-file:before { | |
content: ""; } | |
.fa-file-text:before { | |
content: ""; } | |
.fa-sort-alpha-asc:before { | |
content: ""; } | |
.fa-sort-alpha-desc:before { | |
content: ""; } | |
.fa-sort-amount-asc:before { | |
content: ""; } | |
.fa-sort-amount-desc:before { | |
content: ""; } | |
.fa-sort-numeric-asc:before { | |
content: ""; } | |
.fa-sort-numeric-desc:before { | |
content: ""; } | |
.fa-thumbs-up:before { | |
content: ""; } | |
.fa-thumbs-down:before { | |
content: ""; } | |
.fa-youtube-square:before { | |
content: ""; } | |
.fa-youtube:before { | |
content: ""; } | |
.fa-xing:before { | |
content: ""; } | |
.fa-xing-square:before { | |
content: ""; } | |
.fa-youtube-play:before { | |
content: ""; } | |
.fa-dropbox:before { | |
content: ""; } | |
.fa-stack-overflow:before { | |
content: ""; } | |
.fa-instagram:before { | |
content: ""; } | |
.fa-flickr:before { | |
content: ""; } | |
.fa-adn:before { | |
content: ""; } | |
.fa-bitbucket:before { | |
content: ""; } | |
.fa-bitbucket-square:before { | |
content: ""; } | |
.fa-tumblr:before { | |
content: ""; } | |
.fa-tumblr-square:before { | |
content: ""; } | |
.fa-long-arrow-down:before { | |
content: ""; } | |
.fa-long-arrow-up:before { | |
content: ""; } | |
.fa-long-arrow-left:before { | |
content: ""; } | |
.fa-long-arrow-right:before { | |
content: ""; } | |
.fa-apple:before { | |
content: ""; } | |
.fa-windows:before { | |
content: ""; } | |
.fa-android:before { | |
content: ""; } | |
.fa-linux:before { | |
content: ""; } | |
.fa-dribbble:before { | |
content: ""; } | |
.fa-skype:before { | |
content: ""; } | |
.fa-foursquare:before { | |
content: ""; } | |
.fa-trello:before { | |
content: ""; } | |
.fa-female:before { | |
content: ""; } | |
.fa-male:before { | |
content: ""; } | |
.fa-gittip:before, | |
.fa-gratipay:before { | |
content: ""; } | |
.fa-sun-o:before { | |
content: ""; } | |
.fa-moon-o:before { | |
content: ""; } | |
.fa-archive:before { | |
content: ""; } | |
.fa-bug:before { | |
content: ""; } | |
.fa-vk:before { | |
content: ""; } | |
.fa-weibo:before { | |
content: ""; } | |
.fa-renren:before { | |
content: ""; } | |
.fa-pagelines:before { | |
content: ""; } | |
.fa-stack-exchange:before { | |
content: ""; } | |
.fa-arrow-circle-o-right:before { | |
content: ""; } | |
.fa-arrow-circle-o-left:before { | |
content: ""; } | |
.fa-toggle-left:before, | |
.fa-caret-square-o-left:before { | |
content: ""; } | |
.fa-dot-circle-o:before { | |
content: ""; } | |
.fa-wheelchair:before { | |
content: ""; } | |
.fa-vimeo-square:before { | |
content: ""; } | |
.fa-turkish-lira:before, | |
.fa-try:before { | |
content: ""; } | |
.fa-plus-square-o:before { | |
content: ""; } | |
.fa-space-shuttle:before { | |
content: ""; } | |
.fa-slack:before { | |
content: ""; } | |
.fa-envelope-square:before { | |
content: ""; } | |
.fa-wordpress:before { | |
content: ""; } | |
.fa-openid:before { | |
content: ""; } | |
.fa-institution:before, | |
.fa-bank:before, | |
.fa-university:before { | |
content: ""; } | |
.fa-mortar-board:before, | |
.fa-graduation-cap:before { | |
content: ""; } | |
.fa-yahoo:before { | |
content: ""; } | |
.fa-google:before { | |
content: ""; } | |
.fa-reddit:before { | |
content: ""; } | |
.fa-reddit-square:before { | |
content: ""; } | |
.fa-stumbleupon-circle:before { | |
content: ""; } | |
.fa-stumbleupon:before { | |
content: ""; } | |
.fa-delicious:before { | |
content: ""; } | |
.fa-digg:before { | |
content: ""; } | |
.fa-pied-piper:before { | |
content: ""; } | |
.fa-pied-piper-alt:before { | |
content: ""; } | |
.fa-drupal:before { | |
content: ""; } | |
.fa-joomla:before { | |
content: ""; } | |
.fa-language:before { | |
content: ""; } | |
.fa-fax:before { | |
content: ""; } | |
.fa-building:before { | |
content: ""; } | |
.fa-child:before { | |
content: ""; } | |
.fa-paw:before { | |
content: ""; } | |
.fa-spoon:before { | |
content: ""; } | |
.fa-cube:before { | |
content: ""; } | |
.fa-cubes:before { | |
content: ""; } | |
.fa-behance:before { | |
content: ""; } | |
.fa-behance-square:before { | |
content: ""; } | |
.fa-steam:before { | |
content: ""; } | |
.fa-steam-square:before { | |
content: ""; } | |
.fa-recycle:before { | |
content: ""; } | |
.fa-automobile:before, | |
.fa-car:before { | |
content: ""; } | |
.fa-cab:before, | |
.fa-taxi:before { | |
content: ""; } | |
.fa-tree:before { | |
content: ""; } | |
.fa-spotify:before { | |
content: ""; } | |
.fa-deviantart:before { | |
content: ""; } | |
.fa-soundcloud:before { | |
content: ""; } | |
.fa-database:before { | |
content: ""; } | |
.fa-file-pdf-o:before { | |
content: ""; } | |
.fa-file-word-o:before { | |
content: ""; } | |
.fa-file-excel-o:before { | |
content: ""; } | |
.fa-file-powerpoint-o:before { | |
content: ""; } | |
.fa-file-photo-o:before, | |
.fa-file-picture-o:before, | |
.fa-file-image-o:before { | |
content: ""; } | |
.fa-file-zip-o:before, | |
.fa-file-archive-o:before { | |
content: ""; } | |
.fa-file-sound-o:before, | |
.fa-file-audio-o:before { | |
content: ""; } | |
.fa-file-movie-o:before, | |
.fa-file-video-o:before { | |
content: ""; } | |
.fa-file-code-o:before { | |
content: ""; } | |
.fa-vine:before { | |
content: ""; } | |
.fa-codepen:before { | |
content: ""; } | |
.fa-jsfiddle:before { | |
content: ""; } | |
.fa-life-bouy:before, | |
.fa-life-buoy:before, | |
.fa-life-saver:before, | |
.fa-support:before, | |
.fa-life-ring:before { | |
content: ""; } | |
.fa-circle-o-notch:before { | |
content: ""; } | |
.fa-ra:before, | |
.fa-rebel:before { | |
content: ""; } | |
.fa-ge:before, | |
.fa-empire:before { | |
content: ""; } | |
.fa-git-square:before { | |
content: ""; } | |
.fa-git:before { | |
content: ""; } | |
.fa-y-combinator-square:before, | |
.fa-yc-square:before, | |
.fa-hacker-news:before { | |
content: ""; } | |
.fa-tencent-weibo:before { | |
content: ""; } | |
.fa-qq:before { | |
content: ""; } | |
.fa-wechat:before, | |
.fa-weixin:before { | |
content: ""; } | |
.fa-send:before, | |
.fa-paper-plane:before { | |
content: ""; } | |
.fa-send-o:before, | |
.fa-paper-plane-o:before { | |
content: ""; } | |
.fa-history:before { | |
content: ""; } | |
.fa-circle-thin:before { | |
content: ""; } | |
.fa-header:before { | |
content: ""; } | |
.fa-paragraph:before { | |
content: ""; } | |
.fa-sliders:before { | |
content: ""; } | |
.fa-share-alt:before { | |
content: ""; } | |
.fa-share-alt-square:before { | |
content: ""; } | |
.fa-bomb:before { | |
content: ""; } | |
.fa-soccer-ball-o:before, | |
.fa-futbol-o:before { | |
content: ""; } | |
.fa-tty:before { | |
content: ""; } | |
.fa-binoculars:before { | |
content: ""; } | |
.fa-plug:before { | |
content: ""; } | |
.fa-slideshare:before { | |
content: ""; } | |
.fa-twitch:before { | |
content: ""; } | |
.fa-yelp:before { | |
content: ""; } | |
.fa-newspaper-o:before { | |
content: ""; } | |
.fa-wifi:before { | |
content: ""; } | |
.fa-calculator:before { | |
content: ""; } | |
.fa-paypal:before { | |
content: ""; } | |
.fa-google-wallet:before { | |
content: ""; } | |
.fa-cc-visa:before { | |
content: ""; } | |
.fa-cc-mastercard:before { | |
content: ""; } | |
.fa-cc-discover:before { | |
content: ""; } | |
.fa-cc-amex:before { | |
content: ""; } | |
.fa-cc-paypal:before { | |
content: ""; } | |
.fa-cc-stripe:before { | |
content: ""; } | |
.fa-bell-slash:before { | |
content: ""; } | |
.fa-bell-slash-o:before { | |
content: ""; } | |
.fa-trash:before { | |
content: ""; } | |
.fa-copyright:before { | |
content: ""; } | |
.fa-at:before { | |
content: ""; } | |
.fa-eyedropper:before { | |
content: ""; } | |
.fa-paint-brush:before { | |
content: ""; } | |
.fa-birthday-cake:before { | |
content: ""; } | |
.fa-area-chart:before { | |
content: ""; } | |
.fa-pie-chart:before { | |
content: ""; } | |
.fa-line-chart:before { | |
content: ""; } | |
.fa-lastfm:before { | |
content: ""; } | |
.fa-lastfm-square:before { | |
content: ""; } | |
.fa-toggle-off:before { | |
content: ""; } | |
.fa-toggle-on:before { | |
content: ""; } | |
.fa-bicycle:before { | |
content: ""; } | |
.fa-bus:before { | |
content: ""; } | |
.fa-ioxhost:before { | |
content: ""; } | |
.fa-angellist:before { | |
content: ""; } | |
.fa-cc:before { | |
content: ""; } | |
.fa-shekel:before, | |
.fa-sheqel:before, | |
.fa-ils:before { | |
content: ""; } | |
.fa-meanpath:before { | |
content: ""; } | |
.fa-buysellads:before { | |
content: ""; } | |
.fa-connectdevelop:before { | |
content: ""; } | |
.fa-dashcube:before { | |
content: ""; } | |
.fa-forumbee:before { | |
content: ""; } | |
.fa-leanpub:before { | |
content: ""; } | |
.fa-sellsy:before { | |
content: ""; } | |
.fa-shirtsinbulk:before { | |
content: ""; } | |
.fa-simplybuilt:before { | |
content: ""; } | |
.fa-skyatlas:before { | |
content: ""; } | |
.fa-cart-plus:before { | |
content: ""; } | |
.fa-cart-arrow-down:before { | |
content: ""; } | |
.fa-diamond:before { | |
content: ""; } | |
.fa-ship:before { | |
content: ""; } | |
.fa-user-secret:before { | |
content: ""; } | |
.fa-motorcycle:before { | |
content: ""; } | |
.fa-street-view:before { | |
content: ""; } | |
.fa-heartbeat:before { | |
content: ""; } | |
.fa-venus:before { | |
content: ""; } | |
.fa-mars:before { | |
content: ""; } | |
.fa-mercury:before { | |
content: ""; } | |
.fa-intersex:before, | |
.fa-transgender:before { | |
content: ""; } | |
.fa-transgender-alt:before { | |
content: ""; } | |
.fa-venus-double:before { | |
content: ""; } | |
.fa-mars-double:before { | |
content: ""; } | |
.fa-venus-mars:before { | |
content: ""; } | |
.fa-mars-stroke:before { | |
content: ""; } | |
.fa-mars-stroke-v:before { | |
content: ""; } | |
.fa-mars-stroke-h:before { | |
content: ""; } | |
.fa-neuter:before { | |
content: ""; } | |
.fa-genderless:before { | |
content: ""; } | |
.fa-facebook-official:before { | |
content: ""; } | |
.fa-pinterest-p:before { | |
content: ""; } | |
.fa-whatsapp:before { | |
content: ""; } | |
.fa-server:before { | |
content: ""; } | |
.fa-user-plus:before { | |
content: ""; } | |
.fa-user-times:before { | |
content: ""; } | |
.fa-hotel:before, | |
.fa-bed:before { | |
content: ""; } | |
.fa-viacoin:before { | |
content: ""; } | |
.fa-train:before { | |
content: ""; } | |
.fa-subway:before { | |
content: ""; } | |
.fa-medium:before { | |
content: ""; } | |
.fa-yc:before, | |
.fa-y-combinator:before { | |
content: ""; } | |
.fa-optin-monster:before { | |
content: ""; } | |
.fa-opencart:before { | |
content: ""; } | |
.fa-expeditedssl:before { | |
content: ""; } | |
.fa-battery-4:before, | |
.fa-battery-full:before { | |
content: ""; } | |
.fa-battery-3:before, | |
.fa-battery-three-quarters:before { | |
content: ""; } | |
.fa-battery-2:before, | |
.fa-battery-half:before { | |
content: ""; } | |
.fa-battery-1:before, | |
.fa-battery-quarter:before { | |
content: ""; } | |
.fa-battery-0:before, | |
.fa-battery-empty:before { | |
content: ""; } | |
.fa-mouse-pointer:before { | |
content: ""; } | |
.fa-i-cursor:before { | |
content: ""; } | |
.fa-object-group:before { | |
content: ""; } | |
.fa-object-ungroup:before { | |
content: ""; } | |
.fa-sticky-note:before { | |
content: ""; } | |
.fa-sticky-note-o:before { | |
content: ""; } | |
.fa-cc-jcb:before { | |
content: ""; } | |
.fa-cc-diners-club:before { | |
content: ""; } | |
.fa-clone:before { | |
content: ""; } | |
.fa-balance-scale:before { | |
content: ""; } | |
.fa-hourglass-o:before { | |
content: ""; } | |
.fa-hourglass-1:before, | |
.fa-hourglass-start:before { | |
content: ""; } | |
.fa-hourglass-2:before, | |
.fa-hourglass-half:before { | |
content: ""; } | |
.fa-hourglass-3:before, | |
.fa-hourglass-end:before { | |
content: ""; } | |
.fa-hourglass:before { | |
content: ""; } | |
.fa-hand-grab-o:before, | |
.fa-hand-rock-o:before { | |
content: ""; } | |
.fa-hand-stop-o:before, | |
.fa-hand-paper-o:before { | |
content: ""; } | |
.fa-hand-scissors-o:before { | |
content: ""; } | |
.fa-hand-lizard-o:before { | |
content: ""; } | |
.fa-hand-spock-o:before { | |
content: ""; } | |
.fa-hand-pointer-o:before { | |
content: ""; } | |
.fa-hand-peace-o:before { | |
content: ""; } | |
.fa-trademark:before { | |
content: ""; } | |
.fa-registered:before { | |
content: ""; } | |
.fa-creative-commons:before { | |
content: ""; } | |
.fa-gg:before { | |
content: ""; } | |
.fa-gg-circle:before { | |
content: ""; } | |
.fa-tripadvisor:before { | |
content: ""; } | |
.fa-odnoklassniki:before { | |
content: ""; } | |
.fa-odnoklassniki-square:before { | |
content: ""; } | |
.fa-get-pocket:before { | |
content: ""; } | |
.fa-wikipedia-w:before { | |
content: ""; } | |
.fa-safari:before { | |
content: ""; } | |
.fa-chrome:before { | |
content: ""; } | |
.fa-firefox:before { | |
content: ""; } | |
.fa-opera:before { | |
content: ""; } | |
.fa-internet-explorer:before { | |
content: ""; } | |
.fa-tv:before, | |
.fa-television:before { | |
content: ""; } | |
.fa-contao:before { | |
content: ""; } | |
.fa-500px:before { | |
content: ""; } | |
.fa-amazon:before { | |
content: ""; } | |
.fa-calendar-plus-o:before { | |
content: ""; } | |
.fa-calendar-minus-o:before { | |
content: ""; } | |
.fa-calendar-times-o:before { | |
content: ""; } | |
.fa-calendar-check-o:before { | |
content: ""; } | |
.fa-industry:before { | |
content: ""; } | |
.fa-map-pin:before { | |
content: ""; } | |
.fa-map-signs:before { | |
content: ""; } | |
.fa-map-o:before { | |
content: ""; } | |
.fa-map:before { | |
content: ""; } | |
.fa-commenting:before { | |
content: ""; } | |
.fa-commenting-o:before { | |
content: ""; } | |
.fa-houzz:before { | |
content: ""; } | |
.fa-vimeo:before { | |
content: ""; } | |
.fa-black-tie:before { | |
content: ""; } | |
.fa-fonticons:before { | |
content: ""; } | |
/*! | |
* Bootstrap v3.3.5 (http://getbootstrap.com) | |
* Copyright 2011-2015 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 */ | |
html { | |
font-family: sans-serif; | |
-ms-text-size-adjust: 100%; | |
-webkit-text-size-adjust: 100%; } | |
body { | |
margin: 0; } | |
article, | |
aside, | |
details, | |
figcaption, | |
figure, | |
footer, | |
header, | |
hgroup, | |
main, | |
menu, | |
nav, | |
section, | |
summary { | |
display: block; } | |
audio, | |
canvas, | |
progress, | |
video { | |
display: inline-block; | |
vertical-align: baseline; } | |
audio:not([controls]) { | |
display: none; | |
height: 0; } | |
[hidden], | |
template { | |
display: none; } | |
a { | |
background-color: transparent; } | |
a:active, | |
a:hover { | |
outline: 0; } | |
abbr[title] { | |
border-bottom: 1px dotted; } | |
b, | |
strong { | |
font-weight: bold; } | |
dfn { | |
font-style: italic; } | |
h1 { | |
font-size: 2em; | |
margin: 0.67em 0; } | |
mark { | |
background: #ff0; | |
color: #000; } | |
small { | |
font-size: 80%; } | |
sub, | |
sup { | |
font-size: 75%; | |
line-height: 0; | |
position: relative; | |
vertical-align: baseline; } | |
sup { | |
top: -0.5em; } | |
sub { | |
bottom: -0.25em; } | |
img { | |
border: 0; } | |
svg:not(:root) { | |
overflow: hidden; } | |
figure { | |
margin: 1em 40px; } | |
hr { | |
-moz-box-sizing: content-box; | |
box-sizing: content-box; | |
height: 0; } | |
pre { | |
overflow: auto; } | |
code, | |
kbd, | |
pre, | |
samp { | |
font-family: monospace, monospace; | |
font-size: 1em; } | |
button, | |
input, | |
optgroup, | |
select, | |
textarea { | |
color: inherit; | |
font: inherit; | |
margin: 0; } | |
button { | |
overflow: visible; } | |
button, | |
select { | |
text-transform: none; } | |
button, | |
html input[type="button"], | |
input[type="reset"], | |
input[type="submit"] { | |
-webkit-appearance: button; | |
cursor: pointer; } | |
button[disabled], | |
html input[disabled] { | |
cursor: default; } | |
button::-moz-focus-inner, | |
input::-moz-focus-inner { | |
border: 0; | |
padding: 0; } | |
input { | |
line-height: normal; } | |
input[type="checkbox"], | |
input[type="radio"] { | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
padding: 0; } | |
input[type="number"]::-webkit-inner-spin-button, | |
input[type="number"]::-webkit-outer-spin-button { | |
height: auto; } | |
input[type="search"] { | |
-webkit-appearance: textfield; | |
-moz-box-sizing: content-box; | |
box-sizing: content-box; } | |
input[type="search"]::-webkit-search-cancel-button, | |
input[type="search"]::-webkit-search-decoration { | |
-webkit-appearance: none; } | |
fieldset { | |
border: 1px solid #c0c0c0; | |
margin: 0 2px; | |
padding: 0.35em 0.625em 0.75em; } | |
legend { | |
border: 0; | |
padding: 0; } | |
textarea { | |
overflow: auto; } | |
optgroup { | |
font-weight: bold; } | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; } | |
td, | |
th { | |
padding: 0; } | |
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ | |
@media print { | |
*, | |
*:before, | |
*:after { | |
background: transparent !important; | |
color: #000 !important; | |
box-shadow: none !important; | |
text-shadow: none !important; } | |
a, | |
a:visited { | |
text-decoration: underline; } | |
a[href]:after { | |
content: " (" attr(href) ")"; } | |
abbr[title]:after { | |
content: " (" attr(title) ")"; } | |
a[href^="#"]:after, | |
a[href^="javascript:"]:after { | |
content: ""; } | |
pre, | |
blockquote { | |
border: 1px solid #999; | |
page-break-inside: avoid; } | |
thead { | |
display: table-header-group; } | |
tr, | |
img { | |
page-break-inside: avoid; } | |
img { | |
max-width: 100% !important; } | |
p, | |
h2, | |
h3 { | |
orphans: 3; | |
widows: 3; } | |
h2, | |
h3 { | |
page-break-after: avoid; } | |
.navbar { | |
display: none; } | |
.btn > .caret, .tch-btn-header > .caret, .tch-btn-header-primary > .caret, .tch-btn-header-primary-block > .caret, .tch-btn-header-secondary > .caret, .tch-btn-header-danger > .caret, .tch-btn-header-dropdown > .caret, .tch-btn-header-icon > .caret, .tch-btn-content > .caret, .tch-btn-content-primary > .caret, .tch-btn-content-primary-block > .caret, .tch-page-nav-btn > .caret, .tch-btn-content-secondary > .caret, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item > .caret, .tch-btn-content-gray > .caret, .tch-btn-content-danger > .caret, .tch-btn-content-transparent > .caret, .tch-btn-group-tab > .caret, .tch-dropdown-group-selector > .caret, .tch-btn-tooltip > .caret, | |
.dropup > .btn > .caret, | |
.dropup > .tch-btn-header > .caret, | |
.dropup > .tch-btn-header-primary > .caret, | |
.dropup > .tch-btn-header-primary-block > .caret, | |
.dropup > .tch-btn-header-secondary > .caret, | |
.dropup > .tch-btn-header-danger > .caret, | |
.dropup > .tch-btn-header-dropdown > .caret, | |
.dropup > .tch-btn-header-icon > .caret, | |
.dropup > .tch-btn-content > .caret, | |
.dropup > .tch-btn-content-primary > .caret, | |
.dropup > .tch-btn-content-primary-block > .caret, | |
.dropup > .tch-page-nav-btn > .caret, | |
.dropup > .tch-btn-content-secondary > .caret, .ui-select-multiple.ui-select-bootstrap | |
.dropup > .ui-select-match-item > .caret, | |
.dropup > .tch-btn-content-gray > .caret, | |
.dropup > .tch-btn-content-danger > .caret, | |
.dropup > .tch-btn-content-transparent > .caret, | |
.dropup > .tch-btn-group-tab > .caret, | |
.dropup > .tch-dropdown-group-selector > .caret, | |
.dropup > .tch-btn-tooltip > .caret { | |
border-top-color: #000 !important; } | |
.label { | |
border: 1px solid #000; } | |
.table, .tch-table { | |
border-collapse: collapse !important; } | |
.table td, .tch-table td, | |
.table th, .tch-table th { | |
background-color: #fff !important; } | |
.table-bordered th, | |
.table-bordered td { | |
border: 1px solid #ddd !important; } } | |
@font-face { | |
font-family: 'Glyphicons Halflings'; | |
src: url("/admin/assets/fonts/glyphicons-halflings/glyphicons-halflings-regular.eot"); | |
src: url("/admin/assets/fonts/glyphicons-halflings/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/admin/assets/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff2") format("woff2"), url("/admin/assets/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff") format("woff"), url("/admin/assets/fonts/glyphicons-halflings/glyphicons-halflings-regular.ttf") format("truetype"), url("/admin/assets/fonts/glyphicons-halflings/glyphicons-halflings-regular.svg#glyphicons-halflings/glyphicons-halflings-regular") format("svg"); } | |
.glyphicon { | |
position: relative; | |
top: 1px; | |
display: inline-block; | |
font-family: 'Glyphicons Halflings'; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; } | |
.glyphicon-asterisk:before { | |
content: "\2a"; } | |
.glyphicon-plus:before { | |
content: "\2b"; } | |
.glyphicon-euro:before, | |
.glyphicon-eur:before { | |
content: "\20ac"; } | |
.glyphicon-minus:before { | |
content: "\2212"; } | |
.glyphicon-cloud:before { | |
content: "\2601"; } | |
.glyphicon-envelope:before { | |
content: "\2709"; } | |
.glyphicon-pencil:before { | |
content: "\270f"; } | |
.glyphicon-glass:before { | |
content: "\e001"; } | |
.glyphicon-music:before { | |
content: "\e002"; } | |
.glyphicon-search:before { | |
content: "\e003"; } | |
.glyphicon-heart:before { | |
content: "\e005"; } | |
.glyphicon-star:before { | |
content: "\e006"; } | |
.glyphicon-star-empty:before { | |
content: "\e007"; } | |
.glyphicon-user:before { | |
content: "\e008"; } | |
.glyphicon-film:before { | |
content: "\e009"; } | |
.glyphicon-th-large:before { | |
content: "\e010"; } | |
.glyphicon-th:before { | |
content: "\e011"; } | |
.glyphicon-th-list:before { | |
content: "\e012"; } | |
.glyphicon-ok:before { | |
content: "\e013"; } | |
.glyphicon-remove:before { | |
content: "\e014"; } | |
.glyphicon-zoom-in:before { | |
content: "\e015"; } | |
.glyphicon-zoom-out:before { | |
content: "\e016"; } | |
.glyphicon-off:before { | |
content: "\e017"; } | |
.glyphicon-signal:before { | |
content: "\e018"; } | |
.glyphicon-cog:before { | |
content: "\e019"; } | |
.glyphicon-trash:before { | |
content: "\e020"; } | |
.glyphicon-home:before { | |
content: "\e021"; } | |
.glyphicon-file:before { | |
content: "\e022"; } | |
.glyphicon-time:before { | |
content: "\e023"; } | |
.glyphicon-road:before { | |
content: "\e024"; } | |
.glyphicon-download-alt:before { | |
content: "\e025"; } | |
.glyphicon-download:before { | |
content: "\e026"; } | |
.glyphicon-upload:before { | |
content: "\e027"; } | |
.glyphicon-inbox:before { | |
content: "\e028"; } | |
.glyphicon-play-circle:before { | |
content: "\e029"; } | |
.glyphicon-repeat:before { | |
content: "\e030"; } | |
.glyphicon-refresh:before { | |
content: "\e031"; } | |
.glyphicon-list-alt:before { | |
content: "\e032"; } | |
.glyphicon-lock:before { | |
content: "\e033"; } | |
.glyphicon-flag:before { | |
content: "\e034"; } | |
.glyphicon-headphones:before { | |
content: "\e035"; } | |
.glyphicon-volume-off:before { | |
content: "\e036"; } | |
.glyphicon-volume-down:before { | |
content: "\e037"; } | |
.glyphicon-volume-up:before { | |
content: "\e038"; } | |
.glyphicon-qrcode:before { | |
content: "\e039"; } | |
.glyphicon-barcode:before { | |
content: "\e040"; } | |
.glyphicon-tag:before { | |
content: "\e041"; } | |
.glyphicon-tags:before { | |
content: "\e042"; } | |
.glyphicon-book:before { | |
content: "\e043"; } | |
.glyphicon-bookmark:before { | |
content: "\e044"; } | |
.glyphicon-print:before { | |
content: "\e045"; } | |
.glyphicon-camera:before { | |
content: "\e046"; } | |
.glyphicon-font:before { | |
content: "\e047"; } | |
.glyphicon-bold:before { | |
content: "\e048"; } | |
.glyphicon-italic:before { | |
content: "\e049"; } | |
.glyphicon-text-height:before { | |
content: "\e050"; } | |
.glyphicon-text-width:before { | |
content: "\e051"; } | |
.glyphicon-align-left:before { | |
content: "\e052"; } | |
.glyphicon-align-center:before { | |
content: "\e053"; } | |
.glyphicon-align-right:before { | |
content: "\e054"; } | |
.glyphicon-align-justify:before { | |
content: "\e055"; } | |
.glyphicon-list:before { | |
content: "\e056"; } | |
.glyphicon-indent-left:before { | |
content: "\e057"; } | |
.glyphicon-indent-right:before { | |
content: "\e058"; } | |
.glyphicon-facetime-video:before { | |
content: "\e059"; } | |
.glyphicon-picture:before { | |
content: "\e060"; } | |
.glyphicon-map-marker:before { | |
content: "\e062"; } | |
.glyphicon-adjust:before { | |
content: "\e063"; } | |
.glyphicon-tint:before { | |
content: "\e064"; } | |
.glyphicon-edit:before { | |
content: "\e065"; } | |
.glyphicon-share:before { | |
content: "\e066"; } | |
.glyphicon-check:before { | |
content: "\e067"; } | |
.glyphicon-move:before { | |
content: "\e068"; } | |
.glyphicon-step-backward:before { | |
content: "\e069"; } | |
.glyphicon-fast-backward:before { | |
content: "\e070"; } | |
.glyphicon-backward:before { | |
content: "\e071"; } | |
.glyphicon-play:before { | |
content: "\e072"; } | |
.glyphicon-pause:before { | |
content: "\e073"; } | |
.glyphicon-stop:before { | |
content: "\e074"; } | |
.glyphicon-forward:before { | |
content: "\e075"; } | |
.glyphicon-fast-forward:before { | |
content: "\e076"; } | |
.glyphicon-step-forward:before { | |
content: "\e077"; } | |
.glyphicon-eject:before { | |
content: "\e078"; } | |
.glyphicon-chevron-left:before { | |
content: "\e079"; } | |
.glyphicon-chevron-right:before { | |
content: "\e080"; } | |
.glyphicon-plus-sign:before { | |
content: "\e081"; } | |
.glyphicon-minus-sign:before { | |
content: "\e082"; } | |
.glyphicon-remove-sign:before { | |
content: "\e083"; } | |
.glyphicon-ok-sign:before { | |
content: "\e084"; } | |
.glyphicon-question-sign:before { | |
content: "\e085"; } | |
.glyphicon-info-sign:before { | |
content: "\e086"; } | |
.glyphicon-screenshot:before { | |
content: "\e087"; } | |
.glyphicon-remove-circle:before { | |
content: "\e088"; } | |
.glyphicon-ok-circle:before { | |
content: "\e089"; } | |
.glyphicon-ban-circle:before { | |
content: "\e090"; } | |
.glyphicon-arrow-left:before { | |
content: "\e091"; } | |
.glyphicon-arrow-right:before { | |
content: "\e092"; } | |
.glyphicon-arrow-up:before { | |
content: "\e093"; } | |
.glyphicon-arrow-down:before { | |
content: "\e094"; } | |
.glyphicon-share-alt:before { | |
content: "\e095"; } | |
.glyphicon-resize-full:before { | |
content: "\e096"; } | |
.glyphicon-resize-small:before { | |
content: "\e097"; } | |
.glyphicon-exclamation-sign:before { | |
content: "\e101"; } | |
.glyphicon-gift:before { | |
content: "\e102"; } | |
.glyphicon-leaf:before { | |
content: "\e103"; } | |
.glyphicon-fire:before { | |
content: "\e104"; } | |
.glyphicon-eye-open:before { | |
content: "\e105"; } | |
.glyphicon-eye-close:before { | |
content: "\e106"; } | |
.glyphicon-warning-sign:before { | |
content: "\e107"; } | |
.glyphicon-plane:before { | |
content: "\e108"; } | |
.glyphicon-calendar:before { | |
content: "\e109"; } | |
.glyphicon-random:before { | |
content: "\e110"; } | |
.glyphicon-comment:before { | |
content: "\e111"; } | |
.glyphicon-magnet:before { | |
content: "\e112"; } | |
.glyphicon-chevron-up:before { | |
content: "\e113"; } | |
.glyphicon-chevron-down:before { | |
content: "\e114"; } | |
.glyphicon-retweet:before { | |
content: "\e115"; } | |
.glyphicon-shopping-cart:before { | |
content: "\e116"; } | |
.glyphicon-folder-close:before { | |
content: "\e117"; } | |
.glyphicon-folder-open:before { | |
content: "\e118"; } | |
.glyphicon-resize-vertical:before { | |
content: "\e119"; } | |
.glyphicon-resize-horizontal:before { | |
content: "\e120"; } | |
.glyphicon-hdd:before { | |
content: "\e121"; } | |
.glyphicon-bullhorn:before { | |
content: "\e122"; } | |
.glyphicon-bell:before { | |
content: "\e123"; } | |
.glyphicon-certificate:before { | |
content: "\e124"; } | |
.glyphicon-thumbs-up:before { | |
content: "\e125"; } | |
.glyphicon-thumbs-down:before { | |
content: "\e126"; } | |
.glyphicon-hand-right:before { | |
content: "\e127"; } | |
.glyphicon-hand-left:before { | |
content: "\e128"; } | |
.glyphicon-hand-up:before { | |
content: "\e129"; } | |
.glyphicon-hand-down:before { | |
content: "\e130"; } | |
.glyphicon-circle-arrow-right:before { | |
content: "\e131"; } | |
.glyphicon-circle-arrow-left:before { | |
content: "\e132"; } | |
.glyphicon-circle-arrow-up:before { | |
content: "\e133"; } | |
.glyphicon-circle-arrow-down:before { | |
content: "\e134"; } | |
.glyphicon-globe:before { | |
content: "\e135"; } | |
.glyphicon-wrench:before { | |
content: "\e136"; } | |
.glyphicon-tasks:before { | |
content: "\e137"; } | |
.glyphicon-filter:before { | |
content: "\e138"; } | |
.glyphicon-briefcase:before { | |
content: "\e139"; } | |
.glyphicon-fullscreen:before { | |
content: "\e140"; } | |
.glyphicon-dashboard:before { | |
content: "\e141"; } | |
.glyphicon-paperclip:before { | |
content: "\e142"; } | |
.glyphicon-heart-empty:before { | |
content: "\e143"; } | |
.glyphicon-link:before { | |
content: "\e144"; } | |
.glyphicon-phone:before { | |
content: "\e145"; } | |
.glyphicon-pushpin:before { | |
content: "\e146"; } | |
.glyphicon-usd:before { | |
content: "\e148"; } | |
.glyphicon-gbp:before { | |
content: "\e149"; } | |
.glyphicon-sort:before { | |
content: "\e150"; } | |
.glyphicon-sort-by-alphabet:before { | |
content: "\e151"; } | |
.glyphicon-sort-by-alphabet-alt:before { | |
content: "\e152"; } | |
.glyphicon-sort-by-order:before { | |
content: "\e153"; } | |
.glyphicon-sort-by-order-alt:before { | |
content: "\e154"; } | |
.glyphicon-sort-by-attributes:before { | |
content: "\e155"; } | |
.glyphicon-sort-by-attributes-alt:before { | |
content: "\e156"; } | |
.glyphicon-unchecked:before { | |
content: "\e157"; } | |
.glyphicon-expand:before { | |
content: "\e158"; } | |
.glyphicon-collapse-down:before { | |
content: "\e159"; } | |
.glyphicon-collapse-up:before { | |
content: "\e160"; } | |
.glyphicon-log-in:before { | |
content: "\e161"; } | |
.glyphicon-flash:before { | |
content: "\e162"; } | |
.glyphicon-log-out:before { | |
content: "\e163"; } | |
.glyphicon-new-window:before { | |
content: "\e164"; } | |
.glyphicon-record:before { | |
content: "\e165"; } | |
.glyphicon-save:before { | |
content: "\e166"; } | |
.glyphicon-open:before { | |
content: "\e167"; } | |
.glyphicon-saved:before { | |
content: "\e168"; } | |
.glyphicon-import:before { | |
content: "\e169"; } | |
.glyphicon-export:before { | |
content: "\e170"; } | |
.glyphicon-send:before { | |
content: "\e171"; } | |
.glyphicon-floppy-disk:before { | |
content: "\e172"; } | |
.glyphicon-floppy-saved:before { | |
content: "\e173"; } | |
.glyphicon-floppy-remove:before { | |
content: "\e174"; } | |
.glyphicon-floppy-save:before { | |
content: "\e175"; } | |
.glyphicon-floppy-open:before { | |
content: "\e176"; } | |
.glyphicon-credit-card:before { | |
content: "\e177"; } | |
.glyphicon-transfer:before { | |
content: "\e178"; } | |
.glyphicon-cutlery:before { | |
content: "\e179"; } | |
.glyphicon-header:before { | |
content: "\e180"; } | |
.glyphicon-compressed:before { | |
content: "\e181"; } | |
.glyphicon-earphone:before { | |
content: "\e182"; } | |
.glyphicon-phone-alt:before { | |
content: "\e183"; } | |
.glyphicon-tower:before { | |
content: "\e184"; } | |
.glyphicon-stats:before { | |
content: "\e185"; } | |
.glyphicon-sd-video:before { | |
content: "\e186"; } | |
.glyphicon-hd-video:before { | |
content: "\e187"; } | |
.glyphicon-subtitles:before { | |
content: "\e188"; } | |
.glyphicon-sound-stereo:before { | |
content: "\e189"; } | |
.glyphicon-sound-dolby:before { | |
content: "\e190"; } | |
.glyphicon-sound-5-1:before { | |
content: "\e191"; } | |
.glyphicon-sound-6-1:before { | |
content: "\e192"; } | |
.glyphicon-sound-7-1:before { | |
content: "\e193"; } | |
.glyphicon-copyright-mark:before { | |
content: "\e194"; } | |
.glyphicon-registration-mark:before { | |
content: "\e195"; } | |
.glyphicon-cloud-download:before { | |
content: "\e197"; } | |
.glyphicon-cloud-upload:before { | |
content: "\e198"; } | |
.glyphicon-tree-conifer:before { | |
content: "\e199"; } | |
.glyphicon-tree-deciduous:before { | |
content: "\e200"; } | |
.glyphicon-cd:before { | |
content: "\e201"; } | |
.glyphicon-save-file:before { | |
content: "\e202"; } | |
.glyphicon-open-file:before { | |
content: "\e203"; } | |
.glyphicon-level-up:before { | |
content: "\e204"; } | |
.glyphicon-copy:before { | |
content: "\e205"; } | |
.glyphicon-paste:before { | |
content: "\e206"; } | |
.glyphicon-alert:before { | |
content: "\e209"; } | |
.glyphicon-equalizer:before { | |
content: "\e210"; } | |
.glyphicon-king:before { | |
content: "\e211"; } | |
.glyphicon-queen:before { | |
content: "\e212"; } | |
.glyphicon-pawn:before { | |
content: "\e213"; } | |
.glyphicon-bishop:before { | |
content: "\e214"; } | |
.glyphicon-knight:before { | |
content: "\e215"; } | |
.glyphicon-baby-formula:before { | |
content: "\e216"; } | |
.glyphicon-tent:before { | |
content: "\26fa"; } | |
.glyphicon-blackboard:before { | |
content: "\e218"; } | |
.glyphicon-bed:before { | |
content: "\e219"; } | |
.glyphicon-apple:before { | |
content: "\f8ff"; } | |
.glyphicon-erase:before { | |
content: "\e221"; } | |
.glyphicon-hourglass:before { | |
content: "\231b"; } | |
.glyphicon-lamp:before { | |
content: "\e223"; } | |
.glyphicon-duplicate:before { | |
content: "\e224"; } | |
.glyphicon-piggy-bank:before { | |
content: "\e225"; } | |
.glyphicon-scissors:before { | |
content: "\e226"; } | |
.glyphicon-bitcoin:before { | |
content: "\e227"; } | |
.glyphicon-btc:before { | |
content: "\e227"; } | |
.glyphicon-xbt:before { | |
content: "\e227"; } | |
.glyphicon-yen:before { | |
content: "\00a5"; } | |
.glyphicon-jpy:before { | |
content: "\00a5"; } | |
.glyphicon-ruble:before { | |
content: "\20bd"; } | |
.glyphicon-rub:before { | |
content: "\20bd"; } | |
.glyphicon-scale:before { | |
content: "\e230"; } | |
.glyphicon-ice-lolly:before { | |
content: "\e231"; } | |
.glyphicon-ice-lolly-tasted:before { | |
content: "\e232"; } | |
.glyphicon-education:before { | |
content: "\e233"; } | |
.glyphicon-option-horizontal:before { | |
content: "\e234"; } | |
.glyphicon-option-vertical:before { | |
content: "\e235"; } | |
.glyphicon-menu-hamburger:before { | |
content: "\e236"; } | |
.glyphicon-modal-window:before { | |
content: "\e237"; } | |
.glyphicon-oil:before { | |
content: "\e238"; } | |
.glyphicon-grain:before { | |
content: "\e239"; } | |
.glyphicon-sunglasses:before { | |
content: "\e240"; } | |
.glyphicon-text-size:before { | |
content: "\e241"; } | |
.glyphicon-text-color:before { | |
content: "\e242"; } | |
.glyphicon-text-background:before { | |
content: "\e243"; } | |
.glyphicon-object-align-top:before { | |
content: "\e244"; } | |
.glyphicon-object-align-bottom:before { | |
content: "\e245"; } | |
.glyphicon-object-align-horizontal:before { | |
content: "\e246"; } | |
.glyphicon-object-align-left:before { | |
content: "\e247"; } | |
.glyphicon-object-align-vertical:before { | |
content: "\e248"; } | |
.glyphicon-object-align-right:before { | |
content: "\e249"; } | |
.glyphicon-triangle-right:before { | |
content: "\e250"; } | |
.glyphicon-triangle-left:before { | |
content: "\e251"; } | |
.glyphicon-triangle-bottom:before { | |
content: "\e252"; } | |
.glyphicon-triangle-top:before { | |
content: "\e253"; } | |
.glyphicon-console:before { | |
content: "\e254"; } | |
.glyphicon-superscript:before { | |
content: "\e255"; } | |
.glyphicon-subscript:before { | |
content: "\e256"; } | |
.glyphicon-menu-left:before { | |
content: "\e257"; } | |
.glyphicon-menu-right:before { | |
content: "\e258"; } | |
.glyphicon-menu-down:before { | |
content: "\e259"; } | |
.glyphicon-menu-up:before { | |
content: "\e260"; } | |
* { | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; } | |
*:before, | |
*:after { | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; } | |
html { | |
font-size: 10px; | |
-webkit-tap-highlight-color: transparent; } | |
body { | |
font-family: "Raleway", Helvetica, Arial, sans-serif; | |
font-size: 14px; | |
line-height: 1.72222; | |
color: #3D5557; | |
background-color: #F7F7F4; } | |
input, | |
button, | |
select, | |
textarea { | |
font-family: inherit; | |
font-size: inherit; | |
line-height: inherit; } | |
a { | |
color: #30787d; | |
text-decoration: none; } | |
a:hover, a:focus { | |
color: #2b9b8b; | |
text-decoration: underline; } | |
a:focus { | |
outline: thin dotted; | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px; } | |
figure { | |
margin: 0; } | |
img { | |
vertical-align: middle; } | |
.img-responsive { | |
display: block; | |
max-width: 100%; | |
height: auto; } | |
.img-rounded { | |
border-radius: 6px; } | |
.img-thumbnail { | |
padding: 4px; | |
line-height: 1.72222; | |
background-color: #F7F7F4; | |
border: 1px solid #B5BDBD; | |
border-radius: 6px; | |
-webkit-transition: all 0.2s ease-in-out; | |
transition: all 0.2s ease-in-out; | |
display: inline-block; | |
max-width: 100%; | |
height: auto; } | |
.img-circle { | |
border-radius: 50%; } | |
hr { | |
margin-top: 24px; | |
margin-bottom: 24px; | |
border: 0; | |
border-top: 1px solid #859495; } | |
.sr-only { | |
position: absolute; | |
width: 1px; | |
height: 1px; | |
margin: -1px; | |
padding: 0; | |
overflow: hidden; | |
clip: rect(0, 0, 0, 0); | |
border: 0; } | |
.sr-only-focusable:active, .sr-only-focusable:focus { | |
position: static; | |
width: auto; | |
height: auto; | |
margin: 0; | |
overflow: visible; | |
clip: auto; } | |
[role="button"] { | |
cursor: pointer; } | |
h1, h2, h3, h4, h5, h6, | |
.h1, .h2, .h3, .h4, .h5, .h6 { | |
font-family: inherit; | |
font-weight: 700; | |
line-height: 1.1; | |
color: inherit; } | |
h1 small, | |
h1 .small, h2 small, | |
h2 .small, h3 small, | |
h3 .small, h4 small, | |
h4 .small, h5 small, | |
h5 .small, h6 small, | |
h6 .small, | |
.h1 small, | |
.h1 .small, .h2 small, | |
.h2 .small, .h3 small, | |
.h3 .small, .h4 small, | |
.h4 .small, .h5 small, | |
.h5 .small, .h6 small, | |
.h6 .small { | |
font-weight: normal; | |
line-height: 1; | |
color: #e8ebeb; } | |
h1, .h1, | |
h2, .h2, | |
h3, .h3 { | |
margin-top: 24px; | |
margin-bottom: 12px; } | |
h1 small, | |
h1 .small, .h1 small, | |
.h1 .small, | |
h2 small, | |
h2 .small, .h2 small, | |
.h2 .small, | |
h3 small, | |
h3 .small, .h3 small, | |
.h3 .small { | |
font-size: 65%; } | |
h4, .h4, | |
h5, .h5, | |
h6, .h6 { | |
margin-top: 12px; | |
margin-bottom: 12px; } | |
h4 small, | |
h4 .small, .h4 small, | |
.h4 .small, | |
h5 small, | |
h5 .small, .h5 small, | |
.h5 .small, | |
h6 small, | |
h6 .small, .h6 small, | |
.h6 .small { | |
font-size: 75%; } | |
h1, .h1 { | |
font-size: 48px; } | |
h2, .h2 { | |
font-size: 41px; } | |
h3, .h3 { | |
font-size: 32px; } | |
h4, .h4 { | |
font-size: 23px; } | |
h5, .h5 { | |
font-size: 21px; } | |
h6, .h6 { | |
font-size: 19px; } | |
p { | |
margin: 0 0 12px; } | |
.lead { | |
margin-bottom: 24px; | |
font-size: 16px; | |
font-weight: 300; | |
line-height: 1.4; } | |
@media (min-width: 768px) { | |
.lead { | |
font-size: 21px; } } | |
small, | |
.small { | |
font-size: 85%; } | |
mark, | |
.mark { | |
background-color: #fcf8e3; | |
padding: .2em; } | |
.text-left { | |
text-align: left; } | |
.text-right { | |
text-align: right; } | |
.text-center { | |
text-align: center; } | |
.text-justify { | |
text-align: justify; } | |
.text-nowrap { | |
white-space: nowrap; } | |
.text-lowercase { | |
text-transform: lowercase; } | |
.text-uppercase, .initialism { | |
text-transform: uppercase; } | |
.text-capitalize { | |
text-transform: capitalize; } | |
.text-muted { | |
color: #B5BDBD; } | |
.text-primary { | |
color: #3D5557; } | |
a.text-primary:hover, | |
a.text-primary:focus { | |
color: #283839; } | |
.text-success { | |
color: #3C763D; } | |
a.text-success:hover, | |
a.text-success:focus { | |
color: #2b542c; } | |
.text-info { | |
color: #3498db; } | |
a.text-info:hover, | |
a.text-info:focus { | |
color: #217dbb; } | |
.text-warning { | |
color: #f1c40f; } | |
a.text-warning:hover, | |
a.text-warning:focus { | |
color: #c29d0b; } | |
.text-danger { | |
color: #C35220; } | |
a.text-danger:hover, | |
a.text-danger:focus { | |
color: #974019; } | |
.bg-primary { | |
color: #fff; } | |
.bg-primary { | |
background-color: #3D5557; } | |
a.bg-primary:hover, | |
a.bg-primary:focus { | |
background-color: #283839; } | |
.bg-success { | |
background-color: #dff0d8; } | |
a.bg-success:hover, | |
a.bg-success:focus { | |
background-color: #c1e2b3; } | |
.bg-info { | |
background-color: #d9edf7; } | |
a.bg-info:hover, | |
a.bg-info:focus { | |
background-color: #afd9ee; } | |
.bg-warning { | |
background-color: #fcf8e3; } | |
a.bg-warning:hover, | |
a.bg-warning:focus { | |
background-color: #f7ecb5; } | |
.bg-danger { | |
background-color: #f2dede; } | |
a.bg-danger:hover, | |
a.bg-danger:focus { | |
background-color: #e4b9b9; } | |
.page-header { | |
padding-bottom: 11px; | |
margin: 48px 0 24px; | |
border-bottom: 1px solid #e8ebeb; } | |
ul, | |
ol { | |
margin-top: 0; | |
margin-bottom: 12px; } | |
ul ul, | |
ul ol, | |
ol ul, | |
ol ol { | |
margin-bottom: 0; } | |
.list-unstyled { | |
padding-left: 0; | |
list-style: none; } | |
.list-inline { | |
padding-left: 0; | |
list-style: none; | |
margin-left: -5px; } | |
.list-inline > li { | |
display: inline-block; | |
padding-left: 5px; | |
padding-right: 5px; } | |
dl { | |
margin-top: 0; | |
margin-bottom: 24px; } | |
dt, | |
dd { | |
line-height: 1.72222; } | |
dt { | |
font-weight: bold; } | |
dd { | |
margin-left: 0; } | |
.dl-horizontal dd:before, .dl-horizontal dd:after { | |
content: " "; | |
display: table; } | |
.dl-horizontal dd:after { | |
clear: both; } | |
@media (min-width: 768px) { | |
.dl-horizontal dt { | |
float: left; | |
width: 160px; | |
clear: left; | |
text-align: right; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
white-space: nowrap; } | |
.dl-horizontal dd { | |
margin-left: 180px; } } | |
abbr[title], | |
abbr[data-original-title] { | |
cursor: help; | |
border-bottom: 1px dotted #B5BDBD; } | |
.initialism { | |
font-size: 90%; } | |
blockquote { | |
padding: 12px 24px; | |
margin: 0 0 24px; | |
font-size: 17.5px; | |
border-left: 5px solid #e8ebeb; } | |
blockquote p:last-child, | |
blockquote ul:last-child, | |
blockquote ol:last-child { | |
margin-bottom: 0; } | |
blockquote footer, | |
blockquote small, | |
blockquote .small { | |
display: block; | |
font-size: 80%; | |
line-height: 1.72222; | |
color: inherit; } | |
blockquote footer:before, | |
blockquote small:before, | |
blockquote .small:before { | |
content: '\2014 \00A0'; } | |
.blockquote-reverse, | |
blockquote.pull-right { | |
padding-right: 15px; | |
padding-left: 0; | |
border-right: 5px solid #e8ebeb; | |
border-left: 0; | |
text-align: right; } | |
.blockquote-reverse footer:before, | |
.blockquote-reverse small:before, | |
.blockquote-reverse .small:before, | |
blockquote.pull-right footer:before, | |
blockquote.pull-right small:before, | |
blockquote.pull-right .small:before { | |
content: ''; } | |
.blockquote-reverse footer:after, | |
.blockquote-reverse small:after, | |
.blockquote-reverse .small:after, | |
blockquote.pull-right footer:after, | |
blockquote.pull-right small:after, | |
blockquote.pull-right .small:after { | |
content: '\00A0 \2014'; } | |
address { | |
margin-bottom: 24px; | |
font-style: normal; | |
line-height: 1.72222; } | |
code, | |
kbd, | |
pre, | |
samp { | |
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; } | |
code { | |
padding: 2px 4px; | |
font-size: 90%; | |
color: #c7254e; | |
background-color: #f9f2f4; | |
border-radius: 4px; } | |
kbd { | |
padding: 2px 4px; | |
font-size: 90%; | |
color: white; | |
background-color: #3D5557; | |
border-radius: 3px; | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } | |
kbd kbd { | |
padding: 0; | |
font-size: 100%; | |
font-weight: bold; | |
box-shadow: none; } | |
pre { | |
display: block; | |
padding: 11.5px; | |
margin: 0 0 12px; | |
font-size: 13px; | |
line-height: 1.72222; | |
word-break: break-all; | |
word-wrap: break-word; | |
color: inherit; | |
background-color: white; | |
border: 1px solid #e8ebeb; | |
border-radius: 4px; } | |
pre code { | |
padding: 0; | |
font-size: inherit; | |
color: inherit; | |
white-space: pre-wrap; | |
background-color: transparent; | |
border-radius: 0; } | |
.pre-scrollable { | |
max-height: 340px; | |
overflow-y: scroll; } | |
.container { | |
margin-right: auto; | |
margin-left: auto; | |
padding-left: 15px; | |
padding-right: 15px; } | |
.container:before, .container:after { | |
content: " "; | |
display: table; } | |
.container:after { | |
clear: both; } | |
@media (min-width: 768px) { | |
.container { | |
width: 750px; } } | |
@media (min-width: 992px) { | |
.container { | |
width: 970px; } } | |
@media (min-width: 1200px) { | |
.container { | |
width: 1170px; } } | |
.container-fluid { | |
margin-right: auto; | |
margin-left: auto; | |
padding-left: 15px; | |
padding-right: 15px; } | |
.container-fluid:before, .container-fluid:after { | |
content: " "; | |
display: table; } | |
.container-fluid:after { | |
clear: both; } | |
.row, .tch-inline-form, .tch-drop-wrapper { | |
margin-left: -15px; | |
margin-right: -15px; } | |
.row:before, .tch-inline-form:before, .tch-drop-wrapper:before, .row:after, .tch-inline-form:after, .tch-drop-wrapper:after { | |
content: " "; | |
display: table; } | |
.row:after, .tch-inline-form:after, .tch-drop-wrapper:after { | |
clear: both; } | |
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { | |
position: relative; | |
min-height: 1px; | |
padding-left: 15px; | |
padding-right: 15px; } | |
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { | |
float: left; } | |
.col-xs-1 { | |
width: 8.33333%; } | |
.col-xs-2 { | |
width: 16.66667%; } | |
.col-xs-3 { | |
width: 25%; } | |
.col-xs-4 { | |
width: 33.33333%; } | |
.col-xs-5 { | |
width: 41.66667%; } | |
.col-xs-6 { | |
width: 50%; } | |
.col-xs-7 { | |
width: 58.33333%; } | |
.col-xs-8 { | |
width: 66.66667%; } | |
.col-xs-9 { | |
width: 75%; } | |
.col-xs-10 { | |
width: 83.33333%; } | |
.col-xs-11 { | |
width: 91.66667%; } | |
.col-xs-12 { | |
width: 100%; } | |
.col-xs-pull-0 { | |
right: auto; } | |
.col-xs-pull-1 { | |
right: 8.33333%; } | |
.col-xs-pull-2 { | |
right: 16.66667%; } | |
.col-xs-pull-3 { | |
right: 25%; } | |
.col-xs-pull-4 { | |
right: 33.33333%; } | |
.col-xs-pull-5 { | |
right: 41.66667%; } | |
.col-xs-pull-6 { | |
right: 50%; } | |
.col-xs-pull-7 { | |
right: 58.33333%; } | |
.col-xs-pull-8 { | |
right: 66.66667%; } | |
.col-xs-pull-9 { | |
right: 75%; } | |
.col-xs-pull-10 { | |
right: 83.33333%; } | |
.col-xs-pull-11 { | |
right: 91.66667%; } | |
.col-xs-pull-12 { | |
right: 100%; } | |
.col-xs-push-0 { | |
left: auto; } | |
.col-xs-push-1 { | |
left: 8.33333%; } | |
.col-xs-push-2 { | |
left: 16.66667%; } | |
.col-xs-push-3 { | |
left: 25%; } | |
.col-xs-push-4 { | |
left: 33.33333%; } | |
.col-xs-push-5 { | |
left: 41.66667%; } | |
.col-xs-push-6 { | |
left: 50%; } | |
.col-xs-push-7 { | |
left: 58.33333%; } | |
.col-xs-push-8 { | |
left: 66.66667%; } | |
.col-xs-push-9 { | |
left: 75%; } | |
.col-xs-push-10 { | |
left: 83.33333%; } | |
.col-xs-push-11 { | |
left: 91.66667%; } | |
.col-xs-push-12 { | |
left: 100%; } | |
.col-xs-offset-0 { | |
margin-left: 0%; } | |
.col-xs-offset-1 { | |
margin-left: 8.33333%; } | |
.col-xs-offset-2 { | |
margin-left: 16.66667%; } | |
.col-xs-offset-3 { | |
margin-left: 25%; } | |
.col-xs-offset-4 { | |
margin-left: 33.33333%; } | |
.col-xs-offset-5 { | |
margin-left: 41.66667%; } | |
.col-xs-offset-6 { | |
margin-left: 50%; } | |
.col-xs-offset-7 { | |
margin-left: 58.33333%; } | |
.col-xs-offset-8 { | |
margin-left: 66.66667%; } | |
.col-xs-offset-9 { | |
margin-left: 75%; } | |
.col-xs-offset-10 { | |
margin-left: 83.33333%; } | |
.col-xs-offset-11 { | |
margin-left: 91.66667%; } | |
.col-xs-offset-12 { | |
margin-left: 100%; } | |
@media (min-width: 768px) { | |
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { | |
float: left; } | |
.col-sm-1 { | |
width: 8.33333%; } | |
.col-sm-2 { | |
width: 16.66667%; } | |
.col-sm-3 { | |
width: 25%; } | |
.col-sm-4 { | |
width: 33.33333%; } | |
.col-sm-5 { | |
width: 41.66667%; } | |
.col-sm-6 { | |
width: 50%; } | |
.col-sm-7 { | |
width: 58.33333%; } | |
.col-sm-8 { | |
width: 66.66667%; } | |
.col-sm-9 { | |
width: 75%; } | |
.col-sm-10 { | |
width: 83.33333%; } | |
.col-sm-11 { | |
width: 91.66667%; } | |
.col-sm-12 { | |
width: 100%; } | |
.col-sm-pull-0 { | |
right: auto; } | |
.col-sm-pull-1 { | |
right: 8.33333%; } | |
.col-sm-pull-2 { | |
right: 16.66667%; } | |
.col-sm-pull-3 { | |
right: 25%; } | |
.col-sm-pull-4 { | |
right: 33.33333%; } | |
.col-sm-pull-5 { | |
right: 41.66667%; } | |
.col-sm-pull-6 { | |
right: 50%; } | |
.col-sm-pull-7 { | |
right: 58.33333%; } | |
.col-sm-pull-8 { | |
right: 66.66667%; } | |
.col-sm-pull-9 { | |
right: 75%; } | |
.col-sm-pull-10 { | |
right: 83.33333%; } | |
.col-sm-pull-11 { | |
right: 91.66667%; } | |
.col-sm-pull-12 { | |
right: 100%; } | |
.col-sm-push-0 { | |
left: auto; } | |
.col-sm-push-1 { | |
left: 8.33333%; } | |
.col-sm-push-2 { | |
left: 16.66667%; } | |
.col-sm-push-3 { | |
left: 25%; } | |
.col-sm-push-4 { | |
left: 33.33333%; } | |
.col-sm-push-5 { | |
left: 41.66667%; } | |
.col-sm-push-6 { | |
left: 50%; } | |
.col-sm-push-7 { | |
left: 58.33333%; } | |
.col-sm-push-8 { | |
left: 66.66667%; } | |
.col-sm-push-9 { | |
left: 75%; } | |
.col-sm-push-10 { | |
left: 83.33333%; } | |
.col-sm-push-11 { | |
left: 91.66667%; } | |
.col-sm-push-12 { | |
left: 100%; } | |
.col-sm-offset-0 { | |
margin-left: 0%; } | |
.col-sm-offset-1 { | |
margin-left: 8.33333%; } | |
.col-sm-offset-2 { | |
margin-left: 16.66667%; } | |
.col-sm-offset-3 { | |
margin-left: 25%; } | |
.col-sm-offset-4 { | |
margin-left: 33.33333%; } | |
.col-sm-offset-5 { | |
margin-left: 41.66667%; } | |
.col-sm-offset-6 { | |
margin-left: 50%; } | |
.col-sm-offset-7 { | |
margin-left: 58.33333%; } | |
.col-sm-offset-8 { | |
margin-left: 66.66667%; } | |
.col-sm-offset-9 { | |
margin-left: 75%; } | |
.col-sm-offset-10 { | |
margin-left: 83.33333%; } | |
.col-sm-offset-11 { | |
margin-left: 91.66667%; } | |
.col-sm-offset-12 { | |
margin-left: 100%; } } | |
@media (min-width: 992px) { | |
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { | |
float: left; } | |
.col-md-1 { | |
width: 8.33333%; } | |
.col-md-2 { | |
width: 16.66667%; } | |
.col-md-3 { | |
width: 25%; } | |
.col-md-4 { | |
width: 33.33333%; } | |
.col-md-5 { | |
width: 41.66667%; } | |
.col-md-6 { | |
width: 50%; } | |
.col-md-7 { | |
width: 58.33333%; } | |
.col-md-8 { | |
width: 66.66667%; } | |
.col-md-9 { | |
width: 75%; } | |
.col-md-10 { | |
width: 83.33333%; } | |
.col-md-11 { | |
width: 91.66667%; } | |
.col-md-12 { | |
width: 100%; } | |
.col-md-pull-0 { | |
right: auto; } | |
.col-md-pull-1 { | |
right: 8.33333%; } | |
.col-md-pull-2 { | |
right: 16.66667%; } | |
.col-md-pull-3 { | |
right: 25%; } | |
.col-md-pull-4 { | |
right: 33.33333%; } | |
.col-md-pull-5 { | |
right: 41.66667%; } | |
.col-md-pull-6 { | |
right: 50%; } | |
.col-md-pull-7 { | |
right: 58.33333%; } | |
.col-md-pull-8 { | |
right: 66.66667%; } | |
.col-md-pull-9 { | |
right: 75%; } | |
.col-md-pull-10 { | |
right: 83.33333%; } | |
.col-md-pull-11 { | |
right: 91.66667%; } | |
.col-md-pull-12 { | |
right: 100%; } | |
.col-md-push-0 { | |
left: auto; } | |
.col-md-push-1 { | |
left: 8.33333%; } | |
.col-md-push-2 { | |
left: 16.66667%; } | |
.col-md-push-3 { | |
left: 25%; } | |
.col-md-push-4 { | |
left: 33.33333%; } | |
.col-md-push-5 { | |
left: 41.66667%; } | |
.col-md-push-6 { | |
left: 50%; } | |
.col-md-push-7 { | |
left: 58.33333%; } | |
.col-md-push-8 { | |
left: 66.66667%; } | |
.col-md-push-9 { | |
left: 75%; } | |
.col-md-push-10 { | |
left: 83.33333%; } | |
.col-md-push-11 { | |
left: 91.66667%; } | |
.col-md-push-12 { | |
left: 100%; } | |
.col-md-offset-0 { | |
margin-left: 0%; } | |
.col-md-offset-1 { | |
margin-left: 8.33333%; } | |
.col-md-offset-2 { | |
margin-left: 16.66667%; } | |
.col-md-offset-3 { | |
margin-left: 25%; } | |
.col-md-offset-4 { | |
margin-left: 33.33333%; } | |
.col-md-offset-5 { | |
margin-left: 41.66667%; } | |
.col-md-offset-6 { | |
margin-left: 50%; } | |
.col-md-offset-7 { | |
margin-left: 58.33333%; } | |
.col-md-offset-8 { | |
margin-left: 66.66667%; } | |
.col-md-offset-9 { | |
margin-left: 75%; } | |
.col-md-offset-10 { | |
margin-left: 83.33333%; } | |
.col-md-offset-11 { | |
margin-left: 91.66667%; } | |
.col-md-offset-12 { | |
margin-left: 100%; } } | |
@media (min-width: 1200px) { | |
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { | |
float: left; } | |
.col-lg-1 { | |
width: 8.33333%; } | |
.col-lg-2 { | |
width: 16.66667%; } | |
.col-lg-3 { | |
width: 25%; } | |
.col-lg-4 { | |
width: 33.33333%; } | |
.col-lg-5 { | |
width: 41.66667%; } | |
.col-lg-6 { | |
width: 50%; } | |
.col-lg-7 { | |
width: 58.33333%; } | |
.col-lg-8 { | |
width: 66.66667%; } | |
.col-lg-9 { | |
width: 75%; } | |
.col-lg-10 { | |
width: 83.33333%; } | |
.col-lg-11 { | |
width: 91.66667%; } | |
.col-lg-12 { | |
width: 100%; } | |
.col-lg-pull-0 { | |
right: auto; } | |
.col-lg-pull-1 { | |
right: 8.33333%; } | |
.col-lg-pull-2 { | |
right: 16.66667%; } | |
.col-lg-pull-3 { | |
right: 25%; } | |
.col-lg-pull-4 { | |
right: 33.33333%; } | |
.col-lg-pull-5 { | |
right: 41.66667%; } | |
.col-lg-pull-6 { | |
right: 50%; } | |
.col-lg-pull-7 { | |
right: 58.33333%; } | |
.col-lg-pull-8 { | |
right: 66.66667%; } | |
.col-lg-pull-9 { | |
right: 75%; } | |
.col-lg-pull-10 { | |
right: 83.33333%; } | |
.col-lg-pull-11 { | |
right: 91.66667%; } | |
.col-lg-pull-12 { | |
right: 100%; } | |
.col-lg-push-0 { | |
left: auto; } | |
.col-lg-push-1 { | |
left: 8.33333%; } | |
.col-lg-push-2 { | |
left: 16.66667%; } | |
.col-lg-push-3 { | |
left: 25%; } | |
.col-lg-push-4 { | |
left: 33.33333%; } | |
.col-lg-push-5 { | |
left: 41.66667%; } | |
.col-lg-push-6 { | |
left: 50%; } | |
.col-lg-push-7 { | |
left: 58.33333%; } | |
.col-lg-push-8 { | |
left: 66.66667%; } | |
.col-lg-push-9 { | |
left: 75%; } | |
.col-lg-push-10 { | |
left: 83.33333%; } | |
.col-lg-push-11 { | |
left: 91.66667%; } | |
.col-lg-push-12 { | |
left: 100%; } | |
.col-lg-offset-0 { | |
margin-left: 0%; } | |
.col-lg-offset-1 { | |
margin-left: 8.33333%; } | |
.col-lg-offset-2 { | |
margin-left: 16.66667%; } | |
.col-lg-offset-3 { | |
margin-left: 25%; } | |
.col-lg-offset-4 { | |
margin-left: 33.33333%; } | |
.col-lg-offset-5 { | |
margin-left: 41.66667%; } | |
.col-lg-offset-6 { | |
margin-left: 50%; } | |
.col-lg-offset-7 { | |
margin-left: 58.33333%; } | |
.col-lg-offset-8 { | |
margin-left: 66.66667%; } | |
.col-lg-offset-9 { | |
margin-left: 75%; } | |
.col-lg-offset-10 { | |
margin-left: 83.33333%; } | |
.col-lg-offset-11 { | |
margin-left: 91.66667%; } | |
.col-lg-offset-12 { | |
margin-left: 100%; } } | |
table { | |
background-color: transparent; } | |
caption { | |
padding-top: 8px; | |
padding-bottom: 8px; | |
color: #B5BDBD; | |
text-align: left; } | |
th { | |
text-align: left; } | |
.table, .tch-table { | |
width: 100%; | |
max-width: 100%; | |
margin-bottom: 24px; } | |
.table > thead > tr > th, .tch-table > thead > tr > th, | |
.table > thead > tr > td, .tch-table > thead > tr > td, | |
.table > tbody > tr > th, .tch-table > tbody > tr > th, | |
.table > tbody > tr > td, .tch-table > tbody > tr > td, | |
.table > tfoot > tr > th, .tch-table > tfoot > tr > th, | |
.table > tfoot > tr > td, .tch-table > tfoot > tr > td { | |
padding: 8px; | |
line-height: 1.72222; | |
vertical-align: top; | |
border-top: 1px solid #eef0f0; } | |
.table > thead > tr > th, .tch-table > thead > tr > th { | |
vertical-align: bottom; | |
border-bottom: 2px solid #eef0f0; } | |
.table > caption + thead > tr:first-child > th, .tch-table > caption + thead > tr:first-child > th, | |
.table > caption + thead > tr:first-child > td, .tch-table > caption + thead > tr:first-child > td, | |
.table > colgroup + thead > tr:first-child > th, .tch-table > colgroup + thead > tr:first-child > th, | |
.table > colgroup + thead > tr:first-child > td, .tch-table > colgroup + thead > tr:first-child > td, | |
.table > thead:first-child > tr:first-child > th, .tch-table > thead:first-child > tr:first-child > th, | |
.table > thead:first-child > tr:first-child > td, .tch-table > thead:first-child > tr:first-child > td { | |
border-top: 0; } | |
.table > tbody + tbody, .tch-table > tbody + tbody { | |
border-top: 2px solid #eef0f0; } | |
.table .table, .tch-table .table, .table .tch-table, .tch-table .tch-table { | |
background-color: #F7F7F4; } | |
.table-condensed > thead > tr > th, | |
.table-condensed > thead > tr > td, | |
.table-condensed > tbody > tr > th, | |
.table-condensed > tbody > tr > td, | |
.table-condensed > tfoot > tr > th, | |
.table-condensed > tfoot > tr > td { | |
padding: 5px; } | |
.table-bordered { | |
border: 1px solid #eef0f0; } | |
.table-bordered > thead > tr > th, | |
.table-bordered > thead > tr > td, | |
.table-bordered > tbody > tr > th, | |
.table-bordered > tbody > tr > td, | |
.table-bordered > tfoot > tr > th, | |
.table-bordered > tfoot > tr > td { | |
border: 1px solid #eef0f0; } | |
.table-bordered > thead > tr > th, | |
.table-bordered > thead > tr > td { | |
border-bottom-width: 2px; } | |
.table-striped > tbody > tr:nth-of-type(odd) { | |
background-color: #f9f9f9; } | |
.table-hover > tbody > tr:hover { | |
background-color: #f5f5f5; } | |
table col[class*="col-"] { | |
position: static; | |
float: none; | |
display: table-column; } | |
table td[class*="col-"], | |
table th[class*="col-"] { | |
position: static; | |
float: none; | |
display: table-cell; } | |
.table > thead > tr > td.active, .tch-table > thead > tr > td.active, | |
.table > thead > tr > th.active, .tch-table > thead > tr > th.active, | |
.table > thead > tr.active > td, .tch-table > thead > tr.active > td, | |
.table > thead > tr.active > th, .tch-table > thead > tr.active > th, | |
.table > tbody > tr > td.active, .tch-table > tbody > tr > td.active, | |
.table > tbody > tr > th.active, .tch-table > tbody > tr > th.active, | |
.table > tbody > tr.active > td, .tch-table > tbody > tr.active > td, | |
.table > tbody > tr.active > th, .tch-table > tbody > tr.active > th, | |
.table > tfoot > tr > td.active, .tch-table > tfoot > tr > td.active, | |
.table > tfoot > tr > th.active, .tch-table > tfoot > tr > th.active, | |
.table > tfoot > tr.active > td, .tch-table > tfoot > tr.active > td, | |
.table > tfoot > tr.active > th, .tch-table > tfoot > tr.active > th { | |
background-color: #fafcfc; } | |
.table-hover > tbody > tr > td.active:hover, | |
.table-hover > tbody > tr > th.active:hover, | |
.table-hover > tbody > tr.active:hover > td, | |
.table-hover > tbody > tr:hover > .active, | |
.table-hover > tbody > tr.active:hover > th { | |
background-color: #ebf1f1; } | |
.table > thead > tr > td.success, .tch-table > thead > tr > td.success, | |
.table > thead > tr > th.success, .tch-table > thead > tr > th.success, | |
.table > thead > tr.success > td, .tch-table > thead > tr.success > td, | |
.table > thead > tr.success > th, .tch-table > thead > tr.success > th, | |
.table > tbody > tr > td.success, .tch-table > tbody > tr > td.success, | |
.table > tbody > tr > th.success, .tch-table > tbody > tr > th.success, | |
.table > tbody > tr.success > td, .tch-table > tbody > tr.success > td, | |
.table > tbody > tr.success > th, .tch-table > tbody > tr.success > th, | |
.table > tfoot > tr > td.success, .tch-table > tfoot > tr > td.success, | |
.table > tfoot > tr > th.success, .tch-table > tfoot > tr > th.success, | |
.table > tfoot > tr.success > td, .tch-table > tfoot > tr.success > td, | |
.table > tfoot > tr.success > th, .tch-table > tfoot > tr.success > th { | |
background-color: #dff0d8; } | |
.table-hover > tbody > tr > td.success:hover, | |
.table-hover > tbody > tr > th.success:hover, | |
.table-hover > tbody > tr.success:hover > td, | |
.table-hover > tbody > tr:hover > .success, | |
.table-hover > tbody > tr.success:hover > th { | |
background-color: #d0e9c6; } | |
.table > thead > tr > td.info, .tch-table > thead > tr > td.info, | |
.table > thead > tr > th.info, .tch-table > thead > tr > th.info, | |
.table > thead > tr.info > td, .tch-table > thead > tr.info > td, | |
.table > thead > tr.info > th, .tch-table > thead > tr.info > th, | |
.table > tbody > tr > td.info, .tch-table > tbody > tr > td.info, | |
.table > tbody > tr > th.info, .tch-table > tbody > tr > th.info, | |
.table > tbody > tr.info > td, .tch-table > tbody > tr.info > td, | |
.table > tbody > tr.info > th, .tch-table > tbody > tr.info > th, | |
.table > tfoot > tr > td.info, .tch-table > tfoot > tr > td.info, | |
.table > tfoot > tr > th.info, .tch-table > tfoot > tr > th.info, | |
.table > tfoot > tr.info > td, .tch-table > tfoot > tr.info > td, | |
.table > tfoot > tr.info > th, .tch-table > tfoot > tr.info > th { | |
background-color: #d9edf7; } | |
.table-hover > tbody > tr > td.info:hover, | |
.table-hover > tbody > tr > th.info:hover, | |
.table-hover > tbody > tr.info:hover > td, | |
.table-hover > tbody > tr:hover > .info, | |
.table-hover > tbody > tr.info:hover > th { | |
background-color: #c4e3f3; } | |
.table > thead > tr > td.warning, .tch-table > thead > tr > td.warning, | |
.table > thead > tr > th.warning, .tch-table > thead > tr > th.warning, | |
.table > thead > tr.warning > td, .tch-table > thead > tr.warning > td, | |
.table > thead > tr.warning > th, .tch-table > thead > tr.warning > th, | |
.table > tbody > tr > td.warning, .tch-table > tbody > tr > td.warning, | |
.table > tbody > tr > th.warning, .tch-table > tbody > tr > th.warning, | |
.table > tbody > tr.warning > td, .tch-table > tbody > tr.warning > td, | |
.table > tbody > tr.warning > th, .tch-table > tbody > tr.warning > th, | |
.table > tfoot > tr > td.warning, .tch-table > tfoot > tr > td.warning, | |
.table > tfoot > tr > th.warning, .tch-table > tfoot > tr > th.warning, | |
.table > tfoot > tr.warning > td, .tch-table > tfoot > tr.warning > td, | |
.table > tfoot > tr.warning > th, .tch-table > tfoot > tr.warning > th { | |
background-color: #fcf8e3; } | |
.table-hover > tbody > tr > td.warning:hover, | |
.table-hover > tbody > tr > th.warning:hover, | |
.table-hover > tbody > tr.warning:hover > td, | |
.table-hover > tbody > tr:hover > .warning, | |
.table-hover > tbody > tr.warning:hover > th { | |
background-color: #faf2cc; } | |
.table > thead > tr > td.danger, .tch-table > thead > tr > td.danger, | |
.table > thead > tr > th.danger, .tch-table > thead > tr > th.danger, | |
.table > thead > tr.danger > td, .tch-table > thead > tr.danger > td, | |
.table > thead > tr.danger > th, .tch-table > thead > tr.danger > th, | |
.table > tbody > tr > td.danger, .tch-table > tbody > tr > td.danger, | |
.table > tbody > tr > th.danger, .tch-table > tbody > tr > th.danger, | |
.table > tbody > tr.danger > td, .tch-table > tbody > tr.danger > td, | |
.table > tbody > tr.danger > th, .tch-table > tbody > tr.danger > th, | |
.table > tfoot > tr > td.danger, .tch-table > tfoot > tr > td.danger, | |
.table > tfoot > tr > th.danger, .tch-table > tfoot > tr > th.danger, | |
.table > tfoot > tr.danger > td, .tch-table > tfoot > tr.danger > td, | |
.table > tfoot > tr.danger > th, .tch-table > tfoot > tr.danger > th { | |
background-color: #f2dede; } | |
.table-hover > tbody > tr > td.danger:hover, | |
.table-hover > tbody > tr > th.danger:hover, | |
.table-hover > tbody > tr.danger:hover > td, | |
.table-hover > tbody > tr:hover > .danger, | |
.table-hover > tbody > tr.danger:hover > th { | |
background-color: #ebcccc; } | |
.table-responsive, .tch-table-wrapper { | |
overflow-x: auto; | |
min-height: 0.01%; } | |
@media screen and (max-width: 767px) { | |
.table-responsive, .tch-table-wrapper { | |
width: 100%; | |
margin-bottom: 18px; | |
overflow-y: hidden; | |
-ms-overflow-style: -ms-autohiding-scrollbar; | |
border: 1px solid #eef0f0; } | |
.table-responsive > .table, .tch-table-wrapper > .table, .table-responsive > .tch-table, .tch-table-wrapper > .tch-table { | |
margin-bottom: 0; } | |
.table-responsive > .table > thead > tr > th, .tch-table-wrapper > .table > thead > tr > th, .table-responsive > .tch-table > thead > tr > th, .tch-table-wrapper > .tch-table > thead > tr > th, | |
.table-responsive > .table > thead > tr > td, .tch-table-wrapper > .table > thead > tr > td, | |
.table-responsive > .tch-table > thead > tr > td, .tch-table-wrapper > .tch-table > thead > tr > td, | |
.table-responsive > .table > tbody > tr > th, .tch-table-wrapper > .table > tbody > tr > th, | |
.table-responsive > .tch-table > tbody > tr > th, .tch-table-wrapper > .tch-table > tbody > tr > th, | |
.table-responsive > .table > tbody > tr > td, .tch-table-wrapper > .table > tbody > tr > td, | |
.table-responsive > .tch-table > tbody > tr > td, .tch-table-wrapper > .tch-table > tbody > tr > td, | |
.table-responsive > .table > tfoot > tr > th, .tch-table-wrapper > .table > tfoot > tr > th, | |
.table-responsive > .tch-table > tfoot > tr > th, .tch-table-wrapper > .tch-table > tfoot > tr > th, | |
.table-responsive > .table > tfoot > tr > td, .tch-table-wrapper > .table > tfoot > tr > td, | |
.table-responsive > .tch-table > tfoot > tr > td, .tch-table-wrapper > .tch-table > tfoot > tr > td { | |
white-space: nowrap; } | |
.table-responsive > .table-bordered, .tch-table-wrapper > .table-bordered { | |
border: 0; } | |
.table-responsive > .table-bordered > thead > tr > th:first-child, .tch-table-wrapper > .table-bordered > thead > tr > th:first-child, | |
.table-responsive > .table-bordered > thead > tr > td:first-child, .tch-table-wrapper > .table-bordered > thead > tr > td:first-child, | |
.table-responsive > .table-bordered > tbody > tr > th:first-child, .tch-table-wrapper > .table-bordered > tbody > tr > th:first-child, | |
.table-responsive > .table-bordered > tbody > tr > td:first-child, .tch-table-wrapper > .table-bordered > tbody > tr > td:first-child, | |
.table-responsive > .table-bordered > tfoot > tr > th:first-child, .tch-table-wrapper > .table-bordered > tfoot > tr > th:first-child, | |
.table-responsive > .table-bordered > tfoot > tr > td:first-child, .tch-table-wrapper > .table-bordered > tfoot > tr > td:first-child { | |
border-left: 0; } | |
.table-responsive > .table-bordered > thead > tr > th:last-child, .tch-table-wrapper > .table-bordered > thead > tr > th:last-child, | |
.table-responsive > .table-bordered > thead > tr > td:last-child, .tch-table-wrapper > .table-bordered > thead > tr > td:last-child, | |
.table-responsive > .table-bordered > tbody > tr > th:last-child, .tch-table-wrapper > .table-bordered > tbody > tr > th:last-child, | |
.table-responsive > .table-bordered > tbody > tr > td:last-child, .tch-table-wrapper > .table-bordered > tbody > tr > td:last-child, | |
.table-responsive > .table-bordered > tfoot > tr > th:last-child, .tch-table-wrapper > .table-bordered > tfoot > tr > th:last-child, | |
.table-responsive > .table-bordered > tfoot > tr > td:last-child, .tch-table-wrapper > .table-bordered > tfoot > tr > td:last-child { | |
border-right: 0; } | |
.table-responsive > .table-bordered > tbody > tr:last-child > th, .tch-table-wrapper > .table-bordered > tbody > tr:last-child > th, | |
.table-responsive > .table-bordered > tbody > tr:last-child > td, .tch-table-wrapper > .table-bordered > tbody > tr:last-child > td, | |
.table-responsive > .table-bordered > tfoot > tr:last-child > th, .tch-table-wrapper > .table-bordered > tfoot > tr:last-child > th, | |
.table-responsive > .table-bordered > tfoot > tr:last-child > td, .tch-table-wrapper > .table-bordered > tfoot > tr:last-child > td { | |
border-bottom: 0; } } | |
fieldset { | |
padding: 0; | |
margin: 0; | |
border: 0; | |
min-width: 0; } | |
legend { | |
display: block; | |
width: 100%; | |
padding: 0; | |
margin-bottom: 24px; | |
font-size: 21px; | |
line-height: inherit; | |
color: inherit; | |
border: 0; | |
border-bottom: 1px solid #e5e5e5; } | |
label { | |
display: inline-block; | |
max-width: 100%; | |
margin-bottom: 5px; | |
font-weight: bold; } | |
input[type="search"] { | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; } | |
input[type="radio"], | |
input[type="checkbox"] { | |
margin: 4px 0 0; | |
margin-top: 1px \9; | |
line-height: normal; } | |
input[type="file"] { | |
display: block; } | |
input[type="range"] { | |
display: block; | |
width: 100%; } | |
select[multiple], | |
select[size] { | |
height: auto; } | |
input[type="file"]:focus, | |
input[type="radio"]:focus, | |
input[type="checkbox"]:focus { | |
outline: thin dotted; | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px; } | |
output { | |
display: block; | |
padding-top: 7px; | |
font-size: 14px; | |
line-height: 1.72222; | |
color: #95a5a6; } | |
.form-control { | |
display: block; | |
width: 100%; | |
height: 41px; | |
padding: 6px 12px; | |
font-size: 14px; | |
line-height: 1.72222; | |
color: #95a5a6; | |
background-color: white; | |
background-image: none; | |
border: 1px solid #ccc; | |
border-radius: 5px; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; | |
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } | |
.form-control:focus { | |
border-color: #66afe9; | |
outline: 0; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } | |
.form-control::-moz-placeholder { | |
color: #999; | |
opacity: 1; } | |
.form-control:-ms-input-placeholder { | |
color: #999; } | |
.form-control::-webkit-input-placeholder { | |
color: #999; } | |
.form-control[disabled], .form-control[readonly], | |
fieldset[disabled] .form-control { | |
background-color: #f4f6f6; | |
opacity: 1; } | |
.form-control[disabled], | |
fieldset[disabled] .form-control { | |
cursor: not-allowed; } | |
textarea.form-control { | |
height: auto; } | |
input[type="search"] { | |
-webkit-appearance: none; } | |
@media screen and (-webkit-min-device-pixel-ratio: 0) { | |
input[type="date"].form-control, | |
input[type="time"].form-control, | |
input[type="datetime-local"].form-control, | |
input[type="month"].form-control { | |
line-height: 41px; } | |
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, | |
.input-group-sm > input[type="date"].input-group-addon, | |
.input-group-sm > .input-group-btn > input[type="date"].btn, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-header, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-content, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > input[type="date"].ui-select-match-item, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-content-danger, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-content-transparent, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-group-tab, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-dropdown-group-selector, | |
.input-group-sm > .input-group-btn > input[type="date"].tch-btn-tooltip, | |
.input-group-sm input[type="date"], | |
input[type="time"].input-sm, | |
.input-group-sm > input[type="time"].form-control, | |
.input-group-sm > input[type="time"].input-group-addon, | |
.input-group-sm > .input-group-btn > input[type="time"].btn, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-header, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-content, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-content-secondary, | |
.ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > input[type="time"].ui-select-match-item, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-content-danger, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-content-transparent, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-group-tab, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-dropdown-group-selector, | |
.input-group-sm > .input-group-btn > input[type="time"].tch-btn-tooltip, | |
.input-group-sm | |
input[type="time"], | |
input[type="datetime-local"].input-sm, | |
.input-group-sm > input[type="datetime-local"].form-control, | |
.input-group-sm > input[type="datetime-local"].input-group-addon, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-header, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-content, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-content-secondary, | |
.ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].ui-select-match-item, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-content-danger, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-content-transparent, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-group-tab, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-dropdown-group-selector, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].tch-btn-tooltip, | |
.input-group-sm | |
input[type="datetime-local"], | |
input[type="month"].input-sm, | |
.input-group-sm > input[type="month"].form-control, | |
.input-group-sm > input[type="month"].input-group-addon, | |
.input-group-sm > .input-group-btn > input[type="month"].btn, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-header, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-content, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-content-secondary, | |
.ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > input[type="month"].ui-select-match-item, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-content-danger, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-content-transparent, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-group-tab, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-dropdown-group-selector, | |
.input-group-sm > .input-group-btn > input[type="month"].tch-btn-tooltip, | |
.input-group-sm | |
input[type="month"] { | |
line-height: 35px; } | |
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, | |
.input-group-lg > input[type="date"].input-group-addon, | |
.input-group-lg > .input-group-btn > input[type="date"].btn, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-header, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-header-primary, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-header-primary-block, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-header-secondary, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-header-danger, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-header-dropdown, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-header-icon, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-content, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-content-primary, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-content-primary-block, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-page-nav-btn, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-lg > .input-group-btn > input[type="date"].ui-select-match-item, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-content-gray, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-content-danger, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-content-transparent, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-group-tab, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-dropdown-group-selector, | |
.input-group-lg > .input-group-btn > input[type="date"].tch-btn-tooltip, | |
.input-group-lg input[type="date"], | |
input[type="time"].input-lg, | |
.input-group-lg > input[type="time"].form-control, | |
.input-group-lg > input[type="time"].input-group-addon, | |
.input-group-lg > .input-group-btn > input[type="time"].btn, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-header, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-header-primary, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-header-primary-block, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-header-secondary, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-header-danger, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-header-dropdown, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-header-icon, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-content, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-content-primary, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-content-primary-block, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-page-nav-btn, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-content-secondary, | |
.ui-select-multiple.ui-select-bootstrap | |
.input-group-lg > .input-group-btn > input[type="time"].ui-select-match-item, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-content-gray, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-content-danger, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-content-transparent, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-group-tab, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-dropdown-group-selector, | |
.input-group-lg > .input-group-btn > input[type="time"].tch-btn-tooltip, | |
.input-group-lg | |
input[type="time"], | |
input[type="datetime-local"].input-lg, | |
.input-group-lg > input[type="datetime-local"].form-control, | |
.input-group-lg > input[type="datetime-local"].input-group-addon, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-header, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-header-primary, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-header-primary-block, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-header-secondary, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-header-danger, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-header-dropdown, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-header-icon, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-content, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-content-primary, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-content-primary-block, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-page-nav-btn, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-content-secondary, | |
.ui-select-multiple.ui-select-bootstrap | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].ui-select-match-item, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-content-gray, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-content-danger, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-content-transparent, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-group-tab, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-dropdown-group-selector, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].tch-btn-tooltip, | |
.input-group-lg | |
input[type="datetime-local"], | |
input[type="month"].input-lg, | |
.input-group-lg > input[type="month"].form-control, | |
.input-group-lg > input[type="month"].input-group-addon, | |
.input-group-lg > .input-group-btn > input[type="month"].btn, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-header, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-header-primary, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-header-primary-block, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-header-secondary, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-header-danger, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-header-dropdown, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-header-icon, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-content, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-content-primary, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-content-primary-block, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-page-nav-btn, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-content-secondary, | |
.ui-select-multiple.ui-select-bootstrap | |
.input-group-lg > .input-group-btn > input[type="month"].ui-select-match-item, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-content-gray, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-content-danger, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-content-transparent, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-group-tab, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-dropdown-group-selector, | |
.input-group-lg > .input-group-btn > input[type="month"].tch-btn-tooltip, | |
.input-group-lg | |
input[type="month"] { | |
line-height: 45px; } } | |
.form-group { | |
margin-bottom: 15px; } | |
.radio, | |
.checkbox { | |
position: relative; | |
display: block; | |
margin-top: 10px; | |
margin-bottom: 10px; } | |
.radio label, | |
.checkbox label { | |
min-height: 24px; | |
padding-left: 20px; | |
margin-bottom: 0; | |
font-weight: normal; | |
cursor: pointer; } | |
.radio input[type="radio"], | |
.radio-inline input[type="radio"], | |
.checkbox input[type="checkbox"], | |
.checkbox-inline input[type="checkbox"] { | |
position: absolute; | |
margin-left: -20px; | |
margin-top: 4px \9; } | |
.radio + .radio, | |
.checkbox + .checkbox { | |
margin-top: -5px; } | |
.radio-inline, | |
.checkbox-inline { | |
position: relative; | |
display: inline-block; | |
padding-left: 20px; | |
margin-bottom: 0; | |
vertical-align: middle; | |
font-weight: normal; | |
cursor: pointer; } | |
.radio-inline + .radio-inline, | |
.checkbox-inline + .checkbox-inline { | |
margin-top: 0; | |
margin-left: 10px; } | |
input[type="radio"][disabled], input[type="radio"].disabled, | |
fieldset[disabled] input[type="radio"], | |
input[type="checkbox"][disabled], | |
input[type="checkbox"].disabled, | |
fieldset[disabled] | |
input[type="checkbox"] { | |
cursor: not-allowed; } | |
.radio-inline.disabled, | |
fieldset[disabled] .radio-inline, | |
.checkbox-inline.disabled, | |
fieldset[disabled] | |
.checkbox-inline { | |
cursor: not-allowed; } | |
.radio.disabled label, | |
fieldset[disabled] .radio label, | |
.checkbox.disabled label, | |
fieldset[disabled] | |
.checkbox label { | |
cursor: not-allowed; } | |
.form-control-static { | |
padding-top: 7px; | |
padding-bottom: 7px; | |
margin-bottom: 0; | |
min-height: 38px; } | |
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, | |
.input-group-lg > .form-control-static.input-group-addon, | |
.input-group-lg > .input-group-btn > .form-control-static.btn, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-header, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-header-primary, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-header-primary-block, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-header-secondary, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-header-danger, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-header-dropdown, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-header-icon, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-content, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-content-primary, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-content-primary-block, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-page-nav-btn, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-lg > .input-group-btn > .form-control-static.ui-select-match-item, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-content-gray, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-content-danger, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-content-transparent, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-group-tab, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-dropdown-group-selector, | |
.input-group-lg > .input-group-btn > .form-control-static.tch-btn-tooltip, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, | |
.input-group-sm > .form-control-static.input-group-addon, | |
.input-group-sm > .input-group-btn > .form-control-static.btn, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-header, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-content, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .form-control-static.ui-select-match-item, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-content-danger, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-content-transparent, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-group-tab, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-dropdown-group-selector, | |
.input-group-sm > .input-group-btn > .form-control-static.tch-btn-tooltip { | |
padding-left: 0; | |
padding-right: 0; } | |
.input-sm, .input-group-sm > .form-control, | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip { | |
height: 35px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; } | |
select.input-sm, .input-group-sm > select.form-control, | |
.input-group-sm > select.input-group-addon, | |
.input-group-sm > .input-group-btn > select.btn, | |
.input-group-sm > .input-group-btn > select.tch-btn-header, | |
.input-group-sm > .input-group-btn > select.tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > select.tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > select.tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > select.tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > select.tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > select.tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > select.tch-btn-content, | |
.input-group-sm > .input-group-btn > select.tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > select.tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > select.tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > select.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > select.ui-select-match-item, | |
.input-group-sm > .input-group-btn > select.tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > select.tch-btn-content-danger, | |
.input-group-sm > .input-group-btn > select.tch-btn-content-transparent, | |
.input-group-sm > .input-group-btn > select.tch-btn-group-tab, | |
.input-group-sm > .input-group-btn > select.tch-dropdown-group-selector, | |
.input-group-sm > .input-group-btn > select.tch-btn-tooltip { | |
height: 35px; | |
line-height: 35px; } | |
textarea.input-sm, .input-group-sm > textarea.form-control, | |
.input-group-sm > textarea.input-group-addon, | |
.input-group-sm > .input-group-btn > textarea.btn, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-header, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-content, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > textarea.tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > textarea.ui-select-match-item, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-content-danger, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-content-transparent, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-group-tab, | |
.input-group-sm > .input-group-btn > textarea.tch-dropdown-group-selector, | |
.input-group-sm > .input-group-btn > textarea.tch-btn-tooltip, | |
select[multiple].input-sm, | |
.input-group-sm > select[multiple].form-control, | |
.input-group-sm > select[multiple].input-group-addon, | |
.input-group-sm > .input-group-btn > select[multiple].btn, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-header, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-content, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > select[multiple].tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-content-secondary, | |
.ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > select[multiple].ui-select-match-item, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-content-danger, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-content-transparent, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-group-tab, | |
.input-group-sm > .input-group-btn > select[multiple].tch-dropdown-group-selector, | |
.input-group-sm > .input-group-btn > select[multiple].tch-btn-tooltip { | |
height: auto; } | |
.form-group-sm .form-control { | |
height: 35px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; } | |
.form-group-sm select.form-control { | |
height: 35px; | |
line-height: 35px; } | |
.form-group-sm textarea.form-control, | |
.form-group-sm select[multiple].form-control { | |
height: auto; } | |
.form-group-sm .form-control-static { | |
height: 35px; | |
min-height: 36px; | |
padding: 6px 10px; | |
font-size: 12px; | |
line-height: 1.5; } | |
.input-lg, .input-group-lg > .form-control, | |
.input-group-lg > .input-group-addon, | |
.input-group-lg > .input-group-btn > .btn, | |
.input-group-lg > .input-group-btn > .tch-btn-header, | |
.input-group-lg > .input-group-btn > .tch-btn-header-primary, | |
.input-group-lg > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-lg > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-lg > .input-group-btn > .tch-btn-header-danger, | |
.input-group-lg > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-lg > .input-group-btn > .tch-btn-header-icon, | |
.input-group-lg > .input-group-btn > .tch-btn-content, | |
.input-group-lg > .input-group-btn > .tch-btn-content-primary, | |
.input-group-lg > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-lg > .input-group-btn > .tch-page-nav-btn, | |
.input-group-lg > .input-group-btn > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-lg > .input-group-btn > .ui-select-match-item, | |
.input-group-lg > .input-group-btn > .tch-btn-content-gray, | |
.input-group-lg > .input-group-btn > .tch-btn-content-danger, | |
.input-group-lg > .input-group-btn > .tch-btn-content-transparent, | |
.input-group-lg > .input-group-btn > .tch-btn-group-tab, | |
.input-group-lg > .input-group-btn > .tch-dropdown-group-selector, | |
.input-group-lg > .input-group-btn > .tch-btn-tooltip { | |
height: 45px; | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.33333; | |
border-radius: 6px; } | |
select.input-lg, .input-group-lg > select.form-control, | |
.input-group-lg > select.input-group-addon, | |
.input-group-lg > .input-group-btn > select.btn, | |
.input-group-lg > .input-group-btn > select.tch-btn-header, | |
.input-group-lg > .input-group-btn > select.tch-btn-header-primary, | |
.input-group-lg > .input-group-btn > select.tch-btn-header-primary-block, | |
.input-group-lg > .input-group-btn > select.tch-btn-header-secondary, | |
.input-group-lg > .input-group-btn > select.tch-btn-header-danger, | |
.input-group-lg > .input-group-btn > select.tch-btn-header-dropdown, | |
.input-group-lg > .input-group-btn > select.tch-btn-header-icon, | |
.input-group-lg > .input-group-btn > select.tch-btn-content, | |
.input-group-lg > .input-group-btn > select.tch-btn-content-primary, | |
.input-group-lg > .input-group-btn > select.tch-btn-content-primary-block, | |
.input-group-lg > .input-group-btn > select.tch-page-nav-btn, | |
.input-group-lg > .input-group-btn > select.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-lg > .input-group-btn > select.ui-select-match-item, | |
.input-group-lg > .input-group-btn > select.tch-btn-content-gray, | |
.input-group-lg > .input-group-btn > select.tch-btn-content-danger, | |
.input-group-lg > .input-group-btn > select.tch-btn-content-transparent, | |
.input-group-lg > .input-group-btn > select.tch-btn-group-tab, | |
.input-group-lg > .input-group-btn > select.tch-dropdown-group-selector, | |
.input-group-lg > .input-group-btn > select.tch-btn-tooltip { | |
height: 45px; | |
line-height: 45px; } | |
textarea.input-lg, .input-group-lg > textarea.form-control, | |
.input-group-lg > textarea.input-group-addon, | |
.input-group-lg > .input-group-btn > textarea.btn, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-header, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-header-primary, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-header-primary-block, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-header-secondary, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-header-danger, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-header-dropdown, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-header-icon, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-content, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-content-primary, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-content-primary-block, | |
.input-group-lg > .input-group-btn > textarea.tch-page-nav-btn, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-lg > .input-group-btn > textarea.ui-select-match-item, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-content-gray, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-content-danger, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-content-transparent, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-group-tab, | |
.input-group-lg > .input-group-btn > textarea.tch-dropdown-group-selector, | |
.input-group-lg > .input-group-btn > textarea.tch-btn-tooltip, | |
select[multiple].input-lg, | |
.input-group-lg > select[multiple].form-control, | |
.input-group-lg > select[multiple].input-group-addon, | |
.input-group-lg > .input-group-btn > select[multiple].btn, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-header, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-header-primary, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-header-primary-block, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-header-secondary, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-header-danger, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-header-dropdown, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-header-icon, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-content, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-content-primary, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-content-primary-block, | |
.input-group-lg > .input-group-btn > select[multiple].tch-page-nav-btn, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-content-secondary, | |
.ui-select-multiple.ui-select-bootstrap | |
.input-group-lg > .input-group-btn > select[multiple].ui-select-match-item, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-content-gray, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-content-danger, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-content-transparent, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-group-tab, | |
.input-group-lg > .input-group-btn > select[multiple].tch-dropdown-group-selector, | |
.input-group-lg > .input-group-btn > select[multiple].tch-btn-tooltip { | |
height: auto; } | |
.form-group-lg .form-control { | |
height: 45px; | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.33333; | |
border-radius: 6px; } | |
.form-group-lg select.form-control { | |
height: 45px; | |
line-height: 45px; } | |
.form-group-lg textarea.form-control, | |
.form-group-lg select[multiple].form-control { | |
height: auto; } | |
.form-group-lg .form-control-static { | |
height: 45px; | |
min-height: 42px; | |
padding: 11px 16px; | |
font-size: 18px; | |
line-height: 1.33333; } | |
.has-feedback { | |
position: relative; } | |
.has-feedback .form-control { | |
padding-right: 51.25px; } | |
.form-control-feedback { | |
position: absolute; | |
top: 0; | |
right: 0; | |
z-index: 2; | |
display: block; | |
width: 41px; | |
height: 41px; | |
line-height: 41px; | |
text-align: center; | |
pointer-events: none; } | |
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, | |
.input-group-lg > .input-group-addon + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-header + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-header-primary + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-header-primary-block + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-header-secondary + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-header-danger + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-header-dropdown + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-header-icon + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-content + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-content-primary + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-content-primary-block + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-page-nav-btn + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-content-secondary + .form-control-feedback, .ui-select-multiple.ui-select-bootstrap | |
.input-group-lg > .input-group-btn > .ui-select-match-item + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-content-gray + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-content-danger + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-content-transparent + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-group-tab + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-dropdown-group-selector + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .tch-btn-tooltip + .form-control-feedback, | |
.input-group-lg + .form-control-feedback, | |
.form-group-lg .form-control + .form-control-feedback { | |
width: 45px; | |
height: 45px; | |
line-height: 45px; } | |
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, | |
.input-group-sm > .input-group-addon + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-header + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-content + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary + .form-control-feedback, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip + .form-control-feedback, | |
.input-group-sm + .form-control-feedback, | |
.form-group-sm .form-control + .form-control-feedback { | |
width: 35px; | |
height: 35px; | |
line-height: 35px; } | |
.has-success .help-block, | |
.has-success .control-label, | |
.has-success .radio, | |
.has-success .checkbox, | |
.has-success .radio-inline, | |
.has-success .checkbox-inline, | |
.has-success.radio label, | |
.has-success.checkbox label, | |
.has-success.radio-inline label, | |
.has-success.checkbox-inline label { | |
color: #3C763D; } | |
.has-success .form-control { | |
border-color: #3C763D; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } | |
.has-success .form-control:focus { | |
border-color: #2b542c; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } | |
.has-success .input-group-addon { | |
color: #3C763D; | |
border-color: #3C763D; | |
background-color: #dff0d8; } | |
.has-success .form-control-feedback { | |
color: #3C763D; } | |
.has-warning .help-block, | |
.has-warning .control-label, | |
.has-warning .radio, | |
.has-warning .checkbox, | |
.has-warning .radio-inline, | |
.has-warning .checkbox-inline, | |
.has-warning.radio label, | |
.has-warning.checkbox label, | |
.has-warning.radio-inline label, | |
.has-warning.checkbox-inline label { | |
color: #f1c40f; } | |
.has-warning .form-control { | |
border-color: #f1c40f; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } | |
.has-warning .form-control:focus { | |
border-color: #c29d0b; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7dc6f; } | |
.has-warning .input-group-addon { | |
color: #f1c40f; | |
border-color: #f1c40f; | |
background-color: #fcf8e3; } | |
.has-warning .form-control-feedback { | |
color: #f1c40f; } | |
.has-error .help-block, | |
.has-error .control-label, | |
.has-error .radio, | |
.has-error .checkbox, | |
.has-error .radio-inline, | |
.has-error .checkbox-inline, | |
.has-error.radio label, | |
.has-error.checkbox label, | |
.has-error.radio-inline label, | |
.has-error.checkbox-inline label { | |
color: #C35220; } | |
.has-error .form-control { | |
border-color: #C35220; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } | |
.has-error .form-control:focus { | |
border-color: #974019; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e58b64; } | |
.has-error .input-group-addon { | |
color: #C35220; | |
border-color: #C35220; | |
background-color: #f2dede; } | |
.has-error .form-control-feedback { | |
color: #C35220; } | |
.has-feedback label ~ .form-control-feedback { | |
top: 29px; } | |
.has-feedback label.sr-only ~ .form-control-feedback { | |
top: 0; } | |
.help-block { | |
display: block; | |
margin-top: 5px; | |
margin-bottom: 10px; | |
color: #759b9e; } | |
@media (min-width: 768px) { | |
.form-inline .form-group { | |
display: inline-block; | |
margin-bottom: 0; | |
vertical-align: middle; } | |
.form-inline .form-control { | |
display: inline-block; | |
width: auto; | |
vertical-align: middle; } | |
.form-inline .form-control-static { | |
display: inline-block; } | |
.form-inline .input-group { | |
display: inline-table; | |
vertical-align: middle; } | |
.form-inline .input-group .input-group-addon, | |
.form-inline .input-group .input-group-btn, | |
.form-inline .input-group .form-control { | |
width: auto; } | |
.form-inline .input-group > .form-control { | |
width: 100%; } | |
.form-inline .control-label { | |
margin-bottom: 0; | |
vertical-align: middle; } | |
.form-inline .radio, | |
.form-inline .checkbox { | |
display: inline-block; | |
margin-top: 0; | |
margin-bottom: 0; | |
vertical-align: middle; } | |
.form-inline .radio label, | |
.form-inline .checkbox label { | |
padding-left: 0; } | |
.form-inline .radio input[type="radio"], | |
.form-inline .checkbox input[type="checkbox"] { | |
position: relative; | |
margin-left: 0; } | |
.form-inline .has-feedback .form-control-feedback { | |
top: 0; } } | |
.form-horizontal .radio, | |
.form-horizontal .checkbox, | |
.form-horizontal .radio-inline, | |
.form-horizontal .checkbox-inline { | |
margin-top: 0; | |
margin-bottom: 0; | |
padding-top: 7px; } | |
.form-horizontal .radio, | |
.form-horizontal .checkbox { | |
min-height: 31px; } | |
.form-horizontal .form-group { | |
margin-left: -15px; | |
margin-right: -15px; } | |
.form-horizontal .form-group:before, .form-horizontal .form-group:after { | |
content: " "; | |
display: table; } | |
.form-horizontal .form-group:after { | |
clear: both; } | |
@media (min-width: 768px) { | |
.form-horizontal .control-label { | |
text-align: right; | |
margin-bottom: 0; | |
padding-top: 7px; } } | |
.form-horizontal .has-feedback .form-control-feedback { | |
right: 15px; } | |
@media (min-width: 768px) { | |
.form-horizontal .form-group-lg .control-label { | |
padding-top: 14.33333px; | |
font-size: 18px; } } | |
@media (min-width: 768px) { | |
.form-horizontal .form-group-sm .control-label { | |
padding-top: 6px; | |
font-size: 12px; } } | |
.btn, .tch-btn-header, .tch-btn-header-primary, .tch-btn-header-primary-block, .tch-btn-header-secondary, .tch-btn-header-danger, .tch-btn-header-dropdown, .tch-btn-header-icon, .tch-btn-content, .tch-btn-content-primary, .tch-btn-content-primary-block, .tch-page-nav-btn, .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .tch-btn-content-gray, .tch-btn-content-danger, .tch-btn-content-transparent, .tch-btn-group-tab, .tch-dropdown-group-selector, .tch-btn-tooltip { | |
display: inline-block; | |
margin-bottom: 0; | |
font-weight: normal; | |
text-align: center; | |
vertical-align: middle; | |
-ms-touch-action: manipulation; | |
touch-action: manipulation; | |
cursor: pointer; | |
background-image: none; | |
border: 1px solid transparent; | |
white-space: nowrap; | |
padding: 6px 12px; | |
font-size: 14px; | |
line-height: 1.72222; | |
border-radius: 4px; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; } | |
.btn:focus, .tch-btn-header:focus, .tch-btn-header-primary:focus, .tch-btn-header-primary-block:focus, .tch-btn-header-secondary:focus, .tch-btn-header-danger:focus, .tch-btn-header-dropdown:focus, .tch-btn-header-icon:focus, .tch-btn-content:focus, .tch-btn-content-primary:focus, .tch-btn-content-primary-block:focus, .tch-page-nav-btn:focus, .tch-btn-content-secondary:focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:focus, .tch-btn-content-gray:focus, .tch-btn-content-danger:focus, .tch-btn-content-transparent:focus, .tch-btn-group-tab:focus, .tch-dropdown-group-selector:focus, .tch-btn-tooltip:focus, .btn.focus, .focus.tch-btn-header, .focus.tch-btn-header-primary, .focus.tch-btn-header-primary-block, .focus.tch-btn-header-secondary, .focus.tch-btn-header-danger, .focus.tch-btn-header-dropdown, .focus.tch-btn-header-icon, .focus.tch-btn-content, .focus.tch-btn-content-primary, .focus.tch-btn-content-primary-block, .focus.tch-page-nav-btn, .focus.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .focus.ui-select-match-item, .focus.tch-btn-content-gray, .focus.tch-btn-content-danger, .focus.tch-btn-content-transparent, .focus.tch-btn-group-tab, .focus.tch-dropdown-group-selector, .focus.tch-btn-tooltip, .btn:active:focus, .tch-btn-header:active:focus, .tch-btn-header-primary:active:focus, .tch-btn-header-primary-block:active:focus, .tch-btn-header-secondary:active:focus, .tch-btn-header-danger:active:focus, .tch-btn-header-dropdown:active:focus, .tch-btn-header-icon:active:focus, .tch-btn-content:active:focus, .tch-btn-content-primary:active:focus, .tch-btn-content-primary-block:active:focus, .tch-page-nav-btn:active:focus, .tch-btn-content-secondary:active:focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:active:focus, .tch-btn-content-gray:active:focus, .tch-btn-content-danger:active:focus, .tch-btn-content-transparent:active:focus, .tch-btn-group-tab:active:focus, .tch-dropdown-group-selector:active:focus, .tch-btn-tooltip:active:focus, .btn:active.focus, .tch-btn-header:active.focus, .tch-btn-header-primary:active.focus, .tch-btn-header-primary-block:active.focus, .tch-btn-header-secondary:active.focus, .tch-btn-header-danger:active.focus, .tch-btn-header-dropdown:active.focus, .tch-btn-header-icon:active.focus, .tch-btn-content:active.focus, .tch-btn-content-primary:active.focus, .tch-btn-content-primary-block:active.focus, .tch-page-nav-btn:active.focus, .tch-btn-content-secondary:active.focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:active.focus, .tch-btn-content-gray:active.focus, .tch-btn-content-danger:active.focus, .tch-btn-content-transparent:active.focus, .tch-btn-group-tab:active.focus, .tch-dropdown-group-selector:active.focus, .tch-btn-tooltip:active.focus, .btn.active:focus, .active.tch-btn-header:focus, .active.tch-btn-header-primary:focus, .active.tch-btn-header-primary-block:focus, .active.tch-btn-header-secondary:focus, .active.tch-btn-header-danger:focus, .active.tch-btn-header-dropdown:focus, .active.tch-btn-header-icon:focus, .active.tch-btn-content:focus, .active.tch-btn-content-primary:focus, .active.tch-btn-content-primary-block:focus, .active.tch-page-nav-btn:focus, .active.tch-btn-content-secondary:focus, .ui-select-multiple.ui-select-bootstrap .active.ui-select-match-item:focus, .active.tch-btn-content-gray:focus, .active.tch-btn-content-danger:focus, .active.tch-btn-content-transparent:focus, .active.tch-btn-group-tab:focus, .active.tch-dropdown-group-selector:focus, .active.tch-btn-tooltip:focus, .btn.active.focus, .active.focus.tch-btn-header, .active.focus.tch-btn-header-primary, .active.focus.tch-btn-header-primary-block, .active.focus.tch-btn-header-secondary, .active.focus.tch-btn-header-danger, .active.focus.tch-btn-header-dropdown, .active.focus.tch-btn-header-icon, .active.focus.tch-btn-content, .active.focus.tch-btn-content-primary, .active.focus.tch-btn-content-primary-block, .active.focus.tch-page-nav-btn, .active.focus.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .active.focus.ui-select-match-item, .active.focus.tch-btn-content-gray, .active.focus.tch-btn-content-danger, .active.focus.tch-btn-content-transparent, .active.focus.tch-btn-group-tab, .active.focus.tch-dropdown-group-selector, .active.focus.tch-btn-tooltip { | |
outline: thin dotted; | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px; } | |
.btn:hover, .tch-btn-header:hover, .tch-btn-header-primary:hover, .tch-btn-header-primary-block:hover, .tch-btn-header-secondary:hover, .tch-btn-header-danger:hover, .tch-btn-header-dropdown:hover, .tch-btn-header-icon:hover, .tch-btn-content:hover, .tch-btn-content-primary:hover, .tch-btn-content-primary-block:hover, .tch-page-nav-btn:hover, .tch-btn-content-secondary:hover, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:hover, .tch-btn-content-gray:hover, .tch-btn-content-danger:hover, .tch-btn-content-transparent:hover, .tch-btn-group-tab:hover, .tch-dropdown-group-selector:hover, .tch-btn-tooltip:hover, .btn:focus, .tch-btn-header:focus, .tch-btn-header-primary:focus, .tch-btn-header-primary-block:focus, .tch-btn-header-secondary:focus, .tch-btn-header-danger:focus, .tch-btn-header-dropdown:focus, .tch-btn-header-icon:focus, .tch-btn-content:focus, .tch-btn-content-primary:focus, .tch-btn-content-primary-block:focus, .tch-page-nav-btn:focus, .tch-btn-content-secondary:focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:focus, .tch-btn-content-gray:focus, .tch-btn-content-danger:focus, .tch-btn-content-transparent:focus, .tch-btn-group-tab:focus, .tch-dropdown-group-selector:focus, .tch-btn-tooltip:focus, .btn.focus, .focus.tch-btn-header, .focus.tch-btn-header-primary, .focus.tch-btn-header-primary-block, .focus.tch-btn-header-secondary, .focus.tch-btn-header-danger, .focus.tch-btn-header-dropdown, .focus.tch-btn-header-icon, .focus.tch-btn-content, .focus.tch-btn-content-primary, .focus.tch-btn-content-primary-block, .focus.tch-page-nav-btn, .focus.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .focus.ui-select-match-item, .focus.tch-btn-content-gray, .focus.tch-btn-content-danger, .focus.tch-btn-content-transparent, .focus.tch-btn-group-tab, .focus.tch-dropdown-group-selector, .focus.tch-btn-tooltip { | |
color: white; | |
text-decoration: none; } | |
.btn:active, .tch-btn-header:active, .tch-btn-header-primary:active, .tch-btn-header-primary-block:active, .tch-btn-header-secondary:active, .tch-btn-header-danger:active, .tch-btn-header-dropdown:active, .tch-btn-header-icon:active, .tch-btn-content:active, .tch-btn-content-primary:active, .tch-btn-content-primary-block:active, .tch-page-nav-btn:active, .tch-btn-content-secondary:active, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:active, .tch-btn-content-gray:active, .tch-btn-content-danger:active, .tch-btn-content-transparent:active, .tch-btn-group-tab:active, .tch-dropdown-group-selector:active, .tch-btn-tooltip:active, .btn.active, .active.tch-btn-header, .active.tch-btn-header-primary, .active.tch-btn-header-primary-block, .active.tch-btn-header-secondary, .active.tch-btn-header-danger, .active.tch-btn-header-dropdown, .active.tch-btn-header-icon, .active.tch-btn-content, .active.tch-btn-content-primary, .active.tch-btn-content-primary-block, .active.tch-page-nav-btn, .active.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .active.ui-select-match-item, .active.tch-btn-content-gray, .active.tch-btn-content-danger, .active.tch-btn-content-transparent, .active.tch-btn-group-tab, .active.tch-dropdown-group-selector, .active.tch-btn-tooltip { | |
outline: 0; | |
background-image: none; | |
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
.btn.disabled, .disabled.tch-btn-header, .disabled.tch-btn-header-primary, .disabled.tch-btn-header-primary-block, .disabled.tch-btn-header-secondary, .disabled.tch-btn-header-danger, .disabled.tch-btn-header-dropdown, .disabled.tch-btn-header-icon, .disabled.tch-btn-content, .disabled.tch-btn-content-primary, .disabled.tch-btn-content-primary-block, .disabled.tch-page-nav-btn, .disabled.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .disabled.ui-select-match-item, .disabled.tch-btn-content-gray, .disabled.tch-btn-content-danger, .disabled.tch-btn-content-transparent, .disabled.tch-btn-group-tab, .disabled.tch-dropdown-group-selector, .disabled.tch-btn-tooltip, .btn[disabled], [disabled].tch-btn-header, [disabled].tch-btn-header-primary, [disabled].tch-btn-header-primary-block, [disabled].tch-btn-header-secondary, [disabled].tch-btn-header-danger, [disabled].tch-btn-header-dropdown, [disabled].tch-btn-header-icon, [disabled].tch-btn-content, [disabled].tch-btn-content-primary, [disabled].tch-btn-content-primary-block, [disabled].tch-page-nav-btn, [disabled].tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap [disabled].ui-select-match-item, [disabled].tch-btn-content-gray, [disabled].tch-btn-content-danger, [disabled].tch-btn-content-transparent, [disabled].tch-btn-group-tab, [disabled].tch-dropdown-group-selector, [disabled].tch-btn-tooltip, | |
fieldset[disabled] .btn, | |
fieldset[disabled] .tch-btn-header, | |
fieldset[disabled] .tch-btn-header-primary, | |
fieldset[disabled] .tch-btn-header-primary-block, | |
fieldset[disabled] .tch-btn-header-secondary, | |
fieldset[disabled] .tch-btn-header-danger, | |
fieldset[disabled] .tch-btn-header-dropdown, | |
fieldset[disabled] .tch-btn-header-icon, | |
fieldset[disabled] .tch-btn-content, | |
fieldset[disabled] .tch-btn-content-primary, | |
fieldset[disabled] .tch-btn-content-primary-block, | |
fieldset[disabled] .tch-page-nav-btn, | |
fieldset[disabled] .tch-btn-content-secondary, | |
fieldset[disabled] .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
fieldset[disabled] .ui-select-match-item, | |
fieldset[disabled] .tch-btn-content-gray, | |
fieldset[disabled] .tch-btn-content-danger, | |
fieldset[disabled] .tch-btn-content-transparent, | |
fieldset[disabled] .tch-btn-group-tab, | |
fieldset[disabled] .tch-dropdown-group-selector, | |
fieldset[disabled] .tch-btn-tooltip { | |
cursor: not-allowed; | |
opacity: 0.65; | |
filter: alpha(opacity=65); | |
box-shadow: none; } | |
a.btn.disabled, a.disabled.tch-btn-header, a.disabled.tch-btn-header-primary, a.disabled.tch-btn-header-primary-block, a.disabled.tch-btn-header-secondary, a.disabled.tch-btn-header-danger, a.disabled.tch-btn-header-dropdown, a.disabled.tch-btn-header-icon, a.disabled.tch-btn-content, a.disabled.tch-btn-content-primary, a.disabled.tch-btn-content-primary-block, a.disabled.tch-page-nav-btn, a.disabled.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap a.disabled.ui-select-match-item, a.disabled.tch-btn-content-gray, a.disabled.tch-btn-content-danger, a.disabled.tch-btn-content-transparent, a.disabled.tch-btn-group-tab, a.disabled.tch-dropdown-group-selector, a.disabled.tch-btn-tooltip, | |
fieldset[disabled] a.btn, | |
fieldset[disabled] a.tch-btn-header, | |
fieldset[disabled] a.tch-btn-header-primary, | |
fieldset[disabled] a.tch-btn-header-primary-block, | |
fieldset[disabled] a.tch-btn-header-secondary, | |
fieldset[disabled] a.tch-btn-header-danger, | |
fieldset[disabled] a.tch-btn-header-dropdown, | |
fieldset[disabled] a.tch-btn-header-icon, | |
fieldset[disabled] a.tch-btn-content, | |
fieldset[disabled] a.tch-btn-content-primary, | |
fieldset[disabled] a.tch-btn-content-primary-block, | |
fieldset[disabled] a.tch-page-nav-btn, | |
fieldset[disabled] a.tch-btn-content-secondary, | |
fieldset[disabled] .ui-select-multiple.ui-select-bootstrap a.ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
fieldset[disabled] a.ui-select-match-item, | |
fieldset[disabled] a.tch-btn-content-gray, | |
fieldset[disabled] a.tch-btn-content-danger, | |
fieldset[disabled] a.tch-btn-content-transparent, | |
fieldset[disabled] a.tch-btn-group-tab, | |
fieldset[disabled] a.tch-dropdown-group-selector, | |
fieldset[disabled] a.tch-btn-tooltip { | |
pointer-events: none; } | |
.btn-default { | |
color: white; | |
background-color: #B5BDBD; | |
border-color: #ccc; } | |
.btn-default:focus, .btn-default.focus { | |
color: white; | |
background-color: #9aa5a5; | |
border-color: #8c8c8c; } | |
.btn-default:hover { | |
color: white; | |
background-color: #9aa5a5; | |
border-color: #adadad; } | |
.btn-default:active, .btn-default.active, | |
.open > .btn-default.dropdown-toggle { | |
color: white; | |
background-color: #9aa5a5; | |
border-color: #adadad; } | |
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, | |
.open > .btn-default.dropdown-toggle:hover, | |
.open > .btn-default.dropdown-toggle:focus, | |
.open > .btn-default.dropdown-toggle.focus { | |
color: white; | |
background-color: #879494; | |
border-color: #8c8c8c; } | |
.btn-default:active, .btn-default.active, | |
.open > .btn-default.dropdown-toggle { | |
background-image: none; } | |
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, | |
fieldset[disabled] .btn-default, | |
fieldset[disabled] .btn-default:hover, | |
fieldset[disabled] .btn-default:focus, | |
fieldset[disabled] .btn-default.focus, | |
fieldset[disabled] .btn-default:active, | |
fieldset[disabled] .btn-default.active { | |
background-color: #B5BDBD; | |
border-color: #ccc; } | |
.btn-default .badge { | |
color: #B5BDBD; | |
background-color: white; } | |
.btn-primary, .tch-btn-header-primary, .tch-btn-header-primary-block { | |
color: #fff; | |
background-color: #3D5557; | |
border-color: #324648; } | |
.btn-primary:focus, .tch-btn-header-primary:focus, .tch-btn-header-primary-block:focus, .btn-primary.focus, .focus.tch-btn-header-primary, .focus.tch-btn-header-primary-block { | |
color: #fff; | |
background-color: #283839; | |
border-color: black; } | |
.btn-primary:hover, .tch-btn-header-primary:hover, .tch-btn-header-primary-block:hover { | |
color: #fff; | |
background-color: #283839; | |
border-color: #192324; } | |
.btn-primary:active, .tch-btn-header-primary:active, .tch-btn-header-primary-block:active, .btn-primary.active, .active.tch-btn-header-primary, .active.tch-btn-header-primary-block, | |
.open > .btn-primary.dropdown-toggle, | |
.open > .dropdown-toggle.tch-btn-header-primary, | |
.open > .dropdown-toggle.tch-btn-header-primary-block { | |
color: #fff; | |
background-color: #283839; | |
border-color: #192324; } | |
.btn-primary:active:hover, .tch-btn-header-primary:active:hover, .tch-btn-header-primary-block:active:hover, .btn-primary:active:focus, .tch-btn-header-primary:active:focus, .tch-btn-header-primary-block:active:focus, .btn-primary:active.focus, .tch-btn-header-primary:active.focus, .tch-btn-header-primary-block:active.focus, .btn-primary.active:hover, .active.tch-btn-header-primary:hover, .active.tch-btn-header-primary-block:hover, .btn-primary.active:focus, .active.tch-btn-header-primary:focus, .active.tch-btn-header-primary-block:focus, .btn-primary.active.focus, .active.focus.tch-btn-header-primary, .active.focus.tch-btn-header-primary-block, | |
.open > .btn-primary.dropdown-toggle:hover, | |
.open > .dropdown-toggle.tch-btn-header-primary:hover, | |
.open > .dropdown-toggle.tch-btn-header-primary-block:hover, | |
.open > .btn-primary.dropdown-toggle:focus, | |
.open > .dropdown-toggle.tch-btn-header-primary:focus, | |
.open > .dropdown-toggle.tch-btn-header-primary-block:focus, | |
.open > .btn-primary.dropdown-toggle.focus, | |
.open > .dropdown-toggle.focus.tch-btn-header-primary, | |
.open > .dropdown-toggle.focus.tch-btn-header-primary-block { | |
color: #fff; | |
background-color: #192324; | |
border-color: black; } | |
.btn-primary:active, .tch-btn-header-primary:active, .tch-btn-header-primary-block:active, .btn-primary.active, .active.tch-btn-header-primary, .active.tch-btn-header-primary-block, | |
.open > .btn-primary.dropdown-toggle, | |
.open > .dropdown-toggle.tch-btn-header-primary, | |
.open > .dropdown-toggle.tch-btn-header-primary-block { | |
background-image: none; } | |
.btn-primary.disabled, .disabled.tch-btn-header-primary, .disabled.tch-btn-header-primary-block, .btn-primary.disabled:hover, .disabled.tch-btn-header-primary:hover, .disabled.tch-btn-header-primary-block:hover, .btn-primary.disabled:focus, .disabled.tch-btn-header-primary:focus, .disabled.tch-btn-header-primary-block:focus, .btn-primary.disabled.focus, .disabled.focus.tch-btn-header-primary, .disabled.focus.tch-btn-header-primary-block, .btn-primary.disabled:active, .disabled.tch-btn-header-primary:active, .disabled.tch-btn-header-primary-block:active, .btn-primary.disabled.active, .disabled.active.tch-btn-header-primary, .disabled.active.tch-btn-header-primary-block, .btn-primary[disabled], [disabled].tch-btn-header-primary, [disabled].tch-btn-header-primary-block, .btn-primary[disabled]:hover, [disabled].tch-btn-header-primary:hover, [disabled].tch-btn-header-primary-block:hover, .btn-primary[disabled]:focus, [disabled].tch-btn-header-primary:focus, [disabled].tch-btn-header-primary-block:focus, .btn-primary[disabled].focus, [disabled].focus.tch-btn-header-primary, [disabled].focus.tch-btn-header-primary-block, .btn-primary[disabled]:active, [disabled].tch-btn-header-primary:active, [disabled].tch-btn-header-primary-block:active, .btn-primary[disabled].active, [disabled].active.tch-btn-header-primary, [disabled].active.tch-btn-header-primary-block, | |
fieldset[disabled] .btn-primary, | |
fieldset[disabled] .tch-btn-header-primary, | |
fieldset[disabled] .tch-btn-header-primary-block, | |
fieldset[disabled] .btn-primary:hover, | |
fieldset[disabled] .tch-btn-header-primary:hover, | |
fieldset[disabled] .tch-btn-header-primary-block:hover, | |
fieldset[disabled] .btn-primary:focus, | |
fieldset[disabled] .tch-btn-header-primary:focus, | |
fieldset[disabled] .tch-btn-header-primary-block:focus, | |
fieldset[disabled] .btn-primary.focus, | |
fieldset[disabled] .focus.tch-btn-header-primary, | |
fieldset[disabled] .focus.tch-btn-header-primary-block, | |
fieldset[disabled] .btn-primary:active, | |
fieldset[disabled] .tch-btn-header-primary:active, | |
fieldset[disabled] .tch-btn-header-primary-block:active, | |
fieldset[disabled] .btn-primary.active, | |
fieldset[disabled] .active.tch-btn-header-primary, | |
fieldset[disabled] .active.tch-btn-header-primary-block { | |
background-color: #3D5557; | |
border-color: #324648; } | |
.btn-primary .badge, .tch-btn-header-primary .badge, .tch-btn-header-primary-block .badge { | |
color: #3D5557; | |
background-color: #fff; } | |
.btn-success { | |
color: #fff; | |
background-color: #3C763D; | |
border-color: #336534; } | |
.btn-success:focus, .btn-success.focus { | |
color: #fff; | |
background-color: #2b542c; | |
border-color: #081109; } | |
.btn-success:hover { | |
color: #fff; | |
background-color: #2b542c; | |
border-color: #1f3d1f; } | |
.btn-success:active, .btn-success.active, | |
.open > .btn-success.dropdown-toggle { | |
color: #fff; | |
background-color: #2b542c; | |
border-color: #1f3d1f; } | |
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, | |
.open > .btn-success.dropdown-toggle:hover, | |
.open > .btn-success.dropdown-toggle:focus, | |
.open > .btn-success.dropdown-toggle.focus { | |
color: #fff; | |
background-color: #1f3d1f; | |
border-color: #081109; } | |
.btn-success:active, .btn-success.active, | |
.open > .btn-success.dropdown-toggle { | |
background-image: none; } | |
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, | |
fieldset[disabled] .btn-success, | |
fieldset[disabled] .btn-success:hover, | |
fieldset[disabled] .btn-success:focus, | |
fieldset[disabled] .btn-success.focus, | |
fieldset[disabled] .btn-success:active, | |
fieldset[disabled] .btn-success.active { | |
background-color: #3C763D; | |
border-color: #336534; } | |
.btn-success .badge { | |
color: #3C763D; | |
background-color: #fff; } | |
.btn-info { | |
color: #fff; | |
background-color: #3498db; | |
border-color: #258cd1; } | |
.btn-info:focus, .btn-info.focus { | |
color: #fff; | |
background-color: #217dbb; | |
border-color: #124364; } | |
.btn-info:hover { | |
color: #fff; | |
background-color: #217dbb; | |
border-color: #1c699d; } | |
.btn-info:active, .btn-info.active, | |
.open > .btn-info.dropdown-toggle { | |
color: #fff; | |
background-color: #217dbb; | |
border-color: #1c699d; } | |
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, | |
.open > .btn-info.dropdown-toggle:hover, | |
.open > .btn-info.dropdown-toggle:focus, | |
.open > .btn-info.dropdown-toggle.focus { | |
color: #fff; | |
background-color: #1c699d; | |
border-color: #124364; } | |
.btn-info:active, .btn-info.active, | |
.open > .btn-info.dropdown-toggle { | |
background-image: none; } | |
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, | |
fieldset[disabled] .btn-info, | |
fieldset[disabled] .btn-info:hover, | |
fieldset[disabled] .btn-info:focus, | |
fieldset[disabled] .btn-info.focus, | |
fieldset[disabled] .btn-info:active, | |
fieldset[disabled] .btn-info.active { | |
background-color: #3498db; | |
border-color: #258cd1; } | |
.btn-info .badge { | |
color: #3498db; | |
background-color: #fff; } | |
.btn-warning { | |
color: #fff; | |
background-color: #f1c40f; | |
border-color: #dab10d; } | |
.btn-warning:focus, .btn-warning.focus { | |
color: #fff; | |
background-color: #c29d0b; | |
border-color: #614f06; } | |
.btn-warning:hover { | |
color: #fff; | |
background-color: #c29d0b; | |
border-color: #a08209; } | |
.btn-warning:active, .btn-warning.active, | |
.open > .btn-warning.dropdown-toggle { | |
color: #fff; | |
background-color: #c29d0b; | |
border-color: #a08209; } | |
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, | |
.open > .btn-warning.dropdown-toggle:hover, | |
.open > .btn-warning.dropdown-toggle:focus, | |
.open > .btn-warning.dropdown-toggle.focus { | |
color: #fff; | |
background-color: #a08209; | |
border-color: #614f06; } | |
.btn-warning:active, .btn-warning.active, | |
.open > .btn-warning.dropdown-toggle { | |
background-image: none; } | |
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, | |
fieldset[disabled] .btn-warning, | |
fieldset[disabled] .btn-warning:hover, | |
fieldset[disabled] .btn-warning:focus, | |
fieldset[disabled] .btn-warning.focus, | |
fieldset[disabled] .btn-warning:active, | |
fieldset[disabled] .btn-warning.active { | |
background-color: #f1c40f; | |
border-color: #dab10d; } | |
.btn-warning .badge { | |
color: #f1c40f; | |
background-color: #fff; } | |
.btn-danger { | |
color: #fff; | |
background-color: #C35220; | |
border-color: #ad491c; } | |
.btn-danger:focus, .btn-danger.focus { | |
color: #fff; | |
background-color: #974019; | |
border-color: #401b0a; } | |
.btn-danger:hover { | |
color: #fff; | |
background-color: #974019; | |
border-color: #793314; } | |
.btn-danger:active, .btn-danger.active, | |
.open > .btn-danger.dropdown-toggle { | |
color: #fff; | |
background-color: #974019; | |
border-color: #793314; } | |
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, | |
.open > .btn-danger.dropdown-toggle:hover, | |
.open > .btn-danger.dropdown-toggle:focus, | |
.open > .btn-danger.dropdown-toggle.focus { | |
color: #fff; | |
background-color: #793314; | |
border-color: #401b0a; } | |
.btn-danger:active, .btn-danger.active, | |
.open > .btn-danger.dropdown-toggle { | |
background-image: none; } | |
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, | |
fieldset[disabled] .btn-danger, | |
fieldset[disabled] .btn-danger:hover, | |
fieldset[disabled] .btn-danger:focus, | |
fieldset[disabled] .btn-danger.focus, | |
fieldset[disabled] .btn-danger:active, | |
fieldset[disabled] .btn-danger.active { | |
background-color: #C35220; | |
border-color: #ad491c; } | |
.btn-danger .badge { | |
color: #C35220; | |
background-color: #fff; } | |
.btn-link { | |
color: #30787d; | |
font-weight: normal; | |
border-radius: 0; } | |
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], | |
fieldset[disabled] .btn-link { | |
background-color: transparent; | |
box-shadow: none; } | |
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { | |
border-color: transparent; } | |
.btn-link:hover, .btn-link:focus { | |
color: #2b9b8b; | |
text-decoration: underline; | |
background-color: transparent; } | |
.btn-link[disabled]:hover, .btn-link[disabled]:focus, | |
fieldset[disabled] .btn-link:hover, | |
fieldset[disabled] .btn-link:focus { | |
color: #B5BDBD; | |
text-decoration: none; } | |
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .tch-btn-header, .btn-group-lg > .tch-btn-header-primary, .btn-group-lg > .tch-btn-header-primary-block, .btn-group-lg > .tch-btn-header-secondary, .btn-group-lg > .tch-btn-header-danger, .btn-group-lg > .tch-btn-header-dropdown, .btn-group-lg > .tch-btn-header-icon, .btn-group-lg > .tch-btn-content, .btn-group-lg > .tch-btn-content-primary, .btn-group-lg > .tch-btn-content-primary-block, .btn-group-lg > .tch-page-nav-btn, .btn-group-lg > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group-lg > .ui-select-match-item, .btn-group-lg > .tch-btn-content-gray, .btn-group-lg > .tch-btn-content-danger, .btn-group-lg > .tch-btn-content-transparent, .btn-group-lg > .tch-btn-group-tab, .btn-group-lg > .tch-dropdown-group-selector, .btn-group-lg > .tch-btn-tooltip, .tch-btn-header-primary-block, .tch-btn-content-primary-block { | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.33333; | |
border-radius: 6px; } | |
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .tch-btn-header, .btn-group-sm > .tch-btn-header-primary, .btn-group-sm > .tch-btn-header-primary-block, .btn-group-sm > .tch-btn-header-secondary, .btn-group-sm > .tch-btn-header-danger, .btn-group-sm > .tch-btn-header-dropdown, .btn-group-sm > .tch-btn-header-icon, .btn-group-sm > .tch-btn-content, .btn-group-sm > .tch-btn-content-primary, .btn-group-sm > .tch-btn-content-primary-block, .btn-group-sm > .tch-page-nav-btn, .btn-group-sm > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group-sm > .ui-select-match-item, .btn-group-sm > .tch-btn-content-gray, .btn-group-sm > .tch-btn-content-danger, .btn-group-sm > .tch-btn-content-transparent, .btn-group-sm > .tch-btn-group-tab, .btn-group-sm > .tch-dropdown-group-selector, .btn-group-sm > .tch-btn-tooltip { | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; } | |
.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .tch-btn-header, .btn-group-xs > .tch-btn-header-primary, .btn-group-xs > .tch-btn-header-primary-block, .btn-group-xs > .tch-btn-header-secondary, .btn-group-xs > .tch-btn-header-danger, .btn-group-xs > .tch-btn-header-dropdown, .btn-group-xs > .tch-btn-header-icon, .btn-group-xs > .tch-btn-content, .btn-group-xs > .tch-btn-content-primary, .btn-group-xs > .tch-btn-content-primary-block, .btn-group-xs > .tch-page-nav-btn, .btn-group-xs > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group-xs > .ui-select-match-item, .btn-group-xs > .tch-btn-content-gray, .btn-group-xs > .tch-btn-content-danger, .btn-group-xs > .tch-btn-content-transparent, .btn-group-xs > .tch-btn-group-tab, .btn-group-xs > .tch-dropdown-group-selector, .btn-group-xs > .tch-btn-tooltip { | |
padding: 1px 5px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; } | |
.btn-block, .tch-btn-header-primary-block, .tch-btn-content-primary-block { | |
display: block; | |
width: 100%; } | |
.btn-block + .btn-block, .tch-btn-header-primary-block + .btn-block, .tch-btn-content-primary-block + .btn-block, .btn-block + .tch-btn-header-primary-block, .tch-btn-header-primary-block + .tch-btn-header-primary-block, .tch-btn-content-primary-block + .tch-btn-header-primary-block, .btn-block + .tch-btn-content-primary-block, .tch-btn-header-primary-block + .tch-btn-content-primary-block, .tch-btn-content-primary-block + .tch-btn-content-primary-block { | |
margin-top: 5px; } | |
input[type="submit"].btn-block, input[type="submit"].tch-btn-header-primary-block, input[type="submit"].tch-btn-content-primary-block, | |
input[type="reset"].btn-block, | |
input[type="reset"].tch-btn-header-primary-block, | |
input[type="reset"].tch-btn-content-primary-block, | |
input[type="button"].btn-block, | |
input[type="button"].tch-btn-header-primary-block, | |
input[type="button"].tch-btn-content-primary-block { | |
width: 100%; } | |
.fade { | |
opacity: 0; | |
-webkit-transition: opacity 0.15s linear; | |
transition: opacity 0.15s linear; } | |
.fade.in { | |
opacity: 1; } | |
.collapse { | |
display: none; } | |
.collapse.in { | |
display: block; } | |
tr.collapse.in { | |
display: table-row; } | |
tbody.collapse.in { | |
display: table-row-group; } | |
.collapsing { | |
position: relative; | |
height: 0; | |
overflow: hidden; | |
-webkit-transition-property: height, visibility; | |
transition-property: height, visibility; | |
-webkit-transition-duration: 0.35s; | |
transition-duration: 0.35s; | |
-webkit-transition-timing-function: ease; | |
transition-timing-function: ease; } | |
.caret { | |
display: inline-block; | |
width: 0; | |
height: 0; | |
margin-left: 2px; | |
vertical-align: middle; | |
border-top: 4px dashed; | |
border-top: 4px solid \9; | |
border-right: 4px solid transparent; | |
border-left: 4px solid transparent; } | |
.dropup, | |
.dropdown { | |
position: relative; } | |
.dropdown-toggle:focus { | |
outline: 0; } | |
.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; | |
font-size: 14px; | |
text-align: left; | |
background-color: #fff; | |
border: 1px solid #ccc; | |
border: 1px solid rgba(0, 0, 0, 0.15); | |
border-radius: 4px; | |
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | |
background-clip: padding-box; } | |
.dropdown-menu.pull-right { | |
right: 0; | |
left: auto; } | |
.dropdown-menu .divider { | |
height: 1px; | |
margin: 11px 0; | |
overflow: hidden; | |
background-color: #e5e5e5; } | |
.dropdown-menu > li > a { | |
display: block; | |
padding: 3px 20px; | |
clear: both; | |
font-weight: normal; | |
line-height: 1.72222; | |
color: #333333; | |
white-space: nowrap; } | |
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { | |
text-decoration: none; | |
color: #262626; | |
background-color: #f5f5f5; } | |
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { | |
color: #fff; | |
text-decoration: none; | |
outline: 0; | |
background-color: #3D5557; } | |
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { | |
color: #B5BDBD; } | |
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { | |
text-decoration: none; | |
background-color: transparent; | |
background-image: none; | |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
cursor: not-allowed; } | |
.open > .dropdown-menu { | |
display: block; } | |
.open > a { | |
outline: 0; } | |
.dropdown-menu-right { | |
left: auto; | |
right: 0; } | |
.dropdown-menu-left { | |
left: 0; | |
right: auto; } | |
.dropdown-header { | |
display: block; | |
padding: 3px 20px; | |
font-size: 12px; | |
line-height: 1.72222; | |
color: #B5BDBD; | |
white-space: nowrap; } | |
.dropdown-backdrop { | |
position: fixed; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
top: 0; | |
z-index: 990; } | |
.pull-right > .dropdown-menu { | |
right: 0; | |
left: auto; } | |
.dropup .caret, | |
.navbar-fixed-bottom .dropdown .caret { | |
border-top: 0; | |
border-bottom: 4px dashed; | |
border-bottom: 4px solid \9; | |
content: ""; } | |
.dropup .dropdown-menu, | |
.navbar-fixed-bottom .dropdown .dropdown-menu { | |
top: auto; | |
bottom: 100%; | |
margin-bottom: 2px; } | |
@media (min-width: 768px) { | |
.navbar-right .dropdown-menu { | |
right: 0; | |
left: auto; } | |
.navbar-right .dropdown-menu-left { | |
left: 0; | |
right: auto; } } | |
.btn-group, .tch-btn-group, .tch-dropdown-group, | |
.btn-group-vertical { | |
position: relative; | |
display: inline-block; | |
vertical-align: middle; } | |
.btn-group > .btn, .tch-btn-group > .btn, .tch-dropdown-group > .btn, .btn-group > .tch-btn-header, .tch-btn-group > .tch-btn-header, .tch-dropdown-group > .tch-btn-header, .btn-group > .tch-btn-header-primary, .tch-btn-group > .tch-btn-header-primary, .tch-dropdown-group > .tch-btn-header-primary, .btn-group > .tch-btn-header-primary-block, .tch-btn-group > .tch-btn-header-primary-block, .tch-dropdown-group > .tch-btn-header-primary-block, .btn-group > .tch-btn-header-secondary, .tch-btn-group > .tch-btn-header-secondary, .tch-dropdown-group > .tch-btn-header-secondary, .btn-group > .tch-btn-header-danger, .tch-btn-group > .tch-btn-header-danger, .tch-dropdown-group > .tch-btn-header-danger, .btn-group > .tch-btn-header-dropdown, .tch-btn-group > .tch-btn-header-dropdown, .tch-dropdown-group > .tch-btn-header-dropdown, .btn-group > .tch-btn-header-icon, .tch-btn-group > .tch-btn-header-icon, .tch-dropdown-group > .tch-btn-header-icon, .btn-group > .tch-btn-content, .tch-btn-group > .tch-btn-content, .tch-dropdown-group > .tch-btn-content, .btn-group > .tch-btn-content-primary, .tch-btn-group > .tch-btn-content-primary, .tch-dropdown-group > .tch-btn-content-primary, .btn-group > .tch-btn-content-primary-block, .tch-btn-group > .tch-btn-content-primary-block, .tch-dropdown-group > .tch-btn-content-primary-block, .btn-group > .tch-page-nav-btn, .tch-btn-group > .tch-page-nav-btn, .tch-dropdown-group > .tch-page-nav-btn, .btn-group > .tch-btn-content-secondary, .tch-btn-group > .tch-btn-content-secondary, .tch-dropdown-group > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .ui-select-match-item, .btn-group > .tch-btn-content-gray, .tch-btn-group > .tch-btn-content-gray, .tch-dropdown-group > .tch-btn-content-gray, .btn-group > .tch-btn-content-danger, .tch-btn-group > .tch-btn-content-danger, .tch-dropdown-group > .tch-btn-content-danger, .btn-group > .tch-btn-content-transparent, .tch-btn-group > .tch-btn-content-transparent, .tch-dropdown-group > .tch-btn-content-transparent, .btn-group > .tch-btn-group-tab, .tch-btn-group > .tch-btn-group-tab, .tch-dropdown-group > .tch-btn-group-tab, .btn-group > .tch-dropdown-group-selector, .tch-btn-group > .tch-dropdown-group-selector, .tch-dropdown-group > .tch-dropdown-group-selector, .btn-group > .tch-btn-tooltip, .tch-btn-group > .tch-btn-tooltip, .tch-dropdown-group > .tch-btn-tooltip, | |
.btn-group-vertical > .btn, | |
.btn-group-vertical > .tch-btn-header, | |
.btn-group-vertical > .tch-btn-header-primary, | |
.btn-group-vertical > .tch-btn-header-primary-block, | |
.btn-group-vertical > .tch-btn-header-secondary, | |
.btn-group-vertical > .tch-btn-header-danger, | |
.btn-group-vertical > .tch-btn-header-dropdown, | |
.btn-group-vertical > .tch-btn-header-icon, | |
.btn-group-vertical > .tch-btn-content, | |
.btn-group-vertical > .tch-btn-content-primary, | |
.btn-group-vertical > .tch-btn-content-primary-block, | |
.btn-group-vertical > .tch-page-nav-btn, | |
.btn-group-vertical > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .ui-select-match-item, | |
.btn-group-vertical > .tch-btn-content-gray, | |
.btn-group-vertical > .tch-btn-content-danger, | |
.btn-group-vertical > .tch-btn-content-transparent, | |
.btn-group-vertical > .tch-btn-group-tab, | |
.btn-group-vertical > .tch-dropdown-group-selector, | |
.btn-group-vertical > .tch-btn-tooltip { | |
position: relative; | |
float: left; } | |
.btn-group > .btn:hover, .tch-btn-group > .btn:hover, .tch-dropdown-group > .btn:hover, .btn-group > .tch-btn-header:hover, .tch-btn-group > .tch-btn-header:hover, .tch-dropdown-group > .tch-btn-header:hover, .btn-group > .tch-btn-header-primary:hover, .tch-btn-group > .tch-btn-header-primary:hover, .tch-dropdown-group > .tch-btn-header-primary:hover, .btn-group > .tch-btn-header-primary-block:hover, .tch-btn-group > .tch-btn-header-primary-block:hover, .tch-dropdown-group > .tch-btn-header-primary-block:hover, .btn-group > .tch-btn-header-secondary:hover, .tch-btn-group > .tch-btn-header-secondary:hover, .tch-dropdown-group > .tch-btn-header-secondary:hover, .btn-group > .tch-btn-header-danger:hover, .tch-btn-group > .tch-btn-header-danger:hover, .tch-dropdown-group > .tch-btn-header-danger:hover, .btn-group > .tch-btn-header-dropdown:hover, .tch-btn-group > .tch-btn-header-dropdown:hover, .tch-dropdown-group > .tch-btn-header-dropdown:hover, .btn-group > .tch-btn-header-icon:hover, .tch-btn-group > .tch-btn-header-icon:hover, .tch-dropdown-group > .tch-btn-header-icon:hover, .btn-group > .tch-btn-content:hover, .tch-btn-group > .tch-btn-content:hover, .tch-dropdown-group > .tch-btn-content:hover, .btn-group > .tch-btn-content-primary:hover, .tch-btn-group > .tch-btn-content-primary:hover, .tch-dropdown-group > .tch-btn-content-primary:hover, .btn-group > .tch-btn-content-primary-block:hover, .tch-btn-group > .tch-btn-content-primary-block:hover, .tch-dropdown-group > .tch-btn-content-primary-block:hover, .btn-group > .tch-page-nav-btn:hover, .tch-btn-group > .tch-page-nav-btn:hover, .tch-dropdown-group > .tch-page-nav-btn:hover, .btn-group > .tch-btn-content-secondary:hover, .tch-btn-group > .tch-btn-content-secondary:hover, .tch-dropdown-group > .tch-btn-content-secondary:hover, .ui-select-multiple.ui-select-bootstrap .btn-group > .ui-select-match-item:hover, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .ui-select-match-item:hover, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .ui-select-match-item:hover, .btn-group > .tch-btn-content-gray:hover, .tch-btn-group > .tch-btn-content-gray:hover, .tch-dropdown-group > .tch-btn-content-gray:hover, .btn-group > .tch-btn-content-danger:hover, .tch-btn-group > .tch-btn-content-danger:hover, .tch-dropdown-group > .tch-btn-content-danger:hover, .btn-group > .tch-btn-content-transparent:hover, .tch-btn-group > .tch-btn-content-transparent:hover, .tch-dropdown-group > .tch-btn-content-transparent:hover, .btn-group > .tch-btn-group-tab:hover, .tch-btn-group > .tch-btn-group-tab:hover, .tch-dropdown-group > .tch-btn-group-tab:hover, .btn-group > .tch-dropdown-group-selector:hover, .tch-btn-group > .tch-dropdown-group-selector:hover, .tch-dropdown-group > .tch-dropdown-group-selector:hover, .btn-group > .tch-btn-tooltip:hover, .tch-btn-group > .tch-btn-tooltip:hover, .tch-dropdown-group > .tch-btn-tooltip:hover, .btn-group > .btn:focus, .tch-btn-group > .btn:focus, .tch-dropdown-group > .btn:focus, .btn-group > .tch-btn-header:focus, .tch-btn-group > .tch-btn-header:focus, .tch-dropdown-group > .tch-btn-header:focus, .btn-group > .tch-btn-header-primary:focus, .tch-btn-group > .tch-btn-header-primary:focus, .tch-dropdown-group > .tch-btn-header-primary:focus, .btn-group > .tch-btn-header-primary-block:focus, .tch-btn-group > .tch-btn-header-primary-block:focus, .tch-dropdown-group > .tch-btn-header-primary-block:focus, .btn-group > .tch-btn-header-secondary:focus, .tch-btn-group > .tch-btn-header-secondary:focus, .tch-dropdown-group > .tch-btn-header-secondary:focus, .btn-group > .tch-btn-header-danger:focus, .tch-btn-group > .tch-btn-header-danger:focus, .tch-dropdown-group > .tch-btn-header-danger:focus, .btn-group > .tch-btn-header-dropdown:focus, .tch-btn-group > .tch-btn-header-dropdown:focus, .tch-dropdown-group > .tch-btn-header-dropdown:focus, .btn-group > .tch-btn-header-icon:focus, .tch-btn-group > .tch-btn-header-icon:focus, .tch-dropdown-group > .tch-btn-header-icon:focus, .btn-group > .tch-btn-content:focus, .tch-btn-group > .tch-btn-content:focus, .tch-dropdown-group > .tch-btn-content:focus, .btn-group > .tch-btn-content-primary:focus, .tch-btn-group > .tch-btn-content-primary:focus, .tch-dropdown-group > .tch-btn-content-primary:focus, .btn-group > .tch-btn-content-primary-block:focus, .tch-btn-group > .tch-btn-content-primary-block:focus, .tch-dropdown-group > .tch-btn-content-primary-block:focus, .btn-group > .tch-page-nav-btn:focus, .tch-btn-group > .tch-page-nav-btn:focus, .tch-dropdown-group > .tch-page-nav-btn:focus, .btn-group > .tch-btn-content-secondary:focus, .tch-btn-group > .tch-btn-content-secondary:focus, .tch-dropdown-group > .tch-btn-content-secondary:focus, .ui-select-multiple.ui-select-bootstrap .btn-group > .ui-select-match-item:focus, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .ui-select-match-item:focus, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .ui-select-match-item:focus, .btn-group > .tch-btn-content-gray:focus, .tch-btn-group > .tch-btn-content-gray:focus, .tch-dropdown-group > .tch-btn-content-gray:focus, .btn-group > .tch-btn-content-danger:focus, .tch-btn-group > .tch-btn-content-danger:focus, .tch-dropdown-group > .tch-btn-content-danger:focus, .btn-group > .tch-btn-content-transparent:focus, .tch-btn-group > .tch-btn-content-transparent:focus, .tch-dropdown-group > .tch-btn-content-transparent:focus, .btn-group > .tch-btn-group-tab:focus, .tch-btn-group > .tch-btn-group-tab:focus, .tch-dropdown-group > .tch-btn-group-tab:focus, .btn-group > .tch-dropdown-group-selector:focus, .tch-btn-group > .tch-dropdown-group-selector:focus, .tch-dropdown-group > .tch-dropdown-group-selector:focus, .btn-group > .tch-btn-tooltip:focus, .tch-btn-group > .tch-btn-tooltip:focus, .tch-dropdown-group > .tch-btn-tooltip:focus, .btn-group > .btn:active, .tch-btn-group > .btn:active, .tch-dropdown-group > .btn:active, .btn-group > .tch-btn-header:active, .tch-btn-group > .tch-btn-header:active, .tch-dropdown-group > .tch-btn-header:active, .btn-group > .tch-btn-header-primary:active, .tch-btn-group > .tch-btn-header-primary:active, .tch-dropdown-group > .tch-btn-header-primary:active, .btn-group > .tch-btn-header-primary-block:active, .tch-btn-group > .tch-btn-header-primary-block:active, .tch-dropdown-group > .tch-btn-header-primary-block:active, .btn-group > .tch-btn-header-secondary:active, .tch-btn-group > .tch-btn-header-secondary:active, .tch-dropdown-group > .tch-btn-header-secondary:active, .btn-group > .tch-btn-header-danger:active, .tch-btn-group > .tch-btn-header-danger:active, .tch-dropdown-group > .tch-btn-header-danger:active, .btn-group > .tch-btn-header-dropdown:active, .tch-btn-group > .tch-btn-header-dropdown:active, .tch-dropdown-group > .tch-btn-header-dropdown:active, .btn-group > .tch-btn-header-icon:active, .tch-btn-group > .tch-btn-header-icon:active, .tch-dropdown-group > .tch-btn-header-icon:active, .btn-group > .tch-btn-content:active, .tch-btn-group > .tch-btn-content:active, .tch-dropdown-group > .tch-btn-content:active, .btn-group > .tch-btn-content-primary:active, .tch-btn-group > .tch-btn-content-primary:active, .tch-dropdown-group > .tch-btn-content-primary:active, .btn-group > .tch-btn-content-primary-block:active, .tch-btn-group > .tch-btn-content-primary-block:active, .tch-dropdown-group > .tch-btn-content-primary-block:active, .btn-group > .tch-page-nav-btn:active, .tch-btn-group > .tch-page-nav-btn:active, .tch-dropdown-group > .tch-page-nav-btn:active, .btn-group > .tch-btn-content-secondary:active, .tch-btn-group > .tch-btn-content-secondary:active, .tch-dropdown-group > .tch-btn-content-secondary:active, .ui-select-multiple.ui-select-bootstrap .btn-group > .ui-select-match-item:active, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .ui-select-match-item:active, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .ui-select-match-item:active, .btn-group > .tch-btn-content-gray:active, .tch-btn-group > .tch-btn-content-gray:active, .tch-dropdown-group > .tch-btn-content-gray:active, .btn-group > .tch-btn-content-danger:active, .tch-btn-group > .tch-btn-content-danger:active, .tch-dropdown-group > .tch-btn-content-danger:active, .btn-group > .tch-btn-content-transparent:active, .tch-btn-group > .tch-btn-content-transparent:active, .tch-dropdown-group > .tch-btn-content-transparent:active, .btn-group > .tch-btn-group-tab:active, .tch-btn-group > .tch-btn-group-tab:active, .tch-dropdown-group > .tch-btn-group-tab:active, .btn-group > .tch-dropdown-group-selector:active, .tch-btn-group > .tch-dropdown-group-selector:active, .tch-dropdown-group > .tch-dropdown-group-selector:active, .btn-group > .tch-btn-tooltip:active, .tch-btn-group > .tch-btn-tooltip:active, .tch-dropdown-group > .tch-btn-tooltip:active, .btn-group > .btn.active, .tch-btn-group > .btn.active, .tch-dropdown-group > .btn.active, .btn-group > .active.tch-btn-header, .tch-btn-group > .active.tch-btn-header, .tch-dropdown-group > .active.tch-btn-header, .btn-group > .active.tch-btn-header-primary, .tch-btn-group > .active.tch-btn-header-primary, .tch-dropdown-group > .active.tch-btn-header-primary, .btn-group > .active.tch-btn-header-primary-block, .tch-btn-group > .active.tch-btn-header-primary-block, .tch-dropdown-group > .active.tch-btn-header-primary-block, .btn-group > .active.tch-btn-header-secondary, .tch-btn-group > .active.tch-btn-header-secondary, .tch-dropdown-group > .active.tch-btn-header-secondary, .btn-group > .active.tch-btn-header-danger, .tch-btn-group > .active.tch-btn-header-danger, .tch-dropdown-group > .active.tch-btn-header-danger, .btn-group > .active.tch-btn-header-dropdown, .tch-btn-group > .active.tch-btn-header-dropdown, .tch-dropdown-group > .active.tch-btn-header-dropdown, .btn-group > .active.tch-btn-header-icon, .tch-btn-group > .active.tch-btn-header-icon, .tch-dropdown-group > .active.tch-btn-header-icon, .btn-group > .active.tch-btn-content, .tch-btn-group > .active.tch-btn-content, .tch-dropdown-group > .active.tch-btn-content, .btn-group > .active.tch-btn-content-primary, .tch-btn-group > .active.tch-btn-content-primary, .tch-dropdown-group > .active.tch-btn-content-primary, .btn-group > .active.tch-btn-content-primary-block, .tch-btn-group > .active.tch-btn-content-primary-block, .tch-dropdown-group > .active.tch-btn-content-primary-block, .btn-group > .active.tch-page-nav-btn, .tch-btn-group > .active.tch-page-nav-btn, .tch-dropdown-group > .active.tch-page-nav-btn, .btn-group > .active.tch-btn-content-secondary, .tch-btn-group > .active.tch-btn-content-secondary, .tch-dropdown-group > .active.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group > .active.ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .active.ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .active.ui-select-match-item, .btn-group > .active.tch-btn-content-gray, .tch-btn-group > .active.tch-btn-content-gray, .tch-dropdown-group > .active.tch-btn-content-gray, .btn-group > .active.tch-btn-content-danger, .tch-btn-group > .active.tch-btn-content-danger, .tch-dropdown-group > .active.tch-btn-content-danger, .btn-group > .active.tch-btn-content-transparent, .tch-btn-group > .active.tch-btn-content-transparent, .tch-dropdown-group > .active.tch-btn-content-transparent, .btn-group > .active.tch-btn-group-tab, .tch-btn-group > .active.tch-btn-group-tab, .tch-dropdown-group > .active.tch-btn-group-tab, .btn-group > .active.tch-dropdown-group-selector, .tch-btn-group > .active.tch-dropdown-group-selector, .tch-dropdown-group > .active.tch-dropdown-group-selector, .btn-group > .active.tch-btn-tooltip, .tch-btn-group > .active.tch-btn-tooltip, .tch-dropdown-group > .active.tch-btn-tooltip, | |
.btn-group-vertical > .btn:hover, | |
.btn-group-vertical > .tch-btn-header:hover, | |
.btn-group-vertical > .tch-btn-header-primary:hover, | |
.btn-group-vertical > .tch-btn-header-primary-block:hover, | |
.btn-group-vertical > .tch-btn-header-secondary:hover, | |
.btn-group-vertical > .tch-btn-header-danger:hover, | |
.btn-group-vertical > .tch-btn-header-dropdown:hover, | |
.btn-group-vertical > .tch-btn-header-icon:hover, | |
.btn-group-vertical > .tch-btn-content:hover, | |
.btn-group-vertical > .tch-btn-content-primary:hover, | |
.btn-group-vertical > .tch-btn-content-primary-block:hover, | |
.btn-group-vertical > .tch-page-nav-btn:hover, | |
.btn-group-vertical > .tch-btn-content-secondary:hover, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .ui-select-match-item:hover, | |
.btn-group-vertical > .tch-btn-content-gray:hover, | |
.btn-group-vertical > .tch-btn-content-danger:hover, | |
.btn-group-vertical > .tch-btn-content-transparent:hover, | |
.btn-group-vertical > .tch-btn-group-tab:hover, | |
.btn-group-vertical > .tch-dropdown-group-selector:hover, | |
.btn-group-vertical > .tch-btn-tooltip:hover, | |
.btn-group-vertical > .btn:focus, | |
.btn-group-vertical > .tch-btn-header:focus, | |
.btn-group-vertical > .tch-btn-header-primary:focus, | |
.btn-group-vertical > .tch-btn-header-primary-block:focus, | |
.btn-group-vertical > .tch-btn-header-secondary:focus, | |
.btn-group-vertical > .tch-btn-header-danger:focus, | |
.btn-group-vertical > .tch-btn-header-dropdown:focus, | |
.btn-group-vertical > .tch-btn-header-icon:focus, | |
.btn-group-vertical > .tch-btn-content:focus, | |
.btn-group-vertical > .tch-btn-content-primary:focus, | |
.btn-group-vertical > .tch-btn-content-primary-block:focus, | |
.btn-group-vertical > .tch-page-nav-btn:focus, | |
.btn-group-vertical > .tch-btn-content-secondary:focus, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .ui-select-match-item:focus, | |
.btn-group-vertical > .tch-btn-content-gray:focus, | |
.btn-group-vertical > .tch-btn-content-danger:focus, | |
.btn-group-vertical > .tch-btn-content-transparent:focus, | |
.btn-group-vertical > .tch-btn-group-tab:focus, | |
.btn-group-vertical > .tch-dropdown-group-selector:focus, | |
.btn-group-vertical > .tch-btn-tooltip:focus, | |
.btn-group-vertical > .btn:active, | |
.btn-group-vertical > .tch-btn-header:active, | |
.btn-group-vertical > .tch-btn-header-primary:active, | |
.btn-group-vertical > .tch-btn-header-primary-block:active, | |
.btn-group-vertical > .tch-btn-header-secondary:active, | |
.btn-group-vertical > .tch-btn-header-danger:active, | |
.btn-group-vertical > .tch-btn-header-dropdown:active, | |
.btn-group-vertical > .tch-btn-header-icon:active, | |
.btn-group-vertical > .tch-btn-content:active, | |
.btn-group-vertical > .tch-btn-content-primary:active, | |
.btn-group-vertical > .tch-btn-content-primary-block:active, | |
.btn-group-vertical > .tch-page-nav-btn:active, | |
.btn-group-vertical > .tch-btn-content-secondary:active, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .ui-select-match-item:active, | |
.btn-group-vertical > .tch-btn-content-gray:active, | |
.btn-group-vertical > .tch-btn-content-danger:active, | |
.btn-group-vertical > .tch-btn-content-transparent:active, | |
.btn-group-vertical > .tch-btn-group-tab:active, | |
.btn-group-vertical > .tch-dropdown-group-selector:active, | |
.btn-group-vertical > .tch-btn-tooltip:active, | |
.btn-group-vertical > .btn.active, | |
.btn-group-vertical > .active.tch-btn-header, | |
.btn-group-vertical > .active.tch-btn-header-primary, | |
.btn-group-vertical > .active.tch-btn-header-primary-block, | |
.btn-group-vertical > .active.tch-btn-header-secondary, | |
.btn-group-vertical > .active.tch-btn-header-danger, | |
.btn-group-vertical > .active.tch-btn-header-dropdown, | |
.btn-group-vertical > .active.tch-btn-header-icon, | |
.btn-group-vertical > .active.tch-btn-content, | |
.btn-group-vertical > .active.tch-btn-content-primary, | |
.btn-group-vertical > .active.tch-btn-content-primary-block, | |
.btn-group-vertical > .active.tch-page-nav-btn, | |
.btn-group-vertical > .active.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .active.ui-select-match-item, | |
.btn-group-vertical > .active.tch-btn-content-gray, | |
.btn-group-vertical > .active.tch-btn-content-danger, | |
.btn-group-vertical > .active.tch-btn-content-transparent, | |
.btn-group-vertical > .active.tch-btn-group-tab, | |
.btn-group-vertical > .active.tch-dropdown-group-selector, | |
.btn-group-vertical > .active.tch-btn-tooltip { | |
z-index: 2; } | |
.btn-group .btn + .btn, .tch-btn-group .btn + .btn, .tch-dropdown-group .btn + .btn, .btn-group .tch-btn-header + .btn, .tch-btn-group .tch-btn-header + .btn, .tch-dropdown-group .tch-btn-header + .btn, .btn-group .tch-btn-header-primary + .btn, .tch-btn-group .tch-btn-header-primary + .btn, .tch-dropdown-group .tch-btn-header-primary + .btn, .btn-group .tch-btn-header-primary-block + .btn, .tch-btn-group .tch-btn-header-primary-block + .btn, .tch-dropdown-group .tch-btn-header-primary-block + .btn, .btn-group .tch-btn-header-secondary + .btn, .tch-btn-group .tch-btn-header-secondary + .btn, .tch-dropdown-group .tch-btn-header-secondary + .btn, .btn-group .tch-btn-header-danger + .btn, .tch-btn-group .tch-btn-header-danger + .btn, .tch-dropdown-group .tch-btn-header-danger + .btn, .btn-group .tch-btn-header-dropdown + .btn, .tch-btn-group .tch-btn-header-dropdown + .btn, .tch-dropdown-group .tch-btn-header-dropdown + .btn, .btn-group .tch-btn-header-icon + .btn, .tch-btn-group .tch-btn-header-icon + .btn, .tch-dropdown-group .tch-btn-header-icon + .btn, .btn-group .tch-btn-content + .btn, .tch-btn-group .tch-btn-content + .btn, .tch-dropdown-group .tch-btn-content + .btn, .btn-group .tch-btn-content-primary + .btn, .tch-btn-group .tch-btn-content-primary + .btn, .tch-dropdown-group .tch-btn-content-primary + .btn, .btn-group .tch-btn-content-primary-block + .btn, .tch-btn-group .tch-btn-content-primary-block + .btn, .tch-dropdown-group .tch-btn-content-primary-block + .btn, .btn-group .tch-page-nav-btn + .btn, .tch-btn-group .tch-page-nav-btn + .btn, .tch-dropdown-group .tch-page-nav-btn + .btn, .btn-group .tch-btn-content-secondary + .btn, .tch-btn-group .tch-btn-content-secondary + .btn, .tch-dropdown-group .tch-btn-content-secondary + .btn, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .btn, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .btn, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .btn, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .btn, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .btn, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .btn, .btn-group .tch-btn-content-gray + .btn, .tch-btn-group .tch-btn-content-gray + .btn, .tch-dropdown-group .tch-btn-content-gray + .btn, .btn-group .tch-btn-content-danger + .btn, .tch-btn-group .tch-btn-content-danger + .btn, .tch-dropdown-group .tch-btn-content-danger + .btn, .btn-group .tch-btn-content-transparent + .btn, .tch-btn-group .tch-btn-content-transparent + .btn, .tch-dropdown-group .tch-btn-content-transparent + .btn, .btn-group .tch-btn-group-tab + .btn, .tch-btn-group .tch-btn-group-tab + .btn, .tch-dropdown-group .tch-btn-group-tab + .btn, .btn-group .tch-dropdown-group-selector + .btn, .tch-btn-group .tch-dropdown-group-selector + .btn, .tch-dropdown-group .tch-dropdown-group-selector + .btn, .btn-group .tch-btn-tooltip + .btn, .tch-btn-group .tch-btn-tooltip + .btn, .tch-dropdown-group .tch-btn-tooltip + .btn, .btn-group .btn + .tch-btn-header, .tch-btn-group .btn + .tch-btn-header, .tch-dropdown-group .btn + .tch-btn-header, .btn-group .tch-btn-header + .tch-btn-header, .tch-btn-group .tch-btn-header + .tch-btn-header, .tch-dropdown-group .tch-btn-header + .tch-btn-header, .btn-group .tch-btn-header-primary + .tch-btn-header, .tch-btn-group .tch-btn-header-primary + .tch-btn-header, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header, .btn-group .tch-btn-header-primary-block + .tch-btn-header, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header, .btn-group .tch-btn-header-secondary + .tch-btn-header, .tch-btn-group .tch-btn-header-secondary + .tch-btn-header, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header, .btn-group .tch-btn-header-danger + .tch-btn-header, .tch-btn-group .tch-btn-header-danger + .tch-btn-header, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header, .btn-group .tch-btn-header-dropdown + .tch-btn-header, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header, .btn-group .tch-btn-header-icon + .tch-btn-header, .tch-btn-group .tch-btn-header-icon + .tch-btn-header, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header, .btn-group .tch-btn-content + .tch-btn-header, .tch-btn-group .tch-btn-content + .tch-btn-header, .tch-dropdown-group .tch-btn-content + .tch-btn-header, .btn-group .tch-btn-content-primary + .tch-btn-header, .tch-btn-group .tch-btn-content-primary + .tch-btn-header, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header, .btn-group .tch-btn-content-primary-block + .tch-btn-header, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header, .btn-group .tch-page-nav-btn + .tch-btn-header, .tch-btn-group .tch-page-nav-btn + .tch-btn-header, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header, .btn-group .tch-btn-content-secondary + .tch-btn-header, .tch-btn-group .tch-btn-content-secondary + .tch-btn-header, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-header, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-header, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-header, .btn-group .tch-btn-content-gray + .tch-btn-header, .tch-btn-group .tch-btn-content-gray + .tch-btn-header, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header, .btn-group .tch-btn-content-danger + .tch-btn-header, .tch-btn-group .tch-btn-content-danger + .tch-btn-header, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header, .btn-group .tch-btn-content-transparent + .tch-btn-header, .tch-btn-group .tch-btn-content-transparent + .tch-btn-header, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header, .btn-group .tch-btn-group-tab + .tch-btn-header, .tch-btn-group .tch-btn-group-tab + .tch-btn-header, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header, .btn-group .tch-dropdown-group-selector + .tch-btn-header, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header, .btn-group .tch-btn-tooltip + .tch-btn-header, .tch-btn-group .tch-btn-tooltip + .tch-btn-header, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header, .btn-group .btn + .tch-btn-header-primary, .tch-btn-group .btn + .tch-btn-header-primary, .tch-dropdown-group .btn + .tch-btn-header-primary, .btn-group .tch-btn-header + .tch-btn-header-primary, .tch-btn-group .tch-btn-header + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-header + .tch-btn-header-primary, .btn-group .tch-btn-header-primary + .tch-btn-header-primary, .tch-btn-group .tch-btn-header-primary + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header-primary, .btn-group .tch-btn-header-primary-block + .tch-btn-header-primary, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header-primary, .btn-group .tch-btn-header-secondary + .tch-btn-header-primary, .tch-btn-group .tch-btn-header-secondary + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header-primary, .btn-group .tch-btn-header-danger + .tch-btn-header-primary, .tch-btn-group .tch-btn-header-danger + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header-primary, .btn-group .tch-btn-header-dropdown + .tch-btn-header-primary, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header-primary, .btn-group .tch-btn-header-icon + .tch-btn-header-primary, .tch-btn-group .tch-btn-header-icon + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header-primary, .btn-group .tch-btn-content + .tch-btn-header-primary, .tch-btn-group .tch-btn-content + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-content + .tch-btn-header-primary, .btn-group .tch-btn-content-primary + .tch-btn-header-primary, .tch-btn-group .tch-btn-content-primary + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header-primary, .btn-group .tch-btn-content-primary-block + .tch-btn-header-primary, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header-primary, .btn-group .tch-page-nav-btn + .tch-btn-header-primary, .tch-btn-group .tch-page-nav-btn + .tch-btn-header-primary, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header-primary, .btn-group .tch-btn-content-secondary + .tch-btn-header-primary, .tch-btn-group .tch-btn-content-secondary + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header-primary, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-header-primary, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-header-primary, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-header-primary, .btn-group .tch-btn-content-gray + .tch-btn-header-primary, .tch-btn-group .tch-btn-content-gray + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header-primary, .btn-group .tch-btn-content-danger + .tch-btn-header-primary, .tch-btn-group .tch-btn-content-danger + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header-primary, .btn-group .tch-btn-content-transparent + .tch-btn-header-primary, .tch-btn-group .tch-btn-content-transparent + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header-primary, .btn-group .tch-btn-group-tab + .tch-btn-header-primary, .tch-btn-group .tch-btn-group-tab + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header-primary, .btn-group .tch-dropdown-group-selector + .tch-btn-header-primary, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header-primary, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header-primary, .btn-group .tch-btn-tooltip + .tch-btn-header-primary, .tch-btn-group .tch-btn-tooltip + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header-primary, .btn-group .btn + .tch-btn-header-primary-block, .tch-btn-group .btn + .tch-btn-header-primary-block, .tch-dropdown-group .btn + .tch-btn-header-primary-block, .btn-group .tch-btn-header + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-header + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-header + .tch-btn-header-primary-block, .btn-group .tch-btn-header-primary + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-header-primary + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header-primary-block, .btn-group .tch-btn-header-primary-block + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header-primary-block, .btn-group .tch-btn-header-secondary + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-header-secondary + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header-primary-block, .btn-group .tch-btn-header-danger + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-header-danger + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header-primary-block, .btn-group .tch-btn-header-dropdown + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header-primary-block, .btn-group .tch-btn-header-icon + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-header-icon + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header-primary-block, .btn-group .tch-btn-content + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-content + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-content + .tch-btn-header-primary-block, .btn-group .tch-btn-content-primary + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-content-primary + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header-primary-block, .btn-group .tch-btn-content-primary-block + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header-primary-block, .btn-group .tch-page-nav-btn + .tch-btn-header-primary-block, .tch-btn-group .tch-page-nav-btn + .tch-btn-header-primary-block, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header-primary-block, .btn-group .tch-btn-content-secondary + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-content-secondary + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header-primary-block, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary-block, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-header-primary-block, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary-block, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-header-primary-block, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary-block, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-header-primary-block, .btn-group .tch-btn-content-gray + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-content-gray + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header-primary-block, .btn-group .tch-btn-content-danger + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-content-danger + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header-primary-block, .btn-group .tch-btn-content-transparent + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-content-transparent + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header-primary-block, .btn-group .tch-btn-group-tab + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-group-tab + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header-primary-block, .btn-group .tch-dropdown-group-selector + .tch-btn-header-primary-block, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header-primary-block, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header-primary-block, .btn-group .tch-btn-tooltip + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-tooltip + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header-primary-block, .btn-group .btn + .tch-btn-header-secondary, .tch-btn-group .btn + .tch-btn-header-secondary, .tch-dropdown-group .btn + .tch-btn-header-secondary, .btn-group .tch-btn-header + .tch-btn-header-secondary, .tch-btn-group .tch-btn-header + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-header + .tch-btn-header-secondary, .btn-group .tch-btn-header-primary + .tch-btn-header-secondary, .tch-btn-group .tch-btn-header-primary + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header-secondary, .btn-group .tch-btn-header-primary-block + .tch-btn-header-secondary, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header-secondary, .btn-group .tch-btn-header-secondary + .tch-btn-header-secondary, .tch-btn-group .tch-btn-header-secondary + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header-secondary, .btn-group .tch-btn-header-danger + .tch-btn-header-secondary, .tch-btn-group .tch-btn-header-danger + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header-secondary, .btn-group .tch-btn-header-dropdown + .tch-btn-header-secondary, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header-secondary, .btn-group .tch-btn-header-icon + .tch-btn-header-secondary, .tch-btn-group .tch-btn-header-icon + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header-secondary, .btn-group .tch-btn-content + .tch-btn-header-secondary, .tch-btn-group .tch-btn-content + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-content + .tch-btn-header-secondary, .btn-group .tch-btn-content-primary + .tch-btn-header-secondary, .tch-btn-group .tch-btn-content-primary + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header-secondary, .btn-group .tch-btn-content-primary-block + .tch-btn-header-secondary, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header-secondary, .btn-group .tch-page-nav-btn + .tch-btn-header-secondary, .tch-btn-group .tch-page-nav-btn + .tch-btn-header-secondary, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header-secondary, .btn-group .tch-btn-content-secondary + .tch-btn-header-secondary, .tch-btn-group .tch-btn-content-secondary + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header-secondary, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-header-secondary, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-secondary, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-header-secondary, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-secondary, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-header-secondary, .btn-group .tch-btn-content-gray + .tch-btn-header-secondary, .tch-btn-group .tch-btn-content-gray + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header-secondary, .btn-group .tch-btn-content-danger + .tch-btn-header-secondary, .tch-btn-group .tch-btn-content-danger + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header-secondary, .btn-group .tch-btn-content-transparent + .tch-btn-header-secondary, .tch-btn-group .tch-btn-content-transparent + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header-secondary, .btn-group .tch-btn-group-tab + .tch-btn-header-secondary, .tch-btn-group .tch-btn-group-tab + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header-secondary, .btn-group .tch-dropdown-group-selector + .tch-btn-header-secondary, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header-secondary, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header-secondary, .btn-group .tch-btn-tooltip + .tch-btn-header-secondary, .tch-btn-group .tch-btn-tooltip + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header-secondary, .btn-group .btn + .tch-btn-header-danger, .tch-btn-group .btn + .tch-btn-header-danger, .tch-dropdown-group .btn + .tch-btn-header-danger, .btn-group .tch-btn-header + .tch-btn-header-danger, .tch-btn-group .tch-btn-header + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-header + .tch-btn-header-danger, .btn-group .tch-btn-header-primary + .tch-btn-header-danger, .tch-btn-group .tch-btn-header-primary + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header-danger, .btn-group .tch-btn-header-primary-block + .tch-btn-header-danger, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header-danger, .btn-group .tch-btn-header-secondary + .tch-btn-header-danger, .tch-btn-group .tch-btn-header-secondary + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header-danger, .btn-group .tch-btn-header-danger + .tch-btn-header-danger, .tch-btn-group .tch-btn-header-danger + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header-danger, .btn-group .tch-btn-header-dropdown + .tch-btn-header-danger, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header-danger, .btn-group .tch-btn-header-icon + .tch-btn-header-danger, .tch-btn-group .tch-btn-header-icon + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header-danger, .btn-group .tch-btn-content + .tch-btn-header-danger, .tch-btn-group .tch-btn-content + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-content + .tch-btn-header-danger, .btn-group .tch-btn-content-primary + .tch-btn-header-danger, .tch-btn-group .tch-btn-content-primary + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header-danger, .btn-group .tch-btn-content-primary-block + .tch-btn-header-danger, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header-danger, .btn-group .tch-page-nav-btn + .tch-btn-header-danger, .tch-btn-group .tch-page-nav-btn + .tch-btn-header-danger, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header-danger, .btn-group .tch-btn-content-secondary + .tch-btn-header-danger, .tch-btn-group .tch-btn-content-secondary + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header-danger, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-danger, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-header-danger, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-danger, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-header-danger, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-danger, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-header-danger, .btn-group .tch-btn-content-gray + .tch-btn-header-danger, .tch-btn-group .tch-btn-content-gray + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header-danger, .btn-group .tch-btn-content-danger + .tch-btn-header-danger, .tch-btn-group .tch-btn-content-danger + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header-danger, .btn-group .tch-btn-content-transparent + .tch-btn-header-danger, .tch-btn-group .tch-btn-content-transparent + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header-danger, .btn-group .tch-btn-group-tab + .tch-btn-header-danger, .tch-btn-group .tch-btn-group-tab + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header-danger, .btn-group .tch-dropdown-group-selector + .tch-btn-header-danger, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header-danger, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header-danger, .btn-group .tch-btn-tooltip + .tch-btn-header-danger, .tch-btn-group .tch-btn-tooltip + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header-danger, .btn-group .btn + .tch-btn-header-dropdown, .tch-btn-group .btn + .tch-btn-header-dropdown, .tch-dropdown-group .btn + .tch-btn-header-dropdown, .btn-group .tch-btn-header + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-header + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-header + .tch-btn-header-dropdown, .btn-group .tch-btn-header-primary + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-header-primary + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header-dropdown, .btn-group .tch-btn-header-primary-block + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header-dropdown, .btn-group .tch-btn-header-secondary + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-header-secondary + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header-dropdown, .btn-group .tch-btn-header-danger + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-header-danger + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header-dropdown, .btn-group .tch-btn-header-dropdown + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header-dropdown, .btn-group .tch-btn-header-icon + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-header-icon + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header-dropdown, .btn-group .tch-btn-content + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-content + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-content + .tch-btn-header-dropdown, .btn-group .tch-btn-content-primary + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-content-primary + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header-dropdown, .btn-group .tch-btn-content-primary-block + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header-dropdown, .btn-group .tch-page-nav-btn + .tch-btn-header-dropdown, .tch-btn-group .tch-page-nav-btn + .tch-btn-header-dropdown, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header-dropdown, .btn-group .tch-btn-content-secondary + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-content-secondary + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header-dropdown, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-dropdown, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-header-dropdown, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-dropdown, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-header-dropdown, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-dropdown, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-header-dropdown, .btn-group .tch-btn-content-gray + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-content-gray + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header-dropdown, .btn-group .tch-btn-content-danger + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-content-danger + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header-dropdown, .btn-group .tch-btn-content-transparent + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-content-transparent + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header-dropdown, .btn-group .tch-btn-group-tab + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-group-tab + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header-dropdown, .btn-group .tch-dropdown-group-selector + .tch-btn-header-dropdown, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header-dropdown, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header-dropdown, .btn-group .tch-btn-tooltip + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-tooltip + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header-dropdown, .btn-group .btn + .tch-btn-header-icon, .tch-btn-group .btn + .tch-btn-header-icon, .tch-dropdown-group .btn + .tch-btn-header-icon, .btn-group .tch-btn-header + .tch-btn-header-icon, .tch-btn-group .tch-btn-header + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-header + .tch-btn-header-icon, .btn-group .tch-btn-header-primary + .tch-btn-header-icon, .tch-btn-group .tch-btn-header-primary + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header-icon, .btn-group .tch-btn-header-primary-block + .tch-btn-header-icon, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header-icon, .btn-group .tch-btn-header-secondary + .tch-btn-header-icon, .tch-btn-group .tch-btn-header-secondary + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header-icon, .btn-group .tch-btn-header-danger + .tch-btn-header-icon, .tch-btn-group .tch-btn-header-danger + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header-icon, .btn-group .tch-btn-header-dropdown + .tch-btn-header-icon, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header-icon, .btn-group .tch-btn-header-icon + .tch-btn-header-icon, .tch-btn-group .tch-btn-header-icon + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header-icon, .btn-group .tch-btn-content + .tch-btn-header-icon, .tch-btn-group .tch-btn-content + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-content + .tch-btn-header-icon, .btn-group .tch-btn-content-primary + .tch-btn-header-icon, .tch-btn-group .tch-btn-content-primary + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header-icon, .btn-group .tch-btn-content-primary-block + .tch-btn-header-icon, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header-icon, .btn-group .tch-page-nav-btn + .tch-btn-header-icon, .tch-btn-group .tch-page-nav-btn + .tch-btn-header-icon, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header-icon, .btn-group .tch-btn-content-secondary + .tch-btn-header-icon, .tch-btn-group .tch-btn-content-secondary + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header-icon, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-icon, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-header-icon, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-icon, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-header-icon, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-icon, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-header-icon, .btn-group .tch-btn-content-gray + .tch-btn-header-icon, .tch-btn-group .tch-btn-content-gray + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header-icon, .btn-group .tch-btn-content-danger + .tch-btn-header-icon, .tch-btn-group .tch-btn-content-danger + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header-icon, .btn-group .tch-btn-content-transparent + .tch-btn-header-icon, .tch-btn-group .tch-btn-content-transparent + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header-icon, .btn-group .tch-btn-group-tab + .tch-btn-header-icon, .tch-btn-group .tch-btn-group-tab + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header-icon, .btn-group .tch-dropdown-group-selector + .tch-btn-header-icon, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header-icon, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header-icon, .btn-group .tch-btn-tooltip + .tch-btn-header-icon, .tch-btn-group .tch-btn-tooltip + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header-icon, .btn-group .btn + .tch-btn-content, .tch-btn-group .btn + .tch-btn-content, .tch-dropdown-group .btn + .tch-btn-content, .btn-group .tch-btn-header + .tch-btn-content, .tch-btn-group .tch-btn-header + .tch-btn-content, .tch-dropdown-group .tch-btn-header + .tch-btn-content, .btn-group .tch-btn-header-primary + .tch-btn-content, .tch-btn-group .tch-btn-header-primary + .tch-btn-content, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content, .btn-group .tch-btn-header-primary-block + .tch-btn-content, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content, .btn-group .tch-btn-header-secondary + .tch-btn-content, .tch-btn-group .tch-btn-header-secondary + .tch-btn-content, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content, .btn-group .tch-btn-header-danger + .tch-btn-content, .tch-btn-group .tch-btn-header-danger + .tch-btn-content, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content, .btn-group .tch-btn-header-dropdown + .tch-btn-content, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content, .btn-group .tch-btn-header-icon + .tch-btn-content, .tch-btn-group .tch-btn-header-icon + .tch-btn-content, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content, .btn-group .tch-btn-content + .tch-btn-content, .tch-btn-group .tch-btn-content + .tch-btn-content, .tch-dropdown-group .tch-btn-content + .tch-btn-content, .btn-group .tch-btn-content-primary + .tch-btn-content, .tch-btn-group .tch-btn-content-primary + .tch-btn-content, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content, .btn-group .tch-btn-content-primary-block + .tch-btn-content, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content, .btn-group .tch-page-nav-btn + .tch-btn-content, .tch-btn-group .tch-page-nav-btn + .tch-btn-content, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content, .btn-group .tch-btn-content-secondary + .tch-btn-content, .tch-btn-group .tch-btn-content-secondary + .tch-btn-content, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-content, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-content, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-content, .btn-group .tch-btn-content-gray + .tch-btn-content, .tch-btn-group .tch-btn-content-gray + .tch-btn-content, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content, .btn-group .tch-btn-content-danger + .tch-btn-content, .tch-btn-group .tch-btn-content-danger + .tch-btn-content, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content, .btn-group .tch-btn-content-transparent + .tch-btn-content, .tch-btn-group .tch-btn-content-transparent + .tch-btn-content, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content, .btn-group .tch-btn-group-tab + .tch-btn-content, .tch-btn-group .tch-btn-group-tab + .tch-btn-content, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content, .btn-group .tch-dropdown-group-selector + .tch-btn-content, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content, .btn-group .tch-btn-tooltip + .tch-btn-content, .tch-btn-group .tch-btn-tooltip + .tch-btn-content, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content, .btn-group .btn + .tch-btn-content-primary, .tch-btn-group .btn + .tch-btn-content-primary, .tch-dropdown-group .btn + .tch-btn-content-primary, .btn-group .tch-btn-header + .tch-btn-content-primary, .tch-btn-group .tch-btn-header + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-header + .tch-btn-content-primary, .btn-group .tch-btn-header-primary + .tch-btn-content-primary, .tch-btn-group .tch-btn-header-primary + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content-primary, .btn-group .tch-btn-header-primary-block + .tch-btn-content-primary, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content-primary, .btn-group .tch-btn-header-secondary + .tch-btn-content-primary, .tch-btn-group .tch-btn-header-secondary + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content-primary, .btn-group .tch-btn-header-danger + .tch-btn-content-primary, .tch-btn-group .tch-btn-header-danger + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content-primary, .btn-group .tch-btn-header-dropdown + .tch-btn-content-primary, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content-primary, .btn-group .tch-btn-header-icon + .tch-btn-content-primary, .tch-btn-group .tch-btn-header-icon + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content-primary, .btn-group .tch-btn-content + .tch-btn-content-primary, .tch-btn-group .tch-btn-content + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-content + .tch-btn-content-primary, .btn-group .tch-btn-content-primary + .tch-btn-content-primary, .tch-btn-group .tch-btn-content-primary + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content-primary, .btn-group .tch-btn-content-primary-block + .tch-btn-content-primary, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content-primary, .btn-group .tch-page-nav-btn + .tch-btn-content-primary, .tch-btn-group .tch-page-nav-btn + .tch-btn-content-primary, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content-primary, .btn-group .tch-btn-content-secondary + .tch-btn-content-primary, .tch-btn-group .tch-btn-content-secondary + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content-primary, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-content-primary, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-content-primary, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-content-primary, .btn-group .tch-btn-content-gray + .tch-btn-content-primary, .tch-btn-group .tch-btn-content-gray + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content-primary, .btn-group .tch-btn-content-danger + .tch-btn-content-primary, .tch-btn-group .tch-btn-content-danger + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content-primary, .btn-group .tch-btn-content-transparent + .tch-btn-content-primary, .tch-btn-group .tch-btn-content-transparent + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content-primary, .btn-group .tch-btn-group-tab + .tch-btn-content-primary, .tch-btn-group .tch-btn-group-tab + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content-primary, .btn-group .tch-dropdown-group-selector + .tch-btn-content-primary, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content-primary, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content-primary, .btn-group .tch-btn-tooltip + .tch-btn-content-primary, .tch-btn-group .tch-btn-tooltip + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content-primary, .btn-group .btn + .tch-btn-content-primary-block, .tch-btn-group .btn + .tch-btn-content-primary-block, .tch-dropdown-group .btn + .tch-btn-content-primary-block, .btn-group .tch-btn-header + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-header + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-header + .tch-btn-content-primary-block, .btn-group .tch-btn-header-primary + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-header-primary + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content-primary-block, .btn-group .tch-btn-header-primary-block + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content-primary-block, .btn-group .tch-btn-header-secondary + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-header-secondary + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content-primary-block, .btn-group .tch-btn-header-danger + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-header-danger + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content-primary-block, .btn-group .tch-btn-header-dropdown + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content-primary-block, .btn-group .tch-btn-header-icon + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-header-icon + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content-primary-block, .btn-group .tch-btn-content + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-content + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-content + .tch-btn-content-primary-block, .btn-group .tch-btn-content-primary + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-content-primary + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content-primary-block, .btn-group .tch-btn-content-primary-block + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content-primary-block, .btn-group .tch-page-nav-btn + .tch-btn-content-primary-block, .tch-btn-group .tch-page-nav-btn + .tch-btn-content-primary-block, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content-primary-block, .btn-group .tch-btn-content-secondary + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-content-secondary + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content-primary-block, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary-block, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-content-primary-block, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary-block, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-content-primary-block, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary-block, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-content-primary-block, .btn-group .tch-btn-content-gray + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-content-gray + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content-primary-block, .btn-group .tch-btn-content-danger + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-content-danger + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content-primary-block, .btn-group .tch-btn-content-transparent + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-content-transparent + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content-primary-block, .btn-group .tch-btn-group-tab + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-group-tab + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content-primary-block, .btn-group .tch-dropdown-group-selector + .tch-btn-content-primary-block, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content-primary-block, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content-primary-block, .btn-group .tch-btn-tooltip + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-tooltip + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content-primary-block, .btn-group .btn + .tch-page-nav-btn, .tch-btn-group .btn + .tch-page-nav-btn, .tch-dropdown-group .btn + .tch-page-nav-btn, .btn-group .tch-btn-header + .tch-page-nav-btn, .tch-btn-group .tch-btn-header + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-header + .tch-page-nav-btn, .btn-group .tch-btn-header-primary + .tch-page-nav-btn, .tch-btn-group .tch-btn-header-primary + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-header-primary + .tch-page-nav-btn, .btn-group .tch-btn-header-primary-block + .tch-page-nav-btn, .tch-btn-group .tch-btn-header-primary-block + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-header-primary-block + .tch-page-nav-btn, .btn-group .tch-btn-header-secondary + .tch-page-nav-btn, .tch-btn-group .tch-btn-header-secondary + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-header-secondary + .tch-page-nav-btn, .btn-group .tch-btn-header-danger + .tch-page-nav-btn, .tch-btn-group .tch-btn-header-danger + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-header-danger + .tch-page-nav-btn, .btn-group .tch-btn-header-dropdown + .tch-page-nav-btn, .tch-btn-group .tch-btn-header-dropdown + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-header-dropdown + .tch-page-nav-btn, .btn-group .tch-btn-header-icon + .tch-page-nav-btn, .tch-btn-group .tch-btn-header-icon + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-header-icon + .tch-page-nav-btn, .btn-group .tch-btn-content + .tch-page-nav-btn, .tch-btn-group .tch-btn-content + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-content + .tch-page-nav-btn, .btn-group .tch-btn-content-primary + .tch-page-nav-btn, .tch-btn-group .tch-btn-content-primary + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-content-primary + .tch-page-nav-btn, .btn-group .tch-btn-content-primary-block + .tch-page-nav-btn, .tch-btn-group .tch-btn-content-primary-block + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-content-primary-block + .tch-page-nav-btn, .btn-group .tch-page-nav-btn + .tch-page-nav-btn, .tch-btn-group .tch-page-nav-btn + .tch-page-nav-btn, .tch-dropdown-group .tch-page-nav-btn + .tch-page-nav-btn, .btn-group .tch-btn-content-secondary + .tch-page-nav-btn, .tch-btn-group .tch-btn-content-secondary + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-content-secondary + .tch-page-nav-btn, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-page-nav-btn, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-page-nav-btn, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-page-nav-btn, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-page-nav-btn, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-page-nav-btn, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-page-nav-btn, .btn-group .tch-btn-content-gray + .tch-page-nav-btn, .tch-btn-group .tch-btn-content-gray + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-content-gray + .tch-page-nav-btn, .btn-group .tch-btn-content-danger + .tch-page-nav-btn, .tch-btn-group .tch-btn-content-danger + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-content-danger + .tch-page-nav-btn, .btn-group .tch-btn-content-transparent + .tch-page-nav-btn, .tch-btn-group .tch-btn-content-transparent + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-content-transparent + .tch-page-nav-btn, .btn-group .tch-btn-group-tab + .tch-page-nav-btn, .tch-btn-group .tch-btn-group-tab + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-group-tab + .tch-page-nav-btn, .btn-group .tch-dropdown-group-selector + .tch-page-nav-btn, .tch-btn-group .tch-dropdown-group-selector + .tch-page-nav-btn, .tch-dropdown-group .tch-dropdown-group-selector + .tch-page-nav-btn, .btn-group .tch-btn-tooltip + .tch-page-nav-btn, .tch-btn-group .tch-btn-tooltip + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-tooltip + .tch-page-nav-btn, .btn-group .btn + .tch-btn-content-secondary, .tch-btn-group .btn + .tch-btn-content-secondary, .tch-dropdown-group .btn + .tch-btn-content-secondary, .btn-group .tch-btn-header + .tch-btn-content-secondary, .tch-btn-group .tch-btn-header + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-header + .tch-btn-content-secondary, .btn-group .tch-btn-header-primary + .tch-btn-content-secondary, .tch-btn-group .tch-btn-header-primary + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content-secondary, .btn-group .tch-btn-header-primary-block + .tch-btn-content-secondary, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content-secondary, .btn-group .tch-btn-header-secondary + .tch-btn-content-secondary, .tch-btn-group .tch-btn-header-secondary + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content-secondary, .btn-group .tch-btn-header-danger + .tch-btn-content-secondary, .tch-btn-group .tch-btn-header-danger + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content-secondary, .btn-group .tch-btn-header-dropdown + .tch-btn-content-secondary, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content-secondary, .btn-group .tch-btn-header-icon + .tch-btn-content-secondary, .tch-btn-group .tch-btn-header-icon + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content-secondary, .btn-group .tch-btn-content + .tch-btn-content-secondary, .tch-btn-group .tch-btn-content + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-content + .tch-btn-content-secondary, .btn-group .tch-btn-content-primary + .tch-btn-content-secondary, .tch-btn-group .tch-btn-content-primary + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content-secondary, .btn-group .tch-btn-content-primary-block + .tch-btn-content-secondary, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content-secondary, .btn-group .tch-page-nav-btn + .tch-btn-content-secondary, .tch-btn-group .tch-page-nav-btn + .tch-btn-content-secondary, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content-secondary, .btn-group .tch-btn-content-secondary + .tch-btn-content-secondary, .tch-btn-group .tch-btn-content-secondary + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content-secondary, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-content-secondary, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-content-secondary, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-content-secondary, .btn-group .tch-btn-content-gray + .tch-btn-content-secondary, .tch-btn-group .tch-btn-content-gray + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content-secondary, .btn-group .tch-btn-content-danger + .tch-btn-content-secondary, .tch-btn-group .tch-btn-content-danger + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content-secondary, .btn-group .tch-btn-content-transparent + .tch-btn-content-secondary, .tch-btn-group .tch-btn-content-transparent + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content-secondary, .btn-group .tch-btn-group-tab + .tch-btn-content-secondary, .tch-btn-group .tch-btn-group-tab + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content-secondary, .btn-group .tch-dropdown-group-selector + .tch-btn-content-secondary, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content-secondary, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content-secondary, .btn-group .tch-btn-tooltip + .tch-btn-content-secondary, .tch-btn-group .tch-btn-tooltip + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content-secondary, .btn-group .ui-select-multiple.ui-select-bootstrap .btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .btn + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .btn + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .btn + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-header + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-header + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-header + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-header-primary + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-header-primary + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-header-primary + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-header-primary-block + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-header-primary-block + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-header-primary-block + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-header-secondary + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-header-secondary + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-header-secondary + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-header-danger + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-header-danger + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-header-danger + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-dropdown + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-header-dropdown + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-dropdown + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-header-dropdown + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-dropdown + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-header-dropdown + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-icon + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-header-icon + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-icon + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-header-icon + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-icon + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-header-icon + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-content + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-content + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-content + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-content-primary + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-content-primary + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-content-primary + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-content-primary-block + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-content-primary-block + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-content-primary-block + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-page-nav-btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-page-nav-btn + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-page-nav-btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-page-nav-btn + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-page-nav-btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-page-nav-btn + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-content-secondary + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-content-secondary + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-content-secondary + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-gray + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-content-gray + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-gray + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-content-gray + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-gray + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-content-gray + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-content-danger + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-content-danger + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-content-danger + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-transparent + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-content-transparent + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-transparent + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-content-transparent + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-transparent + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-content-transparent + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-group-tab + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-group-tab + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-group-tab + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-group-tab + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-group-tab + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-group-tab + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group-selector + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-dropdown-group-selector + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group-selector + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-dropdown-group-selector + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group-selector + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-dropdown-group-selector + .ui-select-match-item, .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-tooltip + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group .tch-btn-tooltip + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-tooltip + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-tooltip + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-tooltip + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-tooltip + .ui-select-match-item, .btn-group .btn + .tch-btn-content-gray, .tch-btn-group .btn + .tch-btn-content-gray, .tch-dropdown-group .btn + .tch-btn-content-gray, .btn-group .tch-btn-header + .tch-btn-content-gray, .tch-btn-group .tch-btn-header + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-header + .tch-btn-content-gray, .btn-group .tch-btn-header-primary + .tch-btn-content-gray, .tch-btn-group .tch-btn-header-primary + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content-gray, .btn-group .tch-btn-header-primary-block + .tch-btn-content-gray, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content-gray, .btn-group .tch-btn-header-secondary + .tch-btn-content-gray, .tch-btn-group .tch-btn-header-secondary + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content-gray, .btn-group .tch-btn-header-danger + .tch-btn-content-gray, .tch-btn-group .tch-btn-header-danger + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content-gray, .btn-group .tch-btn-header-dropdown + .tch-btn-content-gray, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content-gray, .btn-group .tch-btn-header-icon + .tch-btn-content-gray, .tch-btn-group .tch-btn-header-icon + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content-gray, .btn-group .tch-btn-content + .tch-btn-content-gray, .tch-btn-group .tch-btn-content + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-content + .tch-btn-content-gray, .btn-group .tch-btn-content-primary + .tch-btn-content-gray, .tch-btn-group .tch-btn-content-primary + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content-gray, .btn-group .tch-btn-content-primary-block + .tch-btn-content-gray, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content-gray, .btn-group .tch-page-nav-btn + .tch-btn-content-gray, .tch-btn-group .tch-page-nav-btn + .tch-btn-content-gray, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content-gray, .btn-group .tch-btn-content-secondary + .tch-btn-content-gray, .tch-btn-group .tch-btn-content-secondary + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content-gray, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-gray, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-content-gray, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-gray, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-content-gray, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-gray, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-content-gray, .btn-group .tch-btn-content-gray + .tch-btn-content-gray, .tch-btn-group .tch-btn-content-gray + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content-gray, .btn-group .tch-btn-content-danger + .tch-btn-content-gray, .tch-btn-group .tch-btn-content-danger + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content-gray, .btn-group .tch-btn-content-transparent + .tch-btn-content-gray, .tch-btn-group .tch-btn-content-transparent + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content-gray, .btn-group .tch-btn-group-tab + .tch-btn-content-gray, .tch-btn-group .tch-btn-group-tab + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content-gray, .btn-group .tch-dropdown-group-selector + .tch-btn-content-gray, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content-gray, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content-gray, .btn-group .tch-btn-tooltip + .tch-btn-content-gray, .tch-btn-group .tch-btn-tooltip + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content-gray, .btn-group .btn + .tch-btn-content-danger, .tch-btn-group .btn + .tch-btn-content-danger, .tch-dropdown-group .btn + .tch-btn-content-danger, .btn-group .tch-btn-header + .tch-btn-content-danger, .tch-btn-group .tch-btn-header + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-header + .tch-btn-content-danger, .btn-group .tch-btn-header-primary + .tch-btn-content-danger, .tch-btn-group .tch-btn-header-primary + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content-danger, .btn-group .tch-btn-header-primary-block + .tch-btn-content-danger, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content-danger, .btn-group .tch-btn-header-secondary + .tch-btn-content-danger, .tch-btn-group .tch-btn-header-secondary + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content-danger, .btn-group .tch-btn-header-danger + .tch-btn-content-danger, .tch-btn-group .tch-btn-header-danger + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content-danger, .btn-group .tch-btn-header-dropdown + .tch-btn-content-danger, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content-danger, .btn-group .tch-btn-header-icon + .tch-btn-content-danger, .tch-btn-group .tch-btn-header-icon + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content-danger, .btn-group .tch-btn-content + .tch-btn-content-danger, .tch-btn-group .tch-btn-content + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-content + .tch-btn-content-danger, .btn-group .tch-btn-content-primary + .tch-btn-content-danger, .tch-btn-group .tch-btn-content-primary + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content-danger, .btn-group .tch-btn-content-primary-block + .tch-btn-content-danger, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content-danger, .btn-group .tch-page-nav-btn + .tch-btn-content-danger, .tch-btn-group .tch-page-nav-btn + .tch-btn-content-danger, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content-danger, .btn-group .tch-btn-content-secondary + .tch-btn-content-danger, .tch-btn-group .tch-btn-content-secondary + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content-danger, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-danger, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-content-danger, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-danger, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-content-danger, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-danger, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-content-danger, .btn-group .tch-btn-content-gray + .tch-btn-content-danger, .tch-btn-group .tch-btn-content-gray + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content-danger, .btn-group .tch-btn-content-danger + .tch-btn-content-danger, .tch-btn-group .tch-btn-content-danger + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content-danger, .btn-group .tch-btn-content-transparent + .tch-btn-content-danger, .tch-btn-group .tch-btn-content-transparent + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content-danger, .btn-group .tch-btn-group-tab + .tch-btn-content-danger, .tch-btn-group .tch-btn-group-tab + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content-danger, .btn-group .tch-dropdown-group-selector + .tch-btn-content-danger, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content-danger, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content-danger, .btn-group .tch-btn-tooltip + .tch-btn-content-danger, .tch-btn-group .tch-btn-tooltip + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content-danger, .btn-group .btn + .tch-btn-content-transparent, .tch-btn-group .btn + .tch-btn-content-transparent, .tch-dropdown-group .btn + .tch-btn-content-transparent, .btn-group .tch-btn-header + .tch-btn-content-transparent, .tch-btn-group .tch-btn-header + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-header + .tch-btn-content-transparent, .btn-group .tch-btn-header-primary + .tch-btn-content-transparent, .tch-btn-group .tch-btn-header-primary + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content-transparent, .btn-group .tch-btn-header-primary-block + .tch-btn-content-transparent, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content-transparent, .btn-group .tch-btn-header-secondary + .tch-btn-content-transparent, .tch-btn-group .tch-btn-header-secondary + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content-transparent, .btn-group .tch-btn-header-danger + .tch-btn-content-transparent, .tch-btn-group .tch-btn-header-danger + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content-transparent, .btn-group .tch-btn-header-dropdown + .tch-btn-content-transparent, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content-transparent, .btn-group .tch-btn-header-icon + .tch-btn-content-transparent, .tch-btn-group .tch-btn-header-icon + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content-transparent, .btn-group .tch-btn-content + .tch-btn-content-transparent, .tch-btn-group .tch-btn-content + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-content + .tch-btn-content-transparent, .btn-group .tch-btn-content-primary + .tch-btn-content-transparent, .tch-btn-group .tch-btn-content-primary + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content-transparent, .btn-group .tch-btn-content-primary-block + .tch-btn-content-transparent, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content-transparent, .btn-group .tch-page-nav-btn + .tch-btn-content-transparent, .tch-btn-group .tch-page-nav-btn + .tch-btn-content-transparent, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content-transparent, .btn-group .tch-btn-content-secondary + .tch-btn-content-transparent, .tch-btn-group .tch-btn-content-secondary + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content-transparent, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-transparent, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-content-transparent, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-transparent, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-content-transparent, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-transparent, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-content-transparent, .btn-group .tch-btn-content-gray + .tch-btn-content-transparent, .tch-btn-group .tch-btn-content-gray + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content-transparent, .btn-group .tch-btn-content-danger + .tch-btn-content-transparent, .tch-btn-group .tch-btn-content-danger + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content-transparent, .btn-group .tch-btn-content-transparent + .tch-btn-content-transparent, .tch-btn-group .tch-btn-content-transparent + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content-transparent, .btn-group .tch-btn-group-tab + .tch-btn-content-transparent, .tch-btn-group .tch-btn-group-tab + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content-transparent, .btn-group .tch-dropdown-group-selector + .tch-btn-content-transparent, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content-transparent, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content-transparent, .btn-group .tch-btn-tooltip + .tch-btn-content-transparent, .tch-btn-group .tch-btn-tooltip + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content-transparent, .btn-group .btn + .tch-btn-group-tab, .tch-btn-group .btn + .tch-btn-group-tab, .tch-dropdown-group .btn + .tch-btn-group-tab, .btn-group .tch-btn-header + .tch-btn-group-tab, .tch-btn-group .tch-btn-header + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-header + .tch-btn-group-tab, .btn-group .tch-btn-header-primary + .tch-btn-group-tab, .tch-btn-group .tch-btn-header-primary + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-group-tab, .btn-group .tch-btn-header-primary-block + .tch-btn-group-tab, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-group-tab, .btn-group .tch-btn-header-secondary + .tch-btn-group-tab, .tch-btn-group .tch-btn-header-secondary + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-group-tab, .btn-group .tch-btn-header-danger + .tch-btn-group-tab, .tch-btn-group .tch-btn-header-danger + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-group-tab, .btn-group .tch-btn-header-dropdown + .tch-btn-group-tab, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-group-tab, .btn-group .tch-btn-header-icon + .tch-btn-group-tab, .tch-btn-group .tch-btn-header-icon + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-group-tab, .btn-group .tch-btn-content + .tch-btn-group-tab, .tch-btn-group .tch-btn-content + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-content + .tch-btn-group-tab, .btn-group .tch-btn-content-primary + .tch-btn-group-tab, .tch-btn-group .tch-btn-content-primary + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-group-tab, .btn-group .tch-btn-content-primary-block + .tch-btn-group-tab, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-group-tab, .btn-group .tch-page-nav-btn + .tch-btn-group-tab, .tch-btn-group .tch-page-nav-btn + .tch-btn-group-tab, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-group-tab, .btn-group .tch-btn-content-secondary + .tch-btn-group-tab, .tch-btn-group .tch-btn-content-secondary + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-group-tab, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-group-tab, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-group-tab, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-group-tab, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-group-tab, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-group-tab, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-group-tab, .btn-group .tch-btn-content-gray + .tch-btn-group-tab, .tch-btn-group .tch-btn-content-gray + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-group-tab, .btn-group .tch-btn-content-danger + .tch-btn-group-tab, .tch-btn-group .tch-btn-content-danger + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-group-tab, .btn-group .tch-btn-content-transparent + .tch-btn-group-tab, .tch-btn-group .tch-btn-content-transparent + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-group-tab, .btn-group .tch-btn-group-tab + .tch-btn-group-tab, .tch-btn-group .tch-btn-group-tab + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-group-tab, .btn-group .tch-dropdown-group-selector + .tch-btn-group-tab, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-group-tab, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-group-tab, .btn-group .tch-btn-tooltip + .tch-btn-group-tab, .tch-btn-group .tch-btn-tooltip + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-group-tab, .btn-group .btn + .tch-dropdown-group-selector, .tch-btn-group .btn + .tch-dropdown-group-selector, .tch-dropdown-group .btn + .tch-dropdown-group-selector, .btn-group .tch-btn-header + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-header + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-header + .tch-dropdown-group-selector, .btn-group .tch-btn-header-primary + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-header-primary + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-header-primary + .tch-dropdown-group-selector, .btn-group .tch-btn-header-primary-block + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-header-primary-block + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-header-primary-block + .tch-dropdown-group-selector, .btn-group .tch-btn-header-secondary + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-header-secondary + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-header-secondary + .tch-dropdown-group-selector, .btn-group .tch-btn-header-danger + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-header-danger + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-header-danger + .tch-dropdown-group-selector, .btn-group .tch-btn-header-dropdown + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-header-dropdown + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-header-dropdown + .tch-dropdown-group-selector, .btn-group .tch-btn-header-icon + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-header-icon + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-header-icon + .tch-dropdown-group-selector, .btn-group .tch-btn-content + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-content + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-content + .tch-dropdown-group-selector, .btn-group .tch-btn-content-primary + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-content-primary + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-content-primary + .tch-dropdown-group-selector, .btn-group .tch-btn-content-primary-block + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-content-primary-block + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-content-primary-block + .tch-dropdown-group-selector, .btn-group .tch-page-nav-btn + .tch-dropdown-group-selector, .tch-btn-group .tch-page-nav-btn + .tch-dropdown-group-selector, .tch-dropdown-group .tch-page-nav-btn + .tch-dropdown-group-selector, .btn-group .tch-btn-content-secondary + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-content-secondary + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-content-secondary + .tch-dropdown-group-selector, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-dropdown-group-selector, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-dropdown-group-selector, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-dropdown-group-selector, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-dropdown-group-selector, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-dropdown-group-selector, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-dropdown-group-selector, .btn-group .tch-btn-content-gray + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-content-gray + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-content-gray + .tch-dropdown-group-selector, .btn-group .tch-btn-content-danger + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-content-danger + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-content-danger + .tch-dropdown-group-selector, .btn-group .tch-btn-content-transparent + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-content-transparent + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-content-transparent + .tch-dropdown-group-selector, .btn-group .tch-btn-group-tab + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-group-tab + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-group-tab + .tch-dropdown-group-selector, .btn-group .tch-dropdown-group-selector + .tch-dropdown-group-selector, .tch-btn-group .tch-dropdown-group-selector + .tch-dropdown-group-selector, .tch-dropdown-group .tch-dropdown-group-selector + .tch-dropdown-group-selector, .btn-group .tch-btn-tooltip + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-tooltip + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-tooltip + .tch-dropdown-group-selector, .btn-group .btn + .tch-btn-tooltip, .tch-btn-group .btn + .tch-btn-tooltip, .tch-dropdown-group .btn + .tch-btn-tooltip, .btn-group .tch-btn-header + .tch-btn-tooltip, .tch-btn-group .tch-btn-header + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-header + .tch-btn-tooltip, .btn-group .tch-btn-header-primary + .tch-btn-tooltip, .tch-btn-group .tch-btn-header-primary + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-tooltip, .btn-group .tch-btn-header-primary-block + .tch-btn-tooltip, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-tooltip, .btn-group .tch-btn-header-secondary + .tch-btn-tooltip, .tch-btn-group .tch-btn-header-secondary + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-tooltip, .btn-group .tch-btn-header-danger + .tch-btn-tooltip, .tch-btn-group .tch-btn-header-danger + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-tooltip, .btn-group .tch-btn-header-dropdown + .tch-btn-tooltip, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-tooltip, .btn-group .tch-btn-header-icon + .tch-btn-tooltip, .tch-btn-group .tch-btn-header-icon + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-tooltip, .btn-group .tch-btn-content + .tch-btn-tooltip, .tch-btn-group .tch-btn-content + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-content + .tch-btn-tooltip, .btn-group .tch-btn-content-primary + .tch-btn-tooltip, .tch-btn-group .tch-btn-content-primary + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-tooltip, .btn-group .tch-btn-content-primary-block + .tch-btn-tooltip, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-tooltip, .btn-group .tch-page-nav-btn + .tch-btn-tooltip, .tch-btn-group .tch-page-nav-btn + .tch-btn-tooltip, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-tooltip, .btn-group .tch-btn-content-secondary + .tch-btn-tooltip, .tch-btn-group .tch-btn-content-secondary + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-tooltip, .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-tooltip, .ui-select-multiple.ui-select-bootstrap .btn-group .ui-select-match-item + .tch-btn-tooltip, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-tooltip, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-tooltip, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-tooltip, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-tooltip, .btn-group .tch-btn-content-gray + .tch-btn-tooltip, .tch-btn-group .tch-btn-content-gray + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-tooltip, .btn-group .tch-btn-content-danger + .tch-btn-tooltip, .tch-btn-group .tch-btn-content-danger + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-tooltip, .btn-group .tch-btn-content-transparent + .tch-btn-tooltip, .tch-btn-group .tch-btn-content-transparent + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-tooltip, .btn-group .tch-btn-group-tab + .tch-btn-tooltip, .tch-btn-group .tch-btn-group-tab + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-tooltip, .btn-group .tch-dropdown-group-selector + .tch-btn-tooltip, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-tooltip, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-tooltip, .btn-group .tch-btn-tooltip + .tch-btn-tooltip, .tch-btn-group .tch-btn-tooltip + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-tooltip, | |
.btn-group .btn + .btn-group, .tch-btn-group .btn + .btn-group, .tch-dropdown-group .btn + .btn-group, | |
.btn-group .tch-btn-header + .btn-group, .tch-btn-group .tch-btn-header + .btn-group, .tch-dropdown-group .tch-btn-header + .btn-group, | |
.btn-group .tch-btn-header-primary + .btn-group, .tch-btn-group .tch-btn-header-primary + .btn-group, .tch-dropdown-group .tch-btn-header-primary + .btn-group, | |
.btn-group .tch-btn-header-primary-block + .btn-group, .tch-btn-group .tch-btn-header-primary-block + .btn-group, .tch-dropdown-group .tch-btn-header-primary-block + .btn-group, | |
.btn-group .tch-btn-header-secondary + .btn-group, .tch-btn-group .tch-btn-header-secondary + .btn-group, .tch-dropdown-group .tch-btn-header-secondary + .btn-group, | |
.btn-group .tch-btn-header-danger + .btn-group, .tch-btn-group .tch-btn-header-danger + .btn-group, .tch-dropdown-group .tch-btn-header-danger + .btn-group, | |
.btn-group .tch-btn-header-dropdown + .btn-group, .tch-btn-group .tch-btn-header-dropdown + .btn-group, .tch-dropdown-group .tch-btn-header-dropdown + .btn-group, | |
.btn-group .tch-btn-header-icon + .btn-group, .tch-btn-group .tch-btn-header-icon + .btn-group, .tch-dropdown-group .tch-btn-header-icon + .btn-group, | |
.btn-group .tch-btn-content + .btn-group, .tch-btn-group .tch-btn-content + .btn-group, .tch-dropdown-group .tch-btn-content + .btn-group, | |
.btn-group .tch-btn-content-primary + .btn-group, .tch-btn-group .tch-btn-content-primary + .btn-group, .tch-dropdown-group .tch-btn-content-primary + .btn-group, | |
.btn-group .tch-btn-content-primary-block + .btn-group, .tch-btn-group .tch-btn-content-primary-block + .btn-group, .tch-dropdown-group .tch-btn-content-primary-block + .btn-group, | |
.btn-group .tch-page-nav-btn + .btn-group, .tch-btn-group .tch-page-nav-btn + .btn-group, .tch-dropdown-group .tch-page-nav-btn + .btn-group, | |
.btn-group .tch-btn-content-secondary + .btn-group, .tch-btn-group .tch-btn-content-secondary + .btn-group, .tch-dropdown-group .tch-btn-content-secondary + .btn-group, | |
.btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .btn-group, .ui-select-multiple.ui-select-bootstrap | |
.btn-group .ui-select-match-item + .btn-group, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .btn-group, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .btn-group, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .btn-group, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .btn-group, | |
.btn-group .tch-btn-content-gray + .btn-group, .tch-btn-group .tch-btn-content-gray + .btn-group, .tch-dropdown-group .tch-btn-content-gray + .btn-group, | |
.btn-group .tch-btn-content-danger + .btn-group, .tch-btn-group .tch-btn-content-danger + .btn-group, .tch-dropdown-group .tch-btn-content-danger + .btn-group, | |
.btn-group .tch-btn-content-transparent + .btn-group, .tch-btn-group .tch-btn-content-transparent + .btn-group, .tch-dropdown-group .tch-btn-content-transparent + .btn-group, | |
.btn-group .tch-btn-group-tab + .btn-group, .tch-btn-group .tch-btn-group-tab + .btn-group, .tch-dropdown-group .tch-btn-group-tab + .btn-group, | |
.btn-group .tch-dropdown-group-selector + .btn-group, .tch-btn-group .tch-dropdown-group-selector + .btn-group, .tch-dropdown-group .tch-dropdown-group-selector + .btn-group, | |
.btn-group .tch-btn-tooltip + .btn-group, .tch-btn-group .tch-btn-tooltip + .btn-group, .tch-dropdown-group .tch-btn-tooltip + .btn-group, | |
.btn-group .btn + .tch-btn-group, .tch-btn-group .btn + .tch-btn-group, .tch-dropdown-group .btn + .tch-btn-group, | |
.btn-group .tch-btn-header + .tch-btn-group, .tch-btn-group .tch-btn-header + .tch-btn-group, .tch-dropdown-group .tch-btn-header + .tch-btn-group, | |
.btn-group .tch-btn-header-primary + .tch-btn-group, .tch-btn-group .tch-btn-header-primary + .tch-btn-group, .tch-dropdown-group .tch-btn-header-primary + .tch-btn-group, | |
.btn-group .tch-btn-header-primary-block + .tch-btn-group, .tch-btn-group .tch-btn-header-primary-block + .tch-btn-group, .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-group, | |
.btn-group .tch-btn-header-secondary + .tch-btn-group, .tch-btn-group .tch-btn-header-secondary + .tch-btn-group, .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-group, | |
.btn-group .tch-btn-header-danger + .tch-btn-group, .tch-btn-group .tch-btn-header-danger + .tch-btn-group, .tch-dropdown-group .tch-btn-header-danger + .tch-btn-group, | |
.btn-group .tch-btn-header-dropdown + .tch-btn-group, .tch-btn-group .tch-btn-header-dropdown + .tch-btn-group, .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-group, | |
.btn-group .tch-btn-header-icon + .tch-btn-group, .tch-btn-group .tch-btn-header-icon + .tch-btn-group, .tch-dropdown-group .tch-btn-header-icon + .tch-btn-group, | |
.btn-group .tch-btn-content + .tch-btn-group, .tch-btn-group .tch-btn-content + .tch-btn-group, .tch-dropdown-group .tch-btn-content + .tch-btn-group, | |
.btn-group .tch-btn-content-primary + .tch-btn-group, .tch-btn-group .tch-btn-content-primary + .tch-btn-group, .tch-dropdown-group .tch-btn-content-primary + .tch-btn-group, | |
.btn-group .tch-btn-content-primary-block + .tch-btn-group, .tch-btn-group .tch-btn-content-primary-block + .tch-btn-group, .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-group, | |
.btn-group .tch-page-nav-btn + .tch-btn-group, .tch-btn-group .tch-page-nav-btn + .tch-btn-group, .tch-dropdown-group .tch-page-nav-btn + .tch-btn-group, | |
.btn-group .tch-btn-content-secondary + .tch-btn-group, .tch-btn-group .tch-btn-content-secondary + .tch-btn-group, .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-group, | |
.btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-group, .ui-select-multiple.ui-select-bootstrap | |
.btn-group .ui-select-match-item + .tch-btn-group, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-group, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-btn-group, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-group, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-btn-group, | |
.btn-group .tch-btn-content-gray + .tch-btn-group, .tch-btn-group .tch-btn-content-gray + .tch-btn-group, .tch-dropdown-group .tch-btn-content-gray + .tch-btn-group, | |
.btn-group .tch-btn-content-danger + .tch-btn-group, .tch-btn-group .tch-btn-content-danger + .tch-btn-group, .tch-dropdown-group .tch-btn-content-danger + .tch-btn-group, | |
.btn-group .tch-btn-content-transparent + .tch-btn-group, .tch-btn-group .tch-btn-content-transparent + .tch-btn-group, .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-group, | |
.btn-group .tch-btn-group-tab + .tch-btn-group, .tch-btn-group .tch-btn-group-tab + .tch-btn-group, .tch-dropdown-group .tch-btn-group-tab + .tch-btn-group, | |
.btn-group .tch-dropdown-group-selector + .tch-btn-group, .tch-btn-group .tch-dropdown-group-selector + .tch-btn-group, .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-group, | |
.btn-group .tch-btn-tooltip + .tch-btn-group, .tch-btn-group .tch-btn-tooltip + .tch-btn-group, .tch-dropdown-group .tch-btn-tooltip + .tch-btn-group, | |
.btn-group .btn + .tch-dropdown-group, .tch-btn-group .btn + .tch-dropdown-group, .tch-dropdown-group .btn + .tch-dropdown-group, | |
.btn-group .tch-btn-header + .tch-dropdown-group, .tch-btn-group .tch-btn-header + .tch-dropdown-group, .tch-dropdown-group .tch-btn-header + .tch-dropdown-group, | |
.btn-group .tch-btn-header-primary + .tch-dropdown-group, .tch-btn-group .tch-btn-header-primary + .tch-dropdown-group, .tch-dropdown-group .tch-btn-header-primary + .tch-dropdown-group, | |
.btn-group .tch-btn-header-primary-block + .tch-dropdown-group, .tch-btn-group .tch-btn-header-primary-block + .tch-dropdown-group, .tch-dropdown-group .tch-btn-header-primary-block + .tch-dropdown-group, | |
.btn-group .tch-btn-header-secondary + .tch-dropdown-group, .tch-btn-group .tch-btn-header-secondary + .tch-dropdown-group, .tch-dropdown-group .tch-btn-header-secondary + .tch-dropdown-group, | |
.btn-group .tch-btn-header-danger + .tch-dropdown-group, .tch-btn-group .tch-btn-header-danger + .tch-dropdown-group, .tch-dropdown-group .tch-btn-header-danger + .tch-dropdown-group, | |
.btn-group .tch-btn-header-dropdown + .tch-dropdown-group, .tch-btn-group .tch-btn-header-dropdown + .tch-dropdown-group, .tch-dropdown-group .tch-btn-header-dropdown + .tch-dropdown-group, | |
.btn-group .tch-btn-header-icon + .tch-dropdown-group, .tch-btn-group .tch-btn-header-icon + .tch-dropdown-group, .tch-dropdown-group .tch-btn-header-icon + .tch-dropdown-group, | |
.btn-group .tch-btn-content + .tch-dropdown-group, .tch-btn-group .tch-btn-content + .tch-dropdown-group, .tch-dropdown-group .tch-btn-content + .tch-dropdown-group, | |
.btn-group .tch-btn-content-primary + .tch-dropdown-group, .tch-btn-group .tch-btn-content-primary + .tch-dropdown-group, .tch-dropdown-group .tch-btn-content-primary + .tch-dropdown-group, | |
.btn-group .tch-btn-content-primary-block + .tch-dropdown-group, .tch-btn-group .tch-btn-content-primary-block + .tch-dropdown-group, .tch-dropdown-group .tch-btn-content-primary-block + .tch-dropdown-group, | |
.btn-group .tch-page-nav-btn + .tch-dropdown-group, .tch-btn-group .tch-page-nav-btn + .tch-dropdown-group, .tch-dropdown-group .tch-page-nav-btn + .tch-dropdown-group, | |
.btn-group .tch-btn-content-secondary + .tch-dropdown-group, .tch-btn-group .tch-btn-content-secondary + .tch-dropdown-group, .tch-dropdown-group .tch-btn-content-secondary + .tch-dropdown-group, | |
.btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-dropdown-group, .ui-select-multiple.ui-select-bootstrap | |
.btn-group .ui-select-match-item + .tch-dropdown-group, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-dropdown-group, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .ui-select-match-item + .tch-dropdown-group, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-dropdown-group, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .ui-select-match-item + .tch-dropdown-group, | |
.btn-group .tch-btn-content-gray + .tch-dropdown-group, .tch-btn-group .tch-btn-content-gray + .tch-dropdown-group, .tch-dropdown-group .tch-btn-content-gray + .tch-dropdown-group, | |
.btn-group .tch-btn-content-danger + .tch-dropdown-group, .tch-btn-group .tch-btn-content-danger + .tch-dropdown-group, .tch-dropdown-group .tch-btn-content-danger + .tch-dropdown-group, | |
.btn-group .tch-btn-content-transparent + .tch-dropdown-group, .tch-btn-group .tch-btn-content-transparent + .tch-dropdown-group, .tch-dropdown-group .tch-btn-content-transparent + .tch-dropdown-group, | |
.btn-group .tch-btn-group-tab + .tch-dropdown-group, .tch-btn-group .tch-btn-group-tab + .tch-dropdown-group, .tch-dropdown-group .tch-btn-group-tab + .tch-dropdown-group, | |
.btn-group .tch-dropdown-group-selector + .tch-dropdown-group, .tch-btn-group .tch-dropdown-group-selector + .tch-dropdown-group, .tch-dropdown-group .tch-dropdown-group-selector + .tch-dropdown-group, | |
.btn-group .tch-btn-tooltip + .tch-dropdown-group, .tch-btn-group .tch-btn-tooltip + .tch-dropdown-group, .tch-dropdown-group .tch-btn-tooltip + .tch-dropdown-group, | |
.btn-group .btn-group + .btn, .tch-btn-group .btn-group + .btn, .tch-dropdown-group .btn-group + .btn, | |
.btn-group .tch-btn-group + .btn, .tch-btn-group .tch-btn-group + .btn, .tch-dropdown-group .tch-btn-group + .btn, | |
.btn-group .tch-dropdown-group + .btn, .tch-btn-group .tch-dropdown-group + .btn, .tch-dropdown-group .tch-dropdown-group + .btn, | |
.btn-group .btn-group + .tch-btn-header, .tch-btn-group .btn-group + .tch-btn-header, .tch-dropdown-group .btn-group + .tch-btn-header, | |
.btn-group .tch-btn-group + .tch-btn-header, .tch-btn-group .tch-btn-group + .tch-btn-header, .tch-dropdown-group .tch-btn-group + .tch-btn-header, | |
.btn-group .tch-dropdown-group + .tch-btn-header, .tch-btn-group .tch-dropdown-group + .tch-btn-header, .tch-dropdown-group .tch-dropdown-group + .tch-btn-header, | |
.btn-group .btn-group + .tch-btn-header-primary, .tch-btn-group .btn-group + .tch-btn-header-primary, .tch-dropdown-group .btn-group + .tch-btn-header-primary, | |
.btn-group .tch-btn-group + .tch-btn-header-primary, .tch-btn-group .tch-btn-group + .tch-btn-header-primary, .tch-dropdown-group .tch-btn-group + .tch-btn-header-primary, | |
.btn-group .tch-dropdown-group + .tch-btn-header-primary, .tch-btn-group .tch-dropdown-group + .tch-btn-header-primary, .tch-dropdown-group .tch-dropdown-group + .tch-btn-header-primary, | |
.btn-group .btn-group + .tch-btn-header-primary-block, .tch-btn-group .btn-group + .tch-btn-header-primary-block, .tch-dropdown-group .btn-group + .tch-btn-header-primary-block, | |
.btn-group .tch-btn-group + .tch-btn-header-primary-block, .tch-btn-group .tch-btn-group + .tch-btn-header-primary-block, .tch-dropdown-group .tch-btn-group + .tch-btn-header-primary-block, | |
.btn-group .tch-dropdown-group + .tch-btn-header-primary-block, .tch-btn-group .tch-dropdown-group + .tch-btn-header-primary-block, .tch-dropdown-group .tch-dropdown-group + .tch-btn-header-primary-block, | |
.btn-group .btn-group + .tch-btn-header-secondary, .tch-btn-group .btn-group + .tch-btn-header-secondary, .tch-dropdown-group .btn-group + .tch-btn-header-secondary, | |
.btn-group .tch-btn-group + .tch-btn-header-secondary, .tch-btn-group .tch-btn-group + .tch-btn-header-secondary, .tch-dropdown-group .tch-btn-group + .tch-btn-header-secondary, | |
.btn-group .tch-dropdown-group + .tch-btn-header-secondary, .tch-btn-group .tch-dropdown-group + .tch-btn-header-secondary, .tch-dropdown-group .tch-dropdown-group + .tch-btn-header-secondary, | |
.btn-group .btn-group + .tch-btn-header-danger, .tch-btn-group .btn-group + .tch-btn-header-danger, .tch-dropdown-group .btn-group + .tch-btn-header-danger, | |
.btn-group .tch-btn-group + .tch-btn-header-danger, .tch-btn-group .tch-btn-group + .tch-btn-header-danger, .tch-dropdown-group .tch-btn-group + .tch-btn-header-danger, | |
.btn-group .tch-dropdown-group + .tch-btn-header-danger, .tch-btn-group .tch-dropdown-group + .tch-btn-header-danger, .tch-dropdown-group .tch-dropdown-group + .tch-btn-header-danger, | |
.btn-group .btn-group + .tch-btn-header-dropdown, .tch-btn-group .btn-group + .tch-btn-header-dropdown, .tch-dropdown-group .btn-group + .tch-btn-header-dropdown, | |
.btn-group .tch-btn-group + .tch-btn-header-dropdown, .tch-btn-group .tch-btn-group + .tch-btn-header-dropdown, .tch-dropdown-group .tch-btn-group + .tch-btn-header-dropdown, | |
.btn-group .tch-dropdown-group + .tch-btn-header-dropdown, .tch-btn-group .tch-dropdown-group + .tch-btn-header-dropdown, .tch-dropdown-group .tch-dropdown-group + .tch-btn-header-dropdown, | |
.btn-group .btn-group + .tch-btn-header-icon, .tch-btn-group .btn-group + .tch-btn-header-icon, .tch-dropdown-group .btn-group + .tch-btn-header-icon, | |
.btn-group .tch-btn-group + .tch-btn-header-icon, .tch-btn-group .tch-btn-group + .tch-btn-header-icon, .tch-dropdown-group .tch-btn-group + .tch-btn-header-icon, | |
.btn-group .tch-dropdown-group + .tch-btn-header-icon, .tch-btn-group .tch-dropdown-group + .tch-btn-header-icon, .tch-dropdown-group .tch-dropdown-group + .tch-btn-header-icon, | |
.btn-group .btn-group + .tch-btn-content, .tch-btn-group .btn-group + .tch-btn-content, .tch-dropdown-group .btn-group + .tch-btn-content, | |
.btn-group .tch-btn-group + .tch-btn-content, .tch-btn-group .tch-btn-group + .tch-btn-content, .tch-dropdown-group .tch-btn-group + .tch-btn-content, | |
.btn-group .tch-dropdown-group + .tch-btn-content, .tch-btn-group .tch-dropdown-group + .tch-btn-content, .tch-dropdown-group .tch-dropdown-group + .tch-btn-content, | |
.btn-group .btn-group + .tch-btn-content-primary, .tch-btn-group .btn-group + .tch-btn-content-primary, .tch-dropdown-group .btn-group + .tch-btn-content-primary, | |
.btn-group .tch-btn-group + .tch-btn-content-primary, .tch-btn-group .tch-btn-group + .tch-btn-content-primary, .tch-dropdown-group .tch-btn-group + .tch-btn-content-primary, | |
.btn-group .tch-dropdown-group + .tch-btn-content-primary, .tch-btn-group .tch-dropdown-group + .tch-btn-content-primary, .tch-dropdown-group .tch-dropdown-group + .tch-btn-content-primary, | |
.btn-group .btn-group + .tch-btn-content-primary-block, .tch-btn-group .btn-group + .tch-btn-content-primary-block, .tch-dropdown-group .btn-group + .tch-btn-content-primary-block, | |
.btn-group .tch-btn-group + .tch-btn-content-primary-block, .tch-btn-group .tch-btn-group + .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-group + .tch-btn-content-primary-block, | |
.btn-group .tch-dropdown-group + .tch-btn-content-primary-block, .tch-btn-group .tch-dropdown-group + .tch-btn-content-primary-block, .tch-dropdown-group .tch-dropdown-group + .tch-btn-content-primary-block, | |
.btn-group .btn-group + .tch-page-nav-btn, .tch-btn-group .btn-group + .tch-page-nav-btn, .tch-dropdown-group .btn-group + .tch-page-nav-btn, | |
.btn-group .tch-btn-group + .tch-page-nav-btn, .tch-btn-group .tch-btn-group + .tch-page-nav-btn, .tch-dropdown-group .tch-btn-group + .tch-page-nav-btn, | |
.btn-group .tch-dropdown-group + .tch-page-nav-btn, .tch-btn-group .tch-dropdown-group + .tch-page-nav-btn, .tch-dropdown-group .tch-dropdown-group + .tch-page-nav-btn, | |
.btn-group .btn-group + .tch-btn-content-secondary, .tch-btn-group .btn-group + .tch-btn-content-secondary, .tch-dropdown-group .btn-group + .tch-btn-content-secondary, | |
.btn-group .tch-btn-group + .tch-btn-content-secondary, .tch-btn-group .tch-btn-group + .tch-btn-content-secondary, .tch-dropdown-group .tch-btn-group + .tch-btn-content-secondary, | |
.btn-group .tch-dropdown-group + .tch-btn-content-secondary, .tch-btn-group .tch-dropdown-group + .tch-btn-content-secondary, .tch-dropdown-group .tch-dropdown-group + .tch-btn-content-secondary, | |
.btn-group .ui-select-multiple.ui-select-bootstrap .btn-group + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.btn-group .btn-group + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .btn-group + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .btn-group + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .btn-group + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .btn-group + .ui-select-match-item, | |
.btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-group + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.btn-group .tch-btn-group + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-group + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-btn-group + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-group + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-btn-group + .ui-select-match-item, | |
.btn-group .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.btn-group .tch-dropdown-group + .ui-select-match-item, .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group .tch-dropdown-group + .ui-select-match-item, .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group .tch-dropdown-group + .ui-select-match-item, | |
.btn-group .btn-group + .tch-btn-content-gray, .tch-btn-group .btn-group + .tch-btn-content-gray, .tch-dropdown-group .btn-group + .tch-btn-content-gray, | |
.btn-group .tch-btn-group + .tch-btn-content-gray, .tch-btn-group .tch-btn-group + .tch-btn-content-gray, .tch-dropdown-group .tch-btn-group + .tch-btn-content-gray, | |
.btn-group .tch-dropdown-group + .tch-btn-content-gray, .tch-btn-group .tch-dropdown-group + .tch-btn-content-gray, .tch-dropdown-group .tch-dropdown-group + .tch-btn-content-gray, | |
.btn-group .btn-group + .tch-btn-content-danger, .tch-btn-group .btn-group + .tch-btn-content-danger, .tch-dropdown-group .btn-group + .tch-btn-content-danger, | |
.btn-group .tch-btn-group + .tch-btn-content-danger, .tch-btn-group .tch-btn-group + .tch-btn-content-danger, .tch-dropdown-group .tch-btn-group + .tch-btn-content-danger, | |
.btn-group .tch-dropdown-group + .tch-btn-content-danger, .tch-btn-group .tch-dropdown-group + .tch-btn-content-danger, .tch-dropdown-group .tch-dropdown-group + .tch-btn-content-danger, | |
.btn-group .btn-group + .tch-btn-content-transparent, .tch-btn-group .btn-group + .tch-btn-content-transparent, .tch-dropdown-group .btn-group + .tch-btn-content-transparent, | |
.btn-group .tch-btn-group + .tch-btn-content-transparent, .tch-btn-group .tch-btn-group + .tch-btn-content-transparent, .tch-dropdown-group .tch-btn-group + .tch-btn-content-transparent, | |
.btn-group .tch-dropdown-group + .tch-btn-content-transparent, .tch-btn-group .tch-dropdown-group + .tch-btn-content-transparent, .tch-dropdown-group .tch-dropdown-group + .tch-btn-content-transparent, | |
.btn-group .btn-group + .tch-btn-group-tab, .tch-btn-group .btn-group + .tch-btn-group-tab, .tch-dropdown-group .btn-group + .tch-btn-group-tab, | |
.btn-group .tch-btn-group + .tch-btn-group-tab, .tch-btn-group .tch-btn-group + .tch-btn-group-tab, .tch-dropdown-group .tch-btn-group + .tch-btn-group-tab, | |
.btn-group .tch-dropdown-group + .tch-btn-group-tab, .tch-btn-group .tch-dropdown-group + .tch-btn-group-tab, .tch-dropdown-group .tch-dropdown-group + .tch-btn-group-tab, | |
.btn-group .btn-group + .tch-dropdown-group-selector, .tch-btn-group .btn-group + .tch-dropdown-group-selector, .tch-dropdown-group .btn-group + .tch-dropdown-group-selector, | |
.btn-group .tch-btn-group + .tch-dropdown-group-selector, .tch-btn-group .tch-btn-group + .tch-dropdown-group-selector, .tch-dropdown-group .tch-btn-group + .tch-dropdown-group-selector, | |
.btn-group .tch-dropdown-group + .tch-dropdown-group-selector, .tch-btn-group .tch-dropdown-group + .tch-dropdown-group-selector, .tch-dropdown-group .tch-dropdown-group + .tch-dropdown-group-selector, | |
.btn-group .btn-group + .tch-btn-tooltip, .tch-btn-group .btn-group + .tch-btn-tooltip, .tch-dropdown-group .btn-group + .tch-btn-tooltip, | |
.btn-group .tch-btn-group + .tch-btn-tooltip, .tch-btn-group .tch-btn-group + .tch-btn-tooltip, .tch-dropdown-group .tch-btn-group + .tch-btn-tooltip, | |
.btn-group .tch-dropdown-group + .tch-btn-tooltip, .tch-btn-group .tch-dropdown-group + .tch-btn-tooltip, .tch-dropdown-group .tch-dropdown-group + .tch-btn-tooltip, | |
.btn-group .btn-group + .btn-group, .tch-btn-group .btn-group + .btn-group, .tch-dropdown-group .btn-group + .btn-group, | |
.btn-group .tch-btn-group + .btn-group, .tch-btn-group .tch-btn-group + .btn-group, .tch-dropdown-group .tch-btn-group + .btn-group, | |
.btn-group .tch-dropdown-group + .btn-group, .tch-btn-group .tch-dropdown-group + .btn-group, .tch-dropdown-group .tch-dropdown-group + .btn-group, | |
.btn-group .btn-group + .tch-btn-group, .tch-btn-group .btn-group + .tch-btn-group, .tch-dropdown-group .btn-group + .tch-btn-group, | |
.btn-group .tch-btn-group + .tch-btn-group, .tch-btn-group .tch-btn-group + .tch-btn-group, .tch-dropdown-group .tch-btn-group + .tch-btn-group, | |
.btn-group .tch-dropdown-group + .tch-btn-group, .tch-btn-group .tch-dropdown-group + .tch-btn-group, .tch-dropdown-group .tch-dropdown-group + .tch-btn-group, | |
.btn-group .btn-group + .tch-dropdown-group, .tch-btn-group .btn-group + .tch-dropdown-group, .tch-dropdown-group .btn-group + .tch-dropdown-group, | |
.btn-group .tch-btn-group + .tch-dropdown-group, .tch-btn-group .tch-btn-group + .tch-dropdown-group, .tch-dropdown-group .tch-btn-group + .tch-dropdown-group, | |
.btn-group .tch-dropdown-group + .tch-dropdown-group, .tch-btn-group .tch-dropdown-group + .tch-dropdown-group, .tch-dropdown-group .tch-dropdown-group + .tch-dropdown-group { | |
margin-left: -1px; } | |
.btn-toolbar { | |
margin-left: -5px; } | |
.btn-toolbar:before, .btn-toolbar:after { | |
content: " "; | |
display: table; } | |
.btn-toolbar:after { | |
clear: both; } | |
.btn-toolbar .btn, .btn-toolbar .tch-btn-header, .btn-toolbar .tch-btn-header-primary, .btn-toolbar .tch-btn-header-primary-block, .btn-toolbar .tch-btn-header-secondary, .btn-toolbar .tch-btn-header-danger, .btn-toolbar .tch-btn-header-dropdown, .btn-toolbar .tch-btn-header-icon, .btn-toolbar .tch-btn-content, .btn-toolbar .tch-btn-content-primary, .btn-toolbar .tch-btn-content-primary-block, .btn-toolbar .tch-page-nav-btn, .btn-toolbar .tch-btn-content-secondary, .btn-toolbar .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-toolbar .ui-select-match-item, .btn-toolbar .tch-btn-content-gray, .btn-toolbar .tch-btn-content-danger, .btn-toolbar .tch-btn-content-transparent, .btn-toolbar .tch-btn-group-tab, .btn-toolbar .tch-dropdown-group-selector, .btn-toolbar .tch-btn-tooltip, | |
.btn-toolbar .btn-group, | |
.btn-toolbar .tch-btn-group, | |
.btn-toolbar .tch-dropdown-group, | |
.btn-toolbar .input-group { | |
float: left; } | |
.btn-toolbar > .btn, .btn-toolbar > .tch-btn-header, .btn-toolbar > .tch-btn-header-primary, .btn-toolbar > .tch-btn-header-primary-block, .btn-toolbar > .tch-btn-header-secondary, .btn-toolbar > .tch-btn-header-danger, .btn-toolbar > .tch-btn-header-dropdown, .btn-toolbar > .tch-btn-header-icon, .btn-toolbar > .tch-btn-content, .btn-toolbar > .tch-btn-content-primary, .btn-toolbar > .tch-btn-content-primary-block, .btn-toolbar > .tch-page-nav-btn, .btn-toolbar > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-toolbar > .ui-select-match-item, .btn-toolbar > .tch-btn-content-gray, .btn-toolbar > .tch-btn-content-danger, .btn-toolbar > .tch-btn-content-transparent, .btn-toolbar > .tch-btn-group-tab, .btn-toolbar > .tch-dropdown-group-selector, .btn-toolbar > .tch-btn-tooltip, | |
.btn-toolbar > .btn-group, | |
.btn-toolbar > .tch-btn-group, | |
.btn-toolbar > .tch-dropdown-group, | |
.btn-toolbar > .input-group { | |
margin-left: 5px; } | |
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header-primary:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header-primary:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header-primary:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header-primary-block:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header-primary-block:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header-primary-block:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header-secondary:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header-secondary:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header-secondary:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header-danger:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header-danger:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header-danger:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header-dropdown:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header-dropdown:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header-dropdown:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header-icon:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header-icon:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header-icon:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content-primary:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content-primary:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content-primary:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content-primary-block:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content-primary-block:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content-primary-block:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-page-nav-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-page-nav-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-page-nav-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content-secondary:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content-secondary:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content-secondary:not(:first-child):not(:last-child):not(.dropdown-toggle), .ui-select-multiple.ui-select-bootstrap .btn-group > .ui-select-match-item:not(:first-child):not(:last-child):not(.dropdown-toggle), .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .ui-select-match-item:not(:first-child):not(:last-child):not(.dropdown-toggle), .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .ui-select-match-item:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content-gray:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content-gray:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content-gray:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content-danger:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content-danger:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content-danger:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content-transparent:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content-transparent:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content-transparent:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-group-tab:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-group-tab:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-group-tab:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-dropdown-group-selector:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-dropdown-group-selector:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-dropdown-group-selector:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-tooltip:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-tooltip:not(:first-child):not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-tooltip:not(:first-child):not(:last-child):not(.dropdown-toggle) { | |
border-radius: 0; } | |
.btn-group > .btn:first-child, .tch-btn-group > .btn:first-child, .tch-dropdown-group > .btn:first-child, .btn-group > .tch-btn-header:first-child, .tch-btn-group > .tch-btn-header:first-child, .tch-dropdown-group > .tch-btn-header:first-child, .btn-group > .tch-btn-header-primary:first-child, .tch-btn-group > .tch-btn-header-primary:first-child, .tch-dropdown-group > .tch-btn-header-primary:first-child, .btn-group > .tch-btn-header-primary-block:first-child, .tch-btn-group > .tch-btn-header-primary-block:first-child, .tch-dropdown-group > .tch-btn-header-primary-block:first-child, .btn-group > .tch-btn-header-secondary:first-child, .tch-btn-group > .tch-btn-header-secondary:first-child, .tch-dropdown-group > .tch-btn-header-secondary:first-child, .btn-group > .tch-btn-header-danger:first-child, .tch-btn-group > .tch-btn-header-danger:first-child, .tch-dropdown-group > .tch-btn-header-danger:first-child, .btn-group > .tch-btn-header-dropdown:first-child, .tch-btn-group > .tch-btn-header-dropdown:first-child, .tch-dropdown-group > .tch-btn-header-dropdown:first-child, .btn-group > .tch-btn-header-icon:first-child, .tch-btn-group > .tch-btn-header-icon:first-child, .tch-dropdown-group > .tch-btn-header-icon:first-child, .btn-group > .tch-btn-content:first-child, .tch-btn-group > .tch-btn-content:first-child, .tch-dropdown-group > .tch-btn-content:first-child, .btn-group > .tch-btn-content-primary:first-child, .tch-btn-group > .tch-btn-content-primary:first-child, .tch-dropdown-group > .tch-btn-content-primary:first-child, .btn-group > .tch-btn-content-primary-block:first-child, .tch-btn-group > .tch-btn-content-primary-block:first-child, .tch-dropdown-group > .tch-btn-content-primary-block:first-child, .btn-group > .tch-page-nav-btn:first-child, .tch-btn-group > .tch-page-nav-btn:first-child, .tch-dropdown-group > .tch-page-nav-btn:first-child, .btn-group > .tch-btn-content-secondary:first-child, .tch-btn-group > .tch-btn-content-secondary:first-child, .tch-dropdown-group > .tch-btn-content-secondary:first-child, .ui-select-multiple.ui-select-bootstrap .btn-group > .ui-select-match-item:first-child, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .ui-select-match-item:first-child, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .ui-select-match-item:first-child, .btn-group > .tch-btn-content-gray:first-child, .tch-btn-group > .tch-btn-content-gray:first-child, .tch-dropdown-group > .tch-btn-content-gray:first-child, .btn-group > .tch-btn-content-danger:first-child, .tch-btn-group > .tch-btn-content-danger:first-child, .tch-dropdown-group > .tch-btn-content-danger:first-child, .btn-group > .tch-btn-content-transparent:first-child, .tch-btn-group > .tch-btn-content-transparent:first-child, .tch-dropdown-group > .tch-btn-content-transparent:first-child, .btn-group > .tch-btn-group-tab:first-child, .tch-btn-group > .tch-btn-group-tab:first-child, .tch-dropdown-group > .tch-btn-group-tab:first-child, .btn-group > .tch-dropdown-group-selector:first-child, .tch-btn-group > .tch-dropdown-group-selector:first-child, .tch-dropdown-group > .tch-dropdown-group-selector:first-child, .btn-group > .tch-btn-tooltip:first-child, .tch-btn-group > .tch-btn-tooltip:first-child, .tch-dropdown-group > .tch-btn-tooltip:first-child { | |
margin-left: 0; } | |
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header-primary:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header-primary:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header-primary:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header-primary-block:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header-primary-block:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header-primary-block:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header-secondary:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header-secondary:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header-secondary:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header-danger:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header-danger:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header-danger:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header-dropdown:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header-dropdown:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header-dropdown:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-header-icon:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-header-icon:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-header-icon:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content-primary:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content-primary:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content-primary:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content-primary-block:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content-primary-block:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content-primary-block:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-page-nav-btn:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-page-nav-btn:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-page-nav-btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content-secondary:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content-secondary:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content-secondary:first-child:not(:last-child):not(.dropdown-toggle), .ui-select-multiple.ui-select-bootstrap .btn-group > .ui-select-match-item:first-child:not(:last-child):not(.dropdown-toggle), .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .ui-select-match-item:first-child:not(:last-child):not(.dropdown-toggle), .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .ui-select-match-item:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content-gray:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content-gray:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content-gray:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content-danger:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content-danger:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content-danger:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-content-transparent:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-content-transparent:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-content-transparent:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-group-tab:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-group-tab:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-group-tab:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-dropdown-group-selector:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-dropdown-group-selector:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-dropdown-group-selector:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .tch-btn-tooltip:first-child:not(:last-child):not(.dropdown-toggle), .tch-btn-group > .tch-btn-tooltip:first-child:not(:last-child):not(.dropdown-toggle), .tch-dropdown-group > .tch-btn-tooltip:first-child:not(:last-child):not(.dropdown-toggle) { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0; } | |
.btn-group > .btn:last-child:not(:first-child), .tch-btn-group > .btn:last-child:not(:first-child), .tch-dropdown-group > .btn:last-child:not(:first-child), .btn-group > .tch-btn-header:last-child:not(:first-child), .tch-btn-group > .tch-btn-header:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-header:last-child:not(:first-child), .btn-group > .tch-btn-header-primary:last-child:not(:first-child), .tch-btn-group > .tch-btn-header-primary:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-header-primary:last-child:not(:first-child), .btn-group > .tch-btn-header-primary-block:last-child:not(:first-child), .tch-btn-group > .tch-btn-header-primary-block:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-header-primary-block:last-child:not(:first-child), .btn-group > .tch-btn-header-secondary:last-child:not(:first-child), .tch-btn-group > .tch-btn-header-secondary:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-header-secondary:last-child:not(:first-child), .btn-group > .tch-btn-header-danger:last-child:not(:first-child), .tch-btn-group > .tch-btn-header-danger:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-header-danger:last-child:not(:first-child), .btn-group > .tch-btn-header-dropdown:last-child:not(:first-child), .tch-btn-group > .tch-btn-header-dropdown:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-header-dropdown:last-child:not(:first-child), .btn-group > .tch-btn-header-icon:last-child:not(:first-child), .tch-btn-group > .tch-btn-header-icon:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-header-icon:last-child:not(:first-child), .btn-group > .tch-btn-content:last-child:not(:first-child), .tch-btn-group > .tch-btn-content:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-content:last-child:not(:first-child), .btn-group > .tch-btn-content-primary:last-child:not(:first-child), .tch-btn-group > .tch-btn-content-primary:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-content-primary:last-child:not(:first-child), .btn-group > .tch-btn-content-primary-block:last-child:not(:first-child), .tch-btn-group > .tch-btn-content-primary-block:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-content-primary-block:last-child:not(:first-child), .btn-group > .tch-page-nav-btn:last-child:not(:first-child), .tch-btn-group > .tch-page-nav-btn:last-child:not(:first-child), .tch-dropdown-group > .tch-page-nav-btn:last-child:not(:first-child), .btn-group > .tch-btn-content-secondary:last-child:not(:first-child), .tch-btn-group > .tch-btn-content-secondary:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-content-secondary:last-child:not(:first-child), .ui-select-multiple.ui-select-bootstrap .btn-group > .ui-select-match-item:last-child:not(:first-child), .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .ui-select-match-item:last-child:not(:first-child), .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .ui-select-match-item:last-child:not(:first-child), .btn-group > .tch-btn-content-gray:last-child:not(:first-child), .tch-btn-group > .tch-btn-content-gray:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-content-gray:last-child:not(:first-child), .btn-group > .tch-btn-content-danger:last-child:not(:first-child), .tch-btn-group > .tch-btn-content-danger:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-content-danger:last-child:not(:first-child), .btn-group > .tch-btn-content-transparent:last-child:not(:first-child), .tch-btn-group > .tch-btn-content-transparent:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-content-transparent:last-child:not(:first-child), .btn-group > .tch-btn-group-tab:last-child:not(:first-child), .tch-btn-group > .tch-btn-group-tab:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-group-tab:last-child:not(:first-child), .btn-group > .tch-dropdown-group-selector:last-child:not(:first-child), .tch-btn-group > .tch-dropdown-group-selector:last-child:not(:first-child), .tch-dropdown-group > .tch-dropdown-group-selector:last-child:not(:first-child), .btn-group > .tch-btn-tooltip:last-child:not(:first-child), .tch-btn-group > .tch-btn-tooltip:last-child:not(:first-child), .tch-dropdown-group > .tch-btn-tooltip:last-child:not(:first-child), | |
.btn-group > .dropdown-toggle:not(:first-child), .tch-btn-group > .dropdown-toggle:not(:first-child), .tch-dropdown-group > .dropdown-toggle:not(:first-child) { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0; } | |
.btn-group > .btn-group, .tch-btn-group > .btn-group, .tch-dropdown-group > .btn-group, .btn-group > .tch-btn-group, .tch-btn-group > .tch-btn-group, .tch-dropdown-group > .tch-btn-group, .btn-group > .tch-dropdown-group, .tch-btn-group > .tch-dropdown-group, .tch-dropdown-group > .tch-dropdown-group { | |
float: left; } | |
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .btn, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .btn, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .btn, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .btn, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-primary, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-primary, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-primary, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary-block, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary-block, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary-block, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary-block, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary-block, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary-block, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-primary-block, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-primary-block, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-primary-block, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-secondary, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-secondary, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-secondary, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-secondary, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-secondary, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-secondary, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-secondary, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-secondary, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-secondary, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-danger, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-danger, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-danger, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-danger, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-danger, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-danger, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-danger, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-danger, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-danger, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-dropdown, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-dropdown, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-dropdown, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-dropdown, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-dropdown, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-dropdown, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-dropdown, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-dropdown, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-dropdown, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-icon, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-icon, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-icon, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-icon, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-icon, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-icon, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-icon, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-icon, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-icon, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-primary, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-primary, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-primary, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary-block, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary-block, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary-block, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary-block, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary-block, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary-block, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-primary-block, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-primary-block, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-primary-block, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-page-nav-btn, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-page-nav-btn, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-page-nav-btn, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-page-nav-btn, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-page-nav-btn, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-page-nav-btn, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-page-nav-btn, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-page-nav-btn, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-page-nav-btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-secondary, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-secondary, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-secondary, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-secondary, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-secondary, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-secondary, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-secondary, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-secondary, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .ui-select-match-item, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-gray, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-gray, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-gray, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-gray, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-gray, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-gray, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-gray, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-gray, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-gray, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-danger, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-danger, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-danger, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-danger, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-danger, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-danger, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-danger, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-danger, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-danger, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-transparent, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-transparent, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-transparent, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-transparent, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-transparent, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-transparent, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-transparent, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-transparent, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-transparent, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-group-tab, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-group-tab, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-group-tab, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-group-tab, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-group-tab, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-group-tab, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-group-tab, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-group-tab, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-group-tab, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-dropdown-group-selector, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-dropdown-group-selector, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-dropdown-group-selector, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-dropdown-group-selector, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-dropdown-group-selector, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-dropdown-group-selector, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-dropdown-group-selector, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-dropdown-group-selector, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-dropdown-group-selector, .btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-tooltip, .tch-btn-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-tooltip, .tch-dropdown-group > .btn-group:not(:first-child):not(:last-child) > .tch-btn-tooltip, .btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-tooltip, .tch-btn-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-tooltip, .tch-dropdown-group > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-tooltip, .btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-tooltip, .tch-btn-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-tooltip, .tch-dropdown-group > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-tooltip { | |
border-radius: 0; } | |
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .btn:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .btn:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .btn:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .btn:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-header:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-primary:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-primary:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-primary:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-primary:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-primary:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-primary:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-primary:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-primary:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-primary:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-primary-block:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-primary-block:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-primary-block:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-primary-block:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-primary-block:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-primary-block:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-primary-block:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-primary-block:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-primary-block:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-secondary:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-secondary:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-secondary:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-secondary:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-secondary:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-secondary:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-secondary:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-secondary:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-secondary:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-danger:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-danger:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-danger:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-danger:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-danger:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-danger:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-danger:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-danger:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-danger:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-dropdown:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-dropdown:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-dropdown:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-dropdown:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-dropdown:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-dropdown:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-dropdown:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-dropdown:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-dropdown:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-icon:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-icon:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-header-icon:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-icon:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-icon:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-icon:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-icon:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-icon:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-icon:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-content:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-primary:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-primary:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-primary:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-primary:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-primary:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-primary:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-primary:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-primary:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-primary:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-primary-block:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-primary-block:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-primary-block:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-primary-block:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-primary-block:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-primary-block:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-primary-block:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-primary-block:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-primary-block:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-page-nav-btn:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-page-nav-btn:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-page-nav-btn:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-page-nav-btn:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-page-nav-btn:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-page-nav-btn:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-page-nav-btn:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-page-nav-btn:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-page-nav-btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-secondary:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-secondary:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-secondary:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-secondary:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-secondary:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-secondary:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-secondary:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-secondary:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-secondary:last-child, .ui-select-multiple.ui-select-bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .ui-select-match-item:last-child, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .btn-group:first-child:not(:last-child) > .ui-select-match-item:last-child, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .ui-select-match-item:last-child, .ui-select-multiple.ui-select-bootstrap .btn-group > .tch-btn-group:first-child:not(:last-child) > .ui-select-match-item:last-child, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .ui-select-match-item:last-child, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .ui-select-match-item:last-child, .ui-select-multiple.ui-select-bootstrap .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .ui-select-match-item:last-child, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .ui-select-match-item:last-child, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .ui-select-match-item:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-gray:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-gray:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-gray:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-gray:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-gray:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-gray:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-gray:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-gray:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-gray:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-danger:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-danger:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-danger:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-danger:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-danger:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-danger:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-danger:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-danger:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-danger:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-transparent:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-transparent:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-content-transparent:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-transparent:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-transparent:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-transparent:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-transparent:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-transparent:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-transparent:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-group-tab:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-group-tab:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-group-tab:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-group-tab:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-group-tab:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-group-tab:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-group-tab:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-group-tab:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-group-tab:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-dropdown-group-selector:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-dropdown-group-selector:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-dropdown-group-selector:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-dropdown-group-selector:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-dropdown-group-selector:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-dropdown-group-selector:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-dropdown-group-selector:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-dropdown-group-selector:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-dropdown-group-selector:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-tooltip:last-child, .tch-btn-group > .btn-group:first-child:not(:last-child) > .tch-btn-tooltip:last-child, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .tch-btn-tooltip:last-child, .btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-tooltip:last-child, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-tooltip:last-child, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .tch-btn-tooltip:last-child, .btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-tooltip:last-child, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-tooltip:last-child, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-tooltip:last-child, | |
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .tch-btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .tch-dropdown-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, | |
.btn-group > .tch-btn-group:first-child:not(:last-child) > .dropdown-toggle, .tch-btn-group > .tch-btn-group:first-child:not(:last-child) > .dropdown-toggle, .tch-dropdown-group > .tch-btn-group:first-child:not(:last-child) > .dropdown-toggle, | |
.btn-group > .tch-dropdown-group:first-child:not(:last-child) > .dropdown-toggle, .tch-btn-group > .tch-dropdown-group:first-child:not(:last-child) > .dropdown-toggle, .tch-dropdown-group > .tch-dropdown-group:first-child:not(:last-child) > .dropdown-toggle { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0; } | |
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .btn:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .btn:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .btn:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .btn:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-header:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-primary:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-primary:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-primary:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-primary:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-primary:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-primary:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-primary:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-primary:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-primary:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-primary-block:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-primary-block:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-primary-block:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-primary-block:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-primary-block:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-primary-block:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-primary-block:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-primary-block:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-primary-block:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-secondary:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-secondary:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-secondary:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-secondary:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-secondary:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-secondary:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-secondary:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-secondary:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-secondary:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-danger:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-danger:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-danger:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-danger:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-danger:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-danger:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-danger:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-danger:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-danger:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-dropdown:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-dropdown:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-dropdown:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-dropdown:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-dropdown:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-dropdown:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-dropdown:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-dropdown:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-dropdown:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-icon:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-icon:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-header-icon:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-icon:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-icon:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-icon:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-icon:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-icon:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-icon:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-content:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-primary:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-primary:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-primary:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-primary:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-primary:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-primary:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-primary:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-primary:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-primary:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-primary-block:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-primary-block:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-primary-block:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-primary-block:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-primary-block:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-primary-block:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-primary-block:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-primary-block:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-primary-block:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-page-nav-btn:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-page-nav-btn:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-page-nav-btn:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-page-nav-btn:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-page-nav-btn:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-page-nav-btn:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-page-nav-btn:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-page-nav-btn:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-page-nav-btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-secondary:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-secondary:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-secondary:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-secondary:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-secondary:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-secondary:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-secondary:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-secondary:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-secondary:first-child, .ui-select-multiple.ui-select-bootstrap .btn-group > .btn-group:last-child:not(:first-child) > .ui-select-match-item:first-child, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .btn-group:last-child:not(:first-child) > .ui-select-match-item:first-child, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .ui-select-match-item:first-child, .ui-select-multiple.ui-select-bootstrap .btn-group > .tch-btn-group:last-child:not(:first-child) > .ui-select-match-item:first-child, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .ui-select-match-item:first-child, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .ui-select-match-item:first-child, .ui-select-multiple.ui-select-bootstrap .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .ui-select-match-item:first-child, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .ui-select-match-item:first-child, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .ui-select-match-item:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-gray:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-gray:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-gray:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-gray:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-gray:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-gray:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-gray:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-gray:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-gray:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-danger:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-danger:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-danger:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-danger:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-danger:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-danger:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-danger:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-danger:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-danger:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-transparent:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-transparent:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-content-transparent:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-transparent:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-transparent:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-transparent:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-transparent:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-transparent:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-transparent:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-group-tab:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-group-tab:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-group-tab:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-group-tab:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-group-tab:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-group-tab:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-group-tab:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-group-tab:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-group-tab:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-dropdown-group-selector:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-dropdown-group-selector:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-dropdown-group-selector:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-dropdown-group-selector:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-dropdown-group-selector:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-dropdown-group-selector:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-dropdown-group-selector:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-dropdown-group-selector:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-dropdown-group-selector:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-tooltip:first-child, .tch-btn-group > .btn-group:last-child:not(:first-child) > .tch-btn-tooltip:first-child, .tch-dropdown-group > .btn-group:last-child:not(:first-child) > .tch-btn-tooltip:first-child, .btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-tooltip:first-child, .tch-btn-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-tooltip:first-child, .tch-dropdown-group > .tch-btn-group:last-child:not(:first-child) > .tch-btn-tooltip:first-child, .btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-tooltip:first-child, .tch-btn-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-tooltip:first-child, .tch-dropdown-group > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-tooltip:first-child { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0; } | |
.btn-group .dropdown-toggle:active, .tch-btn-group .dropdown-toggle:active, .tch-dropdown-group .dropdown-toggle:active, | |
.btn-group.open .dropdown-toggle, .open.tch-btn-group .dropdown-toggle, .open.tch-dropdown-group .dropdown-toggle { | |
outline: 0; } | |
.btn-group > .btn + .dropdown-toggle, .tch-btn-group > .btn + .dropdown-toggle, .tch-dropdown-group > .btn + .dropdown-toggle, .btn-group > .tch-btn-header + .dropdown-toggle, .tch-btn-group > .tch-btn-header + .dropdown-toggle, .tch-dropdown-group > .tch-btn-header + .dropdown-toggle, .btn-group > .tch-btn-header-primary + .dropdown-toggle, .tch-btn-group > .tch-btn-header-primary + .dropdown-toggle, .tch-dropdown-group > .tch-btn-header-primary + .dropdown-toggle, .btn-group > .tch-btn-header-primary-block + .dropdown-toggle, .tch-btn-group > .tch-btn-header-primary-block + .dropdown-toggle, .tch-dropdown-group > .tch-btn-header-primary-block + .dropdown-toggle, .btn-group > .tch-btn-header-secondary + .dropdown-toggle, .tch-btn-group > .tch-btn-header-secondary + .dropdown-toggle, .tch-dropdown-group > .tch-btn-header-secondary + .dropdown-toggle, .btn-group > .tch-btn-header-danger + .dropdown-toggle, .tch-btn-group > .tch-btn-header-danger + .dropdown-toggle, .tch-dropdown-group > .tch-btn-header-danger + .dropdown-toggle, .btn-group > .tch-btn-header-dropdown + .dropdown-toggle, .tch-btn-group > .tch-btn-header-dropdown + .dropdown-toggle, .tch-dropdown-group > .tch-btn-header-dropdown + .dropdown-toggle, .btn-group > .tch-btn-header-icon + .dropdown-toggle, .tch-btn-group > .tch-btn-header-icon + .dropdown-toggle, .tch-dropdown-group > .tch-btn-header-icon + .dropdown-toggle, .btn-group > .tch-btn-content + .dropdown-toggle, .tch-btn-group > .tch-btn-content + .dropdown-toggle, .tch-dropdown-group > .tch-btn-content + .dropdown-toggle, .btn-group > .tch-btn-content-primary + .dropdown-toggle, .tch-btn-group > .tch-btn-content-primary + .dropdown-toggle, .tch-dropdown-group > .tch-btn-content-primary + .dropdown-toggle, .btn-group > .tch-btn-content-primary-block + .dropdown-toggle, .tch-btn-group > .tch-btn-content-primary-block + .dropdown-toggle, .tch-dropdown-group > .tch-btn-content-primary-block + .dropdown-toggle, .btn-group > .tch-page-nav-btn + .dropdown-toggle, .tch-btn-group > .tch-page-nav-btn + .dropdown-toggle, .tch-dropdown-group > .tch-page-nav-btn + .dropdown-toggle, .btn-group > .tch-btn-content-secondary + .dropdown-toggle, .tch-btn-group > .tch-btn-content-secondary + .dropdown-toggle, .tch-dropdown-group > .tch-btn-content-secondary + .dropdown-toggle, .ui-select-multiple.ui-select-bootstrap .btn-group > .ui-select-match-item + .dropdown-toggle, .ui-select-multiple.ui-select-bootstrap .tch-btn-group > .ui-select-match-item + .dropdown-toggle, .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group > .ui-select-match-item + .dropdown-toggle, .btn-group > .tch-btn-content-gray + .dropdown-toggle, .tch-btn-group > .tch-btn-content-gray + .dropdown-toggle, .tch-dropdown-group > .tch-btn-content-gray + .dropdown-toggle, .btn-group > .tch-btn-content-danger + .dropdown-toggle, .tch-btn-group > .tch-btn-content-danger + .dropdown-toggle, .tch-dropdown-group > .tch-btn-content-danger + .dropdown-toggle, .btn-group > .tch-btn-content-transparent + .dropdown-toggle, .tch-btn-group > .tch-btn-content-transparent + .dropdown-toggle, .tch-dropdown-group > .tch-btn-content-transparent + .dropdown-toggle, .btn-group > .tch-btn-group-tab + .dropdown-toggle, .tch-btn-group > .tch-btn-group-tab + .dropdown-toggle, .tch-dropdown-group > .tch-btn-group-tab + .dropdown-toggle, .btn-group > .tch-dropdown-group-selector + .dropdown-toggle, .tch-btn-group > .tch-dropdown-group-selector + .dropdown-toggle, .tch-dropdown-group > .tch-dropdown-group-selector + .dropdown-toggle, .btn-group > .tch-btn-tooltip + .dropdown-toggle, .tch-btn-group > .tch-btn-tooltip + .dropdown-toggle, .tch-dropdown-group > .tch-btn-tooltip + .dropdown-toggle { | |
padding-left: 8px; | |
padding-right: 8px; } | |
.btn-group > .btn-lg + .dropdown-toggle, .tch-btn-group > .btn-lg + .dropdown-toggle, .tch-dropdown-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.tch-btn-group > .btn + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-header + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-header + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-header + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-header-primary + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-header-primary + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-header-primary + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-header-secondary + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-header-secondary + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-header-secondary + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-header-danger + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-header-danger + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-header-danger + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-header-dropdown + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-header-dropdown + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-header-dropdown + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-header-icon + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-header-icon + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-header-icon + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-content + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-content + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-content + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-content-primary + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-content-primary + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-content-primary + .dropdown-toggle, .btn-group-lg.btn-group > .tch-page-nav-btn + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-page-nav-btn + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-page-nav-btn + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-content-secondary + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-content-secondary + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-content-secondary + .dropdown-toggle, .ui-select-multiple.ui-select-bootstrap .btn-group-lg.btn-group > .ui-select-match-item + .dropdown-toggle, .ui-select-multiple.ui-select-bootstrap .btn-group-lg.tch-btn-group > .ui-select-match-item + .dropdown-toggle, .ui-select-multiple.ui-select-bootstrap .btn-group-lg.tch-dropdown-group > .ui-select-match-item + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-content-gray + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-content-gray + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-content-gray + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-content-danger + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-content-danger + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-content-danger + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-content-transparent + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-content-transparent + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-content-transparent + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-group-tab + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-group-tab + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-group-tab + .dropdown-toggle, .btn-group-lg.btn-group > .tch-dropdown-group-selector + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-dropdown-group-selector + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-dropdown-group-selector + .dropdown-toggle, .btn-group-lg.btn-group > .tch-btn-tooltip + .dropdown-toggle, .btn-group-lg.tch-btn-group > .tch-btn-tooltip + .dropdown-toggle, .btn-group-lg.tch-dropdown-group > .tch-btn-tooltip + .dropdown-toggle, .btn-group > .tch-btn-header-primary-block + .dropdown-toggle, .tch-btn-group > .tch-btn-header-primary-block + .dropdown-toggle, .tch-dropdown-group > .tch-btn-header-primary-block + .dropdown-toggle, .btn-group > .tch-btn-content-primary-block + .dropdown-toggle, .tch-btn-group > .tch-btn-content-primary-block + .dropdown-toggle, .tch-dropdown-group > .tch-btn-content-primary-block + .dropdown-toggle { | |
padding-left: 12px; | |
padding-right: 12px; } | |
.btn-group.open .dropdown-toggle, .open.tch-btn-group .dropdown-toggle, .open.tch-dropdown-group .dropdown-toggle { | |
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
.btn-group.open .dropdown-toggle.btn-link, .open.tch-btn-group .dropdown-toggle.btn-link, .open.tch-dropdown-group .dropdown-toggle.btn-link { | |
box-shadow: none; } | |
.btn .caret, .tch-btn-header .caret, .tch-btn-header-primary .caret, .tch-btn-header-primary-block .caret, .tch-btn-header-secondary .caret, .tch-btn-header-danger .caret, .tch-btn-header-dropdown .caret, .tch-btn-header-icon .caret, .tch-btn-content .caret, .tch-btn-content-primary .caret, .tch-btn-content-primary-block .caret, .tch-page-nav-btn .caret, .tch-btn-content-secondary .caret, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item .caret, .tch-btn-content-gray .caret, .tch-btn-content-danger .caret, .tch-btn-content-transparent .caret, .tch-btn-group-tab .caret, .tch-dropdown-group-selector .caret, .tch-btn-tooltip .caret { | |
margin-left: 0; } | |
.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .tch-btn-header .caret, .btn-group-lg > .tch-btn-header-primary .caret, .btn-group-lg > .tch-btn-header-secondary .caret, .btn-group-lg > .tch-btn-header-danger .caret, .btn-group-lg > .tch-btn-header-dropdown .caret, .btn-group-lg > .tch-btn-header-icon .caret, .btn-group-lg > .tch-btn-content .caret, .btn-group-lg > .tch-btn-content-primary .caret, .btn-group-lg > .tch-page-nav-btn .caret, .btn-group-lg > .tch-btn-content-secondary .caret, .ui-select-multiple.ui-select-bootstrap .btn-group-lg > .ui-select-match-item .caret, .btn-group-lg > .tch-btn-content-gray .caret, .btn-group-lg > .tch-btn-content-danger .caret, .btn-group-lg > .tch-btn-content-transparent .caret, .btn-group-lg > .tch-btn-group-tab .caret, .btn-group-lg > .tch-dropdown-group-selector .caret, .btn-group-lg > .tch-btn-tooltip .caret, .tch-btn-header-primary-block .caret, .tch-btn-content-primary-block .caret { | |
border-width: 5px 5px 0; | |
border-bottom-width: 0; } | |
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .tch-btn-header .caret, .dropup .btn-group-lg > .tch-btn-header-primary .caret, .dropup .btn-group-lg > .tch-btn-header-secondary .caret, .dropup .btn-group-lg > .tch-btn-header-danger .caret, .dropup .btn-group-lg > .tch-btn-header-dropdown .caret, .dropup .btn-group-lg > .tch-btn-header-icon .caret, .dropup .btn-group-lg > .tch-btn-content .caret, .dropup .btn-group-lg > .tch-btn-content-primary .caret, .dropup .btn-group-lg > .tch-page-nav-btn .caret, .dropup .btn-group-lg > .tch-btn-content-secondary .caret, .dropup .ui-select-multiple.ui-select-bootstrap .btn-group-lg > .ui-select-match-item .caret, .ui-select-multiple.ui-select-bootstrap .dropup .btn-group-lg > .ui-select-match-item .caret, .dropup .btn-group-lg > .tch-btn-content-gray .caret, .dropup .btn-group-lg > .tch-btn-content-danger .caret, .dropup .btn-group-lg > .tch-btn-content-transparent .caret, .dropup .btn-group-lg > .tch-btn-group-tab .caret, .dropup .btn-group-lg > .tch-dropdown-group-selector .caret, .dropup .btn-group-lg > .tch-btn-tooltip .caret, .dropup .tch-btn-header-primary-block .caret, .dropup .tch-btn-content-primary-block .caret { | |
border-width: 0 5px 5px; } | |
.btn-group-vertical > .btn, .btn-group-vertical > .tch-btn-header, .btn-group-vertical > .tch-btn-header-primary, .btn-group-vertical > .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-header-danger, .btn-group-vertical > .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-header-icon, .btn-group-vertical > .tch-btn-content, .btn-group-vertical > .tch-btn-content-primary, .btn-group-vertical > .tch-btn-content-primary-block, .btn-group-vertical > .tch-page-nav-btn, .btn-group-vertical > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item, .btn-group-vertical > .tch-btn-content-gray, .btn-group-vertical > .tch-btn-content-danger, .btn-group-vertical > .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-group-tab, .btn-group-vertical > .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-tooltip, | |
.btn-group-vertical > .btn-group, | |
.btn-group-vertical > .tch-btn-group, | |
.btn-group-vertical > .tch-dropdown-group, | |
.btn-group-vertical > .btn-group > .btn, | |
.btn-group-vertical > .tch-btn-group > .btn, | |
.btn-group-vertical > .tch-dropdown-group > .btn, | |
.btn-group-vertical > .btn-group > .tch-btn-header, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-header, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-header, | |
.btn-group-vertical > .btn-group > .tch-btn-header-primary, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-header-primary, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-header-primary, | |
.btn-group-vertical > .btn-group > .tch-btn-header-primary-block, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-header-primary-block, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-header-primary-block, | |
.btn-group-vertical > .btn-group > .tch-btn-header-secondary, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-header-secondary, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-header-secondary, | |
.btn-group-vertical > .btn-group > .tch-btn-header-danger, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-header-danger, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-header-danger, | |
.btn-group-vertical > .btn-group > .tch-btn-header-dropdown, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-header-dropdown, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-header-dropdown, | |
.btn-group-vertical > .btn-group > .tch-btn-header-icon, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-header-icon, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-header-icon, | |
.btn-group-vertical > .btn-group > .tch-btn-content, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-content, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-content, | |
.btn-group-vertical > .btn-group > .tch-btn-content-primary, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-content-primary, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-content-primary, | |
.btn-group-vertical > .btn-group > .tch-btn-content-primary-block, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-content-primary-block, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-content-primary-block, | |
.btn-group-vertical > .btn-group > .tch-page-nav-btn, | |
.btn-group-vertical > .tch-btn-group > .tch-page-nav-btn, | |
.btn-group-vertical > .tch-dropdown-group > .tch-page-nav-btn, | |
.btn-group-vertical > .btn-group > .tch-btn-content-secondary, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-content-secondary, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .btn-group > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .tch-btn-group > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .tch-dropdown-group > .ui-select-match-item, | |
.btn-group-vertical > .btn-group > .tch-btn-content-gray, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-content-gray, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-content-gray, | |
.btn-group-vertical > .btn-group > .tch-btn-content-danger, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-content-danger, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-content-danger, | |
.btn-group-vertical > .btn-group > .tch-btn-content-transparent, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-content-transparent, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-content-transparent, | |
.btn-group-vertical > .btn-group > .tch-btn-group-tab, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-group-tab, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-group-tab, | |
.btn-group-vertical > .btn-group > .tch-dropdown-group-selector, | |
.btn-group-vertical > .tch-btn-group > .tch-dropdown-group-selector, | |
.btn-group-vertical > .tch-dropdown-group > .tch-dropdown-group-selector, | |
.btn-group-vertical > .btn-group > .tch-btn-tooltip, | |
.btn-group-vertical > .tch-btn-group > .tch-btn-tooltip, | |
.btn-group-vertical > .tch-dropdown-group > .tch-btn-tooltip { | |
display: block; | |
float: none; | |
width: 100%; | |
max-width: 100%; } | |
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .tch-btn-group:before, .btn-group-vertical > .tch-dropdown-group:before, .btn-group-vertical > .btn-group:after, .btn-group-vertical > .tch-btn-group:after, .btn-group-vertical > .tch-dropdown-group:after { | |
content: " "; | |
display: table; } | |
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .tch-btn-group:after, .btn-group-vertical > .tch-dropdown-group:after { | |
clear: both; } | |
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .tch-btn-group > .btn, .btn-group-vertical > .tch-dropdown-group > .btn, .btn-group-vertical > .btn-group > .tch-btn-header, .btn-group-vertical > .tch-btn-group > .tch-btn-header, .btn-group-vertical > .tch-dropdown-group > .tch-btn-header, .btn-group-vertical > .btn-group > .tch-btn-header-primary, .btn-group-vertical > .tch-btn-group > .tch-btn-header-primary, .btn-group-vertical > .tch-dropdown-group > .tch-btn-header-primary, .btn-group-vertical > .btn-group > .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-group > .tch-btn-header-primary-block, .btn-group-vertical > .tch-dropdown-group > .tch-btn-header-primary-block, .btn-group-vertical > .btn-group > .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-group > .tch-btn-header-secondary, .btn-group-vertical > .tch-dropdown-group > .tch-btn-header-secondary, .btn-group-vertical > .btn-group > .tch-btn-header-danger, .btn-group-vertical > .tch-btn-group > .tch-btn-header-danger, .btn-group-vertical > .tch-dropdown-group > .tch-btn-header-danger, .btn-group-vertical > .btn-group > .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-group > .tch-btn-header-dropdown, .btn-group-vertical > .tch-dropdown-group > .tch-btn-header-dropdown, .btn-group-vertical > .btn-group > .tch-btn-header-icon, .btn-group-vertical > .tch-btn-group > .tch-btn-header-icon, .btn-group-vertical > .tch-dropdown-group > .tch-btn-header-icon, .btn-group-vertical > .btn-group > .tch-btn-content, .btn-group-vertical > .tch-btn-group > .tch-btn-content, .btn-group-vertical > .tch-dropdown-group > .tch-btn-content, .btn-group-vertical > .btn-group > .tch-btn-content-primary, .btn-group-vertical > .tch-btn-group > .tch-btn-content-primary, .btn-group-vertical > .tch-dropdown-group > .tch-btn-content-primary, .btn-group-vertical > .btn-group > .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-group > .tch-btn-content-primary-block, .btn-group-vertical > .tch-dropdown-group > .tch-btn-content-primary-block, .btn-group-vertical > .btn-group > .tch-page-nav-btn, .btn-group-vertical > .tch-btn-group > .tch-page-nav-btn, .btn-group-vertical > .tch-dropdown-group > .tch-page-nav-btn, .btn-group-vertical > .btn-group > .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-group > .tch-btn-content-secondary, .btn-group-vertical > .tch-dropdown-group > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .btn-group > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-group > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-dropdown-group > .ui-select-match-item, .btn-group-vertical > .btn-group > .tch-btn-content-gray, .btn-group-vertical > .tch-btn-group > .tch-btn-content-gray, .btn-group-vertical > .tch-dropdown-group > .tch-btn-content-gray, .btn-group-vertical > .btn-group > .tch-btn-content-danger, .btn-group-vertical > .tch-btn-group > .tch-btn-content-danger, .btn-group-vertical > .tch-dropdown-group > .tch-btn-content-danger, .btn-group-vertical > .btn-group > .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-group > .tch-btn-content-transparent, .btn-group-vertical > .tch-dropdown-group > .tch-btn-content-transparent, .btn-group-vertical > .btn-group > .tch-btn-group-tab, .btn-group-vertical > .tch-btn-group > .tch-btn-group-tab, .btn-group-vertical > .tch-dropdown-group > .tch-btn-group-tab, .btn-group-vertical > .btn-group > .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-group > .tch-dropdown-group-selector, .btn-group-vertical > .tch-dropdown-group > .tch-dropdown-group-selector, .btn-group-vertical > .btn-group > .tch-btn-tooltip, .btn-group-vertical > .tch-btn-group > .tch-btn-tooltip, .btn-group-vertical > .tch-dropdown-group > .tch-btn-tooltip { | |
float: none; } | |
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .tch-btn-header + .btn, .btn-group-vertical > .tch-btn-header-primary + .btn, .btn-group-vertical > .tch-btn-header-primary-block + .btn, .btn-group-vertical > .tch-btn-header-secondary + .btn, .btn-group-vertical > .tch-btn-header-danger + .btn, .btn-group-vertical > .tch-btn-header-dropdown + .btn, .btn-group-vertical > .tch-btn-header-icon + .btn, .btn-group-vertical > .tch-btn-content + .btn, .btn-group-vertical > .tch-btn-content-primary + .btn, .btn-group-vertical > .tch-btn-content-primary-block + .btn, .btn-group-vertical > .tch-page-nav-btn + .btn, .btn-group-vertical > .tch-btn-content-secondary + .btn, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .btn, .btn-group-vertical > .tch-btn-content-gray + .btn, .btn-group-vertical > .tch-btn-content-danger + .btn, .btn-group-vertical > .tch-btn-content-transparent + .btn, .btn-group-vertical > .tch-btn-group-tab + .btn, .btn-group-vertical > .tch-dropdown-group-selector + .btn, .btn-group-vertical > .tch-btn-tooltip + .btn, .btn-group-vertical > .btn + .tch-btn-header, .btn-group-vertical > .tch-btn-header + .tch-btn-header, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-header, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-header, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-header, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-header, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-header, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-header, .btn-group-vertical > .tch-btn-content + .tch-btn-header, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-header, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-header, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-header, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-header, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-header, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-header, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-header, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-header, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-header, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-header, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-header, .btn-group-vertical > .btn + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-header + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-content + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-header-primary, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-header-primary, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-header-primary, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-header-primary, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-header-primary, .btn-group-vertical > .btn + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-header + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-content + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-header-primary-block, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-header-primary-block, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-header-primary-block, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-header-primary-block, .btn-group-vertical > .btn + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-header + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-content + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-header-secondary, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-header-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-header-secondary, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-header-secondary, .btn-group-vertical > .btn + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-header + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-content + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-header-danger, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-header-danger, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-header-danger, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-header-danger, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-header-danger, .btn-group-vertical > .btn + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-header + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-content + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-header-dropdown, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-header-dropdown, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-header-dropdown, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-header-dropdown, .btn-group-vertical > .btn + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-header + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-content + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-header-icon, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-header-icon, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-header-icon, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-header-icon, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-header-icon, .btn-group-vertical > .btn + .tch-btn-content, .btn-group-vertical > .tch-btn-header + .tch-btn-content, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-content, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-content, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-content, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-content, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-content, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-content, .btn-group-vertical > .tch-btn-content + .tch-btn-content, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-content, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-content, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-content, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-content, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-content, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-content, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-content, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-content, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-content, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-content, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-content, .btn-group-vertical > .btn + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-header + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-content + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-content-primary, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-content-primary, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-content-primary, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-content-primary, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-content-primary, .btn-group-vertical > .btn + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-header + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-content + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-content-primary-block, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-content-primary-block, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-content-primary-block, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-content-primary-block, .btn-group-vertical > .btn + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-header + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-header-primary + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-header-primary-block + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-header-secondary + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-header-danger + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-header-dropdown + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-header-icon + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-content + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-content-primary + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-content-primary-block + .tch-page-nav-btn, .btn-group-vertical > .tch-page-nav-btn + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-content-secondary + .tch-page-nav-btn, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-content-gray + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-content-danger + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-content-transparent + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-group-tab + .tch-page-nav-btn, .btn-group-vertical > .tch-dropdown-group-selector + .tch-page-nav-btn, .btn-group-vertical > .tch-btn-tooltip + .tch-page-nav-btn, .btn-group-vertical > .btn + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-header + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-content + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-content-secondary, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-content-secondary, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-header + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-header-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-header-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-header-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-header-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-header-dropdown + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-header-icon + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-content + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-content-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-content-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-page-nav-btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-content-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-content-gray + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-content-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-content-transparent + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-group-tab + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-dropdown-group-selector + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-tooltip + .ui-select-match-item, .btn-group-vertical > .btn + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-header + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-content + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-content-gray, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-content-gray, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-content-gray, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-content-gray, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-content-gray, .btn-group-vertical > .btn + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-header + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-content + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-content-danger, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-content-danger, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-content-danger, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-content-danger, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-content-danger, .btn-group-vertical > .btn + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-header + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-content + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-content-transparent, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-content-transparent, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-content-transparent, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-content-transparent, .btn-group-vertical > .btn + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-header + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-content + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-group-tab, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-group-tab, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-group-tab, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-group-tab, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-group-tab, .btn-group-vertical > .btn + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-header + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-header-primary + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-header-primary-block + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-header-secondary + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-header-danger + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-header-dropdown + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-header-icon + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-content + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-content-primary + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-content-primary-block + .tch-dropdown-group-selector, .btn-group-vertical > .tch-page-nav-btn + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-content-secondary + .tch-dropdown-group-selector, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-content-gray + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-content-danger + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-content-transparent + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-group-tab + .tch-dropdown-group-selector, .btn-group-vertical > .tch-dropdown-group-selector + .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-tooltip + .tch-dropdown-group-selector, .btn-group-vertical > .btn + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-header + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-header-primary + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-header-secondary + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-header-danger + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-header-icon + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-content + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-content-primary + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-tooltip, .btn-group-vertical > .tch-page-nav-btn + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-content-secondary + .tch-btn-tooltip, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-content-gray + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-content-danger + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-content-transparent + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-group-tab + .tch-btn-tooltip, .btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-tooltip, .btn-group-vertical > .tch-btn-tooltip + .tch-btn-tooltip, | |
.btn-group-vertical > .btn + .btn-group, | |
.btn-group-vertical > .tch-btn-header + .btn-group, | |
.btn-group-vertical > .tch-btn-header-primary + .btn-group, | |
.btn-group-vertical > .tch-btn-header-primary-block + .btn-group, | |
.btn-group-vertical > .tch-btn-header-secondary + .btn-group, | |
.btn-group-vertical > .tch-btn-header-danger + .btn-group, | |
.btn-group-vertical > .tch-btn-header-dropdown + .btn-group, | |
.btn-group-vertical > .tch-btn-header-icon + .btn-group, | |
.btn-group-vertical > .tch-btn-content + .btn-group, | |
.btn-group-vertical > .tch-btn-content-primary + .btn-group, | |
.btn-group-vertical > .tch-btn-content-primary-block + .btn-group, | |
.btn-group-vertical > .tch-page-nav-btn + .btn-group, | |
.btn-group-vertical > .tch-btn-content-secondary + .btn-group, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .ui-select-match-item + .btn-group, | |
.btn-group-vertical > .tch-btn-content-gray + .btn-group, | |
.btn-group-vertical > .tch-btn-content-danger + .btn-group, | |
.btn-group-vertical > .tch-btn-content-transparent + .btn-group, | |
.btn-group-vertical > .tch-btn-group-tab + .btn-group, | |
.btn-group-vertical > .tch-dropdown-group-selector + .btn-group, | |
.btn-group-vertical > .tch-btn-tooltip + .btn-group, | |
.btn-group-vertical > .btn + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-header + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-header-primary + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-header-primary-block + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-header-secondary + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-header-danger + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-header-dropdown + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-header-icon + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-content + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-content-primary + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-content-primary-block + .tch-btn-group, | |
.btn-group-vertical > .tch-page-nav-btn + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-content-secondary + .tch-btn-group, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .ui-select-match-item + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-content-gray + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-content-danger + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-content-transparent + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-group-tab + .tch-btn-group, | |
.btn-group-vertical > .tch-dropdown-group-selector + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-tooltip + .tch-btn-group, | |
.btn-group-vertical > .btn + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-header + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-header-primary + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-header-primary-block + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-header-secondary + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-header-danger + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-header-dropdown + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-header-icon + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-content + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-content-primary + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-content-primary-block + .tch-dropdown-group, | |
.btn-group-vertical > .tch-page-nav-btn + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-content-secondary + .tch-dropdown-group, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .ui-select-match-item + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-content-gray + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-content-danger + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-content-transparent + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-group-tab + .tch-dropdown-group, | |
.btn-group-vertical > .tch-dropdown-group-selector + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-tooltip + .tch-dropdown-group, | |
.btn-group-vertical > .btn-group + .btn, | |
.btn-group-vertical > .tch-btn-group + .btn, | |
.btn-group-vertical > .tch-dropdown-group + .btn, | |
.btn-group-vertical > .btn-group + .tch-btn-header, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-header, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-header, | |
.btn-group-vertical > .btn-group + .tch-btn-header-primary, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-header-primary, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-header-primary, | |
.btn-group-vertical > .btn-group + .tch-btn-header-primary-block, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-header-primary-block, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-header-primary-block, | |
.btn-group-vertical > .btn-group + .tch-btn-header-secondary, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-header-secondary, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-header-secondary, | |
.btn-group-vertical > .btn-group + .tch-btn-header-danger, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-header-danger, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-header-danger, | |
.btn-group-vertical > .btn-group + .tch-btn-header-dropdown, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-header-dropdown, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-header-dropdown, | |
.btn-group-vertical > .btn-group + .tch-btn-header-icon, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-header-icon, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-header-icon, | |
.btn-group-vertical > .btn-group + .tch-btn-content, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-content, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-content, | |
.btn-group-vertical > .btn-group + .tch-btn-content-primary, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-content-primary, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-content-primary, | |
.btn-group-vertical > .btn-group + .tch-btn-content-primary-block, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-content-primary-block, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-content-primary-block, | |
.btn-group-vertical > .btn-group + .tch-page-nav-btn, | |
.btn-group-vertical > .tch-btn-group + .tch-page-nav-btn, | |
.btn-group-vertical > .tch-dropdown-group + .tch-page-nav-btn, | |
.btn-group-vertical > .btn-group + .tch-btn-content-secondary, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-content-secondary, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .btn-group + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .tch-btn-group + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-vertical > .tch-dropdown-group + .ui-select-match-item, | |
.btn-group-vertical > .btn-group + .tch-btn-content-gray, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-content-gray, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-content-gray, | |
.btn-group-vertical > .btn-group + .tch-btn-content-danger, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-content-danger, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-content-danger, | |
.btn-group-vertical > .btn-group + .tch-btn-content-transparent, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-content-transparent, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-content-transparent, | |
.btn-group-vertical > .btn-group + .tch-btn-group-tab, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-group-tab, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-group-tab, | |
.btn-group-vertical > .btn-group + .tch-dropdown-group-selector, | |
.btn-group-vertical > .tch-btn-group + .tch-dropdown-group-selector, | |
.btn-group-vertical > .tch-dropdown-group + .tch-dropdown-group-selector, | |
.btn-group-vertical > .btn-group + .tch-btn-tooltip, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-tooltip, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-tooltip, | |
.btn-group-vertical > .btn-group + .btn-group, | |
.btn-group-vertical > .tch-btn-group + .btn-group, | |
.btn-group-vertical > .tch-dropdown-group + .btn-group, | |
.btn-group-vertical > .btn-group + .tch-btn-group, | |
.btn-group-vertical > .tch-btn-group + .tch-btn-group, | |
.btn-group-vertical > .tch-dropdown-group + .tch-btn-group, | |
.btn-group-vertical > .btn-group + .tch-dropdown-group, | |
.btn-group-vertical > .tch-btn-group + .tch-dropdown-group, | |
.btn-group-vertical > .tch-dropdown-group + .tch-dropdown-group { | |
margin-top: -1px; | |
margin-left: 0; } | |
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-header:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-header-primary:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-header-primary-block:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-header-secondary:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-header-danger:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-header-dropdown:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-header-icon:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-content:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-content-primary:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-content-primary-block:not(:first-child):not(:last-child), .btn-group-vertical > .tch-page-nav-btn:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-content-secondary:not(:first-child):not(:last-child), .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-content-gray:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-content-danger:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-content-transparent:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-group-tab:not(:first-child):not(:last-child), .btn-group-vertical > .tch-dropdown-group-selector:not(:first-child):not(:last-child), .btn-group-vertical > .tch-btn-tooltip:not(:first-child):not(:last-child) { | |
border-radius: 0; } | |
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .tch-btn-header:first-child:not(:last-child), .btn-group-vertical > .tch-btn-header-primary:first-child:not(:last-child), .btn-group-vertical > .tch-btn-header-primary-block:first-child:not(:last-child), .btn-group-vertical > .tch-btn-header-secondary:first-child:not(:last-child), .btn-group-vertical > .tch-btn-header-danger:first-child:not(:last-child), .btn-group-vertical > .tch-btn-header-dropdown:first-child:not(:last-child), .btn-group-vertical > .tch-btn-header-icon:first-child:not(:last-child), .btn-group-vertical > .tch-btn-content:first-child:not(:last-child), .btn-group-vertical > .tch-btn-content-primary:first-child:not(:last-child), .btn-group-vertical > .tch-btn-content-primary-block:first-child:not(:last-child), .btn-group-vertical > .tch-page-nav-btn:first-child:not(:last-child), .btn-group-vertical > .tch-btn-content-secondary:first-child:not(:last-child), .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item:first-child:not(:last-child), .btn-group-vertical > .tch-btn-content-gray:first-child:not(:last-child), .btn-group-vertical > .tch-btn-content-danger:first-child:not(:last-child), .btn-group-vertical > .tch-btn-content-transparent:first-child:not(:last-child), .btn-group-vertical > .tch-btn-group-tab:first-child:not(:last-child), .btn-group-vertical > .tch-dropdown-group-selector:first-child:not(:last-child), .btn-group-vertical > .tch-btn-tooltip:first-child:not(:last-child) { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0; } | |
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .tch-btn-header:last-child:not(:first-child), .btn-group-vertical > .tch-btn-header-primary:last-child:not(:first-child), .btn-group-vertical > .tch-btn-header-primary-block:last-child:not(:first-child), .btn-group-vertical > .tch-btn-header-secondary:last-child:not(:first-child), .btn-group-vertical > .tch-btn-header-danger:last-child:not(:first-child), .btn-group-vertical > .tch-btn-header-dropdown:last-child:not(:first-child), .btn-group-vertical > .tch-btn-header-icon:last-child:not(:first-child), .btn-group-vertical > .tch-btn-content:last-child:not(:first-child), .btn-group-vertical > .tch-btn-content-primary:last-child:not(:first-child), .btn-group-vertical > .tch-btn-content-primary-block:last-child:not(:first-child), .btn-group-vertical > .tch-page-nav-btn:last-child:not(:first-child), .btn-group-vertical > .tch-btn-content-secondary:last-child:not(:first-child), .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .ui-select-match-item:last-child:not(:first-child), .btn-group-vertical > .tch-btn-content-gray:last-child:not(:first-child), .btn-group-vertical > .tch-btn-content-danger:last-child:not(:first-child), .btn-group-vertical > .tch-btn-content-transparent:last-child:not(:first-child), .btn-group-vertical > .tch-btn-group-tab:last-child:not(:first-child), .btn-group-vertical > .tch-dropdown-group-selector:last-child:not(:first-child), .btn-group-vertical > .tch-btn-tooltip:last-child:not(:first-child) { | |
border-bottom-left-radius: 4px; | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; } | |
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-primary, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary-block, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-primary-block, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-primary-block, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-secondary, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-secondary, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-secondary, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-danger, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-danger, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-danger, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-dropdown, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-dropdown, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-dropdown, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-header-icon, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-header-icon, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-header-icon, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-primary, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary-block, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-primary-block, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-primary-block, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-page-nav-btn, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-page-nav-btn, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-page-nav-btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-secondary, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-secondary, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .ui-select-match-item, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-gray, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-gray, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-gray, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-danger, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-danger, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-danger, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-content-transparent, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-content-transparent, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-content-transparent, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-group-tab, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-group-tab, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-group-tab, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-dropdown-group-selector, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-dropdown-group-selector, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-dropdown-group-selector, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tch-btn-tooltip, .btn-group-vertical > .tch-btn-group:not(:first-child):not(:last-child) > .tch-btn-tooltip, .btn-group-vertical > .tch-dropdown-group:not(:first-child):not(:last-child) > .tch-btn-tooltip { | |
border-radius: 0; } | |
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-header:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-header-primary:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-primary:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-primary:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-header-primary-block:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-primary-block:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-primary-block:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-header-secondary:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-secondary:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-secondary:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-header-danger:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-danger:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-danger:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-header-dropdown:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-dropdown:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-dropdown:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-header-icon:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-header-icon:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-header-icon:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-content:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-content-primary:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-primary:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-primary:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-content-primary-block:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-primary-block:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-primary-block:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-page-nav-btn:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-page-nav-btn:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-page-nav-btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-content-secondary:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-secondary:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-secondary:last-child, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .ui-select-match-item:last-child, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .ui-select-match-item:last-child, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .ui-select-match-item:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-content-gray:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-gray:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-gray:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-content-danger:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-danger:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-danger:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-content-transparent:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-content-transparent:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-content-transparent:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-group-tab:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-group-tab:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-group-tab:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-dropdown-group-selector:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-dropdown-group-selector:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-dropdown-group-selector:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tch-btn-tooltip:last-child, .btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .tch-btn-tooltip:last-child, .btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .tch-btn-tooltip:last-child, | |
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle, | |
.btn-group-vertical > .tch-btn-group:first-child:not(:last-child) > .dropdown-toggle, | |
.btn-group-vertical > .tch-dropdown-group:first-child:not(:last-child) > .dropdown-toggle { | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0; } | |
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-header:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-header-primary:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-primary:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-primary:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-header-primary-block:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-primary-block:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-primary-block:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-header-secondary:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-secondary:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-secondary:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-header-danger:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-danger:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-danger:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-header-dropdown:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-dropdown:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-dropdown:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-header-icon:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-header-icon:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-header-icon:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-content:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-content-primary:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-primary:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-primary:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-content-primary-block:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-primary-block:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-primary-block:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-page-nav-btn:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-page-nav-btn:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-page-nav-btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-content-secondary:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-secondary:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-secondary:first-child, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .ui-select-match-item:first-child, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .ui-select-match-item:first-child, .ui-select-multiple.ui-select-bootstrap .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .ui-select-match-item:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-content-gray:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-gray:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-gray:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-content-danger:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-danger:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-danger:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-content-transparent:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-content-transparent:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-content-transparent:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-group-tab:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-group-tab:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-group-tab:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-dropdown-group-selector:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-dropdown-group-selector:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-dropdown-group-selector:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tch-btn-tooltip:first-child, .btn-group-vertical > .tch-btn-group:last-child:not(:first-child) > .tch-btn-tooltip:first-child, .btn-group-vertical > .tch-dropdown-group:last-child:not(:first-child) > .tch-btn-tooltip:first-child { | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; } | |
.btn-group-justified { | |
display: table; | |
width: 100%; | |
table-layout: fixed; | |
border-collapse: separate; } | |
.btn-group-justified > .btn, .btn-group-justified > .tch-btn-header, .btn-group-justified > .tch-btn-header-primary, .btn-group-justified > .tch-btn-header-primary-block, .btn-group-justified > .tch-btn-header-secondary, .btn-group-justified > .tch-btn-header-danger, .btn-group-justified > .tch-btn-header-dropdown, .btn-group-justified > .tch-btn-header-icon, .btn-group-justified > .tch-btn-content, .btn-group-justified > .tch-btn-content-primary, .btn-group-justified > .tch-btn-content-primary-block, .btn-group-justified > .tch-page-nav-btn, .btn-group-justified > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group-justified > .ui-select-match-item, .btn-group-justified > .tch-btn-content-gray, .btn-group-justified > .tch-btn-content-danger, .btn-group-justified > .tch-btn-content-transparent, .btn-group-justified > .tch-btn-group-tab, .btn-group-justified > .tch-dropdown-group-selector, .btn-group-justified > .tch-btn-tooltip, | |
.btn-group-justified > .btn-group, | |
.btn-group-justified > .tch-btn-group, | |
.btn-group-justified > .tch-dropdown-group { | |
float: none; | |
display: table-cell; | |
width: 1%; } | |
.btn-group-justified > .btn-group .btn, .btn-group-justified > .tch-btn-group .btn, .btn-group-justified > .tch-dropdown-group .btn, .btn-group-justified > .btn-group .tch-btn-header, .btn-group-justified > .tch-btn-group .tch-btn-header, .btn-group-justified > .tch-dropdown-group .tch-btn-header, .btn-group-justified > .btn-group .tch-btn-header-primary, .btn-group-justified > .tch-btn-group .tch-btn-header-primary, .btn-group-justified > .tch-dropdown-group .tch-btn-header-primary, .btn-group-justified > .btn-group .tch-btn-header-primary-block, .btn-group-justified > .tch-btn-group .tch-btn-header-primary-block, .btn-group-justified > .tch-dropdown-group .tch-btn-header-primary-block, .btn-group-justified > .btn-group .tch-btn-header-secondary, .btn-group-justified > .tch-btn-group .tch-btn-header-secondary, .btn-group-justified > .tch-dropdown-group .tch-btn-header-secondary, .btn-group-justified > .btn-group .tch-btn-header-danger, .btn-group-justified > .tch-btn-group .tch-btn-header-danger, .btn-group-justified > .tch-dropdown-group .tch-btn-header-danger, .btn-group-justified > .btn-group .tch-btn-header-dropdown, .btn-group-justified > .tch-btn-group .tch-btn-header-dropdown, .btn-group-justified > .tch-dropdown-group .tch-btn-header-dropdown, .btn-group-justified > .btn-group .tch-btn-header-icon, .btn-group-justified > .tch-btn-group .tch-btn-header-icon, .btn-group-justified > .tch-dropdown-group .tch-btn-header-icon, .btn-group-justified > .btn-group .tch-btn-content, .btn-group-justified > .tch-btn-group .tch-btn-content, .btn-group-justified > .tch-dropdown-group .tch-btn-content, .btn-group-justified > .btn-group .tch-btn-content-primary, .btn-group-justified > .tch-btn-group .tch-btn-content-primary, .btn-group-justified > .tch-dropdown-group .tch-btn-content-primary, .btn-group-justified > .btn-group .tch-btn-content-primary-block, .btn-group-justified > .tch-btn-group .tch-btn-content-primary-block, .btn-group-justified > .tch-dropdown-group .tch-btn-content-primary-block, .btn-group-justified > .btn-group .tch-page-nav-btn, .btn-group-justified > .tch-btn-group .tch-page-nav-btn, .btn-group-justified > .tch-dropdown-group .tch-page-nav-btn, .btn-group-justified > .btn-group .tch-btn-content-secondary, .btn-group-justified > .tch-btn-group .tch-btn-content-secondary, .btn-group-justified > .tch-dropdown-group .tch-btn-content-secondary, .btn-group-justified > .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-justified > .btn-group .ui-select-match-item, .btn-group-justified > .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-justified > .tch-btn-group .ui-select-match-item, .btn-group-justified > .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .btn-group-justified > .tch-dropdown-group .ui-select-match-item, .btn-group-justified > .btn-group .tch-btn-content-gray, .btn-group-justified > .tch-btn-group .tch-btn-content-gray, .btn-group-justified > .tch-dropdown-group .tch-btn-content-gray, .btn-group-justified > .btn-group .tch-btn-content-danger, .btn-group-justified > .tch-btn-group .tch-btn-content-danger, .btn-group-justified > .tch-dropdown-group .tch-btn-content-danger, .btn-group-justified > .btn-group .tch-btn-content-transparent, .btn-group-justified > .tch-btn-group .tch-btn-content-transparent, .btn-group-justified > .tch-dropdown-group .tch-btn-content-transparent, .btn-group-justified > .btn-group .tch-btn-group-tab, .btn-group-justified > .tch-btn-group .tch-btn-group-tab, .btn-group-justified > .tch-dropdown-group .tch-btn-group-tab, .btn-group-justified > .btn-group .tch-dropdown-group-selector, .btn-group-justified > .tch-btn-group .tch-dropdown-group-selector, .btn-group-justified > .tch-dropdown-group .tch-dropdown-group-selector, .btn-group-justified > .btn-group .tch-btn-tooltip, .btn-group-justified > .tch-btn-group .tch-btn-tooltip, .btn-group-justified > .tch-dropdown-group .tch-btn-tooltip { | |
width: 100%; } | |
.btn-group-justified > .btn-group .dropdown-menu, .btn-group-justified > .tch-btn-group .dropdown-menu, .btn-group-justified > .tch-dropdown-group .dropdown-menu { | |
left: auto; } | |
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .tch-btn-header input[type="radio"], [data-toggle="buttons"] > .tch-btn-header-primary input[type="radio"], [data-toggle="buttons"] > .tch-btn-header-primary-block input[type="radio"], [data-toggle="buttons"] > .tch-btn-header-secondary input[type="radio"], [data-toggle="buttons"] > .tch-btn-header-danger input[type="radio"], [data-toggle="buttons"] > .tch-btn-header-dropdown input[type="radio"], [data-toggle="buttons"] > .tch-btn-header-icon input[type="radio"], [data-toggle="buttons"] > .tch-btn-content input[type="radio"], [data-toggle="buttons"] > .tch-btn-content-primary input[type="radio"], [data-toggle="buttons"] > .tch-btn-content-primary-block input[type="radio"], [data-toggle="buttons"] > .tch-page-nav-btn input[type="radio"], [data-toggle="buttons"] > .tch-btn-content-secondary input[type="radio"], .ui-select-multiple.ui-select-bootstrap [data-toggle="buttons"] > .ui-select-match-item input[type="radio"], [data-toggle="buttons"] > .tch-btn-content-gray input[type="radio"], [data-toggle="buttons"] > .tch-btn-content-danger input[type="radio"], [data-toggle="buttons"] > .tch-btn-content-transparent input[type="radio"], [data-toggle="buttons"] > .tch-btn-group-tab input[type="radio"], [data-toggle="buttons"] > .tch-dropdown-group-selector input[type="radio"], [data-toggle="buttons"] > .tch-btn-tooltip input[type="radio"], | |
[data-toggle="buttons"] > .btn input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-header input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-header-primary input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-header-primary-block input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-header-secondary input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-header-danger input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-header-dropdown input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-header-icon input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-content input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-content-primary input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-content-primary-block input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-page-nav-btn input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-content-secondary input[type="checkbox"], .ui-select-multiple.ui-select-bootstrap | |
[data-toggle="buttons"] > .ui-select-match-item input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-content-gray input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-content-danger input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-content-transparent input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group-tab input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group-selector input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-tooltip input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .btn input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .btn input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header-primary input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header-primary input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header-primary input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header-primary-block input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header-primary-block input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header-primary-block input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header-secondary input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header-secondary input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header-secondary input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header-danger input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header-danger input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header-danger input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header-dropdown input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header-dropdown input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header-dropdown input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header-icon input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header-icon input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header-icon input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content-primary input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content-primary input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content-primary input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content-primary-block input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content-primary-block input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content-primary-block input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-page-nav-btn input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-page-nav-btn input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-page-nav-btn input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content-secondary input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content-secondary input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content-secondary input[type="radio"], .ui-select-multiple.ui-select-bootstrap | |
[data-toggle="buttons"] > .btn-group > .ui-select-match-item input[type="radio"], .ui-select-multiple.ui-select-bootstrap | |
[data-toggle="buttons"] > .tch-btn-group > .ui-select-match-item input[type="radio"], .ui-select-multiple.ui-select-bootstrap | |
[data-toggle="buttons"] > .tch-dropdown-group > .ui-select-match-item input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content-gray input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content-gray input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content-gray input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content-danger input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content-danger input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content-danger input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content-transparent input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content-transparent input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content-transparent input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-group-tab input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-group-tab input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-group-tab input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-dropdown-group-selector input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-dropdown-group-selector input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-dropdown-group-selector input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-tooltip input[type="radio"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-tooltip input[type="radio"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-tooltip input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .btn input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .btn input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header-primary input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header-primary input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header-primary input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header-primary-block input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header-primary-block input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header-primary-block input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header-secondary input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header-secondary input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header-secondary input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header-danger input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header-danger input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header-danger input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header-dropdown input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header-dropdown input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header-dropdown input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-header-icon input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-header-icon input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-header-icon input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content-primary input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content-primary input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content-primary input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content-primary-block input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content-primary-block input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content-primary-block input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-page-nav-btn input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-page-nav-btn input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-page-nav-btn input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content-secondary input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content-secondary input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content-secondary input[type="checkbox"], .ui-select-multiple.ui-select-bootstrap | |
[data-toggle="buttons"] > .btn-group > .ui-select-match-item input[type="checkbox"], .ui-select-multiple.ui-select-bootstrap | |
[data-toggle="buttons"] > .tch-btn-group > .ui-select-match-item input[type="checkbox"], .ui-select-multiple.ui-select-bootstrap | |
[data-toggle="buttons"] > .tch-dropdown-group > .ui-select-match-item input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content-gray input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content-gray input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content-gray input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content-danger input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content-danger input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content-danger input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-content-transparent input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-content-transparent input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-content-transparent input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-group-tab input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-group-tab input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-group-tab input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-dropdown-group-selector input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-dropdown-group-selector input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-dropdown-group-selector input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .tch-btn-tooltip input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-btn-group > .tch-btn-tooltip input[type="checkbox"], | |
[data-toggle="buttons"] > .tch-dropdown-group > .tch-btn-tooltip input[type="checkbox"] { | |
position: absolute; | |
clip: rect(0, 0, 0, 0); | |
pointer-events: none; } | |
.input-group { | |
position: relative; | |
display: table; | |
border-collapse: separate; } | |
.input-group[class*="col-"] { | |
float: none; | |
padding-left: 0; | |
padding-right: 0; } | |
.input-group .form-control { | |
position: relative; | |
z-index: 2; | |
float: left; | |
width: 100%; | |
margin-bottom: 0; } | |
.input-group-addon, | |
.input-group-btn, | |
.input-group .form-control { | |
display: table-cell; } | |
.input-group-addon:not(:first-child):not(:last-child), | |
.input-group-btn:not(:first-child):not(:last-child), | |
.input-group .form-control:not(:first-child):not(:last-child) { | |
border-radius: 0; } | |
.input-group-addon, | |
.input-group-btn { | |
width: 1%; | |
white-space: nowrap; | |
vertical-align: middle; } | |
.input-group-addon { | |
padding: 6px 12px; | |
font-size: 14px; | |
font-weight: normal; | |
line-height: 1; | |
color: #95a5a6; | |
text-align: center; | |
background-color: #eeeeee; | |
border: 1px solid #ccc; | |
border-radius: 4px; } | |
.input-group-addon.input-sm, | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .input-group-addon.btn, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-header, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-content, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .input-group-addon.ui-select-match-item, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-content-danger, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-content-transparent, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-group-tab, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-dropdown-group-selector, | |
.input-group-sm > .input-group-btn > .input-group-addon.tch-btn-tooltip { | |
padding: 5px 10px; | |
font-size: 12px; | |
border-radius: 3px; } | |
.input-group-addon.input-lg, | |
.input-group-lg > .input-group-addon, | |
.input-group-lg > .input-group-btn > .input-group-addon.btn, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-header, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-header-primary, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-header-primary-block, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-header-secondary, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-header-danger, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-header-dropdown, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-header-icon, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-content, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-content-primary, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-content-primary-block, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-page-nav-btn, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-lg > .input-group-btn > .input-group-addon.ui-select-match-item, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-content-gray, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-content-danger, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-content-transparent, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-group-tab, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-dropdown-group-selector, | |
.input-group-lg > .input-group-btn > .input-group-addon.tch-btn-tooltip { | |
padding: 10px 16px; | |
font-size: 18px; | |
border-radius: 6px; } | |
.input-group-addon input[type="radio"], | |
.input-group-addon input[type="checkbox"] { | |
margin-top: 0; } | |
.input-group .form-control:first-child, | |
.input-group-addon:first-child, | |
.input-group-btn:first-child > .btn, | |
.input-group-btn:first-child > .tch-btn-header, | |
.input-group-btn:first-child > .tch-btn-header-primary, | |
.input-group-btn:first-child > .tch-btn-header-primary-block, | |
.input-group-btn:first-child > .tch-btn-header-secondary, | |
.input-group-btn:first-child > .tch-btn-header-danger, | |
.input-group-btn:first-child > .tch-btn-header-dropdown, | |
.input-group-btn:first-child > .tch-btn-header-icon, | |
.input-group-btn:first-child > .tch-btn-content, | |
.input-group-btn:first-child > .tch-btn-content-primary, | |
.input-group-btn:first-child > .tch-btn-content-primary-block, | |
.input-group-btn:first-child > .tch-page-nav-btn, | |
.input-group-btn:first-child > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:first-child > .ui-select-match-item, | |
.input-group-btn:first-child > .tch-btn-content-gray, | |
.input-group-btn:first-child > .tch-btn-content-danger, | |
.input-group-btn:first-child > .tch-btn-content-transparent, | |
.input-group-btn:first-child > .tch-btn-group-tab, | |
.input-group-btn:first-child > .tch-dropdown-group-selector, | |
.input-group-btn:first-child > .tch-btn-tooltip, | |
.input-group-btn:first-child > .btn-group > .btn, | |
.input-group-btn:first-child > .tch-btn-group > .btn, | |
.input-group-btn:first-child > .tch-dropdown-group > .btn, | |
.input-group-btn:first-child > .btn-group > .tch-btn-header, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-header, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-header, | |
.input-group-btn:first-child > .btn-group > .tch-btn-header-primary, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-header-primary, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-header-primary, | |
.input-group-btn:first-child > .btn-group > .tch-btn-header-primary-block, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-header-primary-block, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-header-primary-block, | |
.input-group-btn:first-child > .btn-group > .tch-btn-header-secondary, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-header-secondary, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-header-secondary, | |
.input-group-btn:first-child > .btn-group > .tch-btn-header-danger, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-header-danger, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-header-danger, | |
.input-group-btn:first-child > .btn-group > .tch-btn-header-dropdown, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-header-dropdown, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-header-dropdown, | |
.input-group-btn:first-child > .btn-group > .tch-btn-header-icon, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-header-icon, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-header-icon, | |
.input-group-btn:first-child > .btn-group > .tch-btn-content, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-content, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-content, | |
.input-group-btn:first-child > .btn-group > .tch-btn-content-primary, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-content-primary, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-content-primary, | |
.input-group-btn:first-child > .btn-group > .tch-btn-content-primary-block, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-content-primary-block, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-content-primary-block, | |
.input-group-btn:first-child > .btn-group > .tch-page-nav-btn, | |
.input-group-btn:first-child > .tch-btn-group > .tch-page-nav-btn, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-page-nav-btn, | |
.input-group-btn:first-child > .btn-group > .tch-btn-content-secondary, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-content-secondary, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:first-child > .btn-group > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:first-child > .tch-btn-group > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:first-child > .tch-dropdown-group > .ui-select-match-item, | |
.input-group-btn:first-child > .btn-group > .tch-btn-content-gray, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-content-gray, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-content-gray, | |
.input-group-btn:first-child > .btn-group > .tch-btn-content-danger, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-content-danger, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-content-danger, | |
.input-group-btn:first-child > .btn-group > .tch-btn-content-transparent, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-content-transparent, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-content-transparent, | |
.input-group-btn:first-child > .btn-group > .tch-btn-group-tab, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-group-tab, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-group-tab, | |
.input-group-btn:first-child > .btn-group > .tch-dropdown-group-selector, | |
.input-group-btn:first-child > .tch-btn-group > .tch-dropdown-group-selector, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-dropdown-group-selector, | |
.input-group-btn:first-child > .btn-group > .tch-btn-tooltip, | |
.input-group-btn:first-child > .tch-btn-group > .tch-btn-tooltip, | |
.input-group-btn:first-child > .tch-dropdown-group > .tch-btn-tooltip, | |
.input-group-btn:first-child > .dropdown-toggle, | |
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-header:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-header-primary:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-header-primary-block:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-header-secondary:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-header-danger:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-header-dropdown:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-header-icon:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-content:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-content-primary:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-content-primary-block:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-page-nav-btn:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-content-secondary:not(:last-child):not(.dropdown-toggle), .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:last-child > .ui-select-match-item:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-content-gray:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-content-danger:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-content-transparent:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-group-tab:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-dropdown-group-selector:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .tch-btn-tooltip:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .btn, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .btn, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-header, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-header, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-header, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-header-primary, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-header-primary, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-header-primary, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-header-primary-block, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-header-primary-block, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-header-primary-block, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-header-secondary, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-header-secondary, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-header-secondary, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-header-danger, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-header-danger, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-header-danger, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-header-dropdown, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-header-dropdown, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-header-dropdown, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-header-icon, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-header-icon, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-header-icon, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-content, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-content, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-content, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-content-primary, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-content-primary, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-content-primary, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-content-primary-block, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-content-primary-block, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-content-primary-block, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-page-nav-btn, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-page-nav-btn, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-page-nav-btn, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-content-secondary, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-content-secondary, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .ui-select-match-item, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-content-gray, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-content-gray, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-content-gray, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-content-danger, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-content-danger, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-content-danger, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-content-transparent, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-content-transparent, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-content-transparent, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-group-tab, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-group-tab, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-group-tab, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-dropdown-group-selector, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-dropdown-group-selector, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-dropdown-group-selector, | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .tch-btn-tooltip, | |
.input-group-btn:last-child > .tch-btn-group:not(:last-child) > .tch-btn-tooltip, | |
.input-group-btn:last-child > .tch-dropdown-group:not(:last-child) > .tch-btn-tooltip { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0; } | |
.input-group-addon:first-child { | |
border-right: 0; } | |
.input-group .form-control:last-child, | |
.input-group-addon:last-child, | |
.input-group-btn:last-child > .btn, | |
.input-group-btn:last-child > .tch-btn-header, | |
.input-group-btn:last-child > .tch-btn-header-primary, | |
.input-group-btn:last-child > .tch-btn-header-primary-block, | |
.input-group-btn:last-child > .tch-btn-header-secondary, | |
.input-group-btn:last-child > .tch-btn-header-danger, | |
.input-group-btn:last-child > .tch-btn-header-dropdown, | |
.input-group-btn:last-child > .tch-btn-header-icon, | |
.input-group-btn:last-child > .tch-btn-content, | |
.input-group-btn:last-child > .tch-btn-content-primary, | |
.input-group-btn:last-child > .tch-btn-content-primary-block, | |
.input-group-btn:last-child > .tch-page-nav-btn, | |
.input-group-btn:last-child > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:last-child > .ui-select-match-item, | |
.input-group-btn:last-child > .tch-btn-content-gray, | |
.input-group-btn:last-child > .tch-btn-content-danger, | |
.input-group-btn:last-child > .tch-btn-content-transparent, | |
.input-group-btn:last-child > .tch-btn-group-tab, | |
.input-group-btn:last-child > .tch-dropdown-group-selector, | |
.input-group-btn:last-child > .tch-btn-tooltip, | |
.input-group-btn:last-child > .btn-group > .btn, | |
.input-group-btn:last-child > .tch-btn-group > .btn, | |
.input-group-btn:last-child > .tch-dropdown-group > .btn, | |
.input-group-btn:last-child > .btn-group > .tch-btn-header, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-header, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-header, | |
.input-group-btn:last-child > .btn-group > .tch-btn-header-primary, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-header-primary, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-header-primary, | |
.input-group-btn:last-child > .btn-group > .tch-btn-header-primary-block, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-header-primary-block, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-header-primary-block, | |
.input-group-btn:last-child > .btn-group > .tch-btn-header-secondary, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-header-secondary, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-header-secondary, | |
.input-group-btn:last-child > .btn-group > .tch-btn-header-danger, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-header-danger, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-header-danger, | |
.input-group-btn:last-child > .btn-group > .tch-btn-header-dropdown, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-header-dropdown, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-header-dropdown, | |
.input-group-btn:last-child > .btn-group > .tch-btn-header-icon, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-header-icon, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-header-icon, | |
.input-group-btn:last-child > .btn-group > .tch-btn-content, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-content, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-content, | |
.input-group-btn:last-child > .btn-group > .tch-btn-content-primary, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-content-primary, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-content-primary, | |
.input-group-btn:last-child > .btn-group > .tch-btn-content-primary-block, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-content-primary-block, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-content-primary-block, | |
.input-group-btn:last-child > .btn-group > .tch-page-nav-btn, | |
.input-group-btn:last-child > .tch-btn-group > .tch-page-nav-btn, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-page-nav-btn, | |
.input-group-btn:last-child > .btn-group > .tch-btn-content-secondary, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-content-secondary, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:last-child > .btn-group > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:last-child > .tch-btn-group > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:last-child > .tch-dropdown-group > .ui-select-match-item, | |
.input-group-btn:last-child > .btn-group > .tch-btn-content-gray, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-content-gray, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-content-gray, | |
.input-group-btn:last-child > .btn-group > .tch-btn-content-danger, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-content-danger, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-content-danger, | |
.input-group-btn:last-child > .btn-group > .tch-btn-content-transparent, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-content-transparent, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-content-transparent, | |
.input-group-btn:last-child > .btn-group > .tch-btn-group-tab, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-group-tab, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-group-tab, | |
.input-group-btn:last-child > .btn-group > .tch-dropdown-group-selector, | |
.input-group-btn:last-child > .tch-btn-group > .tch-dropdown-group-selector, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-dropdown-group-selector, | |
.input-group-btn:last-child > .btn-group > .tch-btn-tooltip, | |
.input-group-btn:last-child > .tch-btn-group > .tch-btn-tooltip, | |
.input-group-btn:last-child > .tch-dropdown-group > .tch-btn-tooltip, | |
.input-group-btn:last-child > .dropdown-toggle, | |
.input-group-btn:first-child > .btn:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-header:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-header-primary:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-header-primary-block:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-header-secondary:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-header-danger:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-header-dropdown:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-header-icon:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-content:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-content-primary:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-content-primary-block:not(:first-child), | |
.input-group-btn:first-child > .tch-page-nav-btn:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-content-secondary:not(:first-child), .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:first-child > .ui-select-match-item:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-content-gray:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-content-danger:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-content-transparent:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-group-tab:not(:first-child), | |
.input-group-btn:first-child > .tch-dropdown-group-selector:not(:first-child), | |
.input-group-btn:first-child > .tch-btn-tooltip:not(:first-child), | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .btn, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .btn, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-header, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-header, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-header, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-header-primary, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-header-primary, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-header-primary, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-header-primary-block, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-header-primary-block, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-header-primary-block, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-header-secondary, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-header-secondary, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-header-secondary, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-header-danger, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-header-danger, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-header-danger, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-header-dropdown, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-header-dropdown, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-header-dropdown, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-header-icon, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-header-icon, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-header-icon, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-content, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-content, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-content, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-content-primary, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-content-primary, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-content-primary, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-content-primary-block, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-content-primary-block, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-content-primary-block, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-page-nav-btn, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-page-nav-btn, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-page-nav-btn, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-content-secondary, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-content-secondary, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .ui-select-match-item, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-content-gray, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-content-gray, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-content-gray, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-content-danger, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-content-danger, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-content-danger, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-content-transparent, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-content-transparent, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-content-transparent, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-group-tab, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-group-tab, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-group-tab, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-dropdown-group-selector, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-dropdown-group-selector, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-dropdown-group-selector, | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .tch-btn-tooltip, | |
.input-group-btn:first-child > .tch-btn-group:not(:first-child) > .tch-btn-tooltip, | |
.input-group-btn:first-child > .tch-dropdown-group:not(:first-child) > .tch-btn-tooltip { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0; } | |
.input-group-addon:last-child { | |
border-left: 0; } | |
.input-group-btn { | |
position: relative; | |
font-size: 0; | |
white-space: nowrap; } | |
.input-group-btn > .btn, .input-group-btn > .tch-btn-header, .input-group-btn > .tch-btn-header-primary, .input-group-btn > .tch-btn-header-primary-block, .input-group-btn > .tch-btn-header-secondary, .input-group-btn > .tch-btn-header-danger, .input-group-btn > .tch-btn-header-dropdown, .input-group-btn > .tch-btn-header-icon, .input-group-btn > .tch-btn-content, .input-group-btn > .tch-btn-content-primary, .input-group-btn > .tch-btn-content-primary-block, .input-group-btn > .tch-page-nav-btn, .input-group-btn > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item, .input-group-btn > .tch-btn-content-gray, .input-group-btn > .tch-btn-content-danger, .input-group-btn > .tch-btn-content-transparent, .input-group-btn > .tch-btn-group-tab, .input-group-btn > .tch-dropdown-group-selector, .input-group-btn > .tch-btn-tooltip { | |
position: relative; } | |
.input-group-btn > .btn + .btn, .input-group-btn > .tch-btn-header + .btn, .input-group-btn > .tch-btn-header-primary + .btn, .input-group-btn > .tch-btn-header-primary-block + .btn, .input-group-btn > .tch-btn-header-secondary + .btn, .input-group-btn > .tch-btn-header-danger + .btn, .input-group-btn > .tch-btn-header-dropdown + .btn, .input-group-btn > .tch-btn-header-icon + .btn, .input-group-btn > .tch-btn-content + .btn, .input-group-btn > .tch-btn-content-primary + .btn, .input-group-btn > .tch-btn-content-primary-block + .btn, .input-group-btn > .tch-page-nav-btn + .btn, .input-group-btn > .tch-btn-content-secondary + .btn, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .btn, .input-group-btn > .tch-btn-content-gray + .btn, .input-group-btn > .tch-btn-content-danger + .btn, .input-group-btn > .tch-btn-content-transparent + .btn, .input-group-btn > .tch-btn-group-tab + .btn, .input-group-btn > .tch-dropdown-group-selector + .btn, .input-group-btn > .tch-btn-tooltip + .btn, .input-group-btn > .btn + .tch-btn-header, .input-group-btn > .tch-btn-header + .tch-btn-header, .input-group-btn > .tch-btn-header-primary + .tch-btn-header, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-header, .input-group-btn > .tch-btn-header-secondary + .tch-btn-header, .input-group-btn > .tch-btn-header-danger + .tch-btn-header, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-header, .input-group-btn > .tch-btn-header-icon + .tch-btn-header, .input-group-btn > .tch-btn-content + .tch-btn-header, .input-group-btn > .tch-btn-content-primary + .tch-btn-header, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-header, .input-group-btn > .tch-page-nav-btn + .tch-btn-header, .input-group-btn > .tch-btn-content-secondary + .tch-btn-header, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-header, .input-group-btn > .tch-btn-content-gray + .tch-btn-header, .input-group-btn > .tch-btn-content-danger + .tch-btn-header, .input-group-btn > .tch-btn-content-transparent + .tch-btn-header, .input-group-btn > .tch-btn-group-tab + .tch-btn-header, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-header, .input-group-btn > .tch-btn-tooltip + .tch-btn-header, .input-group-btn > .btn + .tch-btn-header-primary, .input-group-btn > .tch-btn-header + .tch-btn-header-primary, .input-group-btn > .tch-btn-header-primary + .tch-btn-header-primary, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-header-primary, .input-group-btn > .tch-btn-header-secondary + .tch-btn-header-primary, .input-group-btn > .tch-btn-header-danger + .tch-btn-header-primary, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-header-primary, .input-group-btn > .tch-btn-header-icon + .tch-btn-header-primary, .input-group-btn > .tch-btn-content + .tch-btn-header-primary, .input-group-btn > .tch-btn-content-primary + .tch-btn-header-primary, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-header-primary, .input-group-btn > .tch-page-nav-btn + .tch-btn-header-primary, .input-group-btn > .tch-btn-content-secondary + .tch-btn-header-primary, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-header-primary, .input-group-btn > .tch-btn-content-gray + .tch-btn-header-primary, .input-group-btn > .tch-btn-content-danger + .tch-btn-header-primary, .input-group-btn > .tch-btn-content-transparent + .tch-btn-header-primary, .input-group-btn > .tch-btn-group-tab + .tch-btn-header-primary, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-header-primary, .input-group-btn > .tch-btn-tooltip + .tch-btn-header-primary, .input-group-btn > .btn + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-header + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-header-primary + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-header-secondary + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-header-danger + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-header-icon + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-content + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-content-primary + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-header-primary-block, .input-group-btn > .tch-page-nav-btn + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-content-secondary + .tch-btn-header-primary-block, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-content-gray + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-content-danger + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-content-transparent + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-group-tab + .tch-btn-header-primary-block, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-header-primary-block, .input-group-btn > .tch-btn-tooltip + .tch-btn-header-primary-block, .input-group-btn > .btn + .tch-btn-header-secondary, .input-group-btn > .tch-btn-header + .tch-btn-header-secondary, .input-group-btn > .tch-btn-header-primary + .tch-btn-header-secondary, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-header-secondary, .input-group-btn > .tch-btn-header-secondary + .tch-btn-header-secondary, .input-group-btn > .tch-btn-header-danger + .tch-btn-header-secondary, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-header-secondary, .input-group-btn > .tch-btn-header-icon + .tch-btn-header-secondary, .input-group-btn > .tch-btn-content + .tch-btn-header-secondary, .input-group-btn > .tch-btn-content-primary + .tch-btn-header-secondary, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-header-secondary, .input-group-btn > .tch-page-nav-btn + .tch-btn-header-secondary, .input-group-btn > .tch-btn-content-secondary + .tch-btn-header-secondary, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-header-secondary, .input-group-btn > .tch-btn-content-gray + .tch-btn-header-secondary, .input-group-btn > .tch-btn-content-danger + .tch-btn-header-secondary, .input-group-btn > .tch-btn-content-transparent + .tch-btn-header-secondary, .input-group-btn > .tch-btn-group-tab + .tch-btn-header-secondary, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-header-secondary, .input-group-btn > .tch-btn-tooltip + .tch-btn-header-secondary, .input-group-btn > .btn + .tch-btn-header-danger, .input-group-btn > .tch-btn-header + .tch-btn-header-danger, .input-group-btn > .tch-btn-header-primary + .tch-btn-header-danger, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-header-danger, .input-group-btn > .tch-btn-header-secondary + .tch-btn-header-danger, .input-group-btn > .tch-btn-header-danger + .tch-btn-header-danger, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-header-danger, .input-group-btn > .tch-btn-header-icon + .tch-btn-header-danger, .input-group-btn > .tch-btn-content + .tch-btn-header-danger, .input-group-btn > .tch-btn-content-primary + .tch-btn-header-danger, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-header-danger, .input-group-btn > .tch-page-nav-btn + .tch-btn-header-danger, .input-group-btn > .tch-btn-content-secondary + .tch-btn-header-danger, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-header-danger, .input-group-btn > .tch-btn-content-gray + .tch-btn-header-danger, .input-group-btn > .tch-btn-content-danger + .tch-btn-header-danger, .input-group-btn > .tch-btn-content-transparent + .tch-btn-header-danger, .input-group-btn > .tch-btn-group-tab + .tch-btn-header-danger, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-header-danger, .input-group-btn > .tch-btn-tooltip + .tch-btn-header-danger, .input-group-btn > .btn + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-header + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-header-primary + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-header-secondary + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-header-danger + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-header-icon + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-content + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-content-primary + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-header-dropdown, .input-group-btn > .tch-page-nav-btn + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-content-secondary + .tch-btn-header-dropdown, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-content-gray + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-content-danger + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-content-transparent + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-group-tab + .tch-btn-header-dropdown, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-header-dropdown, .input-group-btn > .tch-btn-tooltip + .tch-btn-header-dropdown, .input-group-btn > .btn + .tch-btn-header-icon, .input-group-btn > .tch-btn-header + .tch-btn-header-icon, .input-group-btn > .tch-btn-header-primary + .tch-btn-header-icon, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-header-icon, .input-group-btn > .tch-btn-header-secondary + .tch-btn-header-icon, .input-group-btn > .tch-btn-header-danger + .tch-btn-header-icon, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-header-icon, .input-group-btn > .tch-btn-header-icon + .tch-btn-header-icon, .input-group-btn > .tch-btn-content + .tch-btn-header-icon, .input-group-btn > .tch-btn-content-primary + .tch-btn-header-icon, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-header-icon, .input-group-btn > .tch-page-nav-btn + .tch-btn-header-icon, .input-group-btn > .tch-btn-content-secondary + .tch-btn-header-icon, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-header-icon, .input-group-btn > .tch-btn-content-gray + .tch-btn-header-icon, .input-group-btn > .tch-btn-content-danger + .tch-btn-header-icon, .input-group-btn > .tch-btn-content-transparent + .tch-btn-header-icon, .input-group-btn > .tch-btn-group-tab + .tch-btn-header-icon, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-header-icon, .input-group-btn > .tch-btn-tooltip + .tch-btn-header-icon, .input-group-btn > .btn + .tch-btn-content, .input-group-btn > .tch-btn-header + .tch-btn-content, .input-group-btn > .tch-btn-header-primary + .tch-btn-content, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-content, .input-group-btn > .tch-btn-header-secondary + .tch-btn-content, .input-group-btn > .tch-btn-header-danger + .tch-btn-content, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-content, .input-group-btn > .tch-btn-header-icon + .tch-btn-content, .input-group-btn > .tch-btn-content + .tch-btn-content, .input-group-btn > .tch-btn-content-primary + .tch-btn-content, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-content, .input-group-btn > .tch-page-nav-btn + .tch-btn-content, .input-group-btn > .tch-btn-content-secondary + .tch-btn-content, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-content, .input-group-btn > .tch-btn-content-gray + .tch-btn-content, .input-group-btn > .tch-btn-content-danger + .tch-btn-content, .input-group-btn > .tch-btn-content-transparent + .tch-btn-content, .input-group-btn > .tch-btn-group-tab + .tch-btn-content, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-content, .input-group-btn > .tch-btn-tooltip + .tch-btn-content, .input-group-btn > .btn + .tch-btn-content-primary, .input-group-btn > .tch-btn-header + .tch-btn-content-primary, .input-group-btn > .tch-btn-header-primary + .tch-btn-content-primary, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-content-primary, .input-group-btn > .tch-btn-header-secondary + .tch-btn-content-primary, .input-group-btn > .tch-btn-header-danger + .tch-btn-content-primary, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-content-primary, .input-group-btn > .tch-btn-header-icon + .tch-btn-content-primary, .input-group-btn > .tch-btn-content + .tch-btn-content-primary, .input-group-btn > .tch-btn-content-primary + .tch-btn-content-primary, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-content-primary, .input-group-btn > .tch-page-nav-btn + .tch-btn-content-primary, .input-group-btn > .tch-btn-content-secondary + .tch-btn-content-primary, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-content-primary, .input-group-btn > .tch-btn-content-gray + .tch-btn-content-primary, .input-group-btn > .tch-btn-content-danger + .tch-btn-content-primary, .input-group-btn > .tch-btn-content-transparent + .tch-btn-content-primary, .input-group-btn > .tch-btn-group-tab + .tch-btn-content-primary, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-content-primary, .input-group-btn > .tch-btn-tooltip + .tch-btn-content-primary, .input-group-btn > .btn + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-header + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-header-primary + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-header-secondary + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-header-danger + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-header-icon + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-content + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-content-primary + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-content-primary-block, .input-group-btn > .tch-page-nav-btn + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-content-secondary + .tch-btn-content-primary-block, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-content-gray + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-content-danger + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-content-transparent + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-group-tab + .tch-btn-content-primary-block, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-content-primary-block, .input-group-btn > .tch-btn-tooltip + .tch-btn-content-primary-block, .input-group-btn > .btn + .tch-page-nav-btn, .input-group-btn > .tch-btn-header + .tch-page-nav-btn, .input-group-btn > .tch-btn-header-primary + .tch-page-nav-btn, .input-group-btn > .tch-btn-header-primary-block + .tch-page-nav-btn, .input-group-btn > .tch-btn-header-secondary + .tch-page-nav-btn, .input-group-btn > .tch-btn-header-danger + .tch-page-nav-btn, .input-group-btn > .tch-btn-header-dropdown + .tch-page-nav-btn, .input-group-btn > .tch-btn-header-icon + .tch-page-nav-btn, .input-group-btn > .tch-btn-content + .tch-page-nav-btn, .input-group-btn > .tch-btn-content-primary + .tch-page-nav-btn, .input-group-btn > .tch-btn-content-primary-block + .tch-page-nav-btn, .input-group-btn > .tch-page-nav-btn + .tch-page-nav-btn, .input-group-btn > .tch-btn-content-secondary + .tch-page-nav-btn, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-page-nav-btn, .input-group-btn > .tch-btn-content-gray + .tch-page-nav-btn, .input-group-btn > .tch-btn-content-danger + .tch-page-nav-btn, .input-group-btn > .tch-btn-content-transparent + .tch-page-nav-btn, .input-group-btn > .tch-btn-group-tab + .tch-page-nav-btn, .input-group-btn > .tch-dropdown-group-selector + .tch-page-nav-btn, .input-group-btn > .tch-btn-tooltip + .tch-page-nav-btn, .input-group-btn > .btn + .tch-btn-content-secondary, .input-group-btn > .tch-btn-header + .tch-btn-content-secondary, .input-group-btn > .tch-btn-header-primary + .tch-btn-content-secondary, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-content-secondary, .input-group-btn > .tch-btn-header-secondary + .tch-btn-content-secondary, .input-group-btn > .tch-btn-header-danger + .tch-btn-content-secondary, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-content-secondary, .input-group-btn > .tch-btn-header-icon + .tch-btn-content-secondary, .input-group-btn > .tch-btn-content + .tch-btn-content-secondary, .input-group-btn > .tch-btn-content-primary + .tch-btn-content-secondary, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-content-secondary, .input-group-btn > .tch-page-nav-btn + .tch-btn-content-secondary, .input-group-btn > .tch-btn-content-secondary + .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-content-secondary, .input-group-btn > .tch-btn-content-gray + .tch-btn-content-secondary, .input-group-btn > .tch-btn-content-danger + .tch-btn-content-secondary, .input-group-btn > .tch-btn-content-transparent + .tch-btn-content-secondary, .input-group-btn > .tch-btn-group-tab + .tch-btn-content-secondary, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-content-secondary, .input-group-btn > .tch-btn-tooltip + .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-header + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-header-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-header-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-header-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-header-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-header-dropdown + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-header-icon + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-content + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-content-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-content-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-page-nav-btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-content-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-content-gray + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-content-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-content-transparent + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-group-tab + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-dropdown-group-selector + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .tch-btn-tooltip + .ui-select-match-item, .input-group-btn > .btn + .tch-btn-content-gray, .input-group-btn > .tch-btn-header + .tch-btn-content-gray, .input-group-btn > .tch-btn-header-primary + .tch-btn-content-gray, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-content-gray, .input-group-btn > .tch-btn-header-secondary + .tch-btn-content-gray, .input-group-btn > .tch-btn-header-danger + .tch-btn-content-gray, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-content-gray, .input-group-btn > .tch-btn-header-icon + .tch-btn-content-gray, .input-group-btn > .tch-btn-content + .tch-btn-content-gray, .input-group-btn > .tch-btn-content-primary + .tch-btn-content-gray, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-content-gray, .input-group-btn > .tch-page-nav-btn + .tch-btn-content-gray, .input-group-btn > .tch-btn-content-secondary + .tch-btn-content-gray, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-content-gray, .input-group-btn > .tch-btn-content-gray + .tch-btn-content-gray, .input-group-btn > .tch-btn-content-danger + .tch-btn-content-gray, .input-group-btn > .tch-btn-content-transparent + .tch-btn-content-gray, .input-group-btn > .tch-btn-group-tab + .tch-btn-content-gray, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-content-gray, .input-group-btn > .tch-btn-tooltip + .tch-btn-content-gray, .input-group-btn > .btn + .tch-btn-content-danger, .input-group-btn > .tch-btn-header + .tch-btn-content-danger, .input-group-btn > .tch-btn-header-primary + .tch-btn-content-danger, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-content-danger, .input-group-btn > .tch-btn-header-secondary + .tch-btn-content-danger, .input-group-btn > .tch-btn-header-danger + .tch-btn-content-danger, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-content-danger, .input-group-btn > .tch-btn-header-icon + .tch-btn-content-danger, .input-group-btn > .tch-btn-content + .tch-btn-content-danger, .input-group-btn > .tch-btn-content-primary + .tch-btn-content-danger, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-content-danger, .input-group-btn > .tch-page-nav-btn + .tch-btn-content-danger, .input-group-btn > .tch-btn-content-secondary + .tch-btn-content-danger, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-content-danger, .input-group-btn > .tch-btn-content-gray + .tch-btn-content-danger, .input-group-btn > .tch-btn-content-danger + .tch-btn-content-danger, .input-group-btn > .tch-btn-content-transparent + .tch-btn-content-danger, .input-group-btn > .tch-btn-group-tab + .tch-btn-content-danger, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-content-danger, .input-group-btn > .tch-btn-tooltip + .tch-btn-content-danger, .input-group-btn > .btn + .tch-btn-content-transparent, .input-group-btn > .tch-btn-header + .tch-btn-content-transparent, .input-group-btn > .tch-btn-header-primary + .tch-btn-content-transparent, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-content-transparent, .input-group-btn > .tch-btn-header-secondary + .tch-btn-content-transparent, .input-group-btn > .tch-btn-header-danger + .tch-btn-content-transparent, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-content-transparent, .input-group-btn > .tch-btn-header-icon + .tch-btn-content-transparent, .input-group-btn > .tch-btn-content + .tch-btn-content-transparent, .input-group-btn > .tch-btn-content-primary + .tch-btn-content-transparent, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-content-transparent, .input-group-btn > .tch-page-nav-btn + .tch-btn-content-transparent, .input-group-btn > .tch-btn-content-secondary + .tch-btn-content-transparent, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-content-transparent, .input-group-btn > .tch-btn-content-gray + .tch-btn-content-transparent, .input-group-btn > .tch-btn-content-danger + .tch-btn-content-transparent, .input-group-btn > .tch-btn-content-transparent + .tch-btn-content-transparent, .input-group-btn > .tch-btn-group-tab + .tch-btn-content-transparent, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-content-transparent, .input-group-btn > .tch-btn-tooltip + .tch-btn-content-transparent, .input-group-btn > .btn + .tch-btn-group-tab, .input-group-btn > .tch-btn-header + .tch-btn-group-tab, .input-group-btn > .tch-btn-header-primary + .tch-btn-group-tab, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-group-tab, .input-group-btn > .tch-btn-header-secondary + .tch-btn-group-tab, .input-group-btn > .tch-btn-header-danger + .tch-btn-group-tab, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-group-tab, .input-group-btn > .tch-btn-header-icon + .tch-btn-group-tab, .input-group-btn > .tch-btn-content + .tch-btn-group-tab, .input-group-btn > .tch-btn-content-primary + .tch-btn-group-tab, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-group-tab, .input-group-btn > .tch-page-nav-btn + .tch-btn-group-tab, .input-group-btn > .tch-btn-content-secondary + .tch-btn-group-tab, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-group-tab, .input-group-btn > .tch-btn-content-gray + .tch-btn-group-tab, .input-group-btn > .tch-btn-content-danger + .tch-btn-group-tab, .input-group-btn > .tch-btn-content-transparent + .tch-btn-group-tab, .input-group-btn > .tch-btn-group-tab + .tch-btn-group-tab, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-group-tab, .input-group-btn > .tch-btn-tooltip + .tch-btn-group-tab, .input-group-btn > .btn + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-header + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-header-primary + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-header-primary-block + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-header-secondary + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-header-danger + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-header-dropdown + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-header-icon + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-content + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-content-primary + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-content-primary-block + .tch-dropdown-group-selector, .input-group-btn > .tch-page-nav-btn + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-content-secondary + .tch-dropdown-group-selector, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-content-gray + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-content-danger + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-content-transparent + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-group-tab + .tch-dropdown-group-selector, .input-group-btn > .tch-dropdown-group-selector + .tch-dropdown-group-selector, .input-group-btn > .tch-btn-tooltip + .tch-dropdown-group-selector, .input-group-btn > .btn + .tch-btn-tooltip, .input-group-btn > .tch-btn-header + .tch-btn-tooltip, .input-group-btn > .tch-btn-header-primary + .tch-btn-tooltip, .input-group-btn > .tch-btn-header-primary-block + .tch-btn-tooltip, .input-group-btn > .tch-btn-header-secondary + .tch-btn-tooltip, .input-group-btn > .tch-btn-header-danger + .tch-btn-tooltip, .input-group-btn > .tch-btn-header-dropdown + .tch-btn-tooltip, .input-group-btn > .tch-btn-header-icon + .tch-btn-tooltip, .input-group-btn > .tch-btn-content + .tch-btn-tooltip, .input-group-btn > .tch-btn-content-primary + .tch-btn-tooltip, .input-group-btn > .tch-btn-content-primary-block + .tch-btn-tooltip, .input-group-btn > .tch-page-nav-btn + .tch-btn-tooltip, .input-group-btn > .tch-btn-content-secondary + .tch-btn-tooltip, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item + .tch-btn-tooltip, .input-group-btn > .tch-btn-content-gray + .tch-btn-tooltip, .input-group-btn > .tch-btn-content-danger + .tch-btn-tooltip, .input-group-btn > .tch-btn-content-transparent + .tch-btn-tooltip, .input-group-btn > .tch-btn-group-tab + .tch-btn-tooltip, .input-group-btn > .tch-dropdown-group-selector + .tch-btn-tooltip, .input-group-btn > .tch-btn-tooltip + .tch-btn-tooltip { | |
margin-left: -1px; } | |
.input-group-btn > .btn:hover, .input-group-btn > .tch-btn-header:hover, .input-group-btn > .tch-btn-header-primary:hover, .input-group-btn > .tch-btn-header-primary-block:hover, .input-group-btn > .tch-btn-header-secondary:hover, .input-group-btn > .tch-btn-header-danger:hover, .input-group-btn > .tch-btn-header-dropdown:hover, .input-group-btn > .tch-btn-header-icon:hover, .input-group-btn > .tch-btn-content:hover, .input-group-btn > .tch-btn-content-primary:hover, .input-group-btn > .tch-btn-content-primary-block:hover, .input-group-btn > .tch-page-nav-btn:hover, .input-group-btn > .tch-btn-content-secondary:hover, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item:hover, .input-group-btn > .tch-btn-content-gray:hover, .input-group-btn > .tch-btn-content-danger:hover, .input-group-btn > .tch-btn-content-transparent:hover, .input-group-btn > .tch-btn-group-tab:hover, .input-group-btn > .tch-dropdown-group-selector:hover, .input-group-btn > .tch-btn-tooltip:hover, .input-group-btn > .btn:focus, .input-group-btn > .tch-btn-header:focus, .input-group-btn > .tch-btn-header-primary:focus, .input-group-btn > .tch-btn-header-primary-block:focus, .input-group-btn > .tch-btn-header-secondary:focus, .input-group-btn > .tch-btn-header-danger:focus, .input-group-btn > .tch-btn-header-dropdown:focus, .input-group-btn > .tch-btn-header-icon:focus, .input-group-btn > .tch-btn-content:focus, .input-group-btn > .tch-btn-content-primary:focus, .input-group-btn > .tch-btn-content-primary-block:focus, .input-group-btn > .tch-page-nav-btn:focus, .input-group-btn > .tch-btn-content-secondary:focus, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item:focus, .input-group-btn > .tch-btn-content-gray:focus, .input-group-btn > .tch-btn-content-danger:focus, .input-group-btn > .tch-btn-content-transparent:focus, .input-group-btn > .tch-btn-group-tab:focus, .input-group-btn > .tch-dropdown-group-selector:focus, .input-group-btn > .tch-btn-tooltip:focus, .input-group-btn > .btn:active, .input-group-btn > .tch-btn-header:active, .input-group-btn > .tch-btn-header-primary:active, .input-group-btn > .tch-btn-header-primary-block:active, .input-group-btn > .tch-btn-header-secondary:active, .input-group-btn > .tch-btn-header-danger:active, .input-group-btn > .tch-btn-header-dropdown:active, .input-group-btn > .tch-btn-header-icon:active, .input-group-btn > .tch-btn-content:active, .input-group-btn > .tch-btn-content-primary:active, .input-group-btn > .tch-btn-content-primary-block:active, .input-group-btn > .tch-page-nav-btn:active, .input-group-btn > .tch-btn-content-secondary:active, .ui-select-multiple.ui-select-bootstrap .input-group-btn > .ui-select-match-item:active, .input-group-btn > .tch-btn-content-gray:active, .input-group-btn > .tch-btn-content-danger:active, .input-group-btn > .tch-btn-content-transparent:active, .input-group-btn > .tch-btn-group-tab:active, .input-group-btn > .tch-dropdown-group-selector:active, .input-group-btn > .tch-btn-tooltip:active { | |
z-index: 2; } | |
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .tch-btn-header, .input-group-btn:first-child > .tch-btn-header-primary, .input-group-btn:first-child > .tch-btn-header-primary-block, .input-group-btn:first-child > .tch-btn-header-secondary, .input-group-btn:first-child > .tch-btn-header-danger, .input-group-btn:first-child > .tch-btn-header-dropdown, .input-group-btn:first-child > .tch-btn-header-icon, .input-group-btn:first-child > .tch-btn-content, .input-group-btn:first-child > .tch-btn-content-primary, .input-group-btn:first-child > .tch-btn-content-primary-block, .input-group-btn:first-child > .tch-page-nav-btn, .input-group-btn:first-child > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .input-group-btn:first-child > .ui-select-match-item, .input-group-btn:first-child > .tch-btn-content-gray, .input-group-btn:first-child > .tch-btn-content-danger, .input-group-btn:first-child > .tch-btn-content-transparent, .input-group-btn:first-child > .tch-btn-group-tab, .input-group-btn:first-child > .tch-dropdown-group-selector, .input-group-btn:first-child > .tch-btn-tooltip, | |
.input-group-btn:first-child > .btn-group, | |
.input-group-btn:first-child > .tch-btn-group, | |
.input-group-btn:first-child > .tch-dropdown-group { | |
margin-right: -1px; } | |
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .tch-btn-header, .input-group-btn:last-child > .tch-btn-header-primary, .input-group-btn:last-child > .tch-btn-header-primary-block, .input-group-btn:last-child > .tch-btn-header-secondary, .input-group-btn:last-child > .tch-btn-header-danger, .input-group-btn:last-child > .tch-btn-header-dropdown, .input-group-btn:last-child > .tch-btn-header-icon, .input-group-btn:last-child > .tch-btn-content, .input-group-btn:last-child > .tch-btn-content-primary, .input-group-btn:last-child > .tch-btn-content-primary-block, .input-group-btn:last-child > .tch-page-nav-btn, .input-group-btn:last-child > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .input-group-btn:last-child > .ui-select-match-item, .input-group-btn:last-child > .tch-btn-content-gray, .input-group-btn:last-child > .tch-btn-content-danger, .input-group-btn:last-child > .tch-btn-content-transparent, .input-group-btn:last-child > .tch-btn-group-tab, .input-group-btn:last-child > .tch-dropdown-group-selector, .input-group-btn:last-child > .tch-btn-tooltip, | |
.input-group-btn:last-child > .btn-group, | |
.input-group-btn:last-child > .tch-btn-group, | |
.input-group-btn:last-child > .tch-dropdown-group { | |
z-index: 2; | |
margin-left: -1px; } | |
.nav { | |
margin-bottom: 0; | |
padding-left: 0; | |
list-style: none; } | |
.nav:before, .nav:after { | |
content: " "; | |
display: table; } | |
.nav:after { | |
clear: both; } | |
.nav > li { | |
position: relative; | |
display: block; } | |
.nav > li > a { | |
position: relative; | |
display: block; | |
padding: 10px 15px; } | |
.nav > li > a:hover, .nav > li > a:focus { | |
text-decoration: none; | |
background-color: #eeeeee; } | |
.nav > li.disabled > a { | |
color: #B5BDBD; } | |
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { | |
color: #B5BDBD; | |
text-decoration: none; | |
background-color: transparent; | |
cursor: not-allowed; } | |
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { | |
background-color: #eeeeee; | |
border-color: #30787d; } | |
.nav .nav-divider { | |
height: 1px; | |
margin: 11px 0; | |
overflow: hidden; | |
background-color: #e5e5e5; } | |
.nav > li > a > img { | |
max-width: none; } | |
.nav-tabs { | |
border-bottom: 1px solid #e2e6e6; } | |
.nav-tabs > li { | |
float: left; | |
margin-bottom: -1px; } | |
.nav-tabs > li > a { | |
margin-right: 2px; | |
line-height: 1.72222; | |
border: 1px solid transparent; | |
border-radius: 4px 4px 0 0; } | |
.nav-tabs > li > a:hover { | |
border-color: #eeeeee #eeeeee #e2e6e6; } | |
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { | |
color: #95a5a6; | |
background-color: #F7F7F4; | |
border: 1px solid #ddd; | |
border-bottom-color: transparent; | |
cursor: default; } | |
.nav-pills > li { | |
float: left; } | |
.nav-pills > li > a { | |
border-radius: 4px; } | |
.nav-pills > li + li { | |
margin-left: 2px; } | |
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { | |
color: #fff; | |
background-color: #3D5557; } | |
.nav-stacked > li { | |
float: none; } | |
.nav-stacked > li + li { | |
margin-top: 2px; | |
margin-left: 0; } | |
.nav-justified, .nav-tabs.nav-justified { | |
width: 100%; } | |
.nav-justified > li, .nav-tabs.nav-justified > li { | |
float: none; } | |
.nav-justified > li > a, .nav-tabs.nav-justified > li > a { | |
text-align: center; | |
margin-bottom: 5px; } | |
.nav-justified > .dropdown .dropdown-menu { | |
top: auto; | |
left: auto; } | |
@media (min-width: 768px) { | |
.nav-justified > li, .nav-tabs.nav-justified > li { | |
display: table-cell; | |
width: 1%; } | |
.nav-justified > li > a, .nav-tabs.nav-justified > li > a { | |
margin-bottom: 0; } } | |
.nav-tabs-justified, .nav-tabs.nav-justified { | |
border-bottom: 0; } | |
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { | |
margin-right: 0; | |
border-radius: 4px; } | |
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, | |
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, | |
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { | |
border: 1px solid #ddd; } | |
@media (min-width: 768px) { | |
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { | |
border-bottom: 1px solid #ddd; | |
border-radius: 4px 4px 0 0; } | |
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, | |
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, | |
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { | |
border-bottom-color: #F7F7F4; } } | |
.tab-content > .tab-pane { | |
display: none; } | |
.tab-content > .active { | |
display: block; } | |
.nav-tabs .dropdown-menu { | |
margin-top: -1px; | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; } | |
.navbar { | |
position: relative; | |
min-height: 50px; | |
margin-bottom: 24px; | |
border: 1px solid transparent; } | |
.navbar:before, .navbar:after { | |
content: " "; | |
display: table; } | |
.navbar:after { | |
clear: both; } | |
@media (min-width: 768px) { | |
.navbar { | |
border-radius: 6px; } } | |
.navbar-header:before, .navbar-header:after { | |
content: " "; | |
display: table; } | |
.navbar-header:after { | |
clear: both; } | |
@media (min-width: 768px) { | |
.navbar-header { | |
float: left; } } | |
.navbar-collapse { | |
overflow-x: visible; | |
padding-right: 15px; | |
padding-left: 15px; | |
border-top: 1px solid transparent; | |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); | |
-webkit-overflow-scrolling: touch; } | |
.navbar-collapse:before, .navbar-collapse:after { | |
content: " "; | |
display: table; } | |
.navbar-collapse:after { | |
clear: both; } | |
.navbar-collapse.in { | |
overflow-y: auto; } | |
@media (min-width: 768px) { | |
.navbar-collapse { | |
width: auto; | |
border-top: 0; | |
box-shadow: none; } | |
.navbar-collapse.collapse { | |
display: block !important; | |
height: auto !important; | |
padding-bottom: 0; | |
overflow: visible !important; } | |
.navbar-collapse.in { | |
overflow-y: visible; } | |
.navbar-fixed-top .navbar-collapse, | |
.navbar-static-top .navbar-collapse, | |
.navbar-fixed-bottom .navbar-collapse { | |
padding-left: 0; | |
padding-right: 0; } } | |
.navbar-fixed-top .navbar-collapse, | |
.navbar-fixed-bottom .navbar-collapse { | |
max-height: 340px; } | |
@media (max-device-width: 480px) and (orientation: landscape) { | |
.navbar-fixed-top .navbar-collapse, | |
.navbar-fixed-bottom .navbar-collapse { | |
max-height: 200px; } } | |
.container > .navbar-header, | |
.container > .navbar-collapse, | |
.container-fluid > .navbar-header, | |
.container-fluid > .navbar-collapse { | |
margin-right: -15px; | |
margin-left: -15px; } | |
@media (min-width: 768px) { | |
.container > .navbar-header, | |
.container > .navbar-collapse, | |
.container-fluid > .navbar-header, | |
.container-fluid > .navbar-collapse { | |
margin-right: 0; | |
margin-left: 0; } } | |
.navbar-static-top { | |
z-index: 1000; | |
border-width: 0 0 1px; } | |
@media (min-width: 768px) { | |
.navbar-static-top { | |
border-radius: 0; } } | |
.navbar-fixed-top, | |
.navbar-fixed-bottom { | |
position: fixed; | |
right: 0; | |
left: 0; | |
z-index: 1030; } | |
@media (min-width: 768px) { | |
.navbar-fixed-top, | |
.navbar-fixed-bottom { | |
border-radius: 0; } } | |
.navbar-fixed-top { | |
top: 0; | |
border-width: 0 0 1px; } | |
.navbar-fixed-bottom { | |
bottom: 0; | |
margin-bottom: 0; | |
border-width: 1px 0 0; } | |
.navbar-brand { | |
float: left; | |
padding: 13px 15px; | |
font-size: 18px; | |
line-height: 24px; | |
height: 50px; } | |
.navbar-brand:hover, .navbar-brand:focus { | |
text-decoration: none; } | |
.navbar-brand > img { | |
display: block; } | |
@media (min-width: 768px) { | |
.navbar > .container .navbar-brand, | |
.navbar > .container-fluid .navbar-brand { | |
margin-left: -15px; } } | |
.navbar-toggle { | |
position: relative; | |
float: right; | |
margin-right: 15px; | |
padding: 9px 10px; | |
margin-top: 8px; | |
margin-bottom: 8px; | |
background-color: transparent; | |
background-image: none; | |
border: 1px solid transparent; | |
border-radius: 4px; } | |
.navbar-toggle:focus { | |
outline: 0; } | |
.navbar-toggle .icon-bar { | |
display: block; | |
width: 22px; | |
height: 2px; | |
border-radius: 1px; } | |
.navbar-toggle .icon-bar + .icon-bar { | |
margin-top: 4px; } | |
@media (min-width: 768px) { | |
.navbar-toggle { | |
display: none; } } | |
.navbar-nav { | |
margin: 6.5px -15px; } | |
.navbar-nav > li > a { | |
padding-top: 10px; | |
padding-bottom: 10px; | |
line-height: 24px; } | |
@media (max-width: 767px) { | |
.navbar-nav .open .dropdown-menu { | |
position: static; | |
float: none; | |
width: auto; | |
margin-top: 0; | |
background-color: transparent; | |
border: 0; | |
box-shadow: none; } | |
.navbar-nav .open .dropdown-menu > li > a, | |
.navbar-nav .open .dropdown-menu .dropdown-header { | |
padding: 5px 15px 5px 25px; } | |
.navbar-nav .open .dropdown-menu > li > a { | |
line-height: 24px; } | |
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { | |
background-image: none; } } | |
@media (min-width: 768px) { | |
.navbar-nav { | |
float: left; | |
margin: 0; } | |
.navbar-nav > li { | |
float: left; } | |
.navbar-nav > li > a { | |
padding-top: 13px; | |
padding-bottom: 13px; } } | |
.navbar-form { | |
margin-left: -15px; | |
margin-right: -15px; | |
padding: 10px 15px; | |
border-top: 1px solid transparent; | |
border-bottom: 1px solid transparent; | |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); | |
margin-top: 4.5px; | |
margin-bottom: 4.5px; } | |
@media (min-width: 768px) { | |
.navbar-form .form-group { | |
display: inline-block; | |
margin-bottom: 0; | |
vertical-align: middle; } | |
.navbar-form .form-control { | |
display: inline-block; | |
width: auto; | |
vertical-align: middle; } | |
.navbar-form .form-control-static { | |
display: inline-block; } | |
.navbar-form .input-group { | |
display: inline-table; | |
vertical-align: middle; } | |
.navbar-form .input-group .input-group-addon, | |
.navbar-form .input-group .input-group-btn, | |
.navbar-form .input-group .form-control { | |
width: auto; } | |
.navbar-form .input-group > .form-control { | |
width: 100%; } | |
.navbar-form .control-label { | |
margin-bottom: 0; | |
vertical-align: middle; } | |
.navbar-form .radio, | |
.navbar-form .checkbox { | |
display: inline-block; | |
margin-top: 0; | |
margin-bottom: 0; | |
vertical-align: middle; } | |
.navbar-form .radio label, | |
.navbar-form .checkbox label { | |
padding-left: 0; } | |
.navbar-form .radio input[type="radio"], | |
.navbar-form .checkbox input[type="checkbox"] { | |
position: relative; | |
margin-left: 0; } | |
.navbar-form .has-feedback .form-control-feedback { | |
top: 0; } } | |
@media (max-width: 767px) { | |
.navbar-form .form-group { | |
margin-bottom: 5px; } | |
.navbar-form .form-group:last-child { | |
margin-bottom: 0; } } | |
@media (min-width: 768px) { | |
.navbar-form { | |
width: auto; | |
border: 0; | |
margin-left: 0; | |
margin-right: 0; | |
padding-top: 0; | |
padding-bottom: 0; | |
box-shadow: none; } } | |
.navbar-nav > li > .dropdown-menu { | |
margin-top: 0; | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; } | |
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { | |
margin-bottom: 0; | |
border-top-right-radius: 6px; | |
border-top-left-radius: 6px; | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0; } | |
.navbar-btn { | |
margin-top: 4.5px; | |
margin-bottom: 4.5px; } | |
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.tch-btn-header, .btn-group-sm > .navbar-btn.tch-btn-header-primary, .btn-group-sm > .navbar-btn.tch-btn-header-primary-block, .btn-group-sm > .navbar-btn.tch-btn-header-secondary, .btn-group-sm > .navbar-btn.tch-btn-header-danger, .btn-group-sm > .navbar-btn.tch-btn-header-dropdown, .btn-group-sm > .navbar-btn.tch-btn-header-icon, .btn-group-sm > .navbar-btn.tch-btn-content, .btn-group-sm > .navbar-btn.tch-btn-content-primary, .btn-group-sm > .navbar-btn.tch-btn-content-primary-block, .btn-group-sm > .navbar-btn.tch-page-nav-btn, .btn-group-sm > .navbar-btn.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group-sm > .navbar-btn.ui-select-match-item, .btn-group-sm > .navbar-btn.tch-btn-content-gray, .btn-group-sm > .navbar-btn.tch-btn-content-danger, .btn-group-sm > .navbar-btn.tch-btn-content-transparent, .btn-group-sm > .navbar-btn.tch-btn-group-tab, .btn-group-sm > .navbar-btn.tch-dropdown-group-selector, .btn-group-sm > .navbar-btn.tch-btn-tooltip { | |
margin-top: 7.5px; | |
margin-bottom: 7.5px; } | |
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.tch-btn-header, .btn-group-xs > .navbar-btn.tch-btn-header-primary, .btn-group-xs > .navbar-btn.tch-btn-header-primary-block, .btn-group-xs > .navbar-btn.tch-btn-header-secondary, .btn-group-xs > .navbar-btn.tch-btn-header-danger, .btn-group-xs > .navbar-btn.tch-btn-header-dropdown, .btn-group-xs > .navbar-btn.tch-btn-header-icon, .btn-group-xs > .navbar-btn.tch-btn-content, .btn-group-xs > .navbar-btn.tch-btn-content-primary, .btn-group-xs > .navbar-btn.tch-btn-content-primary-block, .btn-group-xs > .navbar-btn.tch-page-nav-btn, .btn-group-xs > .navbar-btn.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .btn-group-xs > .navbar-btn.ui-select-match-item, .btn-group-xs > .navbar-btn.tch-btn-content-gray, .btn-group-xs > .navbar-btn.tch-btn-content-danger, .btn-group-xs > .navbar-btn.tch-btn-content-transparent, .btn-group-xs > .navbar-btn.tch-btn-group-tab, .btn-group-xs > .navbar-btn.tch-dropdown-group-selector, .btn-group-xs > .navbar-btn.tch-btn-tooltip { | |
margin-top: 14px; | |
margin-bottom: 14px; } | |
.navbar-text { | |
margin-top: 13px; | |
margin-bottom: 13px; } | |
@media (min-width: 768px) { | |
.navbar-text { | |
float: left; | |
margin-left: 15px; | |
margin-right: 15px; } } | |
@media (min-width: 768px) { | |
.navbar-left { | |
float: left !important; } | |
.navbar-right { | |
float: right !important; | |
margin-right: -15px; } | |
.navbar-right ~ .navbar-right { | |
margin-right: 0; } } | |
.navbar-default { | |
background-color: #f8f8f8; | |
border-color: #e7e7e7; } | |
.navbar-default .navbar-brand { | |
color: #3D5557; } | |
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { | |
color: #3c948b; | |
background-color: transparent; } | |
.navbar-default .navbar-text { | |
color: #777; } | |
.navbar-default .navbar-nav > li > a { | |
color: #3D5557; } | |
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { | |
color: #3c948b; | |
background-color: transparent; } | |
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { | |
color: #3c948b; | |
background-color: transparent; } | |
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { | |
color: #ccc; | |
background-color: transparent; } | |
.navbar-default .navbar-toggle { | |
border-color: #ddd; } | |
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { | |
background-color: #ddd; } | |
.navbar-default .navbar-toggle .icon-bar { | |
background-color: #888; } | |
.navbar-default .navbar-collapse, | |
.navbar-default .navbar-form { | |
border-color: #e7e7e7; } | |
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { | |
background-color: transparent; | |
color: #3c948b; } | |
@media (max-width: 767px) { | |
.navbar-default .navbar-nav .open .dropdown-menu > li > a { | |
color: #3D5557; } | |
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { | |
color: #3c948b; | |
background-color: transparent; } | |
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { | |
color: #3c948b; | |
background-color: transparent; } | |
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { | |
color: #ccc; | |
background-color: transparent; } } | |
.navbar-default .navbar-link { | |
color: #3D5557; } | |
.navbar-default .navbar-link:hover { | |
color: #3c948b; } | |
.navbar-default .btn-link { | |
color: #3D5557; } | |
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus { | |
color: #3c948b; } | |
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, | |
fieldset[disabled] .navbar-default .btn-link:hover, | |
fieldset[disabled] .navbar-default .btn-link:focus { | |
color: #ccc; } | |
.navbar-inverse { | |
background-color: #3D5557; | |
border-color: #283839; } | |
.navbar-inverse .navbar-brand { | |
color: white; } | |
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { | |
color: #3c948b; | |
background-color: transparent; } | |
.navbar-inverse .navbar-text { | |
color: white; } | |
.navbar-inverse .navbar-nav > li > a { | |
color: white; } | |
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { | |
color: #3c948b; | |
background-color: transparent; } | |
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { | |
color: white; | |
background-color: #3c948b; } | |
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { | |
color: #444; | |
background-color: transparent; } | |
.navbar-inverse .navbar-toggle { | |
border-color: #333; } | |
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { | |
background-color: #333; } | |
.navbar-inverse .navbar-toggle .icon-bar { | |
background-color: #fff; } | |
.navbar-inverse .navbar-collapse, | |
.navbar-inverse .navbar-form { | |
border-color: #2e4042; } | |
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { | |
background-color: #3c948b; | |
color: white; } | |
@media (max-width: 767px) { | |
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { | |
border-color: #283839; } | |
.navbar-inverse .navbar-nav .open .dropdown-menu .divider { | |
background-color: #283839; } | |
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { | |
color: white; } | |
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { | |
color: #3c948b; | |
background-color: transparent; } | |
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { | |
color: white; | |
background-color: #3c948b; } | |
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { | |
color: #444; | |
background-color: transparent; } } | |
.navbar-inverse .navbar-link { | |
color: white; } | |
.navbar-inverse .navbar-link:hover { | |
color: #3c948b; } | |
.navbar-inverse .btn-link { | |
color: white; } | |
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { | |
color: #3c948b; } | |
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, | |
fieldset[disabled] .navbar-inverse .btn-link:hover, | |
fieldset[disabled] .navbar-inverse .btn-link:focus { | |
color: #444; } | |
.breadcrumb { | |
padding: 8px 15px; | |
margin-bottom: 24px; | |
list-style: none; | |
background-color: #f5f5f5; | |
border-radius: 4px; } | |
.breadcrumb > li { | |
display: inline-block; } | |
.breadcrumb > li + li:before { | |
content: "/ "; | |
padding: 0 5px; | |
color: #ccc; } | |
.breadcrumb > .active { | |
color: #B5BDBD; } | |
.pagination { | |
display: inline-block; | |
padding-left: 0; | |
margin: 24px 0; | |
border-radius: 4px; } | |
.pagination > li { | |
display: inline; } | |
.pagination > li > a, | |
.pagination > li > span { | |
position: relative; | |
float: left; | |
padding: 6px 12px; | |
line-height: 1.72222; | |
text-decoration: none; | |
color: #d8dddd; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
margin-left: -1px; } | |
.pagination > li:first-child > a, | |
.pagination > li:first-child > span { | |
margin-left: 0; | |
border-bottom-left-radius: 4px; | |
border-top-left-radius: 4px; } | |
.pagination > li:last-child > a, | |
.pagination > li:last-child > span { | |
border-bottom-right-radius: 4px; | |
border-top-right-radius: 4px; } | |
.pagination > li > a:hover, .pagination > li > a:focus, | |
.pagination > li > span:hover, | |
.pagination > li > span:focus { | |
z-index: 3; | |
color: #2b9b8b; | |
background-color: #eeeeee; | |
border-color: #ddd; } | |
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, | |
.pagination > .active > span, | |
.pagination > .active > span:hover, | |
.pagination > .active > span:focus { | |
z-index: 2; | |
color: #fff; | |
background-color: #3D5557; | |
border-color: #3D5557; | |
cursor: default; } | |
.pagination > .disabled > span, | |
.pagination > .disabled > span:hover, | |
.pagination > .disabled > span:focus, | |
.pagination > .disabled > a, | |
.pagination > .disabled > a:hover, | |
.pagination > .disabled > a:focus { | |
color: #B5BDBD; | |
background-color: #fff; | |
border-color: #ddd; | |
cursor: not-allowed; } | |
.pagination-lg > li > a, | |
.pagination-lg > li > span { | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.33333; } | |
.pagination-lg > li:first-child > a, | |
.pagination-lg > li:first-child > span { | |
border-bottom-left-radius: 6px; | |
border-top-left-radius: 6px; } | |
.pagination-lg > li:last-child > a, | |
.pagination-lg > li:last-child > span { | |
border-bottom-right-radius: 6px; | |
border-top-right-radius: 6px; } | |
.pagination-sm > li > a, | |
.pagination-sm > li > span { | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; } | |
.pagination-sm > li:first-child > a, | |
.pagination-sm > li:first-child > span { | |
border-bottom-left-radius: 3px; | |
border-top-left-radius: 3px; } | |
.pagination-sm > li:last-child > a, | |
.pagination-sm > li:last-child > span { | |
border-bottom-right-radius: 3px; | |
border-top-right-radius: 3px; } | |
.pager { | |
padding-left: 0; | |
margin: 24px 0; | |
list-style: none; | |
text-align: center; } | |
.pager:before, .pager:after { | |
content: " "; | |
display: table; } | |
.pager:after { | |
clear: both; } | |
.pager li { | |
display: inline; } | |
.pager li > a, | |
.pager li > span { | |
display: inline-block; | |
padding: 5px 14px; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: 15px; } | |
.pager li > a:hover, | |
.pager li > a:focus { | |
text-decoration: none; | |
background-color: #eeeeee; } | |
.pager .next > a, | |
.pager .next > span { | |
float: right; } | |
.pager .previous > a, | |
.pager .previous > span { | |
float: left; } | |
.pager .disabled > a, | |
.pager .disabled > a:hover, | |
.pager .disabled > a:focus, | |
.pager .disabled > span { | |
color: #B5BDBD; | |
background-color: #fff; | |
cursor: not-allowed; } | |
.label { | |
display: inline; | |
padding: .2em .6em .3em; | |
font-size: 75%; | |
font-weight: bold; | |
line-height: 1; | |
color: #fff; | |
text-align: center; | |
white-space: nowrap; | |
vertical-align: baseline; | |
border-radius: .25em; } | |
.label:empty { | |
display: none; } | |
.btn .label, .tch-btn-header .label, .tch-btn-header-primary .label, .tch-btn-header-primary-block .label, .tch-btn-header-secondary .label, .tch-btn-header-danger .label, .tch-btn-header-dropdown .label, .tch-btn-header-icon .label, .tch-btn-content .label, .tch-btn-content-primary .label, .tch-btn-content-primary-block .label, .tch-page-nav-btn .label, .tch-btn-content-secondary .label, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item .label, .tch-btn-content-gray .label, .tch-btn-content-danger .label, .tch-btn-content-transparent .label, .tch-btn-group-tab .label, .tch-dropdown-group-selector .label, .tch-btn-tooltip .label { | |
position: relative; | |
top: -1px; } | |
a.label:hover, a.label:focus { | |
color: white; | |
text-decoration: none; | |
cursor: pointer; } | |
.label-default { | |
background-color: #eceeee; } | |
.label-default[href]:hover, .label-default[href]:focus { | |
background-color: #d1d6d6; } | |
.label-primary { | |
background-color: #3c948b; } | |
.label-primary[href]:hover, .label-primary[href]:focus { | |
background-color: #2d7069; } | |
.label-success { | |
background-color: #3c948b; } | |
.label-success[href]:hover, .label-success[href]:focus { | |
background-color: #2d7069; } | |
.label-info { | |
background-color: #3498db; } | |
.label-info[href]:hover, .label-info[href]:focus { | |
background-color: #217dbb; } | |
.label-warning { | |
background-color: #f1c40f; } | |
.label-warning[href]:hover, .label-warning[href]:focus { | |
background-color: #c29d0b; } | |
.label-danger { | |
background-color: #C35220; } | |
.label-danger[href]:hover, .label-danger[href]:focus { | |
background-color: #974019; } | |
.badge { | |
display: inline-block; | |
min-width: 10px; | |
padding: 3px 7px; | |
font-size: 12px; | |
font-weight: normal; | |
color: white; | |
line-height: 1.615; | |
vertical-align: middle; | |
white-space: nowrap; | |
text-align: center; | |
background-color: #dadfdf; | |
border-radius: 4px; } | |
.badge:empty { | |
display: none; } | |
.btn .badge, .tch-btn-header .badge, .tch-btn-header-primary .badge, .tch-btn-header-primary-block .badge, .tch-btn-header-secondary .badge, .tch-btn-header-danger .badge, .tch-btn-header-dropdown .badge, .tch-btn-header-icon .badge, .tch-btn-content .badge, .tch-btn-content-primary .badge, .tch-btn-content-primary-block .badge, .tch-page-nav-btn .badge, .tch-btn-content-secondary .badge, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item .badge, .tch-btn-content-gray .badge, .tch-btn-content-danger .badge, .tch-btn-content-transparent .badge, .tch-btn-group-tab .badge, .tch-dropdown-group-selector .badge, .tch-btn-tooltip .badge { | |
position: relative; | |
top: -1px; } | |
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .tch-btn-header .badge, .btn-group-xs > .tch-btn-header-primary .badge, .btn-group-xs > .tch-btn-header-primary-block .badge, .btn-group-xs > .tch-btn-header-secondary .badge, .btn-group-xs > .tch-btn-header-danger .badge, .btn-group-xs > .tch-btn-header-dropdown .badge, .btn-group-xs > .tch-btn-header-icon .badge, .btn-group-xs > .tch-btn-content .badge, .btn-group-xs > .tch-btn-content-primary .badge, .btn-group-xs > .tch-btn-content-primary-block .badge, .btn-group-xs > .tch-page-nav-btn .badge, .btn-group-xs > .tch-btn-content-secondary .badge, .ui-select-multiple.ui-select-bootstrap .btn-group-xs > .ui-select-match-item .badge, .btn-group-xs > .tch-btn-content-gray .badge, .btn-group-xs > .tch-btn-content-danger .badge, .btn-group-xs > .tch-btn-content-transparent .badge, .btn-group-xs > .tch-btn-group-tab .badge, .btn-group-xs > .tch-dropdown-group-selector .badge, .btn-group-xs > .tch-btn-tooltip .badge, | |
.btn-group-xs > .btn .badge, | |
.btn-group-xs > .tch-btn-header .badge, | |
.btn-group-xs > .tch-btn-header-primary .badge, | |
.btn-group-xs > .tch-btn-header-primary-block .badge, | |
.btn-group-xs > .tch-btn-header-secondary .badge, | |
.btn-group-xs > .tch-btn-header-danger .badge, | |
.btn-group-xs > .tch-btn-header-dropdown .badge, | |
.btn-group-xs > .tch-btn-header-icon .badge, | |
.btn-group-xs > .tch-btn-content .badge, | |
.btn-group-xs > .tch-btn-content-primary .badge, | |
.btn-group-xs > .tch-btn-content-primary-block .badge, | |
.btn-group-xs > .tch-page-nav-btn .badge, | |
.btn-group-xs > .tch-btn-content-secondary .badge, .ui-select-multiple.ui-select-bootstrap | |
.btn-group-xs > .ui-select-match-item .badge, | |
.btn-group-xs > .tch-btn-content-gray .badge, | |
.btn-group-xs > .tch-btn-content-danger .badge, | |
.btn-group-xs > .tch-btn-content-transparent .badge, | |
.btn-group-xs > .tch-btn-group-tab .badge, | |
.btn-group-xs > .tch-dropdown-group-selector .badge, | |
.btn-group-xs > .tch-btn-tooltip .badge { | |
top: 0; | |
padding: 1px 5px; } | |
.list-group-item.active > .badge, | |
.nav-pills > .active > a > .badge { | |
color: #9eaaab; | |
background-color: white; } | |
.list-group-item > .badge { | |
float: right; } | |
.list-group-item > .badge + .badge { | |
margin-right: 5px; } | |
.nav-pills > li > a > .badge { | |
margin-left: 3px; } | |
a.badge:hover, a.badge:focus { | |
color: white; | |
text-decoration: none; | |
cursor: pointer; } | |
.jumbotron { | |
padding-top: 30px; | |
padding-bottom: 30px; | |
margin-bottom: 30px; | |
color: inherit; | |
background-color: #eeeeee; } | |
.jumbotron h1, | |
.jumbotron .h1 { | |
color: inherit; } | |
.jumbotron p { | |
margin-bottom: 15px; | |
font-size: 21px; | |
font-weight: 200; } | |
.jumbotron > hr { | |
border-top-color: #d5d5d5; } | |
.container .jumbotron, | |
.container-fluid .jumbotron { | |
border-radius: 6px; } | |
.jumbotron .container { | |
max-width: 100%; } | |
@media screen and (min-width: 768px) { | |
.jumbotron { | |
padding-top: 48px; | |
padding-bottom: 48px; } | |
.container .jumbotron, | |
.container-fluid .jumbotron { | |
padding-left: 60px; | |
padding-right: 60px; } | |
.jumbotron h1, | |
.jumbotron .h1 { | |
font-size: 63px; } } | |
.thumbnail { | |
display: block; | |
padding: 4px; | |
margin-bottom: 24px; | |
line-height: 1.72222; | |
background-color: #F7F7F4; | |
border: 1px solid #B5BDBD; | |
border-radius: 6px; | |
-webkit-transition: border 0.2s ease-in-out; | |
transition: border 0.2s ease-in-out; } | |
.thumbnail > img, | |
.thumbnail a > img { | |
display: block; | |
max-width: 100%; | |
height: auto; | |
margin-left: auto; | |
margin-right: auto; } | |
.thumbnail .caption { | |
padding: 9px; | |
color: #3D5557; } | |
a.thumbnail:hover, | |
a.thumbnail:focus, | |
a.thumbnail.active { | |
border-color: #30787d; } | |
.alert { | |
padding: 15px; | |
margin-bottom: 24px; | |
border: 1px solid transparent; | |
border-radius: 4px; } | |
.alert h4 { | |
margin-top: 0; | |
color: inherit; } | |
.alert .alert-link { | |
font-weight: bold; } | |
.alert > p, | |
.alert > ul { | |
margin-bottom: 0; } | |
.alert > p + p { | |
margin-top: 5px; } | |
.alert-dismissable, | |
.alert-dismissible { | |
padding-right: 35px; } | |
.alert-dismissable .close, | |
.alert-dismissible .close { | |
position: relative; | |
top: -2px; | |
right: -21px; | |
color: inherit; } | |
.alert-success { | |
background-color: #dff0d8; | |
border-color: #d6e9c6; | |
color: #3C763D; } | |
.alert-success hr { | |
border-top-color: #c9e2b3; } | |
.alert-success .alert-link { | |
color: #2b542c; } | |
.alert-info { | |
background-color: #d9edf7; | |
border-color: #bce8f1; | |
color: #3498db; } | |
.alert-info hr { | |
border-top-color: #a6e1ec; } | |
.alert-info .alert-link { | |
color: #217dbb; } | |
.alert-warning { | |
background-color: #fcf8e3; | |
border-color: #faebcc; | |
color: #f1c40f; } | |
.alert-warning hr { | |
border-top-color: #f7e1b5; } | |
.alert-warning .alert-link { | |
color: #c29d0b; } | |
.alert-danger { | |
background-color: #f2dede; | |
border-color: #ebccd1; | |
color: #C35220; } | |
.alert-danger hr { | |
border-top-color: #e4b9c0; } | |
.alert-danger .alert-link { | |
color: #974019; } | |
@-webkit-keyframes progress-bar-stripes { | |
from { | |
background-position: 40px 0; } | |
to { | |
background-position: 0 0; } } | |
@keyframes progress-bar-stripes { | |
from { | |
background-position: 40px 0; } | |
to { | |
background-position: 0 0; } } | |
.progress { | |
overflow: hidden; | |
height: 24px; | |
margin-bottom: 24px; | |
background-color: #f5f5f5; | |
border-radius: 4px; | |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } | |
.progress-bar { | |
float: left; | |
width: 0%; | |
height: 100%; | |
font-size: 12px; | |
line-height: 24px; | |
color: #fff; | |
text-align: center; | |
background-color: #3D5557; | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | |
-webkit-transition: width 0.6s ease; | |
transition: width 0.6s ease; } | |
.progress-striped .progress-bar, | |
.progress-bar-striped { | |
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: 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-size: 40px 40px; } | |
.progress.active .progress-bar, | |
.progress-bar.active { | |
-webkit-animation: progress-bar-stripes 2s linear infinite; | |
animation: progress-bar-stripes 2s linear infinite; } | |
.progress-bar-success { | |
background-color: #3C763D; } | |
.progress-striped .progress-bar-success { | |
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: 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); } | |
.progress-bar-info { | |
background-color: #3498db; } | |
.progress-striped .progress-bar-info { | |
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: 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); } | |
.progress-bar-warning { | |
background-color: #f1c40f; } | |
.progress-striped .progress-bar-warning { | |
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: 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); } | |
.progress-bar-danger { | |
background-color: #C35220; } | |
.progress-striped .progress-bar-danger { | |
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: 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); } | |
.media { | |
margin-top: 15px; } | |
.media:first-child { | |
margin-top: 0; } | |
.media, | |
.media-body { | |
zoom: 1; | |
overflow: hidden; } | |
.media-body { | |
width: 10000px; } | |
.media-object { | |
display: block; } | |
.media-object.img-thumbnail { | |
max-width: none; } | |
.media-right, | |
.media > .pull-right { | |
padding-left: 10px; } | |
.media-left, | |
.media > .pull-left, | |
.media > .tch-page-nav-count { | |
padding-right: 10px; } | |
.media-left, | |
.media-right, | |
.media-body { | |
display: table-cell; | |
vertical-align: top; } | |
.media-middle { | |
vertical-align: middle; } | |
.media-bottom { | |
vertical-align: bottom; } | |
.media-heading { | |
margin-top: 0; | |
margin-bottom: 5px; } | |
.media-list { | |
padding-left: 0; | |
list-style: none; } | |
.list-group { | |
margin-bottom: 20px; | |
padding-left: 0; } | |
.list-group-item { | |
position: relative; | |
display: block; | |
padding: 10px 15px; | |
margin-bottom: -1px; | |
background-color: #fff; | |
border: 1px solid #ddd; } | |
.list-group-item:first-child { | |
border-top-right-radius: 4px; | |
border-top-left-radius: 4px; } | |
.list-group-item:last-child { | |
margin-bottom: 0; | |
border-bottom-right-radius: 4px; | |
border-bottom-left-radius: 4px; } | |
a.list-group-item, | |
button.list-group-item { | |
color: #555; } | |
a.list-group-item .list-group-item-heading, | |
button.list-group-item .list-group-item-heading { | |
color: #333; } | |
a.list-group-item:hover, a.list-group-item:focus, | |
button.list-group-item:hover, | |
button.list-group-item:focus { | |
text-decoration: none; | |
color: #555; | |
background-color: #f5f5f5; } | |
button.list-group-item { | |
width: 100%; | |
text-align: left; } | |
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { | |
background-color: #eeeeee; | |
color: #B5BDBD; | |
cursor: not-allowed; } | |
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { | |
color: inherit; } | |
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { | |
color: #B5BDBD; } | |
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { | |
z-index: 2; | |
color: #fff; | |
background-color: #3D5557; | |
border-color: #3D5557; } | |
.list-group-item.active .list-group-item-heading, | |
.list-group-item.active .list-group-item-heading > small, | |
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, | |
.list-group-item.active:hover .list-group-item-heading > small, | |
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, | |
.list-group-item.active:focus .list-group-item-heading > small, | |
.list-group-item.active:focus .list-group-item-heading > .small { | |
color: inherit; } | |
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { | |
color: #a2bcbe; } | |
.list-group-item-success { | |
color: #3C763D; | |
background-color: #dff0d8; } | |
a.list-group-item-success, | |
button.list-group-item-success { | |
color: #3C763D; } | |
a.list-group-item-success .list-group-item-heading, | |
button.list-group-item-success .list-group-item-heading { | |
color: inherit; } | |
a.list-group-item-success:hover, a.list-group-item-success:focus, | |
button.list-group-item-success:hover, | |
button.list-group-item-success:focus { | |
color: #3C763D; | |
background-color: #d0e9c6; } | |
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, | |
button.list-group-item-success.active, | |
button.list-group-item-success.active:hover, | |
button.list-group-item-success.active:focus { | |
color: #fff; | |
background-color: #3C763D; | |
border-color: #3C763D; } | |
.list-group-item-info { | |
color: #3498db; | |
background-color: #d9edf7; } | |
a.list-group-item-info, | |
button.list-group-item-info { | |
color: #3498db; } | |
a.list-group-item-info .list-group-item-heading, | |
button.list-group-item-info .list-group-item-heading { | |
color: inherit; } | |
a.list-group-item-info:hover, a.list-group-item-info:focus, | |
button.list-group-item-info:hover, | |
button.list-group-item-info:focus { | |
color: #3498db; | |
background-color: #c4e3f3; } | |
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, | |
button.list-group-item-info.active, | |
button.list-group-item-info.active:hover, | |
button.list-group-item-info.active:focus { | |
color: #fff; | |
background-color: #3498db; | |
border-color: #3498db; } | |
.list-group-item-warning { | |
color: #f1c40f; | |
background-color: #fcf8e3; } | |
a.list-group-item-warning, | |
button.list-group-item-warning { | |
color: #f1c40f; } | |
a.list-group-item-warning .list-group-item-heading, | |
button.list-group-item-warning .list-group-item-heading { | |
color: inherit; } | |
a.list-group-item-warning:hover, a.list-group-item-warning:focus, | |
button.list-group-item-warning:hover, | |
button.list-group-item-warning:focus { | |
color: #f1c40f; | |
background-color: #faf2cc; } | |
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, | |
button.list-group-item-warning.active, | |
button.list-group-item-warning.active:hover, | |
button.list-group-item-warning.active:focus { | |
color: #fff; | |
background-color: #f1c40f; | |
border-color: #f1c40f; } | |
.list-group-item-danger { | |
color: #C35220; | |
background-color: #f2dede; } | |
a.list-group-item-danger, | |
button.list-group-item-danger { | |
color: #C35220; } | |
a.list-group-item-danger .list-group-item-heading, | |
button.list-group-item-danger .list-group-item-heading { | |
color: inherit; } | |
a.list-group-item-danger:hover, a.list-group-item-danger:focus, | |
button.list-group-item-danger:hover, | |
button.list-group-item-danger:focus { | |
color: #C35220; | |
background-color: #ebcccc; } | |
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, | |
button.list-group-item-danger.active, | |
button.list-group-item-danger.active:hover, | |
button.list-group-item-danger.active:focus { | |
color: #fff; | |
background-color: #C35220; | |
border-color: #C35220; } | |
.list-group-item-heading { | |
margin-top: 0; | |
margin-bottom: 5px; } | |
.list-group-item-text { | |
margin-bottom: 0; | |
line-height: 1.3; } | |
.panel { | |
margin-bottom: 24px; | |
background-color: #fff; | |
border: 1px solid transparent; | |
border-radius: 4px; | |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } | |
.panel-body { | |
padding: 15px; } | |
.panel-body:before, .panel-body:after { | |
content: " "; | |
display: table; } | |
.panel-body:after { | |
clear: both; } | |
.panel-heading { | |
padding: 10px 15px; | |
border-bottom: 1px solid transparent; | |
border-top-right-radius: 3px; | |
border-top-left-radius: 3px; } | |
.panel-heading > .dropdown .dropdown-toggle { | |
color: inherit; } | |
.panel-title { | |
margin-top: 0; | |
margin-bottom: 0; | |
font-size: 16px; | |
color: inherit; } | |
.panel-title > a, | |
.panel-title > small, | |
.panel-title > .small, | |
.panel-title > small > a, | |
.panel-title > .small > a { | |
color: inherit; } | |
.panel-footer { | |
padding: 10px 15px; | |
background-color: #f5f5f5; | |
border-top: 1px solid #ddd; | |
border-bottom-right-radius: 3px; | |
border-bottom-left-radius: 3px; } | |
.panel > .list-group, | |
.panel > .panel-collapse > .list-group { | |
margin-bottom: 0; } | |
.panel > .list-group .list-group-item, | |
.panel > .panel-collapse > .list-group .list-group-item { | |
border-width: 1px 0; | |
border-radius: 0; } | |
.panel > .list-group:first-child .list-group-item:first-child, | |
.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; } | |
.panel > .list-group:last-child .list-group-item:last-child, | |
.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; } | |
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; } | |
.panel-heading + .list-group .list-group-item:first-child { | |
border-top-width: 0; } | |
.list-group + .panel-footer { | |
border-top-width: 0; } | |
.panel > .table, .panel > .tch-table, | |
.panel > .table-responsive > .table, | |
.panel > .tch-table-wrapper > .table, | |
.panel > .table-responsive > .tch-table, | |
.panel > .tch-table-wrapper > .tch-table, | |
.panel > .panel-collapse > .table, | |
.panel > .panel-collapse > .tch-table { | |
margin-bottom: 0; } | |
.panel > .table caption, .panel > .tch-table caption, | |
.panel > .table-responsive > .table caption, | |
.panel > .tch-table-wrapper > .table caption, | |
.panel > .table-responsive > .tch-table caption, | |
.panel > .tch-table-wrapper > .tch-table caption, | |
.panel > .panel-collapse > .table caption, | |
.panel > .panel-collapse > .tch-table caption { | |
padding-left: 15px; | |
padding-right: 15px; } | |
.panel > .table:first-child, .panel > .tch-table:first-child, | |
.panel > .table-responsive:first-child > .table:first-child, | |
.panel > .tch-table-wrapper:first-child > .table:first-child, | |
.panel > .table-responsive:first-child > .tch-table:first-child, | |
.panel > .tch-table-wrapper:first-child > .tch-table:first-child { | |
border-top-right-radius: 3px; | |
border-top-left-radius: 3px; } | |
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .tch-table:first-child > thead:first-child > tr:first-child, | |
.panel > .table:first-child > tbody:first-child > tr:first-child, | |
.panel > .tch-table:first-child > tbody:first-child > tr:first-child, | |
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, | |
.panel > .tch-table-wrapper:first-child > .table:first-child > thead:first-child > tr:first-child, | |
.panel > .table-responsive:first-child > .tch-table:first-child > thead:first-child > tr:first-child, | |
.panel > .tch-table-wrapper:first-child > .tch-table:first-child > thead:first-child > tr:first-child, | |
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, | |
.panel > .tch-table-wrapper:first-child > .table:first-child > tbody:first-child > tr:first-child, | |
.panel > .table-responsive:first-child > .tch-table:first-child > tbody:first-child > tr:first-child, | |
.panel > .tch-table-wrapper:first-child > .tch-table:first-child > tbody:first-child > tr:first-child { | |
border-top-left-radius: 3px; | |
border-top-right-radius: 3px; } | |
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .tch-table:first-child > thead:first-child > tr:first-child td:first-child, | |
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
.panel > .tch-table:first-child > thead:first-child > tr:first-child th:first-child, | |
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
.panel > .tch-table:first-child > tbody:first-child > tr:first-child td:first-child, | |
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, | |
.panel > .tch-table:first-child > tbody:first-child > tr:first-child th:first-child, | |
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
.panel > .tch-table-wrapper:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
.panel > .table-responsive:first-child > .tch-table:first-child > thead:first-child > tr:first-child td:first-child, | |
.panel > .tch-table-wrapper:first-child > .tch-table:first-child > thead:first-child > tr:first-child td:first-child, | |
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
.panel > .tch-table-wrapper:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
.panel > .table-responsive:first-child > .tch-table:first-child > thead:first-child > tr:first-child th:first-child, | |
.panel > .tch-table-wrapper:first-child > .tch-table:first-child > thead:first-child > tr:first-child th:first-child, | |
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
.panel > .tch-table-wrapper:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
.panel > .table-responsive:first-child > .tch-table:first-child > tbody:first-child > tr:first-child td:first-child, | |
.panel > .tch-table-wrapper:first-child > .tch-table:first-child > tbody:first-child > tr:first-child td:first-child, | |
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, | |
.panel > .tch-table-wrapper:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, | |
.panel > .table-responsive:first-child > .tch-table:first-child > tbody:first-child > tr:first-child th:first-child, | |
.panel > .tch-table-wrapper:first-child > .tch-table:first-child > tbody:first-child > tr:first-child th:first-child { | |
border-top-left-radius: 3px; } | |
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .tch-table:first-child > thead:first-child > tr:first-child td:last-child, | |
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
.panel > .tch-table:first-child > thead:first-child > tr:first-child th:last-child, | |
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
.panel > .tch-table:first-child > tbody:first-child > tr:first-child td:last-child, | |
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, | |
.panel > .tch-table:first-child > tbody:first-child > tr:first-child th:last-child, | |
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
.panel > .tch-table-wrapper:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
.panel > .table-responsive:first-child > .tch-table:first-child > thead:first-child > tr:first-child td:last-child, | |
.panel > .tch-table-wrapper:first-child > .tch-table:first-child > thead:first-child > tr:first-child td:last-child, | |
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
.panel > .tch-table-wrapper:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
.panel > .table-responsive:first-child > .tch-table:first-child > thead:first-child > tr:first-child th:last-child, | |
.panel > .tch-table-wrapper:first-child > .tch-table:first-child > thead:first-child > tr:first-child th:last-child, | |
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
.panel > .tch-table-wrapper:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
.panel > .table-responsive:first-child > .tch-table:first-child > tbody:first-child > tr:first-child td:last-child, | |
.panel > .tch-table-wrapper:first-child > .tch-table:first-child > tbody:first-child > tr:first-child td:last-child, | |
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, | |
.panel > .tch-table-wrapper:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, | |
.panel > .table-responsive:first-child > .tch-table:first-child > tbody:first-child > tr:first-child th:last-child, | |
.panel > .tch-table-wrapper:first-child > .tch-table:first-child > tbody:first-child > tr:first-child th:last-child { | |
border-top-right-radius: 3px; } | |
.panel > .table:last-child, .panel > .tch-table:last-child, | |
.panel > .table-responsive:last-child > .table:last-child, | |
.panel > .tch-table-wrapper:last-child > .table:last-child, | |
.panel > .table-responsive:last-child > .tch-table:last-child, | |
.panel > .tch-table-wrapper:last-child > .tch-table:last-child { | |
border-bottom-right-radius: 3px; | |
border-bottom-left-radius: 3px; } | |
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .tch-table:last-child > tbody:last-child > tr:last-child, | |
.panel > .table:last-child > tfoot:last-child > tr:last-child, | |
.panel > .tch-table:last-child > tfoot:last-child > tr:last-child, | |
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, | |
.panel > .tch-table-wrapper:last-child > .table:last-child > tbody:last-child > tr:last-child, | |
.panel > .table-responsive:last-child > .tch-table:last-child > tbody:last-child > tr:last-child, | |
.panel > .tch-table-wrapper:last-child > .tch-table:last-child > tbody:last-child > tr:last-child, | |
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, | |
.panel > .tch-table-wrapper:last-child > .table:last-child > tfoot:last-child > tr:last-child, | |
.panel > .table-responsive:last-child > .tch-table:last-child > tfoot:last-child > tr:last-child, | |
.panel > .tch-table-wrapper:last-child > .tch-table:last-child > tfoot:last-child > tr:last-child { | |
border-bottom-left-radius: 3px; | |
border-bottom-right-radius: 3px; } | |
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .tch-table:last-child > tbody:last-child > tr:last-child td:first-child, | |
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
.panel > .tch-table:last-child > tbody:last-child > tr:last-child th:first-child, | |
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
.panel > .tch-table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, | |
.panel > .tch-table:last-child > tfoot:last-child > tr:last-child th:first-child, | |
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
.panel > .tch-table-wrapper:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
.panel > .table-responsive:last-child > .tch-table:last-child > tbody:last-child > tr:last-child td:first-child, | |
.panel > .tch-table-wrapper:last-child > .tch-table:last-child > tbody:last-child > tr:last-child td:first-child, | |
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
.panel > .tch-table-wrapper:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
.panel > .table-responsive:last-child > .tch-table:last-child > tbody:last-child > tr:last-child th:first-child, | |
.panel > .tch-table-wrapper:last-child > .tch-table:last-child > tbody:last-child > tr:last-child th:first-child, | |
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
.panel > .tch-table-wrapper:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
.panel > .table-responsive:last-child > .tch-table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
.panel > .tch-table-wrapper:last-child > .tch-table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, | |
.panel > .tch-table-wrapper:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, | |
.panel > .table-responsive:last-child > .tch-table:last-child > tfoot:last-child > tr:last-child th:first-child, | |
.panel > .tch-table-wrapper:last-child > .tch-table:last-child > tfoot:last-child > tr:last-child th:first-child { | |
border-bottom-left-radius: 3px; } | |
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .tch-table:last-child > tbody:last-child > tr:last-child td:last-child, | |
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
.panel > .tch-table:last-child > tbody:last-child > tr:last-child th:last-child, | |
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
.panel > .tch-table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, | |
.panel > .tch-table:last-child > tfoot:last-child > tr:last-child th:last-child, | |
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
.panel > .tch-table-wrapper:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
.panel > .table-responsive:last-child > .tch-table:last-child > tbody:last-child > tr:last-child td:last-child, | |
.panel > .tch-table-wrapper:last-child > .tch-table:last-child > tbody:last-child > tr:last-child td:last-child, | |
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
.panel > .tch-table-wrapper:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
.panel > .table-responsive:last-child > .tch-table:last-child > tbody:last-child > tr:last-child th:last-child, | |
.panel > .tch-table-wrapper:last-child > .tch-table:last-child > tbody:last-child > tr:last-child th:last-child, | |
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
.panel > .tch-table-wrapper:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
.panel > .table-responsive:last-child > .tch-table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
.panel > .tch-table-wrapper:last-child > .tch-table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, | |
.panel > .tch-table-wrapper:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, | |
.panel > .table-responsive:last-child > .tch-table:last-child > tfoot:last-child > tr:last-child th:last-child, | |
.panel > .tch-table-wrapper:last-child > .tch-table:last-child > tfoot:last-child > tr:last-child th:last-child { | |
border-bottom-right-radius: 3px; } | |
.panel > .panel-body + .table, .panel > .panel-body + .tch-table, | |
.panel > .panel-body + .table-responsive, | |
.panel > .panel-body + .tch-table-wrapper, | |
.panel > .table + .panel-body, | |
.panel > .tch-table + .panel-body, | |
.panel > .table-responsive + .panel-body, | |
.panel > .tch-table-wrapper + .panel-body { | |
border-top: 1px solid #eef0f0; } | |
.panel > .table > tbody:first-child > tr:first-child th, .panel > .tch-table > tbody:first-child > tr:first-child th, | |
.panel > .table > tbody:first-child > tr:first-child td, | |
.panel > .tch-table > tbody:first-child > tr:first-child td { | |
border-top: 0; } | |
.panel > .table-bordered, | |
.panel > .table-responsive > .table-bordered, | |
.panel > .tch-table-wrapper > .table-bordered { | |
border: 0; } | |
.panel > .table-bordered > thead > tr > th:first-child, | |
.panel > .table-bordered > thead > tr > td:first-child, | |
.panel > .table-bordered > tbody > tr > th:first-child, | |
.panel > .table-bordered > tbody > tr > td:first-child, | |
.panel > .table-bordered > tfoot > tr > th:first-child, | |
.panel > .table-bordered > tfoot > tr > td:first-child, | |
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, | |
.panel > .tch-table-wrapper > .table-bordered > thead > tr > th:first-child, | |
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, | |
.panel > .tch-table-wrapper > .table-bordered > thead > tr > td:first-child, | |
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, | |
.panel > .tch-table-wrapper > .table-bordered > tbody > tr > th:first-child, | |
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, | |
.panel > .tch-table-wrapper > .table-bordered > tbody > tr > td:first-child, | |
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, | |
.panel > .tch-table-wrapper > .table-bordered > tfoot > tr > th:first-child, | |
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, | |
.panel > .tch-table-wrapper > .table-bordered > tfoot > tr > td:first-child { | |
border-left: 0; } | |
.panel > .table-bordered > thead > tr > th:last-child, | |
.panel > .table-bordered > thead > tr > td:last-child, | |
.panel > .table-bordered > tbody > tr > th:last-child, | |
.panel > .table-bordered > tbody > tr > td:last-child, | |
.panel > .table-bordered > tfoot > tr > th:last-child, | |
.panel > .table-bordered > tfoot > tr > td:last-child, | |
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, | |
.panel > .tch-table-wrapper > .table-bordered > thead > tr > th:last-child, | |
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, | |
.panel > .tch-table-wrapper > .table-bordered > thead > tr > td:last-child, | |
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, | |
.panel > .tch-table-wrapper > .table-bordered > tbody > tr > th:last-child, | |
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, | |
.panel > .tch-table-wrapper > .table-bordered > tbody > tr > td:last-child, | |
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, | |
.panel > .tch-table-wrapper > .table-bordered > tfoot > tr > th:last-child, | |
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, | |
.panel > .tch-table-wrapper > .table-bordered > tfoot > tr > td:last-child { | |
border-right: 0; } | |
.panel > .table-bordered > thead > tr:first-child > td, | |
.panel > .table-bordered > thead > tr:first-child > th, | |
.panel > .table-bordered > tbody > tr:first-child > td, | |
.panel > .table-bordered > tbody > tr:first-child > th, | |
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, | |
.panel > .tch-table-wrapper > .table-bordered > thead > tr:first-child > td, | |
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, | |
.panel > .tch-table-wrapper > .table-bordered > thead > tr:first-child > th, | |
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, | |
.panel > .tch-table-wrapper > .table-bordered > tbody > tr:first-child > td, | |
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, | |
.panel > .tch-table-wrapper > .table-bordered > tbody > tr:first-child > th { | |
border-bottom: 0; } | |
.panel > .table-bordered > tbody > tr:last-child > td, | |
.panel > .table-bordered > tbody > tr:last-child > th, | |
.panel > .table-bordered > tfoot > tr:last-child > td, | |
.panel > .table-bordered > tfoot > tr:last-child > th, | |
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, | |
.panel > .tch-table-wrapper > .table-bordered > tbody > tr:last-child > td, | |
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, | |
.panel > .tch-table-wrapper > .table-bordered > tbody > tr:last-child > th, | |
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, | |
.panel > .tch-table-wrapper > .table-bordered > tfoot > tr:last-child > td, | |
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, | |
.panel > .tch-table-wrapper > .table-bordered > tfoot > tr:last-child > th { | |
border-bottom: 0; } | |
.panel > .table-responsive, .panel > .tch-table-wrapper { | |
border: 0; | |
margin-bottom: 0; } | |
.panel-group { | |
margin-bottom: 24px; } | |
.panel-group .panel { | |
margin-bottom: 0; | |
border-radius: 4px; } | |
.panel-group .panel + .panel { | |
margin-top: 5px; } | |
.panel-group .panel-heading { | |
border-bottom: 0; } | |
.panel-group .panel-heading + .panel-collapse > .panel-body, | |
.panel-group .panel-heading + .panel-collapse > .list-group { | |
border-top: 1px solid #ddd; } | |
.panel-group .panel-footer { | |
border-top: 0; } | |
.panel-group .panel-footer + .panel-collapse .panel-body { | |
border-bottom: 1px solid #ddd; } | |
.panel-default { | |
border-color: #ddd; } | |
.panel-default > .panel-heading { | |
color: #333333; | |
background-color: #f5f5f5; | |
border-color: #ddd; } | |
.panel-default > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #ddd; } | |
.panel-default > .panel-heading .badge { | |
color: #f5f5f5; | |
background-color: #333333; } | |
.panel-default > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #ddd; } | |
.panel-primary { | |
border-color: #3D5557; } | |
.panel-primary > .panel-heading { | |
color: #fff; | |
background-color: #3D5557; | |
border-color: #3D5557; } | |
.panel-primary > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #3D5557; } | |
.panel-primary > .panel-heading .badge { | |
color: #3D5557; | |
background-color: #fff; } | |
.panel-primary > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #3D5557; } | |
.panel-success { | |
border-color: #d6e9c6; } | |
.panel-success > .panel-heading { | |
color: #3C763D; | |
background-color: #dff0d8; | |
border-color: #d6e9c6; } | |
.panel-success > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #d6e9c6; } | |
.panel-success > .panel-heading .badge { | |
color: #dff0d8; | |
background-color: #3C763D; } | |
.panel-success > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #d6e9c6; } | |
.panel-info { | |
border-color: #bce8f1; } | |
.panel-info > .panel-heading { | |
color: #3498db; | |
background-color: #d9edf7; | |
border-color: #bce8f1; } | |
.panel-info > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #bce8f1; } | |
.panel-info > .panel-heading .badge { | |
color: #d9edf7; | |
background-color: #3498db; } | |
.panel-info > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #bce8f1; } | |
.panel-warning { | |
border-color: #faebcc; } | |
.panel-warning > .panel-heading { | |
color: #f1c40f; | |
background-color: #fcf8e3; | |
border-color: #faebcc; } | |
.panel-warning > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #faebcc; } | |
.panel-warning > .panel-heading .badge { | |
color: #fcf8e3; | |
background-color: #f1c40f; } | |
.panel-warning > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #faebcc; } | |
.panel-danger { | |
border-color: #ebccd1; } | |
.panel-danger > .panel-heading { | |
color: #C35220; | |
background-color: #f2dede; | |
border-color: #ebccd1; } | |
.panel-danger > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #ebccd1; } | |
.panel-danger > .panel-heading .badge { | |
color: #f2dede; | |
background-color: #C35220; } | |
.panel-danger > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #ebccd1; } | |
.embed-responsive { | |
position: relative; | |
display: block; | |
height: 0; | |
padding: 0; | |
overflow: hidden; } | |
.embed-responsive .embed-responsive-item, | |
.embed-responsive iframe, | |
.embed-responsive embed, | |
.embed-responsive object, | |
.embed-responsive video { | |
position: absolute; | |
top: 0; | |
left: 0; | |
bottom: 0; | |
height: 100%; | |
width: 100%; | |
border: 0; } | |
.embed-responsive-16by9 { | |
padding-bottom: 56.25%; } | |
.embed-responsive-4by3 { | |
padding-bottom: 75%; } | |
.well { | |
min-height: 20px; | |
padding: 19px; | |
margin-bottom: 20px; | |
background-color: #f5f5f5; | |
border: 1px solid #e3e3e3; | |
border-radius: 4px; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } | |
.well blockquote { | |
border-color: #ddd; | |
border-color: rgba(0, 0, 0, 0.15); } | |
.well-lg { | |
padding: 24px; | |
border-radius: 6px; } | |
.well-sm { | |
padding: 9px; | |
border-radius: 3px; } | |
.close { | |
float: right; | |
font-size: 21px; | |
font-weight: bold; | |
line-height: 1; | |
color: #000; | |
text-shadow: 0 1px 0 #fff; | |
opacity: 0.2; | |
filter: alpha(opacity=20); } | |
.close:hover, .close:focus { | |
color: #000; | |
text-decoration: none; | |
cursor: pointer; | |
opacity: 0.5; | |
filter: alpha(opacity=50); } | |
button.close { | |
padding: 0; | |
cursor: pointer; | |
background: transparent; | |
border: 0; | |
-webkit-appearance: none; } | |
.modal-open { | |
overflow: hidden; } | |
.modal { | |
display: none; | |
overflow: hidden; | |
position: fixed; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
z-index: 1050; | |
-webkit-overflow-scrolling: touch; | |
outline: 0; } | |
.modal.fade .modal-dialog { | |
-webkit-transform: translate(0, -25%); | |
transform: translate(0, -25%); | |
-webkit-transition: -webkit-transform 0.3s ease-out; | |
transition: -webkit-transform 0.3s ease-out; | |
transition: transform 0.3s ease-out; | |
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; } | |
.modal.in .modal-dialog { | |
-webkit-transform: translate(0, 0); | |
transform: translate(0, 0); } | |
.modal-open .modal { | |
overflow-x: hidden; | |
overflow-y: auto; } | |
.modal-dialog { | |
position: relative; | |
width: auto; | |
margin: 10px; } | |
.modal-content { | |
position: relative; | |
background-color: #F7F7F7; | |
border: 1px solid #999; | |
border: 1px solid #eceeee; | |
border-radius: 6px; | |
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | |
background-clip: padding-box; | |
outline: 0; } | |
.modal-backdrop { | |
position: fixed; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
z-index: 1040; | |
background-color: #2b3c3d; } | |
.modal-backdrop.fade { | |
opacity: 0; | |
filter: alpha(opacity=0); } | |
.modal-backdrop.in { | |
opacity: 0.95; | |
filter: alpha(opacity=95); } | |
.modal-header { | |
padding: 15px; | |
border-bottom: 1px solid #eceeee; | |
min-height: 45px; } | |
.modal-header .close { | |
margin-top: -2px; } | |
.modal-title { | |
margin: 0; | |
line-height: 30px; } | |
.modal-body { | |
position: relative; | |
padding: 15px; } | |
.modal-footer { | |
padding: 15px; | |
text-align: right; | |
border-top: 1px solid #eceeee; } | |
.modal-footer:before, .modal-footer:after { | |
content: " "; | |
display: table; } | |
.modal-footer:after { | |
clear: both; } | |
.modal-footer .btn + .btn, .modal-footer .tch-btn-header + .btn, .modal-footer .tch-btn-header-primary + .btn, .modal-footer .tch-btn-header-primary-block + .btn, .modal-footer .tch-btn-header-secondary + .btn, .modal-footer .tch-btn-header-danger + .btn, .modal-footer .tch-btn-header-dropdown + .btn, .modal-footer .tch-btn-header-icon + .btn, .modal-footer .tch-btn-content + .btn, .modal-footer .tch-btn-content-primary + .btn, .modal-footer .tch-btn-content-primary-block + .btn, .modal-footer .tch-page-nav-btn + .btn, .modal-footer .tch-btn-content-secondary + .btn, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .btn, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .btn, .modal-footer .tch-btn-content-gray + .btn, .modal-footer .tch-btn-content-danger + .btn, .modal-footer .tch-btn-content-transparent + .btn, .modal-footer .tch-btn-group-tab + .btn, .modal-footer .tch-dropdown-group-selector + .btn, .modal-footer .tch-btn-tooltip + .btn, .modal-footer .btn + .tch-btn-header, .modal-footer .tch-btn-header + .tch-btn-header, .modal-footer .tch-btn-header-primary + .tch-btn-header, .modal-footer .tch-btn-header-primary-block + .tch-btn-header, .modal-footer .tch-btn-header-secondary + .tch-btn-header, .modal-footer .tch-btn-header-danger + .tch-btn-header, .modal-footer .tch-btn-header-dropdown + .tch-btn-header, .modal-footer .tch-btn-header-icon + .tch-btn-header, .modal-footer .tch-btn-content + .tch-btn-header, .modal-footer .tch-btn-content-primary + .tch-btn-header, .modal-footer .tch-btn-content-primary-block + .tch-btn-header, .modal-footer .tch-page-nav-btn + .tch-btn-header, .modal-footer .tch-btn-content-secondary + .tch-btn-header, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-header, .modal-footer .tch-btn-content-gray + .tch-btn-header, .modal-footer .tch-btn-content-danger + .tch-btn-header, .modal-footer .tch-btn-content-transparent + .tch-btn-header, .modal-footer .tch-btn-group-tab + .tch-btn-header, .modal-footer .tch-dropdown-group-selector + .tch-btn-header, .modal-footer .tch-btn-tooltip + .tch-btn-header, .modal-footer .btn + .tch-btn-header-primary, .modal-footer .tch-btn-header + .tch-btn-header-primary, .modal-footer .tch-btn-header-primary + .tch-btn-header-primary, .modal-footer .tch-btn-header-primary-block + .tch-btn-header-primary, .modal-footer .tch-btn-header-secondary + .tch-btn-header-primary, .modal-footer .tch-btn-header-danger + .tch-btn-header-primary, .modal-footer .tch-btn-header-dropdown + .tch-btn-header-primary, .modal-footer .tch-btn-header-icon + .tch-btn-header-primary, .modal-footer .tch-btn-content + .tch-btn-header-primary, .modal-footer .tch-btn-content-primary + .tch-btn-header-primary, .modal-footer .tch-btn-content-primary-block + .tch-btn-header-primary, .modal-footer .tch-page-nav-btn + .tch-btn-header-primary, .modal-footer .tch-btn-content-secondary + .tch-btn-header-primary, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-header-primary, .modal-footer .tch-btn-content-gray + .tch-btn-header-primary, .modal-footer .tch-btn-content-danger + .tch-btn-header-primary, .modal-footer .tch-btn-content-transparent + .tch-btn-header-primary, .modal-footer .tch-btn-group-tab + .tch-btn-header-primary, .modal-footer .tch-dropdown-group-selector + .tch-btn-header-primary, .modal-footer .tch-btn-tooltip + .tch-btn-header-primary, .modal-footer .btn + .tch-btn-header-primary-block, .modal-footer .tch-btn-header + .tch-btn-header-primary-block, .modal-footer .tch-btn-header-primary + .tch-btn-header-primary-block, .modal-footer .tch-btn-header-primary-block + .tch-btn-header-primary-block, .modal-footer .tch-btn-header-secondary + .tch-btn-header-primary-block, .modal-footer .tch-btn-header-danger + .tch-btn-header-primary-block, .modal-footer .tch-btn-header-dropdown + .tch-btn-header-primary-block, .modal-footer .tch-btn-header-icon + .tch-btn-header-primary-block, .modal-footer .tch-btn-content + .tch-btn-header-primary-block, .modal-footer .tch-btn-content-primary + .tch-btn-header-primary-block, .modal-footer .tch-btn-content-primary-block + .tch-btn-header-primary-block, .modal-footer .tch-page-nav-btn + .tch-btn-header-primary-block, .modal-footer .tch-btn-content-secondary + .tch-btn-header-primary-block, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary-block, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-header-primary-block, .modal-footer .tch-btn-content-gray + .tch-btn-header-primary-block, .modal-footer .tch-btn-content-danger + .tch-btn-header-primary-block, .modal-footer .tch-btn-content-transparent + .tch-btn-header-primary-block, .modal-footer .tch-btn-group-tab + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group-selector + .tch-btn-header-primary-block, .modal-footer .tch-btn-tooltip + .tch-btn-header-primary-block, .modal-footer .btn + .tch-btn-header-secondary, .modal-footer .tch-btn-header + .tch-btn-header-secondary, .modal-footer .tch-btn-header-primary + .tch-btn-header-secondary, .modal-footer .tch-btn-header-primary-block + .tch-btn-header-secondary, .modal-footer .tch-btn-header-secondary + .tch-btn-header-secondary, .modal-footer .tch-btn-header-danger + .tch-btn-header-secondary, .modal-footer .tch-btn-header-dropdown + .tch-btn-header-secondary, .modal-footer .tch-btn-header-icon + .tch-btn-header-secondary, .modal-footer .tch-btn-content + .tch-btn-header-secondary, .modal-footer .tch-btn-content-primary + .tch-btn-header-secondary, .modal-footer .tch-btn-content-primary-block + .tch-btn-header-secondary, .modal-footer .tch-page-nav-btn + .tch-btn-header-secondary, .modal-footer .tch-btn-content-secondary + .tch-btn-header-secondary, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-secondary, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-header-secondary, .modal-footer .tch-btn-content-gray + .tch-btn-header-secondary, .modal-footer .tch-btn-content-danger + .tch-btn-header-secondary, .modal-footer .tch-btn-content-transparent + .tch-btn-header-secondary, .modal-footer .tch-btn-group-tab + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group-selector + .tch-btn-header-secondary, .modal-footer .tch-btn-tooltip + .tch-btn-header-secondary, .modal-footer .btn + .tch-btn-header-danger, .modal-footer .tch-btn-header + .tch-btn-header-danger, .modal-footer .tch-btn-header-primary + .tch-btn-header-danger, .modal-footer .tch-btn-header-primary-block + .tch-btn-header-danger, .modal-footer .tch-btn-header-secondary + .tch-btn-header-danger, .modal-footer .tch-btn-header-danger + .tch-btn-header-danger, .modal-footer .tch-btn-header-dropdown + .tch-btn-header-danger, .modal-footer .tch-btn-header-icon + .tch-btn-header-danger, .modal-footer .tch-btn-content + .tch-btn-header-danger, .modal-footer .tch-btn-content-primary + .tch-btn-header-danger, .modal-footer .tch-btn-content-primary-block + .tch-btn-header-danger, .modal-footer .tch-page-nav-btn + .tch-btn-header-danger, .modal-footer .tch-btn-content-secondary + .tch-btn-header-danger, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-danger, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-header-danger, .modal-footer .tch-btn-content-gray + .tch-btn-header-danger, .modal-footer .tch-btn-content-danger + .tch-btn-header-danger, .modal-footer .tch-btn-content-transparent + .tch-btn-header-danger, .modal-footer .tch-btn-group-tab + .tch-btn-header-danger, .modal-footer .tch-dropdown-group-selector + .tch-btn-header-danger, .modal-footer .tch-btn-tooltip + .tch-btn-header-danger, .modal-footer .btn + .tch-btn-header-dropdown, .modal-footer .tch-btn-header + .tch-btn-header-dropdown, .modal-footer .tch-btn-header-primary + .tch-btn-header-dropdown, .modal-footer .tch-btn-header-primary-block + .tch-btn-header-dropdown, .modal-footer .tch-btn-header-secondary + .tch-btn-header-dropdown, .modal-footer .tch-btn-header-danger + .tch-btn-header-dropdown, .modal-footer .tch-btn-header-dropdown + .tch-btn-header-dropdown, .modal-footer .tch-btn-header-icon + .tch-btn-header-dropdown, .modal-footer .tch-btn-content + .tch-btn-header-dropdown, .modal-footer .tch-btn-content-primary + .tch-btn-header-dropdown, .modal-footer .tch-btn-content-primary-block + .tch-btn-header-dropdown, .modal-footer .tch-page-nav-btn + .tch-btn-header-dropdown, .modal-footer .tch-btn-content-secondary + .tch-btn-header-dropdown, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-dropdown, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-header-dropdown, .modal-footer .tch-btn-content-gray + .tch-btn-header-dropdown, .modal-footer .tch-btn-content-danger + .tch-btn-header-dropdown, .modal-footer .tch-btn-content-transparent + .tch-btn-header-dropdown, .modal-footer .tch-btn-group-tab + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group-selector + .tch-btn-header-dropdown, .modal-footer .tch-btn-tooltip + .tch-btn-header-dropdown, .modal-footer .btn + .tch-btn-header-icon, .modal-footer .tch-btn-header + .tch-btn-header-icon, .modal-footer .tch-btn-header-primary + .tch-btn-header-icon, .modal-footer .tch-btn-header-primary-block + .tch-btn-header-icon, .modal-footer .tch-btn-header-secondary + .tch-btn-header-icon, .modal-footer .tch-btn-header-danger + .tch-btn-header-icon, .modal-footer .tch-btn-header-dropdown + .tch-btn-header-icon, .modal-footer .tch-btn-header-icon + .tch-btn-header-icon, .modal-footer .tch-btn-content + .tch-btn-header-icon, .modal-footer .tch-btn-content-primary + .tch-btn-header-icon, .modal-footer .tch-btn-content-primary-block + .tch-btn-header-icon, .modal-footer .tch-page-nav-btn + .tch-btn-header-icon, .modal-footer .tch-btn-content-secondary + .tch-btn-header-icon, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-icon, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-header-icon, .modal-footer .tch-btn-content-gray + .tch-btn-header-icon, .modal-footer .tch-btn-content-danger + .tch-btn-header-icon, .modal-footer .tch-btn-content-transparent + .tch-btn-header-icon, .modal-footer .tch-btn-group-tab + .tch-btn-header-icon, .modal-footer .tch-dropdown-group-selector + .tch-btn-header-icon, .modal-footer .tch-btn-tooltip + .tch-btn-header-icon, .modal-footer .btn + .tch-btn-content, .modal-footer .tch-btn-header + .tch-btn-content, .modal-footer .tch-btn-header-primary + .tch-btn-content, .modal-footer .tch-btn-header-primary-block + .tch-btn-content, .modal-footer .tch-btn-header-secondary + .tch-btn-content, .modal-footer .tch-btn-header-danger + .tch-btn-content, .modal-footer .tch-btn-header-dropdown + .tch-btn-content, .modal-footer .tch-btn-header-icon + .tch-btn-content, .modal-footer .tch-btn-content + .tch-btn-content, .modal-footer .tch-btn-content-primary + .tch-btn-content, .modal-footer .tch-btn-content-primary-block + .tch-btn-content, .modal-footer .tch-page-nav-btn + .tch-btn-content, .modal-footer .tch-btn-content-secondary + .tch-btn-content, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-content, .modal-footer .tch-btn-content-gray + .tch-btn-content, .modal-footer .tch-btn-content-danger + .tch-btn-content, .modal-footer .tch-btn-content-transparent + .tch-btn-content, .modal-footer .tch-btn-group-tab + .tch-btn-content, .modal-footer .tch-dropdown-group-selector + .tch-btn-content, .modal-footer .tch-btn-tooltip + .tch-btn-content, .modal-footer .btn + .tch-btn-content-primary, .modal-footer .tch-btn-header + .tch-btn-content-primary, .modal-footer .tch-btn-header-primary + .tch-btn-content-primary, .modal-footer .tch-btn-header-primary-block + .tch-btn-content-primary, .modal-footer .tch-btn-header-secondary + .tch-btn-content-primary, .modal-footer .tch-btn-header-danger + .tch-btn-content-primary, .modal-footer .tch-btn-header-dropdown + .tch-btn-content-primary, .modal-footer .tch-btn-header-icon + .tch-btn-content-primary, .modal-footer .tch-btn-content + .tch-btn-content-primary, .modal-footer .tch-btn-content-primary + .tch-btn-content-primary, .modal-footer .tch-btn-content-primary-block + .tch-btn-content-primary, .modal-footer .tch-page-nav-btn + .tch-btn-content-primary, .modal-footer .tch-btn-content-secondary + .tch-btn-content-primary, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-content-primary, .modal-footer .tch-btn-content-gray + .tch-btn-content-primary, .modal-footer .tch-btn-content-danger + .tch-btn-content-primary, .modal-footer .tch-btn-content-transparent + .tch-btn-content-primary, .modal-footer .tch-btn-group-tab + .tch-btn-content-primary, .modal-footer .tch-dropdown-group-selector + .tch-btn-content-primary, .modal-footer .tch-btn-tooltip + .tch-btn-content-primary, .modal-footer .btn + .tch-btn-content-primary-block, .modal-footer .tch-btn-header + .tch-btn-content-primary-block, .modal-footer .tch-btn-header-primary + .tch-btn-content-primary-block, .modal-footer .tch-btn-header-primary-block + .tch-btn-content-primary-block, .modal-footer .tch-btn-header-secondary + .tch-btn-content-primary-block, .modal-footer .tch-btn-header-danger + .tch-btn-content-primary-block, .modal-footer .tch-btn-header-dropdown + .tch-btn-content-primary-block, .modal-footer .tch-btn-header-icon + .tch-btn-content-primary-block, .modal-footer .tch-btn-content + .tch-btn-content-primary-block, .modal-footer .tch-btn-content-primary + .tch-btn-content-primary-block, .modal-footer .tch-btn-content-primary-block + .tch-btn-content-primary-block, .modal-footer .tch-page-nav-btn + .tch-btn-content-primary-block, .modal-footer .tch-btn-content-secondary + .tch-btn-content-primary-block, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary-block, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-content-primary-block, .modal-footer .tch-btn-content-gray + .tch-btn-content-primary-block, .modal-footer .tch-btn-content-danger + .tch-btn-content-primary-block, .modal-footer .tch-btn-content-transparent + .tch-btn-content-primary-block, .modal-footer .tch-btn-group-tab + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group-selector + .tch-btn-content-primary-block, .modal-footer .tch-btn-tooltip + .tch-btn-content-primary-block, .modal-footer .btn + .tch-page-nav-btn, .modal-footer .tch-btn-header + .tch-page-nav-btn, .modal-footer .tch-btn-header-primary + .tch-page-nav-btn, .modal-footer .tch-btn-header-primary-block + .tch-page-nav-btn, .modal-footer .tch-btn-header-secondary + .tch-page-nav-btn, .modal-footer .tch-btn-header-danger + .tch-page-nav-btn, .modal-footer .tch-btn-header-dropdown + .tch-page-nav-btn, .modal-footer .tch-btn-header-icon + .tch-page-nav-btn, .modal-footer .tch-btn-content + .tch-page-nav-btn, .modal-footer .tch-btn-content-primary + .tch-page-nav-btn, .modal-footer .tch-btn-content-primary-block + .tch-page-nav-btn, .modal-footer .tch-page-nav-btn + .tch-page-nav-btn, .modal-footer .tch-btn-content-secondary + .tch-page-nav-btn, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-page-nav-btn, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-page-nav-btn, .modal-footer .tch-btn-content-gray + .tch-page-nav-btn, .modal-footer .tch-btn-content-danger + .tch-page-nav-btn, .modal-footer .tch-btn-content-transparent + .tch-page-nav-btn, .modal-footer .tch-btn-group-tab + .tch-page-nav-btn, .modal-footer .tch-dropdown-group-selector + .tch-page-nav-btn, .modal-footer .tch-btn-tooltip + .tch-page-nav-btn, .modal-footer .btn + .tch-btn-content-secondary, .modal-footer .tch-btn-header + .tch-btn-content-secondary, .modal-footer .tch-btn-header-primary + .tch-btn-content-secondary, .modal-footer .tch-btn-header-primary-block + .tch-btn-content-secondary, .modal-footer .tch-btn-header-secondary + .tch-btn-content-secondary, .modal-footer .tch-btn-header-danger + .tch-btn-content-secondary, .modal-footer .tch-btn-header-dropdown + .tch-btn-content-secondary, .modal-footer .tch-btn-header-icon + .tch-btn-content-secondary, .modal-footer .tch-btn-content + .tch-btn-content-secondary, .modal-footer .tch-btn-content-primary + .tch-btn-content-secondary, .modal-footer .tch-btn-content-primary-block + .tch-btn-content-secondary, .modal-footer .tch-page-nav-btn + .tch-btn-content-secondary, .modal-footer .tch-btn-content-secondary + .tch-btn-content-secondary, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-content-secondary, .modal-footer .tch-btn-content-gray + .tch-btn-content-secondary, .modal-footer .tch-btn-content-danger + .tch-btn-content-secondary, .modal-footer .tch-btn-content-transparent + .tch-btn-content-secondary, .modal-footer .tch-btn-group-tab + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group-selector + .tch-btn-content-secondary, .modal-footer .tch-btn-tooltip + .tch-btn-content-secondary, .modal-footer .ui-select-multiple.ui-select-bootstrap .btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-header + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-header + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-header-primary + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-header-primary-block + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-header-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-header-secondary + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-header-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-header-danger + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-header-dropdown + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-header-dropdown + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-header-icon + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-header-icon + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-content + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-content + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-content-primary + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-content-primary-block + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-page-nav-btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-page-nav-btn + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-content-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-content-secondary + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-content-gray + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-content-gray + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-content-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-content-danger + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-content-transparent + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-content-transparent + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-group-tab + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group-tab + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group-selector + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group-selector + .ui-select-match-item, .modal-footer .ui-select-multiple.ui-select-bootstrap .tch-btn-tooltip + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-tooltip + .ui-select-match-item, .modal-footer .btn + .tch-btn-content-gray, .modal-footer .tch-btn-header + .tch-btn-content-gray, .modal-footer .tch-btn-header-primary + .tch-btn-content-gray, .modal-footer .tch-btn-header-primary-block + .tch-btn-content-gray, .modal-footer .tch-btn-header-secondary + .tch-btn-content-gray, .modal-footer .tch-btn-header-danger + .tch-btn-content-gray, .modal-footer .tch-btn-header-dropdown + .tch-btn-content-gray, .modal-footer .tch-btn-header-icon + .tch-btn-content-gray, .modal-footer .tch-btn-content + .tch-btn-content-gray, .modal-footer .tch-btn-content-primary + .tch-btn-content-gray, .modal-footer .tch-btn-content-primary-block + .tch-btn-content-gray, .modal-footer .tch-page-nav-btn + .tch-btn-content-gray, .modal-footer .tch-btn-content-secondary + .tch-btn-content-gray, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-gray, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-content-gray, .modal-footer .tch-btn-content-gray + .tch-btn-content-gray, .modal-footer .tch-btn-content-danger + .tch-btn-content-gray, .modal-footer .tch-btn-content-transparent + .tch-btn-content-gray, .modal-footer .tch-btn-group-tab + .tch-btn-content-gray, .modal-footer .tch-dropdown-group-selector + .tch-btn-content-gray, .modal-footer .tch-btn-tooltip + .tch-btn-content-gray, .modal-footer .btn + .tch-btn-content-danger, .modal-footer .tch-btn-header + .tch-btn-content-danger, .modal-footer .tch-btn-header-primary + .tch-btn-content-danger, .modal-footer .tch-btn-header-primary-block + .tch-btn-content-danger, .modal-footer .tch-btn-header-secondary + .tch-btn-content-danger, .modal-footer .tch-btn-header-danger + .tch-btn-content-danger, .modal-footer .tch-btn-header-dropdown + .tch-btn-content-danger, .modal-footer .tch-btn-header-icon + .tch-btn-content-danger, .modal-footer .tch-btn-content + .tch-btn-content-danger, .modal-footer .tch-btn-content-primary + .tch-btn-content-danger, .modal-footer .tch-btn-content-primary-block + .tch-btn-content-danger, .modal-footer .tch-page-nav-btn + .tch-btn-content-danger, .modal-footer .tch-btn-content-secondary + .tch-btn-content-danger, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-danger, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-content-danger, .modal-footer .tch-btn-content-gray + .tch-btn-content-danger, .modal-footer .tch-btn-content-danger + .tch-btn-content-danger, .modal-footer .tch-btn-content-transparent + .tch-btn-content-danger, .modal-footer .tch-btn-group-tab + .tch-btn-content-danger, .modal-footer .tch-dropdown-group-selector + .tch-btn-content-danger, .modal-footer .tch-btn-tooltip + .tch-btn-content-danger, .modal-footer .btn + .tch-btn-content-transparent, .modal-footer .tch-btn-header + .tch-btn-content-transparent, .modal-footer .tch-btn-header-primary + .tch-btn-content-transparent, .modal-footer .tch-btn-header-primary-block + .tch-btn-content-transparent, .modal-footer .tch-btn-header-secondary + .tch-btn-content-transparent, .modal-footer .tch-btn-header-danger + .tch-btn-content-transparent, .modal-footer .tch-btn-header-dropdown + .tch-btn-content-transparent, .modal-footer .tch-btn-header-icon + .tch-btn-content-transparent, .modal-footer .tch-btn-content + .tch-btn-content-transparent, .modal-footer .tch-btn-content-primary + .tch-btn-content-transparent, .modal-footer .tch-btn-content-primary-block + .tch-btn-content-transparent, .modal-footer .tch-page-nav-btn + .tch-btn-content-transparent, .modal-footer .tch-btn-content-secondary + .tch-btn-content-transparent, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-transparent, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-content-transparent, .modal-footer .tch-btn-content-gray + .tch-btn-content-transparent, .modal-footer .tch-btn-content-danger + .tch-btn-content-transparent, .modal-footer .tch-btn-content-transparent + .tch-btn-content-transparent, .modal-footer .tch-btn-group-tab + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group-selector + .tch-btn-content-transparent, .modal-footer .tch-btn-tooltip + .tch-btn-content-transparent, .modal-footer .btn + .tch-btn-group-tab, .modal-footer .tch-btn-header + .tch-btn-group-tab, .modal-footer .tch-btn-header-primary + .tch-btn-group-tab, .modal-footer .tch-btn-header-primary-block + .tch-btn-group-tab, .modal-footer .tch-btn-header-secondary + .tch-btn-group-tab, .modal-footer .tch-btn-header-danger + .tch-btn-group-tab, .modal-footer .tch-btn-header-dropdown + .tch-btn-group-tab, .modal-footer .tch-btn-header-icon + .tch-btn-group-tab, .modal-footer .tch-btn-content + .tch-btn-group-tab, .modal-footer .tch-btn-content-primary + .tch-btn-group-tab, .modal-footer .tch-btn-content-primary-block + .tch-btn-group-tab, .modal-footer .tch-page-nav-btn + .tch-btn-group-tab, .modal-footer .tch-btn-content-secondary + .tch-btn-group-tab, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-group-tab, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-group-tab, .modal-footer .tch-btn-content-gray + .tch-btn-group-tab, .modal-footer .tch-btn-content-danger + .tch-btn-group-tab, .modal-footer .tch-btn-content-transparent + .tch-btn-group-tab, .modal-footer .tch-btn-group-tab + .tch-btn-group-tab, .modal-footer .tch-dropdown-group-selector + .tch-btn-group-tab, .modal-footer .tch-btn-tooltip + .tch-btn-group-tab, .modal-footer .btn + .tch-dropdown-group-selector, .modal-footer .tch-btn-header + .tch-dropdown-group-selector, .modal-footer .tch-btn-header-primary + .tch-dropdown-group-selector, .modal-footer .tch-btn-header-primary-block + .tch-dropdown-group-selector, .modal-footer .tch-btn-header-secondary + .tch-dropdown-group-selector, .modal-footer .tch-btn-header-danger + .tch-dropdown-group-selector, .modal-footer .tch-btn-header-dropdown + .tch-dropdown-group-selector, .modal-footer .tch-btn-header-icon + .tch-dropdown-group-selector, .modal-footer .tch-btn-content + .tch-dropdown-group-selector, .modal-footer .tch-btn-content-primary + .tch-dropdown-group-selector, .modal-footer .tch-btn-content-primary-block + .tch-dropdown-group-selector, .modal-footer .tch-page-nav-btn + .tch-dropdown-group-selector, .modal-footer .tch-btn-content-secondary + .tch-dropdown-group-selector, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-dropdown-group-selector, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-dropdown-group-selector, .modal-footer .tch-btn-content-gray + .tch-dropdown-group-selector, .modal-footer .tch-btn-content-danger + .tch-dropdown-group-selector, .modal-footer .tch-btn-content-transparent + .tch-dropdown-group-selector, .modal-footer .tch-btn-group-tab + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group-selector + .tch-dropdown-group-selector, .modal-footer .tch-btn-tooltip + .tch-dropdown-group-selector, .modal-footer .btn + .tch-btn-tooltip, .modal-footer .tch-btn-header + .tch-btn-tooltip, .modal-footer .tch-btn-header-primary + .tch-btn-tooltip, .modal-footer .tch-btn-header-primary-block + .tch-btn-tooltip, .modal-footer .tch-btn-header-secondary + .tch-btn-tooltip, .modal-footer .tch-btn-header-danger + .tch-btn-tooltip, .modal-footer .tch-btn-header-dropdown + .tch-btn-tooltip, .modal-footer .tch-btn-header-icon + .tch-btn-tooltip, .modal-footer .tch-btn-content + .tch-btn-tooltip, .modal-footer .tch-btn-content-primary + .tch-btn-tooltip, .modal-footer .tch-btn-content-primary-block + .tch-btn-tooltip, .modal-footer .tch-page-nav-btn + .tch-btn-tooltip, .modal-footer .tch-btn-content-secondary + .tch-btn-tooltip, .modal-footer .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-tooltip, .ui-select-multiple.ui-select-bootstrap .modal-footer .ui-select-match-item + .tch-btn-tooltip, .modal-footer .tch-btn-content-gray + .tch-btn-tooltip, .modal-footer .tch-btn-content-danger + .tch-btn-tooltip, .modal-footer .tch-btn-content-transparent + .tch-btn-tooltip, .modal-footer .tch-btn-group-tab + .tch-btn-tooltip, .modal-footer .tch-dropdown-group-selector + .tch-btn-tooltip, .modal-footer .tch-btn-tooltip + .tch-btn-tooltip { | |
margin-left: 5px; | |
margin-bottom: 0; } | |
.modal-footer .btn-group .btn + .btn, .modal-footer .tch-btn-group .btn + .btn, .modal-footer .tch-dropdown-group .btn + .btn, .modal-footer .btn-group .tch-btn-header + .btn, .modal-footer .tch-btn-group .tch-btn-header + .btn, .modal-footer .tch-dropdown-group .tch-btn-header + .btn, .modal-footer .btn-group .tch-btn-header-primary + .btn, .modal-footer .tch-btn-group .tch-btn-header-primary + .btn, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .btn, .modal-footer .btn-group .tch-btn-header-primary-block + .btn, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .btn, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .btn, .modal-footer .btn-group .tch-btn-header-secondary + .btn, .modal-footer .tch-btn-group .tch-btn-header-secondary + .btn, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .btn, .modal-footer .btn-group .tch-btn-header-danger + .btn, .modal-footer .tch-btn-group .tch-btn-header-danger + .btn, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .btn, .modal-footer .btn-group .tch-btn-header-dropdown + .btn, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .btn, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .btn, .modal-footer .btn-group .tch-btn-header-icon + .btn, .modal-footer .tch-btn-group .tch-btn-header-icon + .btn, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .btn, .modal-footer .btn-group .tch-btn-content + .btn, .modal-footer .tch-btn-group .tch-btn-content + .btn, .modal-footer .tch-dropdown-group .tch-btn-content + .btn, .modal-footer .btn-group .tch-btn-content-primary + .btn, .modal-footer .tch-btn-group .tch-btn-content-primary + .btn, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .btn, .modal-footer .btn-group .tch-btn-content-primary-block + .btn, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .btn, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .btn, .modal-footer .btn-group .tch-page-nav-btn + .btn, .modal-footer .tch-btn-group .tch-page-nav-btn + .btn, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .btn, .modal-footer .btn-group .tch-btn-content-secondary + .btn, .modal-footer .tch-btn-group .tch-btn-content-secondary + .btn, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .btn, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .btn, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .btn, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .btn, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .btn, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .btn, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .btn, .modal-footer .btn-group .tch-btn-content-gray + .btn, .modal-footer .tch-btn-group .tch-btn-content-gray + .btn, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .btn, .modal-footer .btn-group .tch-btn-content-danger + .btn, .modal-footer .tch-btn-group .tch-btn-content-danger + .btn, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .btn, .modal-footer .btn-group .tch-btn-content-transparent + .btn, .modal-footer .tch-btn-group .tch-btn-content-transparent + .btn, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .btn, .modal-footer .btn-group .tch-btn-group-tab + .btn, .modal-footer .tch-btn-group .tch-btn-group-tab + .btn, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .btn, .modal-footer .btn-group .tch-dropdown-group-selector + .btn, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .btn, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .btn, .modal-footer .btn-group .tch-btn-tooltip + .btn, .modal-footer .tch-btn-group .tch-btn-tooltip + .btn, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .btn, .modal-footer .btn-group .btn + .tch-btn-header, .modal-footer .tch-btn-group .btn + .tch-btn-header, .modal-footer .tch-dropdown-group .btn + .tch-btn-header, .modal-footer .btn-group .tch-btn-header + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-header, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header, .modal-footer .btn-group .tch-btn-content + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-header, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-header, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-header, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-header, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-header, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-header, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-header, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-header, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header, .modal-footer .btn-group .btn + .tch-btn-header-primary, .modal-footer .tch-btn-group .btn + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .btn + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-header + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-content + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header-primary, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header-primary, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-header-primary, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header-primary, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header-primary, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-header-primary, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-header-primary, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header-primary, .modal-footer .btn-group .btn + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .btn + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .btn + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-header + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-content + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header-primary-block, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary-block, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary-block, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-primary-block, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header-primary-block, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-header-primary-block, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-header-primary-block, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header-primary-block, .modal-footer .btn-group .btn + .tch-btn-header-secondary, .modal-footer .tch-btn-group .btn + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .btn + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-header + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-content + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header-secondary, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header-secondary, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-secondary, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-header-secondary, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-secondary, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-secondary, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header-secondary, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header-secondary, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-header-secondary, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-header-secondary, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header-secondary, .modal-footer .btn-group .btn + .tch-btn-header-danger, .modal-footer .tch-btn-group .btn + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .btn + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-header + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-content + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header-danger, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header-danger, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-danger, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-header-danger, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-danger, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-danger, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header-danger, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header-danger, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-header-danger, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-header-danger, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header-danger, .modal-footer .btn-group .btn + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .btn + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .btn + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-header + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-content + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header-dropdown, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-dropdown, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-dropdown, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-dropdown, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header-dropdown, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-header-dropdown, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-header-dropdown, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header-dropdown, .modal-footer .btn-group .btn + .tch-btn-header-icon, .modal-footer .tch-btn-group .btn + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .btn + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-header + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-content + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-header-icon, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-header-icon, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-icon, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-header-icon, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-icon, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-header-icon, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-header-icon, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-header-icon, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-header-icon, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-header-icon, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-header-icon, .modal-footer .btn-group .btn + .tch-btn-content, .modal-footer .tch-btn-group .btn + .tch-btn-content, .modal-footer .tch-dropdown-group .btn + .tch-btn-content, .modal-footer .btn-group .tch-btn-header + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-content, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content, .modal-footer .btn-group .tch-btn-content + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-content, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-content, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-content, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-content, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-content, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-content, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-content, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-content, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content, .modal-footer .btn-group .btn + .tch-btn-content-primary, .modal-footer .tch-btn-group .btn + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .btn + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-header + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-content + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content-primary, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content-primary, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-content-primary, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content-primary, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content-primary, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-content-primary, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-content-primary, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content-primary, .modal-footer .btn-group .btn + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .btn + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .btn + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-header + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-content + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content-primary-block, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary-block, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary-block, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-primary-block, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content-primary-block, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-content-primary-block, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-content-primary-block, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content-primary-block, .modal-footer .btn-group .btn + .tch-page-nav-btn, .modal-footer .tch-btn-group .btn + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .btn + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-header + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-header + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-header-primary + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-header-secondary + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-header-danger + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-header-icon + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-content + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-content + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-content-primary + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-page-nav-btn, .modal-footer .btn-group .tch-page-nav-btn + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-content-secondary + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-page-nav-btn, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-page-nav-btn, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-page-nav-btn, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-page-nav-btn, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-page-nav-btn, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-content-gray + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-content-danger + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-content-transparent + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-group-tab + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-page-nav-btn, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-page-nav-btn, .modal-footer .btn-group .tch-btn-tooltip + .tch-page-nav-btn, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-page-nav-btn, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-page-nav-btn, .modal-footer .btn-group .btn + .tch-btn-content-secondary, .modal-footer .tch-btn-group .btn + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .btn + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-header + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-content + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content-secondary, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content-secondary, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-content-secondary, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content-secondary, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content-secondary, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-content-secondary, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-content-secondary, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content-secondary, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .btn + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .btn + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .btn + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-header + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-header + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-header + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-header-primary + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-header-primary + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-header-primary + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-header-primary-block + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-header-primary-block + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-header-secondary + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-header-secondary + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-header-danger + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-header-danger + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-header-danger + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-dropdown + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-header-dropdown + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-dropdown + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-header-dropdown + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-dropdown + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-icon + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-header-icon + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-icon + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-header-icon + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-header-icon + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-header-icon + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-content + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-content + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-content + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-content-primary + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-content-primary + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-content-primary + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-content-primary-block + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-content-primary-block + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-primary-block + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-page-nav-btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-page-nav-btn + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-page-nav-btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-page-nav-btn + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-page-nav-btn + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-page-nav-btn + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-content-secondary + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-content-secondary + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-secondary + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-gray + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-content-gray + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-gray + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-content-gray + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-gray + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-content-gray + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-content-danger + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-content-danger + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-danger + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-content-danger + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-transparent + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-content-transparent + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-transparent + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-content-transparent + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-content-transparent + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-group-tab + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-group-tab + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-group-tab + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-group-tab + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-group-tab + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-group-tab + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group-selector + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-dropdown-group-selector + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group-selector + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-dropdown-group-selector + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-dropdown-group-selector + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .ui-select-match-item, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-tooltip + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .tch-btn-tooltip + .ui-select-match-item, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .tch-btn-tooltip + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .tch-btn-tooltip + .ui-select-match-item, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .tch-btn-tooltip + .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .tch-btn-tooltip + .ui-select-match-item, .modal-footer .btn-group .btn + .tch-btn-content-gray, .modal-footer .tch-btn-group .btn + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .btn + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-header + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-content + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content-gray, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content-gray, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-gray, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-content-gray, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-gray, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-gray, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content-gray, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content-gray, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-content-gray, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-content-gray, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content-gray, .modal-footer .btn-group .btn + .tch-btn-content-danger, .modal-footer .tch-btn-group .btn + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .btn + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-header + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-content + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content-danger, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content-danger, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-danger, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-content-danger, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-danger, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-danger, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content-danger, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content-danger, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-content-danger, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-content-danger, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content-danger, .modal-footer .btn-group .btn + .tch-btn-content-transparent, .modal-footer .tch-btn-group .btn + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .btn + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-header + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-content + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-content-transparent, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-content-transparent, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-transparent, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-content-transparent, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-transparent, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-content-transparent, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-content-transparent, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-content-transparent, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-content-transparent, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-content-transparent, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-content-transparent, .modal-footer .btn-group .btn + .tch-btn-group-tab, .modal-footer .tch-btn-group .btn + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .btn + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-header + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-content + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-group-tab, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-group-tab, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-group-tab, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-group-tab, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-group-tab, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-group-tab, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-group-tab, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-group-tab, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-group-tab, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-group-tab, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-group-tab, .modal-footer .btn-group .btn + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .btn + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .btn + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-header + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-header + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-header-primary + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-header-secondary + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-header-danger + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-header-icon + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-content + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-content + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-content-primary + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-page-nav-btn + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-content-secondary + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-dropdown-group-selector, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-dropdown-group-selector, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-dropdown-group-selector, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-dropdown-group-selector, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-content-gray + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-content-danger + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-content-transparent + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-group-tab + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-dropdown-group-selector, .modal-footer .btn-group .tch-btn-tooltip + .tch-dropdown-group-selector, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-dropdown-group-selector, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-dropdown-group-selector, .modal-footer .btn-group .btn + .tch-btn-tooltip, .modal-footer .tch-btn-group .btn + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .btn + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-header + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-header + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-header + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-header-primary + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-header-primary + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-header-primary + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-header-primary-block + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-header-primary-block + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-header-primary-block + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-header-secondary + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-header-secondary + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-header-secondary + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-header-danger + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-header-danger + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-header-danger + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-header-dropdown + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-header-dropdown + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-header-dropdown + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-header-icon + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-header-icon + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-header-icon + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-content + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-content + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-content + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-content-primary + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-content-primary + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-content-primary + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-content-primary-block + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-content-primary-block + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-content-primary-block + .tch-btn-tooltip, .modal-footer .btn-group .tch-page-nav-btn + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-page-nav-btn + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-page-nav-btn + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-content-secondary + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-content-secondary + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-content-secondary + .tch-btn-tooltip, .modal-footer .btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-tooltip, .ui-select-multiple.ui-select-bootstrap .modal-footer .btn-group .ui-select-match-item + .tch-btn-tooltip, .modal-footer .tch-btn-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-tooltip, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-btn-group .ui-select-match-item + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .ui-select-multiple.ui-select-bootstrap .ui-select-match-item + .tch-btn-tooltip, .ui-select-multiple.ui-select-bootstrap .modal-footer .tch-dropdown-group .ui-select-match-item + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-content-gray + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-content-gray + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-content-gray + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-content-danger + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-content-danger + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-content-danger + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-content-transparent + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-content-transparent + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-content-transparent + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-group-tab + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-group-tab + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-group-tab + .tch-btn-tooltip, .modal-footer .btn-group .tch-dropdown-group-selector + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-dropdown-group-selector + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-dropdown-group-selector + .tch-btn-tooltip, .modal-footer .btn-group .tch-btn-tooltip + .tch-btn-tooltip, .modal-footer .tch-btn-group .tch-btn-tooltip + .tch-btn-tooltip, .modal-footer .tch-dropdown-group .tch-btn-tooltip + .tch-btn-tooltip { | |
margin-left: -1px; } | |
.modal-footer .btn-block + .btn-block, .modal-footer .tch-btn-header-primary-block + .btn-block, .modal-footer .tch-btn-content-primary-block + .btn-block, .modal-footer .btn-block + .tch-btn-header-primary-block, .modal-footer .tch-btn-header-primary-block + .tch-btn-header-primary-block, .modal-footer .tch-btn-content-primary-block + .tch-btn-header-primary-block, .modal-footer .btn-block + .tch-btn-content-primary-block, .modal-footer .tch-btn-header-primary-block + .tch-btn-content-primary-block, .modal-footer .tch-btn-content-primary-block + .tch-btn-content-primary-block { | |
margin-left: 0; } | |
.modal-scrollbar-measure { | |
position: absolute; | |
top: -9999px; | |
width: 50px; | |
height: 50px; | |
overflow: scroll; } | |
@media (min-width: 768px) { | |
.modal-dialog { | |
width: 624px; | |
margin: 30px auto; } | |
.modal-content { | |
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } | |
.modal-sm { | |
width: 300px; } } | |
@media (min-width: 992px) { | |
.modal-lg { | |
width: 900px; } } | |
.tooltip { | |
position: absolute; | |
z-index: 1070; | |
display: block; | |
font-family: "Raleway", Helvetica, Arial, sans-serif; | |
font-style: normal; | |
font-weight: normal; | |
letter-spacing: normal; | |
line-break: auto; | |
line-height: 1.72222; | |
text-align: left; | |
text-align: start; | |
text-decoration: none; | |
text-shadow: none; | |
text-transform: none; | |
white-space: normal; | |
word-break: normal; | |
word-spacing: normal; | |
word-wrap: normal; | |
font-size: 12px; | |
opacity: 0; | |
filter: alpha(opacity=0); } | |
.tooltip.in { | |
opacity: 0.9; | |
filter: alpha(opacity=90); } | |
.tooltip.top { | |
margin-top: -3px; | |
padding: 5px 0; } | |
.tooltip.right { | |
margin-left: 3px; | |
padding: 0 5px; } | |
.tooltip.bottom { | |
margin-top: 3px; | |
padding: 5px 0; } | |
.tooltip.left { | |
margin-left: -3px; | |
padding: 0 5px; } | |
.tooltip-inner { | |
max-width: 200px; | |
padding: 3px 8px; | |
color: #fff; | |
text-align: center; | |
background-color: #FEFDF1; | |
border-radius: 4px; } | |
.tooltip-arrow { | |
position: absolute; | |
width: 0; | |
height: 0; | |
border-color: transparent; | |
border-style: solid; } | |
.tooltip.top .tooltip-arrow { | |
bottom: 0; | |
left: 50%; | |
margin-left: -5px; | |
border-width: 5px 5px 0; | |
border-top-color: #FEFDF1; } | |
.tooltip.top-left .tooltip-arrow { | |
bottom: 0; | |
right: 5px; | |
margin-bottom: -5px; | |
border-width: 5px 5px 0; | |
border-top-color: #FEFDF1; } | |
.tooltip.top-right .tooltip-arrow { | |
bottom: 0; | |
left: 5px; | |
margin-bottom: -5px; | |
border-width: 5px 5px 0; | |
border-top-color: #FEFDF1; } | |
.tooltip.right .tooltip-arrow { | |
top: 50%; | |
left: 0; | |
margin-top: -5px; | |
border-width: 5px 5px 5px 0; | |
border-right-color: #FEFDF1; } | |
.tooltip.left .tooltip-arrow { | |
top: 50%; | |
right: 0; | |
margin-top: -5px; | |
border-width: 5px 0 5px 5px; | |
border-left-color: #FEFDF1; } | |
.tooltip.bottom .tooltip-arrow { | |
top: 0; | |
left: 50%; | |
margin-left: -5px; | |
border-width: 0 5px 5px; | |
border-bottom-color: #FEFDF1; } | |
.tooltip.bottom-left .tooltip-arrow { | |
top: 0; | |
right: 5px; | |
margin-top: -5px; | |
border-width: 0 5px 5px; | |
border-bottom-color: #FEFDF1; } | |
.tooltip.bottom-right .tooltip-arrow { | |
top: 0; | |
left: 5px; | |
margin-top: -5px; | |
border-width: 0 5px 5px; | |
border-bottom-color: #FEFDF1; } | |
.popover { | |
position: absolute; | |
top: 0; | |
left: 0; | |
z-index: 1060; | |
display: none; | |
max-width: 276px; | |
padding: 1px; | |
font-family: "Raleway", Helvetica, Arial, sans-serif; | |
font-style: normal; | |
font-weight: normal; | |
letter-spacing: normal; | |
line-break: auto; | |
line-height: 1.72222; | |
text-align: left; | |
text-align: start; | |
text-decoration: none; | |
text-shadow: none; | |
text-transform: none; | |
white-space: normal; | |
word-break: normal; | |
word-spacing: normal; | |
word-wrap: normal; | |
font-size: 14px; | |
background-color: #fff; | |
background-clip: padding-box; | |
border: 1px solid #ccc; | |
border: 1px solid rgba(0, 0, 0, 0.2); | |
border-radius: 6px; | |
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } | |
.popover.top { | |
margin-top: -10px; } | |
.popover.right { | |
margin-left: 10px; } | |
.popover.bottom { | |
margin-top: 10px; } | |
.popover.left { | |
margin-left: -10px; } | |
.popover-title { | |
margin: 0; | |
padding: 8px 14px; | |
font-size: 14px; | |
background-color: #f7f7f7; | |
border-bottom: 1px solid #ebebeb; | |
border-radius: 5px 5px 0 0; } | |
.popover-content { | |
padding: 9px 14px; } | |
.popover > .arrow, .popover > .arrow:after { | |
position: absolute; | |
display: block; | |
width: 0; | |
height: 0; | |
border-color: transparent; | |
border-style: solid; } | |
.popover > .arrow { | |
border-width: 11px; } | |
.popover > .arrow:after { | |
border-width: 10px; | |
content: ""; } | |
.popover.top > .arrow { | |
left: 50%; | |
margin-left: -11px; | |
border-bottom-width: 0; | |
border-top-color: #999999; | |
border-top-color: rgba(0, 0, 0, 0.25); | |
bottom: -11px; } | |
.popover.top > .arrow:after { | |
content: " "; | |
bottom: 1px; | |
margin-left: -10px; | |
border-bottom-width: 0; | |
border-top-color: #fff; } | |
.popover.right > .arrow { | |
top: 50%; | |
left: -11px; | |
margin-top: -11px; | |
border-left-width: 0; | |
border-right-color: #999999; | |
border-right-color: rgba(0, 0, 0, 0.25); } | |
.popover.right > .arrow:after { | |
content: " "; | |
left: 1px; | |
bottom: -10px; | |
border-left-width: 0; | |
border-right-color: #fff; } | |
.popover.bottom > .arrow { | |
left: 50%; | |
margin-left: -11px; | |
border-top-width: 0; | |
border-bottom-color: #999999; | |
border-bottom-color: rgba(0, 0, 0, 0.25); | |
top: -11px; } | |
.popover.bottom > .arrow:after { | |
content: " "; | |
top: 1px; | |
margin-left: -10px; | |
border-top-width: 0; | |
border-bottom-color: #fff; } | |
.popover.left > .arrow { | |
top: 50%; | |
right: -11px; | |
margin-top: -11px; | |
border-right-width: 0; | |
border-left-color: #999999; | |
border-left-color: rgba(0, 0, 0, 0.25); } | |
.popover.left > .arrow:after { | |
content: " "; | |
right: 1px; | |
border-right-width: 0; | |
border-left-color: #fff; | |
bottom: -10px; } | |
.carousel { | |
position: relative; } | |
.carousel-inner { | |
position: relative; | |
overflow: hidden; | |
width: 100%; } | |
.carousel-inner > .item { | |
display: none; | |
position: relative; | |
-webkit-transition: 0.6s ease-in-out left; | |
transition: 0.6s ease-in-out left; } | |
.carousel-inner > .item > img, | |
.carousel-inner > .item > a > img { | |
display: block; | |
max-width: 100%; | |
height: auto; | |
line-height: 1; } | |
@media all and (transform-3d), (-webkit-transform-3d) { | |
.carousel-inner > .item { | |
-webkit-transition: -webkit-transform 0.6s ease-in-out; | |
transition: -webkit-transform 0.6s ease-in-out; | |
transition: transform 0.6s ease-in-out; | |
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; | |
-webkit-backface-visibility: hidden; | |
backface-visibility: hidden; | |
-webkit-perspective: 1000px; | |
perspective: 1000px; } | |
.carousel-inner > .item.next, .carousel-inner > .item.active.right { | |
-webkit-transform: translate3d(100%, 0, 0); | |
transform: translate3d(100%, 0, 0); | |
left: 0; } | |
.carousel-inner > .item.prev, .carousel-inner > .item.active.left { | |
-webkit-transform: translate3d(-100%, 0, 0); | |
transform: translate3d(-100%, 0, 0); | |
left: 0; } | |
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); | |
left: 0; } } | |
.carousel-inner > .active, | |
.carousel-inner > .next, | |
.carousel-inner > .prev { | |
display: block; } | |
.carousel-inner > .active { | |
left: 0; } | |
.carousel-inner > .next, | |
.carousel-inner > .prev { | |
position: absolute; | |
top: 0; | |
width: 100%; } | |
.carousel-inner > .next { | |
left: 100%; } | |
.carousel-inner > .prev { | |
left: -100%; } | |
.carousel-inner > .next.left, | |
.carousel-inner > .prev.right { | |
left: 0; } | |
.carousel-inner > .active.left { | |
left: -100%; } | |
.carousel-inner > .active.right { | |
left: 100%; } | |
.carousel-control { | |
position: absolute; | |
top: 0; | |
left: 0; | |
bottom: 0; | |
width: 15%; | |
opacity: 0.5; | |
filter: alpha(opacity=50); | |
font-size: 20px; | |
color: #fff; | |
text-align: center; | |
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } | |
.carousel-control.left { | |
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); | |
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); | |
background-repeat: repeat-x; | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } | |
.carousel-control.right { | |
left: auto; | |
right: 0; | |
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); | |
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); | |
background-repeat: repeat-x; | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } | |
.carousel-control:hover, .carousel-control:focus { | |
outline: 0; | |
color: #fff; | |
text-decoration: none; | |
opacity: 0.9; | |
filter: alpha(opacity=90); } | |
.carousel-control .icon-prev, | |
.carousel-control .icon-next, | |
.carousel-control .glyphicon-chevron-left, | |
.carousel-control .glyphicon-chevron-right { | |
position: absolute; | |
top: 50%; | |
margin-top: -10px; | |
z-index: 5; | |
display: inline-block; } | |
.carousel-control .icon-prev, | |
.carousel-control .glyphicon-chevron-left { | |
left: 50%; | |
margin-left: -10px; } | |
.carousel-control .icon-next, | |
.carousel-control .glyphicon-chevron-right { | |
right: 50%; | |
margin-right: -10px; } | |
.carousel-control .icon-prev, | |
.carousel-control .icon-next { | |
width: 20px; | |
height: 20px; | |
line-height: 1; | |
font-family: serif; } | |
.carousel-control .icon-prev:before { | |
content: '\2039'; } | |
.carousel-control .icon-next:before { | |
content: '\203a'; } | |
.carousel-indicators { | |
position: absolute; | |
bottom: 10px; | |
left: 50%; | |
z-index: 15; | |
width: 60%; | |
margin-left: -30%; | |
padding-left: 0; | |
list-style: none; | |
text-align: center; } | |
.carousel-indicators li { | |
display: inline-block; | |
width: 10px; | |
height: 10px; | |
margin: 1px; | |
text-indent: -999px; | |
border: 1px solid #fff; | |
border-radius: 10px; | |
cursor: pointer; | |
background-color: #000 \9; | |
background-color: transparent; } | |
.carousel-indicators .active { | |
margin: 0; | |
width: 12px; | |
height: 12px; | |
background-color: #fff; } | |
.carousel-caption { | |
position: absolute; | |
left: 15%; | |
right: 15%; | |
bottom: 20px; | |
z-index: 10; | |
padding-top: 20px; | |
padding-bottom: 20px; | |
color: #fff; | |
text-align: center; | |
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } | |
.carousel-caption .btn, .carousel-caption .tch-btn-header, .carousel-caption .tch-btn-header-primary, .carousel-caption .tch-btn-header-primary-block, .carousel-caption .tch-btn-header-secondary, .carousel-caption .tch-btn-header-danger, .carousel-caption .tch-btn-header-dropdown, .carousel-caption .tch-btn-header-icon, .carousel-caption .tch-btn-content, .carousel-caption .tch-btn-content-primary, .carousel-caption .tch-btn-content-primary-block, .carousel-caption .tch-page-nav-btn, .carousel-caption .tch-btn-content-secondary, .carousel-caption .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .carousel-caption .ui-select-match-item, .carousel-caption .tch-btn-content-gray, .carousel-caption .tch-btn-content-danger, .carousel-caption .tch-btn-content-transparent, .carousel-caption .tch-btn-group-tab, .carousel-caption .tch-dropdown-group-selector, .carousel-caption .tch-btn-tooltip { | |
text-shadow: none; } | |
@media screen and (min-width: 768px) { | |
.carousel-control .glyphicon-chevron-left, | |
.carousel-control .glyphicon-chevron-right, | |
.carousel-control .icon-prev, | |
.carousel-control .icon-next { | |
width: 30px; | |
height: 30px; | |
margin-top: -15px; | |
font-size: 30px; } | |
.carousel-control .glyphicon-chevron-left, | |
.carousel-control .icon-prev { | |
margin-left: -15px; } | |
.carousel-control .glyphicon-chevron-right, | |
.carousel-control .icon-next { | |
margin-right: -15px; } | |
.carousel-caption { | |
left: 20%; | |
right: 20%; | |
padding-bottom: 30px; } | |
.carousel-indicators { | |
bottom: 20px; } } | |
.clearfix:before, .clearfix:after { | |
content: " "; | |
display: table; } | |
.clearfix:after { | |
clear: both; } | |
.center-block { | |
display: block; | |
margin-left: auto; | |
margin-right: auto; } | |
.pull-right { | |
float: right !important; } | |
.pull-left, .tch-page-nav-count { | |
float: left !important; } | |
.hide { | |
display: none !important; } | |
.show { | |
display: block !important; } | |
.invisible { | |
visibility: hidden; } | |
.text-hide { | |
font: 0/0 a; | |
color: transparent; | |
text-shadow: none; | |
background-color: transparent; | |
border: 0; } | |
.hidden { | |
display: none !important; } | |
.affix { | |
position: fixed; } | |
@-ms-viewport { | |
width: device-width; } | |
.visible-xs { | |
display: none !important; } | |
.visible-sm { | |
display: none !important; } | |
.visible-md { | |
display: none !important; } | |
.visible-lg { | |
display: none !important; } | |
.visible-xs-block, | |
.visible-xs-inline, | |
.visible-xs-inline-block, | |
.visible-sm-block, | |
.visible-sm-inline, | |
.visible-sm-inline-block, | |
.visible-md-block, | |
.visible-md-inline, | |
.visible-md-inline-block, | |
.visible-lg-block, | |
.visible-lg-inline, | |
.visible-lg-inline-block { | |
display: none !important; } | |
@media (max-width: 767px) { | |
.visible-xs { | |
display: block !important; } | |
table.visible-xs { | |
display: table !important; } | |
tr.visible-xs { | |
display: table-row !important; } | |
th.visible-xs, | |
td.visible-xs { | |
display: table-cell !important; } } | |
@media (max-width: 767px) { | |
.visible-xs-block { | |
display: block !important; } } | |
@media (max-width: 767px) { | |
.visible-xs-inline { | |
display: inline !important; } } | |
@media (max-width: 767px) { | |
.visible-xs-inline-block { | |
display: inline-block !important; } } | |
@media (min-width: 768px) and (max-width: 991px) { | |
.visible-sm { | |
display: block !important; } | |
table.visible-sm { | |
display: table !important; } | |
tr.visible-sm { | |
display: table-row !important; } | |
th.visible-sm, | |
td.visible-sm { | |
display: table-cell !important; } } | |
@media (min-width: 768px) and (max-width: 991px) { | |
.visible-sm-block { | |
display: block !important; } } | |
@media (min-width: 768px) and (max-width: 991px) { | |
.visible-sm-inline { | |
display: inline !important; } } | |
@media (min-width: 768px) and (max-width: 991px) { | |
.visible-sm-inline-block { | |
display: inline-block !important; } } | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.visible-md { | |
display: block !important; } | |
table.visible-md { | |
display: table !important; } | |
tr.visible-md { | |
display: table-row !important; } | |
th.visible-md, | |
td.visible-md { | |
display: table-cell !important; } } | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.visible-md-block { | |
display: block !important; } } | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.visible-md-inline { | |
display: inline !important; } } | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.visible-md-inline-block { | |
display: inline-block !important; } } | |
@media (min-width: 1200px) { | |
.visible-lg { | |
display: block !important; } | |
table.visible-lg { | |
display: table !important; } | |
tr.visible-lg { | |
display: table-row !important; } | |
th.visible-lg, | |
td.visible-lg { | |
display: table-cell !important; } } | |
@media (min-width: 1200px) { | |
.visible-lg-block { | |
display: block !important; } } | |
@media (min-width: 1200px) { | |
.visible-lg-inline { | |
display: inline !important; } } | |
@media (min-width: 1200px) { | |
.visible-lg-inline-block { | |
display: inline-block !important; } } | |
@media (max-width: 767px) { | |
.hidden-xs { | |
display: none !important; } } | |
@media (min-width: 768px) and (max-width: 991px) { | |
.hidden-sm { | |
display: none !important; } } | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.hidden-md { | |
display: none !important; } } | |
@media (min-width: 1200px) { | |
.hidden-lg { | |
display: none !important; } } | |
.visible-print { | |
display: none !important; } | |
@media print { | |
.visible-print { | |
display: block !important; } | |
table.visible-print { | |
display: table !important; } | |
tr.visible-print { | |
display: table-row !important; } | |
th.visible-print, | |
td.visible-print { | |
display: table-cell !important; } } | |
.visible-print-block { | |
display: none !important; } | |
@media print { | |
.visible-print-block { | |
display: block !important; } } | |
.visible-print-inline { | |
display: none !important; } | |
@media print { | |
.visible-print-inline { | |
display: inline !important; } } | |
.visible-print-inline-block { | |
display: none !important; } | |
@media print { | |
.visible-print-inline-block { | |
display: inline-block !important; } } | |
@media print { | |
.hidden-print { | |
display: none !important; } } | |
@font-face { | |
font-family: "icomoon"; | |
src: url("/admin/assets/fonts/icomoon/icomoon.eot?b1izvc"); | |
src: url("/admin/assets/fonts/icomoon/icomoon.eot?b1izvc#iefix") format("embedded-opentype"), url("/admin/assets/fonts/icomoon/icomoon.ttf?b1izvc") format("truetype"), url("/admin/assets/fonts/icomoon/icomoon.woff?b1izvc") format("woff"), url("/admin/assets/fonts/icomoon/icomoon.svg?b1izvc#icomoon") format("svg"); | |
font-weight: normal; | |
font-style: normal; } | |
.icon { | |
/* use !important to prevent issues with browser extensions that change fonts */ | |
font-family: "icomoon" !important; | |
speak: none; | |
font-style: normal; | |
font-weight: normal; | |
font-variant: normal; | |
text-transform: none; | |
line-height: 1; | |
/* Better Font Rendering =========== */ | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; } | |
.icon-feather3:before { | |
content: "\e916"; } | |
.icon-blog:before { | |
content: "\e91c"; } | |
.icon-palette:before { | |
content: "\e926"; } | |
.icon-aim:before { | |
content: "\e930"; } | |
.icon-cloud:before { | |
content: "\e94a"; } | |
.icon-cog2:before { | |
content: "\e973"; } | |
.icon-trash2:before { | |
content: "\e981"; } | |
.icon-envelope:before { | |
content: "\e996"; } | |
.icon-paper-plane:before { | |
content: "\e999"; } | |
.icon-box:before { | |
content: "\e99f"; } | |
.icon-folder:before { | |
content: "\e9ba"; } | |
.icon-papers:before { | |
content: "\e9d4"; } | |
.icon-document2:before { | |
content: "\e9d9"; } | |
.icon-book2:before { | |
content: "\ea14"; } | |
.icon-users:before { | |
content: "\ea22"; } | |
.icon-tag:before { | |
content: "\ea55"; } | |
.icon-tags:before { | |
content: "\ea56"; } | |
.icon-credit-card:before { | |
content: "\ea59"; } | |
.icon-cash-dollar:before { | |
content: "\ea5a"; } | |
.icon-bag-dollar:before { | |
content: "\ea5e"; } | |
.icon-cord:before { | |
content: "\eabf"; } | |
.icon-lifebuoy:before { | |
content: "\eaed"; } | |
.icon-chart-growth:before { | |
content: "\eafb"; } | |
.icon-speed-fast:before { | |
content: "\eb36"; } | |
.icon-rocket:before { | |
content: "\eb37"; } | |
.icon-site-map:before { | |
content: "\eb83"; } | |
.icon-code:before { | |
content: "\ec0b"; } | |
.icon-link2:before { | |
content: "\ec17"; } | |
.icon-list3:before { | |
content: "\ec2e"; } | |
.icon-text-size:before { | |
content: "\eca2"; } | |
.icon-text-align-justify:before { | |
content: "\ecab"; } | |
.icon-lock:before { | |
content: "\e96b"; } | |
.icon-network:before { | |
content: "\eb86"; } | |
.icon-question-circle:before { | |
content: "\ec57"; } | |
.icon-video:before { | |
content: "\e900"; } | |
.icon-bubbles:before { | |
content: "\ead7"; } | |
.icon-beaker:before { | |
content: "\eaf3"; } | |
/* | |
ELEMENTS | |
Elements are basic Bootstrap module overrides for things such as buttons, forms, tables, page navs, switches, dropdowns, toggles, etc. | |
Styleguide 1.0 | |
*/ | |
/* | |
Buttons | |
We primary use two kinds of buttons: header buttons (used in the header of our tabs), and content buttons (used within content sections). | |
Header buttons are orange, content buttons are teal. Both have variations accounting for negative, inverted, and icon states. | |
Styleguide 1.1 | |
*/ | |
.btn, .tch-btn-header, .tch-btn-header-primary, .tch-btn-header-primary-block, .tch-btn-header-secondary, .tch-btn-header-danger, .tch-btn-header-dropdown, .tch-btn-header-icon, .tch-btn-content, .tch-btn-content-primary, .tch-btn-content-primary-block, .tch-page-nav-btn, .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .tch-btn-content-gray, .tch-btn-content-danger, .tch-btn-content-transparent, .tch-btn-group-tab, .tch-dropdown-group-selector, .tch-btn-tooltip { | |
padding: 6px 12px; | |
font-size: 13px; | |
line-height: 1.72222; | |
border-radius: 4px; | |
font-weight: 600; } | |
.btn:focus, .tch-btn-header:focus, .tch-btn-header-primary:focus, .tch-btn-header-primary-block:focus, .tch-btn-header-secondary:focus, .tch-btn-header-danger:focus, .tch-btn-header-dropdown:focus, .tch-btn-header-icon:focus, .tch-btn-content:focus, .tch-btn-content-primary:focus, .tch-btn-content-primary-block:focus, .tch-page-nav-btn:focus, .tch-btn-content-secondary:focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:focus, .tch-btn-content-gray:focus, .tch-btn-content-danger:focus, .tch-btn-content-transparent:focus, .tch-btn-group-tab:focus, .tch-dropdown-group-selector:focus, .tch-btn-tooltip:focus { | |
outline: 0 !important; } | |
.btn-primary, .tch-btn-header-primary, .tch-btn-header-primary-block { | |
color: white; | |
background-color: #E97E0B; | |
border-color: #E97E0B; } | |
.btn-primary:focus, .tch-btn-header-primary:focus, .tch-btn-header-primary-block:focus, .btn-primary.focus, .focus.tch-btn-header-primary, .focus.tch-btn-header-primary-block { | |
color: white; | |
background-color: #b86409; | |
border-color: #6f3c05; } | |
.btn-primary:hover, .tch-btn-header-primary:hover, .tch-btn-header-primary-block:hover { | |
color: white; | |
background-color: #b86409; | |
border-color: #af5e08; } | |
.btn-primary:active, .tch-btn-header-primary:active, .tch-btn-header-primary-block:active, .btn-primary.active, .active.tch-btn-header-primary, .active.tch-btn-header-primary-block, | |
.open > .btn-primary.dropdown-toggle, | |
.open > .dropdown-toggle.tch-btn-header-primary, | |
.open > .dropdown-toggle.tch-btn-header-primary-block { | |
color: white; | |
background-color: #b86409; | |
border-color: #af5e08; } | |
.btn-primary:active:hover, .tch-btn-header-primary:active:hover, .tch-btn-header-primary-block:active:hover, .btn-primary:active:focus, .tch-btn-header-primary:active:focus, .tch-btn-header-primary-block:active:focus, .btn-primary:active.focus, .tch-btn-header-primary:active.focus, .tch-btn-header-primary-block:active.focus, .btn-primary.active:hover, .active.tch-btn-header-primary:hover, .active.tch-btn-header-primary-block:hover, .btn-primary.active:focus, .active.tch-btn-header-primary:focus, .active.tch-btn-header-primary-block:focus, .btn-primary.active.focus, .active.focus.tch-btn-header-primary, .active.focus.tch-btn-header-primary-block, | |
.open > .btn-primary.dropdown-toggle:hover, | |
.open > .dropdown-toggle.tch-btn-header-primary:hover, | |
.open > .dropdown-toggle.tch-btn-header-primary-block:hover, | |
.open > .btn-primary.dropdown-toggle:focus, | |
.open > .dropdown-toggle.tch-btn-header-primary:focus, | |
.open > .dropdown-toggle.tch-btn-header-primary-block:focus, | |
.open > .btn-primary.dropdown-toggle.focus, | |
.open > .dropdown-toggle.focus.tch-btn-header-primary, | |
.open > .dropdown-toggle.focus.tch-btn-header-primary-block { | |
color: white; | |
background-color: #965107; | |
border-color: #6f3c05; } | |
.btn-primary:active, .tch-btn-header-primary:active, .tch-btn-header-primary-block:active, .btn-primary.active, .active.tch-btn-header-primary, .active.tch-btn-header-primary-block, | |
.open > .btn-primary.dropdown-toggle, | |
.open > .dropdown-toggle.tch-btn-header-primary, | |
.open > .dropdown-toggle.tch-btn-header-primary-block { | |
background-image: none; } | |
.btn-primary.disabled, .disabled.tch-btn-header-primary, .disabled.tch-btn-header-primary-block, .btn-primary.disabled:hover, .disabled.tch-btn-header-primary:hover, .disabled.tch-btn-header-primary-block:hover, .btn-primary.disabled:focus, .disabled.tch-btn-header-primary:focus, .disabled.tch-btn-header-primary-block:focus, .btn-primary.disabled.focus, .disabled.focus.tch-btn-header-primary, .disabled.focus.tch-btn-header-primary-block, .btn-primary.disabled:active, .disabled.tch-btn-header-primary:active, .disabled.tch-btn-header-primary-block:active, .btn-primary.disabled.active, .disabled.active.tch-btn-header-primary, .disabled.active.tch-btn-header-primary-block, .btn-primary[disabled], [disabled].tch-btn-header-primary, [disabled].tch-btn-header-primary-block, .btn-primary[disabled]:hover, [disabled].tch-btn-header-primary:hover, [disabled].tch-btn-header-primary-block:hover, .btn-primary[disabled]:focus, [disabled].tch-btn-header-primary:focus, [disabled].tch-btn-header-primary-block:focus, .btn-primary[disabled].focus, [disabled].focus.tch-btn-header-primary, [disabled].focus.tch-btn-header-primary-block, .btn-primary[disabled]:active, [disabled].tch-btn-header-primary:active, [disabled].tch-btn-header-primary-block:active, .btn-primary[disabled].active, [disabled].active.tch-btn-header-primary, [disabled].active.tch-btn-header-primary-block, | |
fieldset[disabled] .btn-primary, | |
fieldset[disabled] .tch-btn-header-primary, | |
fieldset[disabled] .tch-btn-header-primary-block, | |
fieldset[disabled] .btn-primary:hover, | |
fieldset[disabled] .tch-btn-header-primary:hover, | |
fieldset[disabled] .tch-btn-header-primary-block:hover, | |
fieldset[disabled] .btn-primary:focus, | |
fieldset[disabled] .tch-btn-header-primary:focus, | |
fieldset[disabled] .tch-btn-header-primary-block:focus, | |
fieldset[disabled] .btn-primary.focus, | |
fieldset[disabled] .focus.tch-btn-header-primary, | |
fieldset[disabled] .focus.tch-btn-header-primary-block, | |
fieldset[disabled] .btn-primary:active, | |
fieldset[disabled] .tch-btn-header-primary:active, | |
fieldset[disabled] .tch-btn-header-primary-block:active, | |
fieldset[disabled] .btn-primary.active, | |
fieldset[disabled] .active.tch-btn-header-primary, | |
fieldset[disabled] .active.tch-btn-header-primary-block { | |
background-color: #E97E0B; | |
border-color: #E97E0B; } | |
.btn-primary .badge, .tch-btn-header-primary .badge, .tch-btn-header-primary-block .badge { | |
color: #E97E0B; | |
background-color: white; } | |
.btn-primary:focus, .tch-btn-header-primary:focus, .tch-btn-header-primary-block:focus { | |
border-color: #b86409; } | |
.tch-btn-wide, .tch-btn-header-primary, .tch-btn-header-primary-block, .tch-btn-header-secondary, .tch-btn-header-danger, .tch-btn-header-dropdown { | |
min-width: 140px; | |
padding-left: 30px; | |
padding-right: 30px; | |
max-width: 570px; } | |
.tch-btn-sm { | |
line-height: 22px; | |
padding-top: 5px; | |
padding-bottom: 5px; | |
font-size: 13px; } | |
.tch-btn-icon { | |
padding: 6px 9px; | |
font-size: 11px; | |
line-height: 1.083; | |
border-radius: 3px; | |
border-radius: 3px; } | |
.tch-btn-icon .fa { | |
font-size: 20px; } | |
.disabled, [disabled] { | |
cursor: default !important; | |
pointer-events: none; } | |
/* | |
Header Buttons | |
These buttons are orange and used in the page headers of our tabs. They're also used within modals. | |
.tch-btn-header-primary - The primary action in the header (restrict to just one). | |
.tch-btn-header-secondary - Other secondary buttons in the header. | |
.tch-btn-header-danger - A dangerous delete/unpublish button in the header. | |
Markup: | |
<button class="btn {{modifier_class}}">Button Element</button> | |
Styleguide 1.1.1 | |
*/ | |
.tch-btn-header, .tch-btn-header-primary, .tch-btn-header-primary-block, .tch-btn-header-secondary, .tch-btn-header-danger, .tch-btn-header-dropdown, .tch-btn-header-icon { | |
border-radius: 3px; } | |
.tch-btn-header-primary-block { | |
line-height: 30px; } | |
.tch-btn-header-secondary { | |
color: white; | |
background-color: #fff; | |
border-color: #a9a9a9; | |
color: #738e8d; } | |
.tch-btn-header-secondary:focus, .tch-btn-header-secondary.focus { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: dimgray; } | |
.tch-btn-header-secondary:hover { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #8a8a8a; } | |
.tch-btn-header-secondary:active, .tch-btn-header-secondary.active, | |
.open > .tch-btn-header-secondary.dropdown-toggle { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #8a8a8a; } | |
.tch-btn-header-secondary:active:hover, .tch-btn-header-secondary:active:focus, .tch-btn-header-secondary:active.focus, .tch-btn-header-secondary.active:hover, .tch-btn-header-secondary.active:focus, .tch-btn-header-secondary.active.focus, | |
.open > .tch-btn-header-secondary.dropdown-toggle:hover, | |
.open > .tch-btn-header-secondary.dropdown-toggle:focus, | |
.open > .tch-btn-header-secondary.dropdown-toggle.focus { | |
color: white; | |
background-color: #d4d4d4; | |
border-color: dimgray; } | |
.tch-btn-header-secondary:active, .tch-btn-header-secondary.active, | |
.open > .tch-btn-header-secondary.dropdown-toggle { | |
background-image: none; } | |
.tch-btn-header-secondary.disabled, .tch-btn-header-secondary.disabled:hover, .tch-btn-header-secondary.disabled:focus, .tch-btn-header-secondary.disabled.focus, .tch-btn-header-secondary.disabled:active, .tch-btn-header-secondary.disabled.active, .tch-btn-header-secondary[disabled], .tch-btn-header-secondary[disabled]:hover, .tch-btn-header-secondary[disabled]:focus, .tch-btn-header-secondary[disabled].focus, .tch-btn-header-secondary[disabled]:active, .tch-btn-header-secondary[disabled].active, | |
fieldset[disabled] .tch-btn-header-secondary, | |
fieldset[disabled] .tch-btn-header-secondary:hover, | |
fieldset[disabled] .tch-btn-header-secondary:focus, | |
fieldset[disabled] .tch-btn-header-secondary.focus, | |
fieldset[disabled] .tch-btn-header-secondary:active, | |
fieldset[disabled] .tch-btn-header-secondary.active { | |
background-color: #fff; | |
border-color: #a9a9a9; } | |
.tch-btn-header-secondary .badge { | |
color: #fff; | |
background-color: white; } | |
.tch-btn-header-secondary[disabled], | |
fieldset[disabled] .tch-btn-header-secondary, .tch-btn-header-secondary[disabled]:hover { | |
opacity: 0.7; } | |
.tch-btn-header-secondary[disabled]:hover, .tch-btn-header-secondary[disabled]:focus, .tch-btn-header-secondary[disabled].focus, | |
fieldset[disabled] .tch-btn-header-secondary:hover, | |
fieldset[disabled] .tch-btn-header-secondary:focus, | |
fieldset[disabled] .tch-btn-header-secondary.focus, .tch-btn-header-secondary[disabled]:hover:hover, .tch-btn-header-secondary[disabled]:hover:focus, .tch-btn-header-secondary[disabled]:hover.focus { | |
background: #fffaf4; | |
border-color: #c76c09; | |
color: #c76c09; } | |
.tch-btn-header-secondary:active, .tch-btn-header-secondary.active, .tch-btn-header-secondary:hover, .tch-btn-header-secondary:focus, | |
.open > .tch-btn-header-secondary.dropdown-toggle { | |
background: #fffaf4; | |
border-color: #c76c09; | |
color: #c76c09; } | |
.tch-btn-header-secondary:active:hover, .tch-btn-header-secondary:active:focus, .tch-btn-header-secondary:active.focus, .tch-btn-header-secondary.active:hover, .tch-btn-header-secondary.active:focus, .tch-btn-header-secondary.active.focus, .tch-btn-header-secondary:hover:hover, .tch-btn-header-secondary:hover:focus, .tch-btn-header-secondary:hover.focus, .tch-btn-header-secondary:focus:hover, .tch-btn-header-secondary:focus:focus, .tch-btn-header-secondary:focus.focus, | |
.open > .tch-btn-header-secondary.dropdown-toggle:hover, | |
.open > .tch-btn-header-secondary.dropdown-toggle:focus, | |
.open > .tch-btn-header-secondary.dropdown-toggle.focus { | |
background: #fffaf4; | |
border-color: #c76c09; | |
color: #c76c09; } | |
.tch-btn-header-secondary > a:hover, .tch-btn-header-secondary > a:active, .tch-btn-header-secondary > a:focus { | |
background: #a9a9a9; } | |
.tch-btn-header-danger { | |
color: white; | |
background-color: #fff; | |
border-color: #C35220; | |
color: #C35220; } | |
.tch-btn-header-danger:focus, .tch-btn-header-danger.focus { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #55240e; } | |
.tch-btn-header-danger:hover { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #8e3c17; } | |
.tch-btn-header-danger:active, .tch-btn-header-danger.active, | |
.open > .tch-btn-header-danger.dropdown-toggle { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #8e3c17; } | |
.tch-btn-header-danger:active:hover, .tch-btn-header-danger:active:focus, .tch-btn-header-danger:active.focus, .tch-btn-header-danger.active:hover, .tch-btn-header-danger.active:focus, .tch-btn-header-danger.active.focus, | |
.open > .tch-btn-header-danger.dropdown-toggle:hover, | |
.open > .tch-btn-header-danger.dropdown-toggle:focus, | |
.open > .tch-btn-header-danger.dropdown-toggle.focus { | |
color: white; | |
background-color: #d4d4d4; | |
border-color: #55240e; } | |
.tch-btn-header-danger:active, .tch-btn-header-danger.active, | |
.open > .tch-btn-header-danger.dropdown-toggle { | |
background-image: none; } | |
.tch-btn-header-danger.disabled, .tch-btn-header-danger.disabled:hover, .tch-btn-header-danger.disabled:focus, .tch-btn-header-danger.disabled.focus, .tch-btn-header-danger.disabled:active, .tch-btn-header-danger.disabled.active, .tch-btn-header-danger[disabled], .tch-btn-header-danger[disabled]:hover, .tch-btn-header-danger[disabled]:focus, .tch-btn-header-danger[disabled].focus, .tch-btn-header-danger[disabled]:active, .tch-btn-header-danger[disabled].active, | |
fieldset[disabled] .tch-btn-header-danger, | |
fieldset[disabled] .tch-btn-header-danger:hover, | |
fieldset[disabled] .tch-btn-header-danger:focus, | |
fieldset[disabled] .tch-btn-header-danger.focus, | |
fieldset[disabled] .tch-btn-header-danger:active, | |
fieldset[disabled] .tch-btn-header-danger.active { | |
background-color: #fff; | |
border-color: #C35220; } | |
.tch-btn-header-danger .badge { | |
color: #fff; | |
background-color: white; } | |
.tch-btn-header-danger[disabled], | |
fieldset[disabled] .tch-btn-header-danger, .tch-btn-header-danger[disabled]:hover { | |
opacity: 0.7; } | |
.tch-btn-header-danger[disabled]:hover, .tch-btn-header-danger[disabled]:focus, .tch-btn-header-danger[disabled].focus, | |
fieldset[disabled] .tch-btn-header-danger:hover, | |
fieldset[disabled] .tch-btn-header-danger:focus, | |
fieldset[disabled] .tch-btn-header-danger.focus, .tch-btn-header-danger[disabled]:hover:hover, .tch-btn-header-danger[disabled]:hover:focus, .tch-btn-header-danger[disabled]:hover.focus { | |
background: #fbede7; | |
border-color: #a4451b; | |
color: #a4451b; } | |
.tch-btn-header-danger:active, .tch-btn-header-danger.active, .tch-btn-header-danger:hover, .tch-btn-header-danger:focus, | |
.open > .tch-btn-header-danger.dropdown-toggle { | |
background: #fbede7; | |
border-color: #a4451b; | |
color: #a4451b; } | |
.tch-btn-header-danger:active:hover, .tch-btn-header-danger:active:focus, .tch-btn-header-danger:active.focus, .tch-btn-header-danger.active:hover, .tch-btn-header-danger.active:focus, .tch-btn-header-danger.active.focus, .tch-btn-header-danger:hover:hover, .tch-btn-header-danger:hover:focus, .tch-btn-header-danger:hover.focus, .tch-btn-header-danger:focus:hover, .tch-btn-header-danger:focus:focus, .tch-btn-header-danger:focus.focus, | |
.open > .tch-btn-header-danger.dropdown-toggle:hover, | |
.open > .tch-btn-header-danger.dropdown-toggle:focus, | |
.open > .tch-btn-header-danger.dropdown-toggle.focus { | |
background: #fbede7; | |
border-color: #a4451b; | |
color: #a4451b; } | |
.tch-btn-header-dropdown { | |
color: white; | |
background-color: #fff; | |
border-color: #a9a9a9; | |
color: #738e8d; | |
min-width: 0px; } | |
.tch-btn-header-dropdown:focus, .tch-btn-header-dropdown.focus { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: dimgray; } | |
.tch-btn-header-dropdown:hover { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #8a8a8a; } | |
.tch-btn-header-dropdown:active, .tch-btn-header-dropdown.active, | |
.open > .tch-btn-header-dropdown.dropdown-toggle { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #8a8a8a; } | |
.tch-btn-header-dropdown:active:hover, .tch-btn-header-dropdown:active:focus, .tch-btn-header-dropdown:active.focus, .tch-btn-header-dropdown.active:hover, .tch-btn-header-dropdown.active:focus, .tch-btn-header-dropdown.active.focus, | |
.open > .tch-btn-header-dropdown.dropdown-toggle:hover, | |
.open > .tch-btn-header-dropdown.dropdown-toggle:focus, | |
.open > .tch-btn-header-dropdown.dropdown-toggle.focus { | |
color: white; | |
background-color: #d4d4d4; | |
border-color: dimgray; } | |
.tch-btn-header-dropdown:active, .tch-btn-header-dropdown.active, | |
.open > .tch-btn-header-dropdown.dropdown-toggle { | |
background-image: none; } | |
.tch-btn-header-dropdown.disabled, .tch-btn-header-dropdown.disabled:hover, .tch-btn-header-dropdown.disabled:focus, .tch-btn-header-dropdown.disabled.focus, .tch-btn-header-dropdown.disabled:active, .tch-btn-header-dropdown.disabled.active, .tch-btn-header-dropdown[disabled], .tch-btn-header-dropdown[disabled]:hover, .tch-btn-header-dropdown[disabled]:focus, .tch-btn-header-dropdown[disabled].focus, .tch-btn-header-dropdown[disabled]:active, .tch-btn-header-dropdown[disabled].active, | |
fieldset[disabled] .tch-btn-header-dropdown, | |
fieldset[disabled] .tch-btn-header-dropdown:hover, | |
fieldset[disabled] .tch-btn-header-dropdown:focus, | |
fieldset[disabled] .tch-btn-header-dropdown.focus, | |
fieldset[disabled] .tch-btn-header-dropdown:active, | |
fieldset[disabled] .tch-btn-header-dropdown.active { | |
background-color: #fff; | |
border-color: #a9a9a9; } | |
.tch-btn-header-dropdown .badge { | |
color: #fff; | |
background-color: white; } | |
.tch-btn-header-dropdown[disabled], | |
fieldset[disabled] .tch-btn-header-dropdown, .tch-btn-header-dropdown[disabled]:hover { | |
opacity: 0.7; } | |
.tch-btn-header-dropdown[disabled]:hover, .tch-btn-header-dropdown[disabled]:focus, .tch-btn-header-dropdown[disabled].focus, | |
fieldset[disabled] .tch-btn-header-dropdown:hover, | |
fieldset[disabled] .tch-btn-header-dropdown:focus, | |
fieldset[disabled] .tch-btn-header-dropdown.focus, .tch-btn-header-dropdown[disabled]:hover:hover, .tch-btn-header-dropdown[disabled]:hover:focus, .tch-btn-header-dropdown[disabled]:hover.focus { | |
background: #fffaf4; | |
border-color: #c76c09; | |
color: #c76c09; } | |
.tch-btn-header-dropdown:active, .tch-btn-header-dropdown.active, .tch-btn-header-dropdown:hover, .tch-btn-header-dropdown:focus, | |
.open > .tch-btn-header-dropdown.dropdown-toggle { | |
background: #fffaf4; | |
border-color: #c76c09; | |
color: #c76c09; } | |
.tch-btn-header-dropdown:active:hover, .tch-btn-header-dropdown:active:focus, .tch-btn-header-dropdown:active.focus, .tch-btn-header-dropdown.active:hover, .tch-btn-header-dropdown.active:focus, .tch-btn-header-dropdown.active.focus, .tch-btn-header-dropdown:hover:hover, .tch-btn-header-dropdown:hover:focus, .tch-btn-header-dropdown:hover.focus, .tch-btn-header-dropdown:focus:hover, .tch-btn-header-dropdown:focus:focus, .tch-btn-header-dropdown:focus.focus, | |
.open > .tch-btn-header-dropdown.dropdown-toggle:hover, | |
.open > .tch-btn-header-dropdown.dropdown-toggle:focus, | |
.open > .tch-btn-header-dropdown.dropdown-toggle.focus { | |
background: #fffaf4; | |
border-color: #c76c09; | |
color: #c76c09; } | |
.tch-btn-header-icon { | |
color: white; | |
background-color: #fff; | |
border-color: #a9a9a9; | |
color: #738e8d; } | |
.tch-btn-header-icon:focus, .tch-btn-header-icon.focus { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: dimgray; } | |
.tch-btn-header-icon:hover { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #8a8a8a; } | |
.tch-btn-header-icon:active, .tch-btn-header-icon.active, | |
.open > .tch-btn-header-icon.dropdown-toggle { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #8a8a8a; } | |
.tch-btn-header-icon:active:hover, .tch-btn-header-icon:active:focus, .tch-btn-header-icon:active.focus, .tch-btn-header-icon.active:hover, .tch-btn-header-icon.active:focus, .tch-btn-header-icon.active.focus, | |
.open > .tch-btn-header-icon.dropdown-toggle:hover, | |
.open > .tch-btn-header-icon.dropdown-toggle:focus, | |
.open > .tch-btn-header-icon.dropdown-toggle.focus { | |
color: white; | |
background-color: #d4d4d4; | |
border-color: dimgray; } | |
.tch-btn-header-icon:active, .tch-btn-header-icon.active, | |
.open > .tch-btn-header-icon.dropdown-toggle { | |
background-image: none; } | |
.tch-btn-header-icon.disabled, .tch-btn-header-icon.disabled:hover, .tch-btn-header-icon.disabled:focus, .tch-btn-header-icon.disabled.focus, .tch-btn-header-icon.disabled:active, .tch-btn-header-icon.disabled.active, .tch-btn-header-icon[disabled], .tch-btn-header-icon[disabled]:hover, .tch-btn-header-icon[disabled]:focus, .tch-btn-header-icon[disabled].focus, .tch-btn-header-icon[disabled]:active, .tch-btn-header-icon[disabled].active, | |
fieldset[disabled] .tch-btn-header-icon, | |
fieldset[disabled] .tch-btn-header-icon:hover, | |
fieldset[disabled] .tch-btn-header-icon:focus, | |
fieldset[disabled] .tch-btn-header-icon.focus, | |
fieldset[disabled] .tch-btn-header-icon:active, | |
fieldset[disabled] .tch-btn-header-icon.active { | |
background-color: #fff; | |
border-color: #a9a9a9; } | |
.tch-btn-header-icon .badge { | |
color: #fff; | |
background-color: white; } | |
.tch-btn-header-icon[disabled], | |
fieldset[disabled] .tch-btn-header-icon, .tch-btn-header-icon[disabled]:hover { | |
opacity: 0.7; } | |
.tch-btn-header-icon[disabled]:hover, .tch-btn-header-icon[disabled]:focus, .tch-btn-header-icon[disabled].focus, | |
fieldset[disabled] .tch-btn-header-icon:hover, | |
fieldset[disabled] .tch-btn-header-icon:focus, | |
fieldset[disabled] .tch-btn-header-icon.focus, .tch-btn-header-icon[disabled]:hover:hover, .tch-btn-header-icon[disabled]:hover:focus, .tch-btn-header-icon[disabled]:hover.focus { | |
background: #fffaf4; | |
border-color: #c76c09; | |
color: #c76c09; } | |
.tch-btn-header-icon:active, .tch-btn-header-icon.active, .tch-btn-header-icon:hover, .tch-btn-header-icon:focus, | |
.open > .tch-btn-header-icon.dropdown-toggle { | |
background: #fffaf4; | |
border-color: #c76c09; | |
color: #c76c09; } | |
.tch-btn-header-icon:active:hover, .tch-btn-header-icon:active:focus, .tch-btn-header-icon:active.focus, .tch-btn-header-icon.active:hover, .tch-btn-header-icon.active:focus, .tch-btn-header-icon.active.focus, .tch-btn-header-icon:hover:hover, .tch-btn-header-icon:hover:focus, .tch-btn-header-icon:hover.focus, .tch-btn-header-icon:focus:hover, .tch-btn-header-icon:focus:focus, .tch-btn-header-icon:focus.focus, | |
.open > .tch-btn-header-icon.dropdown-toggle:hover, | |
.open > .tch-btn-header-icon.dropdown-toggle:focus, | |
.open > .tch-btn-header-icon.dropdown-toggle.focus { | |
background: #fffaf4; | |
border-color: #c76c09; | |
color: #c76c09; } | |
/* | |
Content Buttons | |
.tch-btn-content-primary - Primary action in the content section | |
.tch-btn-content-primary-sm - Primary action button that matches the icon button size. | |
.tch-btn-content-secondary - Secondary action in the content section | |
.tch-btn-content-danger - Dangerous action in the content section (delete) | |
.tch-btn-content-primary-block - Full width in the content section | |
.tch-btn-content-primary.tch-btn-sm - An icon-sized small button for text to be used in tables alongside icon buttons. | |
Markup: | |
<button class="btn {{modifier_class}}">Button Element</button> | |
Styleguide 1.1.3 | |
*/ | |
/* | |
Content Buttons (Icon Versions) | |
.tch-btn-content-primary.tch-btn-icon - Primary icon button in the content section. | |
.tch-btn-content-secondary.tch-btn-icon - Secondary icon button in a table. | |
.tch-btn-content-danger.tch-btn-icon - Dangerous icon button in a table. | |
Markup: | |
<button class="btn {{modifier_class}}"><i class="fa fa-edit"></i></button> | |
Styleguide 1.1.4 | |
*/ | |
/* | |
Transparent Buttons | |
.tch-btn-content-transparent - Transparent button on top of an image. | |
Markup: | |
<div style="width:100%; background:#333; text-align: center; padding:50px;"> | |
<button class="tch-btn-content-transparent">Reset</button> | |
</div> | |
Styleguide 1.1.5 | |
*/ | |
.tch-btn-content, .tch-btn-content-primary, .tch-btn-content-primary-block, .tch-page-nav-btn, .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .tch-btn-content-gray, .tch-btn-content-danger, .tch-btn-content-transparent { | |
border-radius: 3px; } | |
.tch-btn-content-primary, .tch-btn-content-primary-block, .tch-page-nav-btn { | |
color: white; | |
background-color: #3c948b; | |
border-color: #3c948b; } | |
.tch-btn-content-primary:focus, .tch-btn-content-primary-block:focus, .tch-page-nav-btn:focus, .tch-btn-content-primary.focus, .focus.tch-btn-content-primary-block, .focus.tch-page-nav-btn { | |
color: white; | |
background-color: #2d7069; | |
border-color: #173936; } | |
.tch-btn-content-primary:hover, .tch-btn-content-primary-block:hover, .tch-page-nav-btn:hover { | |
color: white; | |
background-color: #2d7069; | |
border-color: #2a6862; } | |
.tch-btn-content-primary:active, .tch-btn-content-primary-block:active, .tch-page-nav-btn:active, .tch-btn-content-primary.active, .active.tch-btn-content-primary-block, .active.tch-page-nav-btn, | |
.open > .tch-btn-content-primary.dropdown-toggle, | |
.open > .dropdown-toggle.tch-btn-content-primary-block, | |
.open > .dropdown-toggle.tch-page-nav-btn { | |
color: white; | |
background-color: #2d7069; | |
border-color: #2a6862; } | |
.tch-btn-content-primary:active:hover, .tch-btn-content-primary-block:active:hover, .tch-page-nav-btn:active:hover, .tch-btn-content-primary:active:focus, .tch-btn-content-primary-block:active:focus, .tch-page-nav-btn:active:focus, .tch-btn-content-primary:active.focus, .tch-btn-content-primary-block:active.focus, .tch-page-nav-btn:active.focus, .tch-btn-content-primary.active:hover, .active.tch-btn-content-primary-block:hover, .active.tch-page-nav-btn:hover, .tch-btn-content-primary.active:focus, .active.tch-btn-content-primary-block:focus, .active.tch-page-nav-btn:focus, .tch-btn-content-primary.active.focus, .active.focus.tch-btn-content-primary-block, .active.focus.tch-page-nav-btn, | |
.open > .tch-btn-content-primary.dropdown-toggle:hover, | |
.open > .dropdown-toggle.tch-btn-content-primary-block:hover, | |
.open > .dropdown-toggle.tch-page-nav-btn:hover, | |
.open > .tch-btn-content-primary.dropdown-toggle:focus, | |
.open > .dropdown-toggle.tch-btn-content-primary-block:focus, | |
.open > .dropdown-toggle.tch-page-nav-btn:focus, | |
.open > .tch-btn-content-primary.dropdown-toggle.focus, | |
.open > .dropdown-toggle.focus.tch-btn-content-primary-block, | |
.open > .dropdown-toggle.focus.tch-page-nav-btn { | |
color: white; | |
background-color: #235651; | |
border-color: #173936; } | |
.tch-btn-content-primary:active, .tch-btn-content-primary-block:active, .tch-page-nav-btn:active, .tch-btn-content-primary.active, .active.tch-btn-content-primary-block, .active.tch-page-nav-btn, | |
.open > .tch-btn-content-primary.dropdown-toggle, | |
.open > .dropdown-toggle.tch-btn-content-primary-block, | |
.open > .dropdown-toggle.tch-page-nav-btn { | |
background-image: none; } | |
.tch-btn-content-primary.disabled, .disabled.tch-btn-content-primary-block, .disabled.tch-page-nav-btn, .tch-btn-content-primary.disabled:hover, .disabled.tch-btn-content-primary-block:hover, .disabled.tch-page-nav-btn:hover, .tch-btn-content-primary.disabled:focus, .disabled.tch-btn-content-primary-block:focus, .disabled.tch-page-nav-btn:focus, .tch-btn-content-primary.disabled.focus, .disabled.focus.tch-btn-content-primary-block, .disabled.focus.tch-page-nav-btn, .tch-btn-content-primary.disabled:active, .disabled.tch-btn-content-primary-block:active, .disabled.tch-page-nav-btn:active, .tch-btn-content-primary.disabled.active, .disabled.active.tch-btn-content-primary-block, .disabled.active.tch-page-nav-btn, .tch-btn-content-primary[disabled], [disabled].tch-btn-content-primary-block, [disabled].tch-page-nav-btn, .tch-btn-content-primary[disabled]:hover, [disabled].tch-btn-content-primary-block:hover, [disabled].tch-page-nav-btn:hover, .tch-btn-content-primary[disabled]:focus, [disabled].tch-btn-content-primary-block:focus, [disabled].tch-page-nav-btn:focus, .tch-btn-content-primary[disabled].focus, [disabled].focus.tch-btn-content-primary-block, [disabled].focus.tch-page-nav-btn, .tch-btn-content-primary[disabled]:active, [disabled].tch-btn-content-primary-block:active, [disabled].tch-page-nav-btn:active, .tch-btn-content-primary[disabled].active, [disabled].active.tch-btn-content-primary-block, [disabled].active.tch-page-nav-btn, | |
fieldset[disabled] .tch-btn-content-primary, | |
fieldset[disabled] .tch-btn-content-primary-block, | |
fieldset[disabled] .tch-page-nav-btn, | |
fieldset[disabled] .tch-btn-content-primary:hover, | |
fieldset[disabled] .tch-btn-content-primary-block:hover, | |
fieldset[disabled] .tch-page-nav-btn:hover, | |
fieldset[disabled] .tch-btn-content-primary:focus, | |
fieldset[disabled] .tch-btn-content-primary-block:focus, | |
fieldset[disabled] .tch-page-nav-btn:focus, | |
fieldset[disabled] .tch-btn-content-primary.focus, | |
fieldset[disabled] .focus.tch-btn-content-primary-block, | |
fieldset[disabled] .focus.tch-page-nav-btn, | |
fieldset[disabled] .tch-btn-content-primary:active, | |
fieldset[disabled] .tch-btn-content-primary-block:active, | |
fieldset[disabled] .tch-page-nav-btn:active, | |
fieldset[disabled] .tch-btn-content-primary.active, | |
fieldset[disabled] .active.tch-btn-content-primary-block, | |
fieldset[disabled] .active.tch-page-nav-btn { | |
background-color: #3c948b; | |
border-color: #3c948b; } | |
.tch-btn-content-primary .badge, .tch-btn-content-primary-block .badge, .tch-page-nav-btn .badge { | |
color: #3c948b; | |
background-color: white; } | |
.tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item { | |
color: white; | |
background-color: #fff; | |
border-color: #a9a9a9; | |
color: #3c948b; } | |
.tch-btn-content-secondary:focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:focus, .tch-btn-content-secondary.focus, .ui-select-multiple.ui-select-bootstrap .focus.ui-select-match-item { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: dimgray; } | |
.tch-btn-content-secondary:hover, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:hover { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #8a8a8a; } | |
.tch-btn-content-secondary:active, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:active, .tch-btn-content-secondary.active, .ui-select-multiple.ui-select-bootstrap .active.ui-select-match-item, | |
.open > .tch-btn-content-secondary.dropdown-toggle, .ui-select-multiple.ui-select-bootstrap | |
.open > .dropdown-toggle.ui-select-match-item { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #8a8a8a; } | |
.tch-btn-content-secondary:active:hover, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:active:hover, .tch-btn-content-secondary:active:focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:active:focus, .tch-btn-content-secondary:active.focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:active.focus, .tch-btn-content-secondary.active:hover, .ui-select-multiple.ui-select-bootstrap .active.ui-select-match-item:hover, .tch-btn-content-secondary.active:focus, .ui-select-multiple.ui-select-bootstrap .active.ui-select-match-item:focus, .tch-btn-content-secondary.active.focus, .ui-select-multiple.ui-select-bootstrap .active.focus.ui-select-match-item, | |
.open > .tch-btn-content-secondary.dropdown-toggle:hover, .ui-select-multiple.ui-select-bootstrap | |
.open > .dropdown-toggle.ui-select-match-item:hover, | |
.open > .tch-btn-content-secondary.dropdown-toggle:focus, .ui-select-multiple.ui-select-bootstrap | |
.open > .dropdown-toggle.ui-select-match-item:focus, | |
.open > .tch-btn-content-secondary.dropdown-toggle.focus, .ui-select-multiple.ui-select-bootstrap | |
.open > .dropdown-toggle.focus.ui-select-match-item { | |
color: white; | |
background-color: #d4d4d4; | |
border-color: dimgray; } | |
.tch-btn-content-secondary:active, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:active, .tch-btn-content-secondary.active, .ui-select-multiple.ui-select-bootstrap .active.ui-select-match-item, | |
.open > .tch-btn-content-secondary.dropdown-toggle, .ui-select-multiple.ui-select-bootstrap | |
.open > .dropdown-toggle.ui-select-match-item { | |
background-image: none; } | |
.tch-btn-content-secondary.disabled, .ui-select-multiple.ui-select-bootstrap .disabled.ui-select-match-item, .tch-btn-content-secondary.disabled:hover, .ui-select-multiple.ui-select-bootstrap .disabled.ui-select-match-item:hover, .tch-btn-content-secondary.disabled:focus, .ui-select-multiple.ui-select-bootstrap .disabled.ui-select-match-item:focus, .tch-btn-content-secondary.disabled.focus, .ui-select-multiple.ui-select-bootstrap .disabled.focus.ui-select-match-item, .tch-btn-content-secondary.disabled:active, .ui-select-multiple.ui-select-bootstrap .disabled.ui-select-match-item:active, .tch-btn-content-secondary.disabled.active, .ui-select-multiple.ui-select-bootstrap .disabled.active.ui-select-match-item, .tch-btn-content-secondary[disabled], .ui-select-multiple.ui-select-bootstrap [disabled].ui-select-match-item, .tch-btn-content-secondary[disabled]:hover, .ui-select-multiple.ui-select-bootstrap [disabled].ui-select-match-item:hover, .tch-btn-content-secondary[disabled]:focus, .ui-select-multiple.ui-select-bootstrap [disabled].ui-select-match-item:focus, .tch-btn-content-secondary[disabled].focus, .ui-select-multiple.ui-select-bootstrap [disabled].focus.ui-select-match-item, .tch-btn-content-secondary[disabled]:active, .ui-select-multiple.ui-select-bootstrap [disabled].ui-select-match-item:active, .tch-btn-content-secondary[disabled].active, .ui-select-multiple.ui-select-bootstrap [disabled].active.ui-select-match-item, | |
fieldset[disabled] .tch-btn-content-secondary, | |
fieldset[disabled] .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
fieldset[disabled] .ui-select-match-item, | |
fieldset[disabled] .tch-btn-content-secondary:hover, | |
fieldset[disabled] .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:hover, .ui-select-multiple.ui-select-bootstrap | |
fieldset[disabled] .ui-select-match-item:hover, | |
fieldset[disabled] .tch-btn-content-secondary:focus, | |
fieldset[disabled] .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:focus, .ui-select-multiple.ui-select-bootstrap | |
fieldset[disabled] .ui-select-match-item:focus, | |
fieldset[disabled] .tch-btn-content-secondary.focus, | |
fieldset[disabled] .ui-select-multiple.ui-select-bootstrap .focus.ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
fieldset[disabled] .focus.ui-select-match-item, | |
fieldset[disabled] .tch-btn-content-secondary:active, | |
fieldset[disabled] .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:active, .ui-select-multiple.ui-select-bootstrap | |
fieldset[disabled] .ui-select-match-item:active, | |
fieldset[disabled] .tch-btn-content-secondary.active, | |
fieldset[disabled] .ui-select-multiple.ui-select-bootstrap .active.ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
fieldset[disabled] .active.ui-select-match-item { | |
background-color: #fff; | |
border-color: #a9a9a9; } | |
.tch-btn-content-secondary .badge, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item .badge { | |
color: #fff; | |
background-color: white; } | |
.tch-btn-content-secondary[disabled], .ui-select-multiple.ui-select-bootstrap [disabled].ui-select-match-item, | |
fieldset[disabled] .tch-btn-content-secondary, | |
fieldset[disabled] .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
fieldset[disabled] .ui-select-match-item, .tch-btn-content-secondary[disabled]:hover, .ui-select-multiple.ui-select-bootstrap [disabled].ui-select-match-item:hover { | |
opacity: 0.7; } | |
.tch-btn-content-secondary[disabled]:hover, .ui-select-multiple.ui-select-bootstrap [disabled].ui-select-match-item:hover, .tch-btn-content-secondary[disabled]:focus, .ui-select-multiple.ui-select-bootstrap [disabled].ui-select-match-item:focus, .tch-btn-content-secondary[disabled].focus, .ui-select-multiple.ui-select-bootstrap [disabled].focus.ui-select-match-item, | |
fieldset[disabled] .tch-btn-content-secondary:hover, | |
fieldset[disabled] .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:hover, .ui-select-multiple.ui-select-bootstrap | |
fieldset[disabled] .ui-select-match-item:hover, | |
fieldset[disabled] .tch-btn-content-secondary:focus, | |
fieldset[disabled] .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:focus, .ui-select-multiple.ui-select-bootstrap | |
fieldset[disabled] .ui-select-match-item:focus, | |
fieldset[disabled] .tch-btn-content-secondary.focus, | |
fieldset[disabled] .ui-select-multiple.ui-select-bootstrap .focus.ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
fieldset[disabled] .focus.ui-select-match-item, .tch-btn-content-secondary[disabled]:hover:hover, .ui-select-multiple.ui-select-bootstrap [disabled].ui-select-match-item:hover:hover, .tch-btn-content-secondary[disabled]:hover:focus, .ui-select-multiple.ui-select-bootstrap [disabled].ui-select-match-item:hover:focus, .tch-btn-content-secondary[disabled]:hover.focus, .ui-select-multiple.ui-select-bootstrap [disabled].ui-select-match-item:hover.focus { | |
background: #def1ef; | |
border-color: #327b73; | |
color: #327b73; } | |
.tch-btn-content-secondary:active, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:active, .tch-btn-content-secondary.active, .ui-select-multiple.ui-select-bootstrap .active.ui-select-match-item, .tch-btn-content-secondary:hover, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:hover, .tch-btn-content-secondary:focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:focus, | |
.open > .tch-btn-content-secondary.dropdown-toggle, .ui-select-multiple.ui-select-bootstrap | |
.open > .dropdown-toggle.ui-select-match-item { | |
background: #def1ef; | |
border-color: #327b73; | |
color: #327b73; } | |
.tch-btn-content-secondary:active:hover, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:active:hover, .tch-btn-content-secondary:active:focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:active:focus, .tch-btn-content-secondary:active.focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:active.focus, .tch-btn-content-secondary.active:hover, .ui-select-multiple.ui-select-bootstrap .active.ui-select-match-item:hover, .tch-btn-content-secondary.active:focus, .ui-select-multiple.ui-select-bootstrap .active.ui-select-match-item:focus, .tch-btn-content-secondary.active.focus, .ui-select-multiple.ui-select-bootstrap .active.focus.ui-select-match-item, .tch-btn-content-secondary:hover:hover, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:hover:hover, .tch-btn-content-secondary:hover:focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:hover:focus, .tch-btn-content-secondary:hover.focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:hover.focus, .tch-btn-content-secondary:focus:hover, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:focus:hover, .tch-btn-content-secondary:focus:focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:focus:focus, .tch-btn-content-secondary:focus.focus, .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:focus.focus, | |
.open > .tch-btn-content-secondary.dropdown-toggle:hover, .ui-select-multiple.ui-select-bootstrap | |
.open > .dropdown-toggle.ui-select-match-item:hover, | |
.open > .tch-btn-content-secondary.dropdown-toggle:focus, .ui-select-multiple.ui-select-bootstrap | |
.open > .dropdown-toggle.ui-select-match-item:focus, | |
.open > .tch-btn-content-secondary.dropdown-toggle.focus, .ui-select-multiple.ui-select-bootstrap | |
.open > .dropdown-toggle.focus.ui-select-match-item { | |
background: #def1ef; | |
border-color: #327b73; | |
color: #327b73; } | |
.tch-btn-content-gray { | |
color: white; | |
background-color: #738e8d; | |
border-color: #738e8d; } | |
.tch-btn-content-gray:focus, .tch-btn-content-gray.focus { | |
color: white; | |
background-color: #5c7271; | |
border-color: #3a4847; } | |
.tch-btn-content-gray:hover { | |
color: white; | |
background-color: #5c7271; | |
border-color: #576c6c; } | |
.tch-btn-content-gray:active, .tch-btn-content-gray.active, | |
.open > .tch-btn-content-gray.dropdown-toggle { | |
color: white; | |
background-color: #5c7271; | |
border-color: #576c6c; } | |
.tch-btn-content-gray:active:hover, .tch-btn-content-gray:active:focus, .tch-btn-content-gray:active.focus, .tch-btn-content-gray.active:hover, .tch-btn-content-gray.active:focus, .tch-btn-content-gray.active.focus, | |
.open > .tch-btn-content-gray.dropdown-toggle:hover, | |
.open > .tch-btn-content-gray.dropdown-toggle:focus, | |
.open > .tch-btn-content-gray.dropdown-toggle.focus { | |
color: white; | |
background-color: #4c5e5e; | |
border-color: #3a4847; } | |
.tch-btn-content-gray:active, .tch-btn-content-gray.active, | |
.open > .tch-btn-content-gray.dropdown-toggle { | |
background-image: none; } | |
.tch-btn-content-gray.disabled, .tch-btn-content-gray.disabled:hover, .tch-btn-content-gray.disabled:focus, .tch-btn-content-gray.disabled.focus, .tch-btn-content-gray.disabled:active, .tch-btn-content-gray.disabled.active, .tch-btn-content-gray[disabled], .tch-btn-content-gray[disabled]:hover, .tch-btn-content-gray[disabled]:focus, .tch-btn-content-gray[disabled].focus, .tch-btn-content-gray[disabled]:active, .tch-btn-content-gray[disabled].active, | |
fieldset[disabled] .tch-btn-content-gray, | |
fieldset[disabled] .tch-btn-content-gray:hover, | |
fieldset[disabled] .tch-btn-content-gray:focus, | |
fieldset[disabled] .tch-btn-content-gray.focus, | |
fieldset[disabled] .tch-btn-content-gray:active, | |
fieldset[disabled] .tch-btn-content-gray.active { | |
background-color: #738e8d; | |
border-color: #738e8d; } | |
.tch-btn-content-gray .badge { | |
color: #738e8d; | |
background-color: white; } | |
.tch-btn-content-danger { | |
color: white; | |
background-color: #fff; | |
border-color: #C35220; | |
color: #C35220; } | |
.tch-btn-content-danger:focus, .tch-btn-content-danger.focus { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #55240e; } | |
.tch-btn-content-danger:hover { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #8e3c17; } | |
.tch-btn-content-danger:active, .tch-btn-content-danger.active, | |
.open > .tch-btn-content-danger.dropdown-toggle { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #8e3c17; } | |
.tch-btn-content-danger:active:hover, .tch-btn-content-danger:active:focus, .tch-btn-content-danger:active.focus, .tch-btn-content-danger.active:hover, .tch-btn-content-danger.active:focus, .tch-btn-content-danger.active.focus, | |
.open > .tch-btn-content-danger.dropdown-toggle:hover, | |
.open > .tch-btn-content-danger.dropdown-toggle:focus, | |
.open > .tch-btn-content-danger.dropdown-toggle.focus { | |
color: white; | |
background-color: #d4d4d4; | |
border-color: #55240e; } | |
.tch-btn-content-danger:active, .tch-btn-content-danger.active, | |
.open > .tch-btn-content-danger.dropdown-toggle { | |
background-image: none; } | |
.tch-btn-content-danger.disabled, .tch-btn-content-danger.disabled:hover, .tch-btn-content-danger.disabled:focus, .tch-btn-content-danger.disabled.focus, .tch-btn-content-danger.disabled:active, .tch-btn-content-danger.disabled.active, .tch-btn-content-danger[disabled], .tch-btn-content-danger[disabled]:hover, .tch-btn-content-danger[disabled]:focus, .tch-btn-content-danger[disabled].focus, .tch-btn-content-danger[disabled]:active, .tch-btn-content-danger[disabled].active, | |
fieldset[disabled] .tch-btn-content-danger, | |
fieldset[disabled] .tch-btn-content-danger:hover, | |
fieldset[disabled] .tch-btn-content-danger:focus, | |
fieldset[disabled] .tch-btn-content-danger.focus, | |
fieldset[disabled] .tch-btn-content-danger:active, | |
fieldset[disabled] .tch-btn-content-danger.active { | |
background-color: #fff; | |
border-color: #C35220; } | |
.tch-btn-content-danger .badge { | |
color: #fff; | |
background-color: white; } | |
.tch-btn-content-danger[disabled], | |
fieldset[disabled] .tch-btn-content-danger, .tch-btn-content-danger[disabled]:hover { | |
opacity: 0.7; } | |
.tch-btn-content-danger[disabled]:hover, .tch-btn-content-danger[disabled]:focus, .tch-btn-content-danger[disabled].focus, | |
fieldset[disabled] .tch-btn-content-danger:hover, | |
fieldset[disabled] .tch-btn-content-danger:focus, | |
fieldset[disabled] .tch-btn-content-danger.focus, .tch-btn-content-danger[disabled]:hover:hover, .tch-btn-content-danger[disabled]:hover:focus, .tch-btn-content-danger[disabled]:hover.focus { | |
background: #fbede7; | |
border-color: #a4451b; | |
color: #a4451b; } | |
.tch-btn-content-danger:active, .tch-btn-content-danger.active, .tch-btn-content-danger:hover, .tch-btn-content-danger:focus, | |
.open > .tch-btn-content-danger.dropdown-toggle { | |
background: #fbede7; | |
border-color: #a4451b; | |
color: #a4451b; } | |
.tch-btn-content-danger:active:hover, .tch-btn-content-danger:active:focus, .tch-btn-content-danger:active.focus, .tch-btn-content-danger.active:hover, .tch-btn-content-danger.active:focus, .tch-btn-content-danger.active.focus, .tch-btn-content-danger:hover:hover, .tch-btn-content-danger:hover:focus, .tch-btn-content-danger:hover.focus, .tch-btn-content-danger:focus:hover, .tch-btn-content-danger:focus:focus, .tch-btn-content-danger:focus.focus, | |
.open > .tch-btn-content-danger.dropdown-toggle:hover, | |
.open > .tch-btn-content-danger.dropdown-toggle:focus, | |
.open > .tch-btn-content-danger.dropdown-toggle.focus { | |
background: #fbede7; | |
border-color: #a4451b; | |
color: #a4451b; } | |
.tch-btn-content-primary-block { | |
line-height: 30px; } | |
.tch-btn-content-transparent { | |
color: white; | |
background-color: #fff; | |
border-color: #939393; | |
background: none; | |
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.75); | |
color: rgba(255, 255, 255, 0.75); | |
border: none; } | |
.tch-btn-content-transparent:focus, .tch-btn-content-transparent.focus { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #535353; } | |
.tch-btn-content-transparent:hover { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #747474; } | |
.tch-btn-content-transparent:active, .tch-btn-content-transparent.active, | |
.open > .tch-btn-content-transparent.dropdown-toggle { | |
color: white; | |
background-color: #e6e6e6; | |
border-color: #747474; } | |
.tch-btn-content-transparent:active:hover, .tch-btn-content-transparent:active:focus, .tch-btn-content-transparent:active.focus, .tch-btn-content-transparent.active:hover, .tch-btn-content-transparent.active:focus, .tch-btn-content-transparent.active.focus, | |
.open > .tch-btn-content-transparent.dropdown-toggle:hover, | |
.open > .tch-btn-content-transparent.dropdown-toggle:focus, | |
.open > .tch-btn-content-transparent.dropdown-toggle.focus { | |
color: white; | |
background-color: #d4d4d4; | |
border-color: #535353; } | |
.tch-btn-content-transparent:active, .tch-btn-content-transparent.active, | |
.open > .tch-btn-content-transparent.dropdown-toggle { | |
background-image: none; } | |
.tch-btn-content-transparent.disabled, .tch-btn-content-transparent.disabled:hover, .tch-btn-content-transparent.disabled:focus, .tch-btn-content-transparent.disabled.focus, .tch-btn-content-transparent.disabled:active, .tch-btn-content-transparent.disabled.active, .tch-btn-content-transparent[disabled], .tch-btn-content-transparent[disabled]:hover, .tch-btn-content-transparent[disabled]:focus, .tch-btn-content-transparent[disabled].focus, .tch-btn-content-transparent[disabled]:active, .tch-btn-content-transparent[disabled].active, | |
fieldset[disabled] .tch-btn-content-transparent, | |
fieldset[disabled] .tch-btn-content-transparent:hover, | |
fieldset[disabled] .tch-btn-content-transparent:focus, | |
fieldset[disabled] .tch-btn-content-transparent.focus, | |
fieldset[disabled] .tch-btn-content-transparent:active, | |
fieldset[disabled] .tch-btn-content-transparent.active { | |
background-color: #fff; | |
border-color: #939393; } | |
.tch-btn-content-transparent .badge { | |
color: #fff; | |
background-color: white; } | |
.tch-btn-content-transparent:focus { | |
background: none; | |
box-shadow: inset 0px 0px 0px 1px #fff !important; | |
color: #fff; } | |
.tch-btn-content-transparent:active, .tch-btn-content-transparent:hover { | |
background: none; | |
box-shadow: inset 0px 0px 0px 1px #fff !important; | |
color: #fff; } | |
.tch-btn-underline { | |
background: #fff; | |
border: 0; | |
color: #989898; | |
cursor: pointer; | |
font-size: 13px; | |
font-weight: bold; | |
text-decoration: underline; } | |
.tch-btn-underline:hover { | |
color: #989898; | |
text-decoration: underline; } | |
.tch-btn-underline:focus { | |
outline: none; } | |
/* | |
Button Group Tabs | |
These can be used as tab selectors for graphs. See dashboard for an example. | |
.tch-btn-group - Standard button group tabs. | |
Markup: | |
<div role="group" class="tch-btn-group btn-group-toggle"> | |
<button type="button" class="tch-btn-group-tab btn-selected">Daily</button> | |
<button type="button" class="tch-btn-group-tab">Weekly</button> | |
<button type="button" class="tch-btn-group-tab">Monthly</button> | |
</div> | |
Styleguide 1.1.6 | |
*/ | |
.tch-btn-group-tab { | |
padding: 8px 13px; | |
background: #fff; | |
color: #A1AAAD; | |
border-radius: 5px; | |
border-left: 1px solid #C3CACD; | |
border-top: 1px solid #C3CACD; | |
border-bottom: 1px solid #C3CACD; | |
box-shadow: none !important; } | |
.tch-btn-group-tab:last-child { | |
border-right: 1px solid #C3CACD; } | |
.tch-btn-group-tab:hover, .tch-btn-group-tab:active, .tch-btn-group-tab:focus, .tch-btn-group-tab.btn-selected { | |
background: #7A8488; | |
color: #fff !important; | |
border-left: 1px solid #A1AAAD; | |
border-top: 1px solid #7A8488; | |
border-bottom: 1px solid #7A8488; } | |
.btn-group .tch-btn-content-primary, .tch-btn-group .tch-btn-content-primary, .tch-dropdown-group .tch-btn-content-primary, .btn-group .tch-btn-content-primary-block, .tch-btn-group .tch-btn-content-primary-block, .tch-dropdown-group .tch-btn-content-primary-block, .btn-group .tch-page-nav-btn, .tch-btn-group .tch-page-nav-btn, .tch-dropdown-group .tch-page-nav-btn, | |
.btn-group .tch-btn-content-gray, .tch-btn-group .tch-btn-content-gray, .tch-dropdown-group .tch-btn-content-gray { | |
border-color: #2d7069; } | |
/* | |
Tables | |
Tables are used to display list data. We should try restrict the # of columns to 5 or 6 -- there are some tables in which we show more. | |
Styleguide 1.2 | |
*/ | |
.table > thead > tr > th, .tch-table > thead > tr > th, | |
.table > thead > tr > td, .tch-table > thead > tr > td, | |
.table > tbody > tr > th, .tch-table > tbody > tr > th, | |
.table > tbody > tr > td, .tch-table > tbody > tr > td, | |
.table > tfoot > tr > th, .tch-table > tfoot > tr > th, | |
.table > tfoot > tr > td, .tch-table > tfoot > tr > td { | |
padding: 12px 25px; | |
line-height: 1.5em; | |
border-top: 0; } | |
.table > thead > tr > th, .tch-table > thead > tr > th, | |
.table > tbody > tr > th, .tch-table > tbody > tr > th, | |
.table > tfoot > tr > th, .tch-table > tfoot > tr > th { | |
color: #5a6f70; | |
border-bottom: 1px solid #eef0f0; | |
line-height: 25px; | |
cursor: pointer; } | |
.table > thead > tr > th i, .tch-table > thead > tr > th i, | |
.table > tbody > tr > th i, .tch-table > tbody > tr > th i, | |
.table > tfoot > tr > th i, .tch-table > tfoot > tr > th i { | |
margin-left: 5px; | |
vertical-align: 1px; | |
font-size: 13px; | |
opacity: 0.5; } | |
.table [class*="fui-"], .tch-table [class*="fui-"] { | |
vertical-align: baseline; | |
font-size: 20px; | |
margin: -5px 0; | |
position: relative; | |
top: 2px; } | |
.table .checkbox, .tch-table .checkbox, | |
.table .radio, .tch-table .radio { | |
margin: 0 0 0 -9px; } | |
.table .checkbox.no-label, .tch-table .checkbox.no-label, | |
.table .radio.no-label, .tch-table .radio.no-label { | |
padding-left: 0; } | |
.table .selected-row > td, .tch-table .selected-row > td { | |
background-color: #f4f9f9; } | |
.table img, .tch-table img { | |
vertical-align: middle; } | |
.table > thead > tr > td.success, .tch-table > thead > tr > td.success, | |
.table > thead > tr > th.success, .tch-table > thead > tr > th.success, | |
.table > thead > tr.success > td, .tch-table > thead > tr.success > td, | |
.table > thead > tr.success > th, .tch-table > thead > tr.success > th, | |
.table > tbody > tr > td.success, .tch-table > tbody > tr > td.success, | |
.table > tbody > tr > th.success, .tch-table > tbody > tr > th.success, | |
.table > tbody > tr.success > td, .tch-table > tbody > tr.success > td, | |
.table > tbody > tr.success > th, .tch-table > tbody > tr.success > th, | |
.table > tfoot > tr > td.success, .tch-table > tfoot > tr > td.success, | |
.table > tfoot > tr > th.success, .tch-table > tfoot > tr > th.success, | |
.table > tfoot > tr.success > td, .tch-table > tfoot > tr.success > td, | |
.table > tfoot > tr.success > th, .tch-table > tfoot > tr.success > th { | |
background-color: #edf3ee; } | |
.table-hover > tbody > tr > td.success:hover, | |
.table-hover > tbody > tr > th.success:hover, | |
.table-hover > tbody > tr.success:hover > td, | |
.table-hover > tbody > tr:hover > .success, | |
.table-hover > tbody > tr.success:hover > th { | |
background-color: #dee9e0; } | |
.table > thead > tr > td.info, .tch-table > thead > tr > td.info, | |
.table > thead > tr > th.info, .tch-table > thead > tr > th.info, | |
.table > thead > tr.info > td, .tch-table > thead > tr.info > td, | |
.table > thead > tr.info > th, .tch-table > thead > tr.info > th, | |
.table > tbody > tr > td.info, .tch-table > tbody > tr > td.info, | |
.table > tbody > tr > th.info, .tch-table > tbody > tr > th.info, | |
.table > tbody > tr.info > td, .tch-table > tbody > tr.info > td, | |
.table > tbody > tr.info > th, .tch-table > tbody > tr.info > th, | |
.table > tfoot > tr > td.info, .tch-table > tfoot > tr > td.info, | |
.table > tfoot > tr > th.info, .tch-table > tfoot > tr > th.info, | |
.table > tfoot > tr.info > td, .tch-table > tfoot > tr.info > td, | |
.table > tfoot > tr.info > th, .tch-table > tfoot > tr.info > th { | |
background-color: #edf6fc; } | |
.table-hover > tbody > tr > td.info:hover, | |
.table-hover > tbody > tr > th.info:hover, | |
.table-hover > tbody > tr.info:hover > td, | |
.table-hover > tbody > tr:hover > .info, | |
.table-hover > tbody > tr.info:hover > th { | |
background-color: #d7ebf8; } | |
.table > thead > tr > td.warning, .tch-table > thead > tr > td.warning, | |
.table > thead > tr > th.warning, .tch-table > thead > tr > th.warning, | |
.table > thead > tr.warning > td, .tch-table > thead > tr.warning > td, | |
.table > thead > tr.warning > th, .tch-table > thead > tr.warning > th, | |
.table > tbody > tr > td.warning, .tch-table > tbody > tr > td.warning, | |
.table > tbody > tr > th.warning, .tch-table > tbody > tr > th.warning, | |
.table > tbody > tr.warning > td, .tch-table > tbody > tr.warning > td, | |
.table > tbody > tr.warning > th, .tch-table > tbody > tr.warning > th, | |
.table > tfoot > tr > td.warning, .tch-table > tfoot > tr > td.warning, | |
.table > tfoot > tr > th.warning, .tch-table > tfoot > tr > th.warning, | |
.table > tfoot > tr.warning > td, .tch-table > tfoot > tr.warning > td, | |
.table > tfoot > tr.warning > th, .tch-table > tfoot > tr.warning > th { | |
background-color: #fefae9; } | |
.table-hover > tbody > tr > td.warning:hover, | |
.table-hover > tbody > tr > th.warning:hover, | |
.table-hover > tbody > tr.warning:hover > td, | |
.table-hover > tbody > tr:hover > .warning, | |
.table-hover > tbody > tr.warning:hover > th { | |
background-color: #fdf4d1; } | |
.table > thead > tr > td.danger, .tch-table > thead > tr > td.danger, | |
.table > thead > tr > th.danger, .tch-table > thead > tr > th.danger, | |
.table > thead > tr.danger > td, .tch-table > thead > tr.danger > td, | |
.table > thead > tr.danger > th, .tch-table > thead > tr.danger > th, | |
.table > tbody > tr > td.danger, .tch-table > tbody > tr > td.danger, | |
.table > tbody > tr > th.danger, .tch-table > tbody > tr > th.danger, | |
.table > tbody > tr.danger > td, .tch-table > tbody > tr.danger > td, | |
.table > tbody > tr.danger > th, .tch-table > tbody > tr.danger > th, | |
.table > tfoot > tr > td.danger, .tch-table > tfoot > tr > td.danger, | |
.table > tfoot > tr > th.danger, .tch-table > tfoot > tr > th.danger, | |
.table > tfoot > tr.danger > td, .tch-table > tfoot > tr.danger > td, | |
.table > tfoot > tr.danger > th, .tch-table > tfoot > tr.danger > th { | |
background-color: #faefeb; } | |
.table-hover > tbody > tr > td.danger:hover, | |
.table-hover > tbody > tr > th.danger:hover, | |
.table-hover > tbody > tr.danger:hover > td, | |
.table-hover > tbody > tr:hover > .danger, | |
.table-hover > tbody > tr.danger:hover > th { | |
background-color: #f5dfd7; } | |
/* | |
Standard tables | |
Be sure to wrap tables with a .tch-table-wrapper div. This inherits from Bootstrap's table-responsive class and makes sure tables work on mobile. | |
.tch-table - Standard tables. | |
Markup: | |
<table class="{{modifier_class}}"> | |
<thead> | |
<tr> | |
<th>Column header</th> | |
<th>Column header</th> | |
<th>Column header</th> | |
</tr> | |
</thead> | |
<tbody> | |
<td>Table item</td> | |
<td>Table item</td> | |
<td>Table item</td> | |
</tr> | |
</tbody> | |
</table> | |
Styleguide 1.2.1 | |
*/ | |
.tch-table-wrapper { | |
-webkit-overflow-scrolling: touch; } | |
.tch-table > tbody > tr:nth-child(even), .tch-table > tbody > tr.selected-row { | |
background-color: transparent; } | |
.tch-table > tbody > tr:hover { | |
background: #F7F7F2; } | |
.tch-table img.tch-table-thumb { | |
width: 22px; | |
margin-right: 10px; | |
float: left; } | |
.tch-table .tch-btn-content-primary, .tch-table .tch-btn-content-primary-block, .tch-table .tch-page-nav-btn, | |
.tch-table .tch-btn-content-secondary, | |
.tch-table .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.tch-table .ui-select-match-item, | |
.tch-table .tch-btn-content-danger { | |
margin-bottom: 10px; } | |
/* | |
Div tables | |
Sometimes we want to use divs to display a table, e.g. for inter-table dragging and dropping with ui-sortable (see links.jade) | |
.div-table - A table made of div elements. | |
Markup: | |
<div class="row tch-table-div"> | |
<div class="row tch-table-div-column-heading"> | |
<div class="col-md-4"><strong>Column header</strong></div> | |
<div class="col-md-4"><strong>Column header</strong></div> | |
<div class="col-md-4"><strong>Column header</strong></div> | |
</div> | |
<div class="row tch-table-div-row"> | |
<div class="col-md-4">Table item</div> | |
<div class="col-md-4">Table item</div> | |
<div class="col-md-4">Table item</div> | |
</div> | |
</div> | |
Styleguide 1.2.2 | |
*/ | |
.tch-table-div { | |
line-height: 1.5em; | |
margin-top: 10px; | |
margin: 0; } | |
.tch-table-div-column-heading { | |
border-bottom: 1px solid #eef0f0; | |
padding: 9px 25px; | |
margin: 0; | |
font-weight: bold; } | |
.tch-table-div-column-heading .col-md-2 { | |
margin: auto !important; | |
padding: 0px !important; } | |
.tch-table-div-column-heading:hover { | |
background: #F7F7F2; } | |
.tch-table-div-row { | |
padding: 12px 25px; | |
line-height: 1.5em; | |
border-top: 0; | |
line-height: 33px; | |
margin: 0; } | |
.tch-table-div-row .col-md-2 { | |
margin: auto !important; | |
padding: 0px !important; } | |
.tch-table-div-row .switch { | |
margin-top: 3px; | |
margin-bottom: -10px; } | |
.tch-table-div-row:hover { | |
background: #F7F7F2; | |
cursor: move; } | |
.tch-table-receipt { | |
border: 1px solid #E3E3E3; | |
width: 100%; } | |
.tch-table-receipt tr th, .tch-table-receipt tr td { | |
padding: 13px 25px; } | |
.tch-table-receipt .row-heading { | |
background: #F8F8F4; | |
border-bottom: 1px solid #E3E3E3; | |
color: #9A9A9A; | |
font-size: 12px; | |
text-transform: uppercase; } | |
.tch-table-receipt .row-highlighted { | |
background: #EAFFD6; | |
border-bottom: 1px solid #E1FFC2; } | |
.tch-table-receipt .row-highlighted .col-heading { | |
font-size: 14px; | |
font-weight: 600; } | |
.tch-table-receipt .row-highlighted .col-description { | |
color: #739A4A; | |
font-size: 13px; } | |
.tch-table-receipt .row-standard { | |
border-bottom: 1px solid #EAEAEA; } | |
.tch-table-receipt .row-standard td:first-child { | |
padding-left: 50px; } | |
.tch-table-receipt .row-standard td:first-child .minus, .tch-table-receipt .row-standard td:first-child .plus { | |
position: absolute; | |
margin-left: -18px; } | |
.tch-table-receipt .row-standard td:first-child .minus { | |
color: red; } | |
.tch-table-receipt .row-standard td:first-child .plus { | |
color: green; | |
font-size: 25px; | |
margin-top: -9px; } | |
.tch-table-receipt .row-standard .col-heading { | |
font-size: 14px; } | |
.tch-table-receipt .row-standard .col-description { | |
color: #B1B1B1; | |
font-size: 13px; } | |
.tch-table-receipt .col-money { | |
font-weight: 500; | |
font-size: 14px; } | |
.tch-table-receipt .col-currency { | |
color: #8BAC6B; | |
font-size: 12px; | |
font-weight: 600; } | |
@media screen and (max-width: 600px) { | |
table.tch-table-responsive { | |
border: 0; } | |
table.tch-table-responsive thead { | |
display: none; } | |
table.tch-table-responsive tr { | |
margin-bottom: 10px; | |
display: block; | |
border-bottom: 2px solid #ddd; } | |
table.tch-table-responsive td { | |
display: block; | |
text-align: right; | |
font-size: 13px; | |
border-bottom: 1px dotted #ccc; } | |
table.tch-table-responsive td:last-child { | |
border-bottom: 0; } | |
table.tch-table-responsive td:before { | |
content: attr(data-label); | |
float: left; | |
text-transform: uppercase; | |
font-weight: bold; } } | |
/* | |
Dropdowns | |
We use two main dropdowns: Bootstrap default and UI-Select. We use UI-Select for things like filters (student, reports) because it also lets us also add an autocomplete textbox. | |
Styleguide 1.3 | |
*/ | |
.open .dropdown-menu { | |
opacity: 1; | |
pointer-events: all; | |
-webkit-transform: scale(1); | |
transform: scale(1); } | |
/* | |
Standard Bootstrap dropdown | |
.tch-droupdown-group - A simple Bootstrap dropdown button + menu. | |
Markup: | |
<div class=""{{modifier_class}} dropdown"><a type="button" class="tch-dropdown-group-selector dropdown-toggle">Select a course<span class="space"></span><i class="fa fa-angle-down"></i></a> | |
<ul role="menu" class="dropdown-menu dropdown-menu-left"> | |
<li><a href="#">Course 1</a></li> | |
<li><a href="#">Course 2</a></li> | |
<li><a href="#">Course 3</a></li> | |
</ul> | |
</div> | |
Styleguide 1.3.1 | |
*/ | |
.tch-dropdown-group { | |
float: left; } | |
.tch-dropdown-group-selector { | |
padding: 8px 13px; | |
background: #fff; | |
color: #34495e; | |
border-radius: 5px; | |
border: 1px solid #DBDBDB; | |
box-shadow: none !important; } | |
.tch-dropdown-group-selector:hover, .tch-dropdown-group-selector:active, .tch-dropdown-group-selector:focus { | |
background: #fff; | |
color: #E97E0B !important; | |
border: 1px solid #E97E0B !important; } | |
.tch-dropdown-group-selector:hover i.fa, .tch-dropdown-group-selector:active i.fa, .tch-dropdown-group-selector:focus i.fa { | |
color: #E97E0B !important; } | |
.tch-dropdown-group-selector i.fa { | |
margin-left: 7px; } | |
.tch-dropdown-group.open .dropdown-toggle.tch-dropdown-group-selector { | |
color: #E97E0B !important; | |
border: 1px solid #E97E0B !important; } | |
.tch-dropdown-group.open .dropdown-toggle.tch-dropdown-group-selector i { | |
color: #E97E0B !important; } | |
.tch-dropdown-group .dropdown-link { | |
box-shadow: none !important; } | |
.dropdown-menu { | |
border: 1px solid rgba(230, 216, 201, 0.87); | |
box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.14); | |
border-radius: 4px; | |
position: absolute; | |
display: block; | |
z-index: 10; | |
background: #fff; | |
opacity: 0; | |
pointer-events: none; | |
-webkit-transform: scale(0); | |
transform: scale(0); | |
margin-top: 10px; | |
-webkit-transition: opacity 0.3s cubic-bezier(0.23, 1.5, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1.5, 0.32, 1); | |
transition: opacity 0.3s cubic-bezier(0.23, 1.5, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1.5, 0.32, 1); | |
transition: transform 0.3s cubic-bezier(0.23, 1.5, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1.5, 0.32, 1); | |
transition: transform 0.3s cubic-bezier(0.23, 1.5, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1.5, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1.5, 0.32, 1); | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; } | |
.dropdown-menu:before, .dropdown-menu:after { | |
content: ""; | |
height: 0; | |
position: absolute; | |
width: 0; | |
border-color: transparent; | |
border-style: solid; | |
border-width: 6px; } | |
.dropdown-menu:before { | |
left: 50%; | |
margin-left: -6px; | |
border-top-width: 0; | |
border-bottom-color: rgba(230, 216, 201, 0.87); | |
top: -6px; } | |
.dropdown-menu:after { | |
left: 50%; | |
margin-left: -6px; | |
border-top-width: 0; | |
border-bottom-color: #fff; | |
top: -5px; } | |
.dropdown-menu li a { | |
padding: 8px 14px 8px !important; | |
-webkit-transition: none; | |
transition: none; | |
font-size: 13px; | |
color: #958F88; | |
font-weight: 500; | |
cursor: pointer; } | |
.dropdown-menu li > a:hover, .dropdown-menu li > a:active, .dropdown-menu li > a:focus { | |
border-radius: 0px; | |
background: #FFFDF4 !important; | |
color: #E97E0B !important; } | |
.dropdown-menu li:first-child > a, .dropdown-menu li :first-child > a:hover, .dropdown-menu li:first-child > a:active, .dropdown-menu li:first-child > a:focus { | |
border-top: 0; | |
padding-bottom: 7px; | |
padding-top: 9px; } | |
.dropdown-menu li:first-child > a, .dropdown-menu li:last-child > a:hover, .dropdown-menu li:last-child > a:active, .dropdown-menu li:last-child > a:focus { | |
border-bottom: 0; | |
padding-bottom: 8px; } | |
.dropdown-menu.dropdown-menu-left { | |
-webkit-transform-origin: 0% 0%; | |
transform-origin: 0% 0%; } | |
.dropdown-menu.dropdown-menu-left:before, .dropdown-menu.dropdown-menu-left:after { | |
left: 20px; } | |
.dropdown-menu.dropdown-menu-right { | |
-webkit-transform-origin: 100% 0%; | |
transform-origin: 100% 0%; } | |
.dropdown-menu.dropdown-menu-right:before, .dropdown-menu.dropdown-menu-right:after { | |
right: 20px; | |
left: auto; } | |
label.tch-dropdown-label { | |
text-transform: uppercase; | |
color: #ccc; | |
font-weight: 600; | |
font-size: 12px; | |
margin-bottom: 0px; | |
padding-left: 8px; | |
display: block; } | |
/* | |
Header Dropdown | |
.tch-btn-header-dropdown - Dropdown menu in the header. | |
Markup: | |
<div class="btn-group btn-group ng-scope dropdown"><a class="{{modifier_class}}" href="/admin/courses/import">Import</a> | |
<a dropdown-toggle="" type="button" class="tch-btn-header-dropdown dropdown-toggle"> | |
<i class="fa fa-angle-down no-margin"></i> | |
</a> | |
<ul role="menu" class="dropdown-menu dropdown-menu-right"> | |
<li><a ui-sref="admin.courses.import" href="/admin/courses/import">From Udemy</a></li> | |
</ul> | |
</div> | |
Styleguide 1.3.2 | |
*/ | |
/* | |
UI-select Dropdown (external vendor) | |
This is an external Angular directive which lets us add autocomplete etc. | |
See demo implementation in src/courses/course/information/details.jade. | |
Styleguide 1.3.3 | |
*/ | |
ul.tch-popover-dropdown { | |
list-style: none; | |
padding-left: 0px; } | |
/* | |
Modals | |
Styleguide 1.4 | |
*/ | |
/* | |
Standard Bootstrap odals | |
These are standard Bootstrap modals with our style overrides. (Note: Ignore inline styling in preview below - it's there to make the preview appear.) | |
.modal-lg - Large Bootstrap modal | |
.modal-md - Medium Bootstrap modal | |
Markup: | |
<div class="modal fade in" style="position: relative; top: auto; right: auto; bottom: auto;left: auto; z-index: 1; display: block;"> | |
<div class="modal-dialog {{modifier_class}}"> | |
<div class="modal-content"> | |
<div class="modal-header"> | |
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> | |
<h4 class="modal-title">Modal title</h4> | |
</div> | |
<div class="modal-body"> | |
<p>One fine body…</p> | |
</div> | |
<div class="modal-footer"> | |
<button type="button" class="btn tch-btn-header-secondary" data-dismiss="modal">Cancel</button> | |
<button type="button" class="btn tch-btn-header-primary">Save</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
Styleguide 1.4.1 | |
*/ | |
/* | |
Angular confirmation modal | |
These are standard Bootstrap modals with our style overrides. (Note: Ignore inline styling in preview below - it's there to make the preview appear.) | |
.modal-body.angular-confirm-text - Large Bootstrap modal | |
Markup: | |
<div class="modal fade in" style="position: relative; top: auto; right: auto; bottom: auto;left: auto; z-index: 1; display: block;"> | |
<div class="modal-dialog"> | |
<div class="modal-content"> | |
<div class="modal-body angular-confirm-text"> | |
<p><strong>Are you sure you want to do this?</strong></p> | |
</div> | |
<div class="modal-footer center"> | |
<button type="button" class="btn tch-btn-header-secondary" data-dismiss="modal">Cancel</button> | |
<button type="button" class="btn tch-btn-header-primary">OK</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
Styleguide 1.4.2 | |
*/ | |
.modal:before { | |
display: inline-block; | |
vertical-align: middle; | |
content: " "; | |
height: 100%; } | |
.modal-dialog { | |
display: inline-block; | |
text-align: left; | |
vertical-align: middle; } | |
.modal { | |
z-index: 1050; | |
text-align: center; } | |
.modal-content { | |
border-radius: 7px; | |
background-color: #fff !important; | |
background-clip: padding-box; | |
box-shadow: 0px 0px 10px -2px #2a2a2a; | |
border-radius: 4px; } | |
.modal-backdrop { | |
z-index: 1040; | |
background-color: #2b3c3d; } | |
.modal-backdrop.in { | |
opacity: 0.95; | |
filter: alpha(opacity=95); } | |
.modal-header { | |
border-bottom: 0; | |
padding: 11px 20px 4px 40px; | |
background: #fff; | |
border-top-right-radius: 4px; | |
border-top-left-radius: 4px; | |
font-weight: bold; | |
margin-top: -1px; | |
margin-left: -1px; | |
margin-right: -1px; } | |
.modal-header h4 { | |
margin-top: 20px; | |
margin-bottom: 10px; | |
font-size: 22px; | |
font-weight: 500; | |
line-height: 27px; } | |
.modal-header .close { | |
padding: 0; | |
font-size: 50px; | |
line-height: 1; | |
color: #34495e; | |
margin-top: -17px !important; | |
font-weight: 100; } | |
.modal-header .close:focus { | |
outline: 0; } | |
.modal-title { | |
margin: 0; | |
font-size: 21px; | |
line-height: 30px; | |
font-weight: 600; } | |
.modal-body { | |
padding: 20px 45px 0px 45px; | |
background: #fff; | |
border-radius: 5px; } | |
.modal-body p { | |
font-size: 13px; | |
line-height: 1.625; } | |
.modal-body .label-center { | |
margin-top: 10px; | |
margin-bottom: -15px; | |
font-size: 15px; | |
text-align: center; | |
font-weight: 400; } | |
.modal-body small { | |
font-weight: 400; | |
font-size: 14px; | |
margin-top: 17px; | |
opacity: 0.5; } | |
.modal-body td { | |
border: 0 !important; } | |
.modal-body .form-group { | |
margin-bottom: 15px; } | |
.modal-footer { | |
padding: 20px 0px 40px; | |
margin-top: 0; | |
background-color: #fff; | |
border-top: none; | |
border-radius: 0 0 7px 7px; | |
text-align: center; } | |
.modal-footer.center { | |
text-align: center !important; } | |
.modal-footer.empty { | |
padding: 10px; } | |
.modal-sm h4, .modal-md h4 { | |
text-align: center; } | |
.modal-lg .modal-footer { | |
padding: 30px 45px 30px 45px; | |
margin-top: 30px; | |
background-color: #FEFEFE; | |
border-top: 1px solid #eeeeee; | |
text-align: right !important; } | |
.modal-backdrop, .modal-backdrop.fade.in { | |
opacity: .66 !important; } | |
[data-ng-show="filepickerModalOpen"] { | |
opacity: 1 !important; | |
z-index: 2000 !important; } | |
@media (min-width: 768px) { | |
.modal-dialog { | |
width: 624px; | |
margin: 30px auto; } | |
.modal-content { | |
box-shadow: 0px 0px 10px -2px #2a2a2a; } } | |
@media (min-width: 300px) { | |
.modal-sm { | |
width: 300px; } } | |
@media (min-width: 900px) { | |
.modal-lg { | |
width: 900px; } } | |
@media (min-width: 0px) and (max-width: 767px) { | |
.modal-dialog { | |
width: 90% !important; } | |
.modal-dialog.modal-md, .modal-dialog.modal-sm, .modal-dialog.modal-lg { | |
transform: translate(0, 50%); | |
-ms-transform: translate(0, 50%); | |
-webkit-transform: translate(0, 50%); } } | |
.angular-confirm-text { | |
padding-bottom: 3px; | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
padding-top: 30px; } | |
.angular-confirm-text > p { | |
font-size: 16px; } | |
/* | |
Tooltips | |
Standard Bootstrap tooltips rendered with a neat Angular directive. | |
.tch-btn-tooltip - The button for the tooltip | |
Markup: | |
<a href="#" target="_blank" class="tch-btn-tooltip" tooltip="Tooltip content goes here" tooltip-placement="bottom" tooltip-trigger="mouseenter" tooltip-append-to-body="true"><i class="fa fa-question-circle"></i></a> | |
<!--preview only --> | |
<div class="tooltip bottom fade in" tooltip-animation-class="fade"> | |
<div class="tooltip-arrow"></div> | |
<div class="tooltip-inner">Tooltip content goes here</div> | |
</div> | |
<!--preview only --> | |
Styleguide 1.5 | |
*/ | |
.tooltip.in { | |
opacity: 1; } | |
.tooltip .tooltip-inner { | |
background-color: #FEFDF1; | |
border: 2px solid #E97E0B; | |
color: #3D5557; | |
border-radius: 3px; | |
font-size: 13px; | |
line-height: 1.45; | |
padding: 9px 12px; | |
font-weight: 600; } | |
.tooltip.right .tooltip-arrow { | |
border-right-color: #c26909; } | |
.tooltip.left .tooltip-arrow { | |
border-left-color: #c26909; } | |
.tooltip.top .tooltip-arrow { | |
border-top-color: #c26909; } | |
.tooltip.bottom .tooltip-arrow { | |
border-bottom-color: #c26909; } | |
.tch-btn-tooltip { | |
color: #E97E0B; } | |
.tch-btn-tooltip:hover, .tch-btn-tooltip:active, .tch-btn-tooltip:focus { | |
color: #c26909; | |
box-shadow: none; } | |
@media screen and (max-width: 1000px) { | |
.tch-btn-tooltip { | |
display: none; } } | |
/* | |
Alert Boxes | |
We use alert boxes to warn or inform users about features, or to display success messages occassionally when growl notifications aren't enough. | |
.alert.alert-info - Standard alert box for informational notices or warnings. | |
.alert.alert-danger - Red danger box for extreme warnings. | |
.alert.alert-success - Green success box when growl notifications aren't enough for success. | |
Markup: | |
<div class="alert {{modifier_class}}" role="alert"> | |
This box contains a bunch of text. | |
</div> | |
Styleguide 1.6 | |
*/ | |
.alert { | |
color: #3D5557; | |
padding: 14px 25px 14px 25px; | |
text-shadow: none; | |
background-color: #f9f8f3; | |
border-radius: 3px; | |
font-size: 13px; | |
line-height: 21px; | |
font-weight: 500; | |
letter-spacing: 0.2px; | |
margin-bottom: 20px; | |
font-weight: 600; } | |
.alert-tiny { | |
font-size: 13px; | |
line-height: 19px !important; } | |
.alert a { | |
color: #f1c40f; | |
font-weight: bold; } | |
.alert a:hover { | |
text-decoration: underline; } | |
.alert a.btn, .alert a.tch-btn-header, .alert a.tch-btn-header-primary, .alert a.tch-btn-header-primary-block, .alert a.tch-btn-header-secondary, .alert a.tch-btn-header-danger, .alert a.tch-btn-header-dropdown, .alert a.tch-btn-header-icon, .alert a.tch-btn-content, .alert a.tch-btn-content-primary, .alert a.tch-btn-content-primary-block, .alert a.tch-page-nav-btn, .alert a.tch-btn-content-secondary, .alert .ui-select-multiple.ui-select-bootstrap a.ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .alert a.ui-select-match-item, .alert a.tch-btn-content-gray, .alert a.tch-btn-content-danger, .alert a.tch-btn-content-transparent, .alert a.tch-btn-group-tab, .alert a.tch-dropdown-group-selector, .alert a.tch-btn-tooltip { | |
color: white; | |
text-decoration: none; } | |
.alert a.btn:active, .alert a.tch-btn-header:active, .alert a.tch-btn-header-primary:active, .alert a.tch-btn-header-primary-block:active, .alert a.tch-btn-header-secondary:active, .alert a.tch-btn-header-danger:active, .alert a.tch-btn-header-dropdown:active, .alert a.tch-btn-header-icon:active, .alert a.tch-btn-content:active, .alert a.tch-btn-content-primary:active, .alert a.tch-btn-content-primary-block:active, .alert a.tch-page-nav-btn:active, .alert a.tch-btn-content-secondary:active, .alert .ui-select-multiple.ui-select-bootstrap a.ui-select-match-item:active, .ui-select-multiple.ui-select-bootstrap .alert a.ui-select-match-item:active, .alert a.tch-btn-content-gray:active, .alert a.tch-btn-content-danger:active, .alert a.tch-btn-content-transparent:active, .alert a.tch-btn-group-tab:active, .alert a.tch-dropdown-group-selector:active, .alert a.tch-btn-tooltip:active, .alert a.btn.active, .alert a.active.tch-btn-header, .alert a.active.tch-btn-header-primary, .alert a.active.tch-btn-header-primary-block, .alert a.active.tch-btn-header-secondary, .alert a.active.tch-btn-header-danger, .alert a.active.tch-btn-header-dropdown, .alert a.active.tch-btn-header-icon, .alert a.active.tch-btn-content, .alert a.active.tch-btn-content-primary, .alert a.active.tch-btn-content-primary-block, .alert a.active.tch-page-nav-btn, .alert a.active.tch-btn-content-secondary, .alert .ui-select-multiple.ui-select-bootstrap a.active.ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .alert a.active.ui-select-match-item, .alert a.active.tch-btn-content-gray, .alert a.active.tch-btn-content-danger, .alert a.active.tch-btn-content-transparent, .alert a.active.tch-btn-group-tab, .alert a.active.tch-dropdown-group-selector, .alert a.active.tch-btn-tooltip { | |
color: fade(white, 75%); } | |
.alert ul { | |
line-height: 26px; | |
margin-bottom: 10px; | |
margin-left: -4px; | |
margin-top: 5px; } | |
.alert h4 { | |
font-size: 21px; | |
line-height: 1.2; | |
margin-bottom: 4px; } | |
.alert p { | |
font-size: inherit; | |
line-height: inherit; } | |
.alert .close { | |
position: relative; | |
top: 3px; | |
right: -31px; | |
line-height: 18px; | |
font-size: 18px; | |
color: #3D5557; } | |
.alert .btn, .alert .tch-btn-header, .alert .tch-btn-header-primary, .alert .tch-btn-header-primary-block, .alert .tch-btn-header-secondary, .alert .tch-btn-header-danger, .alert .tch-btn-header-dropdown, .alert .tch-btn-header-icon, .alert .tch-btn-content, .alert .tch-btn-content-primary, .alert .tch-btn-content-primary-block, .alert .tch-page-nav-btn, .alert .tch-btn-content-secondary, .alert .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .alert .ui-select-match-item, .alert .tch-btn-content-gray, .alert .tch-btn-content-danger, .alert .tch-btn-content-transparent, .alert .tch-btn-group-tab, .alert .tch-dropdown-group-selector, .alert .tch-btn-tooltip { | |
margin-bottom: 5px; | |
margin-right: 10px; | |
margin-top: 10px; } | |
@media (max-width: 767px) { | |
.alert .btn, .alert .tch-btn-header, .alert .tch-btn-header-primary, .alert .tch-btn-header-primary-block, .alert .tch-btn-header-secondary, .alert .tch-btn-header-danger, .alert .tch-btn-header-dropdown, .alert .tch-btn-header-icon, .alert .tch-btn-content, .alert .tch-btn-content-primary, .alert .tch-btn-content-primary-block, .alert .tch-page-nav-btn, .alert .tch-btn-content-secondary, .alert .ui-select-multiple.ui-select-bootstrap .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .alert .ui-select-match-item, .alert .tch-btn-content-gray, .alert .tch-btn-content-danger, .alert .tch-btn-content-transparent, .alert .tch-btn-group-tab, .alert .tch-dropdown-group-selector, .alert .tch-btn-tooltip { | |
display: block; | |
min-width: auto; | |
margin-bottom: 10px; | |
margin-right: -15px; } } | |
.alert-success { | |
background: #F3FEF1; | |
color: #4F855A; } | |
.alert-success a { | |
color: #3c948b; | |
text-decoration: underline; } | |
.alert-info { | |
background: #FFF8EC; | |
border: 1px solid #EAE4DD; | |
padding: 14px 25px 14px 45px; | |
color: #7D7467; } | |
.alert-info a, .alert-info a:hover { | |
color: #E97E0B !important; } | |
.alert-info:before { | |
font-family: FontAwesome; | |
position: absolute; | |
margin-left: -29px; | |
opacity: 0.7; | |
margin-top: -5px; | |
color: #E97E0B; | |
display: block; | |
padding: 5px; | |
font-size: 16px; | |
content: "\f059"; } | |
.alert-info a { | |
color: #E97E0B; | |
text-decoration: underline; } | |
.alert-info .well-title { | |
font-weight: bold; | |
line-height: 60px; | |
font-size: 18px; } | |
.alert-info .form-control { | |
margin-bottom: 10px; } | |
.alert-info select.homepage { | |
margin-top: 0px; } | |
.alert-info .input-webhook { | |
width: 300px; } | |
.alert-error, .alert-danger { | |
background: #FEF1F1; | |
border: 1px solid #C6A9A9; | |
color: rgba(170, 77, 51, 0.88); } | |
.alert-error a, .alert-danger a { | |
color: #C35220; } | |
/* | |
Forms | |
Standard bootstrap labels and forms. | |
.form-group - Standard Bootstrap form wrapper. | |
Markup: | |
<div class="form-group"> | |
<label for="site-twitter-username" class="control-label">Twitter Username</label> | |
<input id="site-twitter-username" what="twitter username" name="twitter_username" placeholder="e.g. "janesmith" -- you don't need the @ or the URL" maxlength="100" class="form-control"> | |
</div> | |
Styleguide 1.7 | |
*/ | |
legend { | |
display: block; | |
width: 100%; | |
padding: 0; | |
margin-bottom: 12px; | |
font-size: 14px; | |
line-height: inherit; | |
color: inherit; | |
border-bottom: none; } | |
textarea { | |
font-size: 15px; | |
line-height: 24px; | |
padding: 5px 11px; } | |
input[type="search"] { | |
-webkit-appearance: none !important; | |
-moz-appearance: none !important; | |
appearance: none !important; } | |
label { | |
font-weight: normal; | |
line-height: 2.4; | |
font-size: 16px; | |
color: #808080; | |
line-height: 30px; | |
font-weight: 600; | |
margin-bottom: 12px; } | |
.control-label { | |
font-size: 14px; | |
margin-bottom: 10px; | |
color: #758182 !important; | |
line-height: 18px; | |
font-weight: 500; } | |
.form-control::-moz-placeholder { | |
color: #bbbebe; | |
opacity: 1; } | |
.form-control:-ms-input-placeholder { | |
color: #bbbebe; } | |
.form-control::-webkit-input-placeholder { | |
color: #bbbebe; } | |
.form-control { | |
border: 1px solid #DBDBDB; | |
color: #3D5557; | |
font-family: "Raleway", Helvetica, Arial, sans-serif; | |
font-size: 14px; | |
line-height: 1.467; | |
padding: 8px 14px; | |
height: 44px; | |
border-radius: 5px; | |
box-shadow: none; | |
-webkit-transition: "border .25s linear, color .25s linear, background-color .25s linear"; | |
transition: "border .25s linear, color .25s linear, background-color .25s linear"; } | |
.form-control:focus { | |
outline: 0; | |
border: 1px solid rgba(233, 126, 11, 0.58) !important; | |
box-shadow: none !important; } | |
.form-control[disabled], .form-control[readonly], | |
fieldset[disabled] .form-control { | |
background-color: #f9f9f9; | |
border-color: #d5dbdb; | |
color: #696969; | |
cursor: default; | |
opacity: 0.7; | |
filter: alpha(opacity=70); } | |
.form-control.flat { | |
border-color: transparent; } | |
.form-control.flat:hover { | |
border-color: #B5BDBD; } | |
.form-control.flat:focus { | |
border-color: #667373; } | |
.form-control.select-number { | |
width: 55px; | |
float: left; | |
margin-right: 12px; | |
height: 31px; } | |
select.form-control { | |
-moz-appearance: none; | |
appearance: none; | |
-webkit-appearance: none; | |
background: url(/admin/assets/images/select-up-down.png) right 12px center #fff no-repeat; | |
background-size: 15px; | |
font-size: 13px; } | |
.input-sm .input-sm, .input-group-sm > .form-control .input-sm, | |
.input-group-sm > .input-group-addon .input-sm, | |
.input-group-sm > .input-group-btn > .btn .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-header .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-content .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block .input-sm, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary .input-sm, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab .input-sm, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector .input-sm, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip .input-sm, .input-sm .input-group-sm > .form-control, .input-group-sm > .form-control .input-group-sm > .form-control, | |
.input-group-sm > .input-group-addon .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .btn .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-header .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-content .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary .input-group-sm > .form-control, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector .input-group-sm > .form-control, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip .input-group-sm > .form-control, .input-sm | |
.input-group-sm > .input-group-addon, .input-group-sm > .form-control | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-addon, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-addon, .input-sm | |
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .btn, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .btn, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .btn, .input-sm | |
.input-group-sm > .input-group-btn > .tch-btn-header, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .tch-btn-header, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .tch-btn-header, .input-sm | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary, .input-sm | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block, .input-sm | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary, .input-sm | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger, .input-sm | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown, .input-sm | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon, .input-sm | |
.input-group-sm > .input-group-btn > .tch-btn-content, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-content, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .tch-btn-content, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .tch-btn-content, .input-sm | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary, .input-sm | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block, .input-sm | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn, .input-sm | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary, .input-sm .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-sm | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .input-group-sm > .form-control .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-addon .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .btn .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-header .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-content .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .ui-select-match-item, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > .input-group-btn > .ui-select-match-item, .input-sm | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, .input-group-sm > .form-control | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-addon | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .btn | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-header | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-header-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-header-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-header-danger | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-header-dropdown | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-header-icon | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-content | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-content-primary-block | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-page-nav-btn | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-content-secondary | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, .ui-select-multiple.ui-select-bootstrap | |
.input-group-sm > .input-group-btn > .ui-select-match-item | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-content-danger | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-content-transparent | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-group-tab | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-dropdown-group-selector | |
.input-group-sm > .input-group-btn > .tch-btn-content-gray, | |
.input-group-sm > .input-group-btn > .tch-btn-tooltip | |
.input-group-sm > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment