1
0
mirror of https://github.com/rancher/os.git synced 2025-06-24 14:01:34 +00:00
os/docs/css/lacsso.css
Sven Dowideit daed587841 merge changes from rancher docs repo
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-03-17 13:01:46 +00:00

2393 lines
46 KiB
CSS

/* prompt-regular - latin */
@font-face {
font-family: 'Prompt';
font-style: normal;
font-weight: 400;
src: local("Prompt"), local("Prompt-Regular"), url(fonts/prompt-v1-latin-regular.woff2) format("woff2"), url(fonts/prompt-v1-latin-regular.woff) format("woff");
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* prompt-700 - latin */
@font-face {
font-family: 'Prompt';
font-style: normal;
font-weight: 700;
src: local("Prompt Bold"), local("Prompt-Bold"), url(fonts/prompt-v1-latin-700.woff2) format("woff2"), url(fonts/prompt-v1-latin-700.woff) format("woff");
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
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/10/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 of focused elements when they are also in an
* active/hover state.
*/
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 {
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"] {
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.
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
box-sizing: content-box;
/* 2 */ }
/**
* 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; }
.dropdown-menu {
z-index: 1; }
.dropdown-menu li {
padding: 5px 10px;
cursor: pointer; }
.m-0 {
margin: 0 !important; }
.m-5 {
margin: 5px !important; }
.m-10 {
margin: 10px !important; }
.m-15 {
margin: 15px !important; }
.m-20 {
margin: 20px !important; }
.m-25 {
margin: 25px !important; }
.m-30 {
margin: 30px !important; }
.m-35 {
margin: 35px !important; }
.m-40 {
margin: 40px !important; }
.m-45 {
margin: 45px !important; }
.m-50 {
margin: 50px !important; }
.mt-0 {
margin-top: 0 !important; }
.mt-5 {
margin-top: 5px !important; }
.mt-10 {
margin-top: 10px !important; }
.mt-15 {
margin-top: 15px !important; }
.mt-20 {
margin-top: 20px !important; }
.mt-25 {
margin-top: 25px !important; }
.mt-30 {
margin-top: 30px !important; }
.mt-35 {
margin-top: 35px !important; }
.mt-40 {
margin-top: 40px !important; }
.mt-45 {
margin-top: 45px !important; }
.mt-50 {
margin-top: 50px !important; }
.mr-0 {
margin-right: 0 !important; }
.mr-5 {
margin-right: 5px !important; }
.mr-10 {
margin-right: 10px !important; }
.mr-15 {
margin-right: 15px !important; }
.mr-20 {
margin-right: 20px !important; }
.mr-25 {
margin-right: 25px !important; }
.mr-30 {
margin-right: 30px !important; }
.mr-35 {
margin-right: 35px !important; }
.mr-40 {
margin-right: 40px !important; }
.mr-45 {
margin-right: 45px !important; }
.mr-50 {
margin-right: 50px !important; }
.ml-0 {
margin-left: 0 !important; }
.ml-5 {
margin-left: 5px !important; }
.ml-10 {
margin-left: 10px !important; }
.ml-15 {
margin-left: 15px !important; }
.ml-20 {
margin-left: 20px !important; }
.ml-25 {
margin-left: 25px !important; }
.ml-30 {
margin-left: 30px !important; }
.ml-35 {
margin-left: 35px !important; }
.ml-40 {
margin-left: 40px !important; }
.ml-45 {
margin-left: 45px !important; }
.ml-50 {
margin-left: 50px !important; }
.mb-0 {
margin-bottom: 0 !important; }
.mb-5 {
margin-bottom: 5px !important; }
.mb-10 {
margin-bottom: 10px !important; }
.mb-15 {
margin-bottom: 15px !important; }
.mb-20 {
margin-bottom: 20px !important; }
.mb-25 {
margin-bottom: 25px !important; }
.mb-30 {
margin-bottom: 30px !important; }
.mb-35 {
margin-bottom: 35px !important; }
.mb-40 {
margin-bottom: 40px !important; }
.mb-45 {
margin-bottom: 45px !important; }
.mb-50 {
margin-bottom: 50px !important; }
.p-0 {
padding: 0 !important; }
.p-5 {
padding: 5px !important; }
.p-10 {
padding: 10px !important; }
.p-15 {
padding: 15px !important; }
.p-20 {
padding: 20px !important; }
.p-25 {
padding: 25px !important; }
.p-30 {
padding: 30px !important; }
.p-35 {
padding: 35px !important; }
.p-40 {
padding: 40px !important; }
.p-45 {
padding: 45px !important; }
.p-50 {
padding: 50px !important; }
.pt-0 {
padding-top: 0 !important; }
.pt-5 {
padding-top: 5px !important; }
.pt-10 {
padding-top: 10px !important; }
.pt-15 {
padding-top: 15px !important; }
.pt-20 {
padding-top: 20px !important; }
.pt-25 {
padding-top: 25px !important; }
.pt-30 {
padding-top: 30px !important; }
.pt-35 {
padding-top: 35px !important; }
.pt-40 {
padding-top: 40px !important; }
.pt-45 {
padding-top: 45px !important; }
.pt-50 {
padding-top: 50px !important; }
.pb-0 {
padding-bottom: 0 !important; }
.pb-5 {
padding-bottom: 5px !important; }
.pb-10 {
padding-bottom: 10px !important; }
.pb-15 {
padding-bottom: 15px !important; }
.pb-20 {
padding-bottom: 20px !important; }
.pb-25 {
padding-bottom: 25px !important; }
.pb-30 {
padding-bottom: 30px !important; }
.pb-35 {
padding-bottom: 35px !important; }
.pb-40 {
padding-bottom: 40px !important; }
.pb-45 {
padding-bottom: 45px !important; }
.pb-50 {
padding-bottom: 50px !important; }
.pl-0 {
padding-left: 0 !important; }
.pl-5 {
padding-left: 5px !important; }
.pl-10 {
padding-left: 10px !important; }
.pl-15 {
padding-left: 15px !important; }
.pl-20 {
padding-left: 20px !important; }
.pl-25 {
padding-left: 25px !important; }
.pl-30 {
padding-left: 30px !important; }
.pl-35 {
padding-left: 35px !important; }
.pl-40 {
padding-left: 40px !important; }
.pl-45 {
padding-left: 45px !important; }
.pl-50 {
padding-left: 50px !important; }
.pr-0 {
padding-right: 0 !important; }
.pr-5 {
padding-right: 5px !important; }
.pr-10 {
padding-right: 10px !important; }
.pr-15 {
padding-right: 15px !important; }
.pr-20 {
padding-right: 20px !important; }
.pr-25 {
padding-right: 25px !important; }
.pr-30 {
padding-right: 30px !important; }
.pr-35 {
padding-right: 35px !important; }
.pr-40 {
padding-right: 40px !important; }
.pr-45 {
padding-right: 45px !important; }
.pr-50 {
padding-right: 50px !important; }
.in-0 {
text-indent: 0 !important; }
.in-5 {
text-indent: 5px !important; }
.in-10 {
text-indent: 10px !important; }
.in-15 {
text-indent: 15px !important; }
.in-20 {
text-indent: 20px !important; }
.in-25 {
text-indent: 25px !important; }
.in-30 {
text-indent: 30px !important; }
.in-35 {
text-indent: 35px !important; }
.in-40 {
text-indent: 40px !important; }
.in-45 {
text-indent: 45px !important; }
.in-50 {
text-indent: 50px !important; }
/**
* Set up a decent box model on the root element
*/
html {
box-sizing: border-box; }
/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*, *::before, *::after {
box-sizing: inherit; }
* {
transition: ease-in-out all .1s; }
/**
* Basic styles for links
*/
a {
color: #0075A8;
text-decoration: none; }
a:hover, a:active, a:focus {
color: #454545;
text-decoration: underline; }
pre {
background-color: #3d3d3d; }
pre code {
color: #ecf0f1; }
hr {
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(153, 163, 168, 0.3); }
.text-default {
color: #0075A8; }
.text-disabled {
color: #0075A8; }
.text-primary {
color: #0075A8; }
.text-secondary {
color: #34495E; }
.text-success {
color: #27AE5F; }
.text-info {
color: #78C9CF; }
.text-warning {
color: #E67E22; }
.text-error {
color: #F15354; }
.bg-default, .badge, .tabs ul.tab-header li a, .tooltip {
background: #ecf0f1;
background-color: #ecf0f1;
color: #3d3d3d; }
.bg-default a, .badge a, .tabs ul.tab-header li a a, .tooltip a {
color: #0075A8;
border-bottom: solid 2px #0075A8; }
.bg-default a:before, .badge a:before, .tabs ul.tab-header li a a:before, .tooltip a:before {
background: rgba(0, 117, 168, 0.2); }
.bg-disabled, input[type='text'].disabled,
input[type='password'].disabled,
input[type='number'].disabled,
textarea.disabled {
background-color: #99a3a8;
color: #3d3d3d; }
.bg-primary {
background: #0075A8;
background-color: #0075A8;
color: white; }
.bg-secondary {
background: #34495E;
background-color: #34495E;
color: white; }
.bg-success {
background: #27AE5F;
background-color: #27AE5F;
color: white; }
.bg-info {
background: #78C9CF;
background-color: #78C9CF;
color: #3d3d3d; }
.bg-warning {
background: #E67E22;
background-color: #E67E22;
color: white; }
.bg-error {
background: #F15354;
background-color: #F15354;
color: white; }
.bg-transparent {
background-color: transparent; }
/**
* Basic typography style for copy text
*/
body {
color: #454545;
font: normal 15px/1.5 "Prompt", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
h1,
h2,
h3,
h4,
h5,
h6 {
color: #99a3a8;
font-weight: normal; }
/**
* Clear inner floats
*/
.clearfix::after {
clear: both;
content: '';
display: table; }
/**
* Main content containers
* 1. Make the container full-width with a maximum width
* 2. Center it in the viewport
* 3. Leave some space on the edges, especially valuable on small screens
*/
.container {
max-width: 1100px;
/* 1 */
margin-left: auto;
/* 2 */
margin-right: auto;
/* 2 */
padding-left: 20px;
/* 3 */
padding-right: 20px;
/* 3 */
width: 100%;
/* 1 */ }
/**
* Hide text while making it readable for screen readers
* 1. Needed in WebKit-based browsers because of an implementation bug;
* See: https://code.google.com/p/chromium/issues/detail?id=457146
*/
.hide-text {
overflow: hidden;
padding: 0;
/* 1 */
text-indent: 101%;
white-space: nowrap; }
/**
* Hide element while making it readable for screen readers
* Shamelessly borrowed from HTML5Boilerplate:
* https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
*/
.visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.text-small {
font-size: .75em; }
.text-center {
text-align: center; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.hide {
display: none !important; }
header {
clear: both; }
/* SECTIONS */
.section {
clear: both;
padding: 0px;
margin: 0px; }
/* COLUMN SETUP */
.col {
display: block;
float: left;
margin: 1% 1.5% 1% 0; }
.col:last-child {
margin-right: 0; }
/* ROWS */
.row:before,
.row:after {
content: "";
display: table; }
.row:after {
clear: both; }
/* COLUMNS */
.span-2-of-2 {
width: 100%; }
.gutless .span-2-of-2 {
margin-right: 0;
width: 100%; }
.offset-2-of-2 {
margin-left: 101.5%; }
.span-1-of-2 {
width: 49.25%; }
.gutless .span-1-of-2 {
margin-right: 0;
width: 50%; }
.offset-1-of-2 {
margin-left: 50.75%; }
.span-3-of-3 {
width: 100%; }
.gutless .span-3-of-3 {
margin-right: 0;
width: 100%; }
.offset-3-of-3 {
margin-left: 101.5%; }
.span-2-of-3 {
width: 66.1666%; }
.gutless .span-2-of-3 {
margin-right: 0;
width: 66.6666%; }
.offset-2-of-3 {
margin-left: 67.6666%; }
.span-1-of-3 {
width: 32.3333%; }
.gutless .span-1-of-3 {
margin-right: 0;
width: 33.3333%; }
.offset-1-of-3 {
margin-left: 33.8333%; }
.span-4-of-4 {
width: 100%; }
.gutless .span-4-of-4 {
margin-right: 0;
width: 100%; }
.offset-4-of-4 {
margin-left: 101.5%; }
.span-3-of-4 {
width: 74.625%; }
.gutless .span-3-of-4 {
margin-right: 0;
width: 75%; }
.offset-3-of-4 {
margin-left: 76.125%; }
.span-2-of-4 {
width: 49.25%; }
.gutless .span-2-of-4 {
margin-right: 0;
width: 50%; }
.offset-2-of-4 {
margin-left: 50.75%; }
.span-1-of-4 {
width: 23.875%; }
.gutless .span-1-of-4 {
margin-right: 0;
width: 25%; }
.offset-1-of-4 {
margin-left: 25.375%; }
.span-5-of-5 {
width: 100%; }
.gutless .span-5-of-5 {
margin-right: 0;
width: 100%; }
.offset-5-of-5 {
margin-left: 101.5%; }
.span-4-of-5 {
width: 79.7%; }
.gutless .span-4-of-5 {
margin-right: 0;
width: 80%; }
.offset-4-of-5 {
margin-left: 81.2%; }
.span-3-of-5 {
width: 59.4%; }
.gutless .span-3-of-5 {
margin-right: 0;
width: 60%; }
.offset-3-of-5 {
margin-left: 60.9%; }
.span-2-of-5 {
width: 39.1%; }
.gutless .span-2-of-5 {
margin-right: 0;
width: 40%; }
.offset-2-of-5 {
margin-left: 40.6%; }
.span-1-of-5 {
width: 18.8%; }
.gutless .span-1-of-5 {
margin-right: 0;
width: 20%; }
.offset-1-of-5 {
margin-left: 20.3%; }
.span-6-of-6 {
width: 100%; }
.gutless .span-6-of-6 {
margin-right: 0;
width: 100%; }
.offset-6-of-6 {
margin-left: 101.5%; }
.span-5-of-6 {
width: 83.0833%; }
.gutless .span-5-of-6 {
margin-right: 0;
width: 83.3333%; }
.offset-5-of-6 {
margin-left: 84.5833%; }
.span-4-of-6 {
width: 66.1666%; }
.gutless .span-4-of-6 {
margin-right: 0;
width: 66.6666%; }
.offset-4-of-6 {
margin-left: 67.6666%; }
.span-3-of-6 {
width: 49.25%; }
.gutless .span-3-of-6 {
margin-right: 0;
width: 50%; }
.offset-3-of-6 {
margin-left: 50.75%; }
.span-2-of-6 {
width: 32.3333%; }
.gutless .span-2-of-6 {
margin-right: 0;
width: 33.3333%; }
.offset-2-of-6 {
margin-left: 33.8333%; }
.span-1-of-6 {
width: 15.4166%; }
.gutless .span-1-of-6 {
margin-right: 0;
width: 16.6666%; }
.offset-1-of-6 {
margin-left: 16.9166%; }
.span-7-of-7 {
width: 100%; }
.gutless .span-7-of-7 {
margin-right: 0;
width: 100%; }
.offset-7-of-7 {
margin-left: 101.5%; }
.span-6-of-7 {
width: 85.5%; }
.gutless .span-6-of-7 {
margin-right: 0;
width: 85.7142%; }
.offset-6-of-7 {
margin-left: 87%; }
.span-5-of-7 {
width: 71%; }
.gutless .span-5-of-7 {
margin-right: 0;
width: 71.4285%; }
.offset-5-of-7 {
margin-left: 72.5%; }
.span-4-of-7 {
width: 56.5%; }
.gutless .span-4-of-7 {
margin-right: 0;
width: 57.1428%; }
.offset-4-of-7 {
margin-left: 57.9999%; }
.span-3-of-7 {
width: 42%; }
.gutless .span-3-of-7 {
margin-right: 0;
width: 42.8571%; }
.offset-3-of-7 {
margin-left: 43.5%; }
.span-2-of-7 {
width: 27.5%; }
.gutless .span-2-of-7 {
margin-right: 0;
width: 28.5714%; }
.offset-2-of-7 {
margin-left: 28.9999%; }
.span-1-of-7 {
width: 13%; }
.gutless .span-1-of-7 {
margin-right: 0;
width: 14.2857%; }
.offset-1-of-7 {
margin-left: 14.4999%; }
.span-8-of-8 {
width: 100%; }
.gutless .span-8-of-8 {
margin-right: 0;
width: 100%; }
.offset-8-of-8 {
margin-left: 101.5%; }
.span-7-of-8 {
width: 87.3125%; }
.gutless .span-7-of-8 {
margin-right: 0;
width: 87.5%; }
.offset-7-of-8 {
margin-left: 88.8125%; }
.span-6-of-8 {
width: 74.625%; }
.gutless .span-6-of-8 {
margin-right: 0;
width: 75%; }
.offset-6-of-8 {
margin-left: 76.125%; }
.span-5-of-8 {
width: 61.9375%; }
.gutless .span-5-of-8 {
margin-right: 0;
width: 62.5%; }
.offset-5-of-8 {
margin-left: 63.4375%; }
.span-4-of-8 {
width: 49.25%; }
.gutless .span-4-of-8 {
margin-right: 0;
width: 50%; }
.offset-4-of-8 {
margin-left: 50.75%; }
.span-3-of-8 {
width: 36.5625%; }
.gutless .span-3-of-8 {
margin-right: 0;
width: 37.5%; }
.offset-3-of-8 {
margin-left: 38.0625%; }
.span-2-of-8 {
width: 23.875%; }
.gutless .span-2-of-8 {
margin-right: 0;
width: 25%; }
.offset-2-of-8 {
margin-left: 25.375%; }
.span-1-of-8 {
width: 11.1875%; }
.gutless .span-1-of-8 {
margin-right: 0;
width: 12.5%; }
.offset-1-of-8 {
margin-left: 12.6875%; }
.span-9-of-9 {
width: 100%; }
.gutless .span-9-of-9 {
margin-right: 0;
width: 100%; }
.offset-9-of-9 {
margin-left: 101.5%; }
.span-8-of-9 {
width: 88.7222%; }
.gutless .span-8-of-9 {
margin-right: 0;
width: 88.8888%; }
.offset-8-of-9 {
margin-left: 90.2222%; }
.span-7-of-9 {
width: 77.4444%; }
.gutless .span-7-of-9 {
margin-right: 0;
width: 77.7777%; }
.offset-7-of-9 {
margin-left: 78.9444%; }
.span-6-of-9 {
width: 66.1666%; }
.gutless .span-6-of-9 {
margin-right: 0;
width: 66.6666%; }
.offset-6-of-9 {
margin-left: 67.6666%; }
.span-5-of-9 {
width: 54.8888%; }
.gutless .span-5-of-9 {
margin-right: 0;
width: 55.5555%; }
.offset-5-of-9 {
margin-left: 56.3888%; }
.span-4-of-9 {
width: 43.6111%; }
.gutless .span-4-of-9 {
margin-right: 0;
width: 44.4444%; }
.offset-4-of-9 {
margin-left: 45.1111%; }
.span-3-of-9 {
width: 32.3333%; }
.gutless .span-3-of-9 {
margin-right: 0;
width: 33.3333%; }
.offset-3-of-9 {
margin-left: 33.8333%; }
.span-2-of-9 {
width: 21.0555%; }
.gutless .span-2-of-9 {
margin-right: 0;
width: 22.2222%; }
.offset-2-of-9 {
margin-left: 22.5555%; }
.span-1-of-9 {
width: 9.7777%; }
.gutless .span-1-of-9 {
margin-right: 0;
width: 11.1111%; }
.offset-1-of-9 {
margin-left: 11.2777%; }
.span-10-of-10 {
width: 100%; }
.gutless .span-10-of-10 {
margin-right: 0;
width: 100%; }
.offset-10-of-10 {
margin-left: 101.5%; }
.span-9-of-10 {
width: 89.85%; }
.gutless .span-9-of-10 {
margin-right: 0;
width: 90%; }
.offset-9-of-10 {
margin-left: 91.35%; }
.span-8-of-10 {
width: 79.7%; }
.gutless .span-8-of-10 {
margin-right: 0;
width: 80%; }
.offset-8-of-10 {
margin-left: 81.2%; }
.span-7-of-10 {
width: 69.55%; }
.gutless .span-7-of-10 {
margin-right: 0;
width: 70%; }
.offset-7-of-10 {
margin-left: 71.05%; }
.span-6-of-10 {
width: 59.4%; }
.gutless .span-6-of-10 {
margin-right: 0;
width: 60%; }
.offset-6-of-10 {
margin-left: 60.9%; }
.span-5-of-10 {
width: 49.25%; }
.gutless .span-5-of-10 {
margin-right: 0;
width: 50%; }
.offset-5-of-10 {
margin-left: 50.75%; }
.span-4-of-10 {
width: 39.1%; }
.gutless .span-4-of-10 {
margin-right: 0;
width: 40%; }
.offset-4-of-10 {
margin-left: 40.6%; }
.span-3-of-10 {
width: 28.95%; }
.gutless .span-3-of-10 {
margin-right: 0;
width: 30%; }
.offset-3-of-10 {
margin-left: 30.45%; }
.span-2-of-10 {
width: 18.8%; }
.gutless .span-2-of-10 {
margin-right: 0;
width: 20%; }
.offset-2-of-10 {
margin-left: 20.3%; }
.span-1-of-10 {
width: 8.65%; }
.gutless .span-1-of-10 {
margin-right: 0;
width: 10%; }
.offset-1-of-10 {
margin-left: 10.15%; }
.span-11-of-11 {
width: 100%; }
.gutless .span-11-of-11 {
margin-right: 0;
width: 100%; }
.offset-11-of-11 {
margin-left: 101.5%; }
.span-10-of-11 {
width: 90.7727%; }
.gutless .span-10-of-11 {
margin-right: 0;
width: 90.909%; }
.offset-10-of-11 {
margin-left: 92.2727%; }
.span-9-of-11 {
width: 81.5454%; }
.gutless .span-9-of-11 {
margin-right: 0;
width: 81.8181%; }
.offset-9-of-11 {
margin-left: 83.0454%; }
.span-8-of-11 {
width: 72.3181%; }
.gutless .span-8-of-11 {
margin-right: 0;
width: 72.7272%; }
.offset-8-of-11 {
margin-left: 73.8181%; }
.span-7-of-11 {
width: 63.0909%; }
.gutless .span-7-of-11 {
margin-right: 0;
width: 63.6363%; }
.offset-7-of-11 {
margin-left: 64.5909%; }
.span-6-of-11 {
width: 53.8636%; }
.gutless .span-6-of-11 {
margin-right: 0;
width: 54.5454%; }
.offset-6-of-11 {
margin-left: 55.3636%; }
.span-5-of-11 {
width: 44.6363%; }
.gutless .span-5-of-11 {
margin-right: 0;
width: 45.4545%; }
.offset-5-of-11 {
margin-left: 46.1363%; }
.span-4-of-11 {
width: 35.409%; }
.gutless .span-4-of-11 {
margin-right: 0;
width: 36.3636%; }
.offset-4-of-11 {
margin-left: 36.909%; }
.span-3-of-11 {
width: 26.1818%; }
.gutless .span-3-of-11 {
margin-right: 0;
width: 27.2727%; }
.offset-3-of-11 {
margin-left: 27.6818%; }
.span-2-of-11 {
width: 16.9545%; }
.gutless .span-2-of-11 {
margin-right: 0;
width: 18.1818%; }
.offset-2-of-11 {
margin-left: 18.4545%; }
.span-1-of-11 {
width: 7.7272%; }
.gutless .span-1-of-11 {
margin-right: 0;
width: 9.0909%; }
.offset-1-of-11 {
margin-left: 9.2272%; }
.span-12 {
width: 100%; }
.gutless .span-12 {
margin-right: 0;
width: 100%; }
.offset-12 {
margin-left: 101.5%; }
.span-11 {
width: 91.5416%; }
.gutless .span-11 {
margin-right: 0;
width: 91.6666%; }
.offset-11 {
margin-left: 93.0416%; }
.span-10 {
width: 83.0833%; }
.gutless .span-10 {
margin-right: 0;
width: 83.3333%; }
.offset-10 {
margin-left: 84.5833%; }
.span-9 {
width: 74.625%; }
.gutless .span-9 {
margin-right: 0;
width: 75%; }
.offset-9 {
margin-left: 76.125%; }
.span-8 {
width: 66.1666%; }
.gutless .span-8 {
margin-right: 0;
width: 66.6666%; }
.offset-8 {
margin-left: 67.6666%; }
.span-7 {
width: 57.7083%; }
.gutless .span-7 {
margin-right: 0;
width: 58.3333%; }
.offset-7 {
margin-left: 59.2083%; }
.span-6 {
width: 49.25%; }
.gutless .span-6 {
margin-right: 0;
width: 50%; }
.offset-6 {
margin-left: 50.75%; }
.span-5 {
width: 40.7916%; }
.gutless .span-5 {
margin-right: 0;
width: 41.6666%; }
.offset-5 {
margin-left: 42.2916%; }
.span-4 {
width: 32.3333%; }
.gutless .span-4 {
margin-right: 0;
width: 33.3333%; }
.offset-4 {
margin-left: 33.8333%; }
.span-3 {
width: 23.875%; }
.gutless .span-3 {
margin-right: 0;
width: 25%; }
.offset-3 {
margin-left: 25.375%; }
.span-2 {
width: 15.4166%; }
.gutless .span-2 {
margin-right: 0;
width: 16.6666%; }
.offset-2 {
margin-left: 16.9166%; }
.span-1 {
width: 6.9583%; }
.gutless .span-1 {
margin-right: 0;
width: 8.3333%; }
.offset-1 {
margin-left: 8.4583%; }
@media only screen and (max-width: 768px) {
.col {
margin: 1% 0 1% 0%; }
.span-12,
.span-11,
.span-10,
.span-9,
.span-8,
.span-7,
.span-6,
.span-5,
.span-4,
.span-3,
.span-2,
.span-1,
.gutless {
width: 100%; }
.gutless .span-12,
.gutless .span-11,
.gutless .span-10,
.gutless .span-9,
.gutless .span-8,
.gutless .span-7,
.gutless .span-6,
.gutless .span-5,
.gutless .span-4,
.gutless .span-3,
.gutless .span-2,
.gutless .span-1,
.gutless .gutless {
width: 100%; }
.col.offset-12:first-child,
.offset-12,
.col.offset-11:first-child,
.offset-11,
.col.offset-10:first-child,
.offset-10,
.col.offset-9:first-child,
.offset-9,
.col.offset-8:first-child,
.offset-8, .col.offset-7:first-child,
.offset-7,
.col.offset-6:first-child,
.offset-6, .col.offset-5:first-child,
.offset-5,
.col.offset-4:first-child,
.offset-4,
.col.offset-3:first-child,
.offset-3,
.col.offset-2:first-child,
.offset-2,
.col.offset-1:first-child,
.offset-1 {
margin-left: 0; } }
.alert {
border: solid 2px #ecf0f1;
padding: 40px; }
.alert .alert-header {
margin: 0; }
.modal-overlay {
background-color: rgba(236, 240, 241, 0.75);
min-height: 100%;
min-width: 100%;
position: absolute;
top: 0;
left: 0; }
.modal-overlay.modal-closed {
z-index: -10;
opacity: 0; }
.modal-overlay.modal-open {
z-index: 10;
opacity: 1;
transition: opacity .25s ease-in-out; }
.modal-overlay.modal-open .modal-container {
max-height: 100%;
transition: max-height .25s ease-in-out; }
large-modal.modal-container {
width: calc(100% - 40px);
max-width: 990px;
margin: 0 auto; }
medium-modal.modal-container {
width: calc(100% - 40px);
max-width: 750px;
margin: 0 auto; }
.modal-container {
background-color: white;
box-shadow: 0 0 15px rgba(153, 163, 168, 0.35);
z-index: 15;
max-height: 0;
position: relative;
padding: 20px 20px 0 20px;
margin-bottom: 20px; }
.modal-container.large-modal.modal-container {
width: calc(100% - 40px);
max-width: 990px;
margin: 0 auto; }
.modal-container.medium-modal.modal-container {
width: calc(100% - 40px);
max-width: 750px;
margin: 0 auto; }
.modal-container .modal-header {
margin: 0;
background-color: #ecf0f1;
padding: 15px 30px; }
.modal-container .modal-header .modal-title {
display: inline-block;
vertical-align: middle;
margin: 0; }
.modal-container .modal-header .close {
display: inline-block;
vertical-align: middle;
float: right;
margin-top: -5px;
padding: 10px 0;
color: #99a3a8; }
.modal-container .modal-content {
padding: 0 30px; }
.modal-container .modal-footer {
margin: 30px;
padding-top: 15px;
border-top: solid thin #ecf0f1; }
nav ul {
background-color: #ecf0f1;
border-radius: 2px;
display: inline-block;
padding: 0; }
nav ul > li {
list-style-type: none;
display: inline-block; }
nav ul > li > a {
color: #3d3d3d;
display: block;
padding: 10px; }
nav ul > li > a:hover {
background-color: #99a3a8;
text-decoration: none; }
.btn {
display: inline-block;
line-height: 1.25;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 0 solid transparent;
padding: 10px 20px;
border-radius: .25rem;
letter-spacing: .5px;
border-radius: 2px; }
.btn.bg-transparent {
color: #0075A8; }
.btn:hover {
text-decoration: none; }
.btn-group {
position: relative;
display: inline-block;
vertical-align: middle; }
.btn-group .btn {
position: relative;
display: inline-block;
border-radius: 0;
margin-left: -1px; }
.btn-group .btn:first-child {
border-radius: 3px 0 0 3px;
margin-left: 0; }
.btn-group .btn:last-child {
border-radius: 0 3px 3px 0; }
.btn-group.action-menu .btn {
padding: 10px 15px;
font-size: .75em; }
.dropdown-menu {
list-style-type: none;
margin: 0;
padding: 20px;
border: solid thin #ecf0f1;
max-width: 250px;
display: block; }
.dropdown-menu.hidden {
display: none; }
.dropdown-menu li a {
text-decoration: none;
color: white; }
.banner {
display: table;
position: relative;
transition: all 0.2s ease;
margin: 15px 0;
width: 100%; }
.banner .banner-icon {
display: table-cell;
vertical-align: middle;
width: 50px;
text-align: center;
background-color: rgba(0, 0, 0, 0.15); }
.banner .banner-icon > .icon {
width: 20px;
font-size: 20px; }
.banner .banner-message {
display: table-cell;
vertical-align: middle;
padding-left: 15px; }
.badge {
padding: 5px 10px;
border-radius: 90px;
font-size: .8em; }
.tag {
padding: 5px 10px;
border-radius: 2px;
font-size: .9em; }
.dropup,
.dropdown {
position: relative; }
.dropdown-toggle:focus {
outline: 0; }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
text-align: left;
background-color: #ecf0f1;
border: 1px solid #ecf0f1;
border: 1px solid #ecf0f1;
background-clip: padding-box; }
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
color: #0075A8;
white-space: nowrap; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none;
color: #0075A8;
background-color: #0075A8; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #34495E;
text-decoration: none;
outline: 0;
background-color: #99a3a8; }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #99a3a8; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent; }
table {
position: relative; }
table.fixed {
table-layout: fixed;
width: 100%; }
table .fixed-header-actions {
background: #7d8a91;
min-height: 40px;
width: 100%;
z-index: 1; }
table .fixed-header {
z-index: 1; }
table .container-actions {
float: right; }
table .container-select-all {
margin-left: 12px;
padding-top: 12px;
width: 40px; }
table .fixed-header-placeholder {
visibility: hidden;
padding: 0; }
table tr th {
padding: 10px;
color: white;
font-weight: normal;
text-align: left; }
table tr td {
padding: 10px; }
table thead tr {
background-color: #99a3a8; }
table tbody tr {
border-bottom: solid thin #ecf0f1; }
table tbody tr td {
border: solid thin #ecf0f1; }
table tbody.striped tr {
border: none; }
table tbody.striped tr td {
border: none; }
table tbody.striped tr:nth-child(even) {
background-color: #ecf0f1; }
table tbody.striped tr:hover {
background-color: rgba(120, 201, 207, 0.15); }
table.solid {
background: #ecf0f1; }
table.solid tbody tr:hover {
background-color: rgba(120, 201, 207, 0.3); }
table.solid tbody tr td {
border: solid 2px white; }
table.solid tbody tr td:hover {
background-color: #78C9CF; }
.tabs {
position: relative; }
.tabs ul.tab-header {
padding: 0;
margin: 0; }
.tabs ul.tab-header li {
list-style-type: none;
display: inline-block; }
.tabs ul.tab-header li a {
display: block;
padding: 15px;
margin-right: 5px;
text-decoration: none; }
.tabs ul.tab-header li a.active {
background: #0075A8;
background-color: #0075A8;
color: white; }
.tabs .tab-content {
padding: 40px;
border: solid 2px #ecf0f1; }
.tooltip {
padding: 10px;
position: relative; }
.tooltip:after {
content: "";
position: absolute;
bottom: -20px;
left: calc(50% - 10px);
border-style: solid;
border-color: transparent;
border-top-color: #ecf0f1;
border-width: 10px; }
.tooltip.bg-default:after, .tabs ul.tab-header li a.tooltip:after, .tooltip:after {
border-top-color: #ecf0f1; }
.tooltip.bg-disabled:after, input.tooltip[type='text'].disabled:after,
input.tooltip[type='password'].disabled:after,
input.tooltip[type='number'].disabled:after,
textarea.tooltip.disabled:after {
border-top-color: #99a3a8; }
.tooltip.bg-primary:after {
border-top-color: #0075A8; }
.tooltip.bg-secondary:after {
border-top-color: #34495E; }
.tooltip.bg-success:after {
border-top-color: #27AE5F; }
.tooltip.bg-info:after {
border-top-color: #78C9CF; }
.tooltip.bg-warning:after {
border-top-color: #E67E22; }
.tooltip.bg-error:after {
border-top-color: #F15354; }
select {
display: block;
width: 100%;
height: 50px;
background-image: none;
background-color: white;
border: 1px solid #ecf0f1;
font-size: 13px;
line-height: 1.5;
border-width: 2px;
border-color: rgba(204, 209, 211, 0.5); }
form {
display: block;
position: relative; }
label {
color: #99a3a8; }
input[type='checkbox'] {
cursor: pointer; }
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
display: block;
width: 100%;
box-sizing: border-box;
border-width: 0 0 3px 0;
border-color: rgba(153, 163, 168, 0.2);
border-radius: 0;
background: rgba(236, 240, 241, 0.45);
outline: none;
padding: 15px 0 15px 10px;
font-size: 15px;
transition: all ease-in-out .3s; }
input[type='text'].placeholder,
input[type='password'].placeholder,
input[type='number'].placeholder,
textarea.placeholder {
color: #99a3a8; }
input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='number']:-moz-placeholder,
textarea:-moz-placeholder {
color: #99a3a8; }
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-placeholder {
color: #99a3a8; }
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #99a3a8; }
input[type='text'].error,
input[type='password'].error,
input[type='number'].error,
textarea.error {
border-color: #F15354;
background: rgba(241, 83, 84, 0.05); }
input[type='text'].error.placeholder,
input[type='password'].error.placeholder,
input[type='number'].error.placeholder,
textarea.error.placeholder {
color: #F15354; }
input[type='text'].error:-moz-placeholder,
input[type='password'].error:-moz-placeholder,
input[type='number'].error:-moz-placeholder,
textarea.error:-moz-placeholder {
color: #F15354; }
input[type='text'].error::-moz-placeholder,
input[type='password'].error::-moz-placeholder,
input[type='number'].error::-moz-placeholder,
textarea.error::-moz-placeholder {
color: #F15354; }
input[type='text'].error::-webkit-input-placeholder,
input[type='password'].error::-webkit-input-placeholder,
input[type='number'].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
color: #F15354; }
input[type='text'].success,
input[type='password'].success,
input[type='number'].success,
textarea.success {
border-color: #27AE5F;
background: rgba(39, 174, 95, 0.05); }
input[type='text'].success.placeholder,
input[type='password'].success.placeholder,
input[type='number'].success.placeholder,
textarea.success.placeholder {
color: #27AE5F; }
input[type='text'].success:-moz-placeholder,
input[type='password'].success:-moz-placeholder,
input[type='number'].success:-moz-placeholder,
textarea.success:-moz-placeholder {
color: #27AE5F; }
input[type='text'].success::-moz-placeholder,
input[type='password'].success::-moz-placeholder,
input[type='number'].success::-moz-placeholder,
textarea.success::-moz-placeholder {
color: #27AE5F; }
input[type='text'].success::-webkit-input-placeholder,
input[type='password'].success::-webkit-input-placeholder,
input[type='number'].success::-webkit-input-placeholder,
textarea.success::-webkit-input-placeholder {
color: #27AE5F; }
input[type='text'].warning,
input[type='password'].warning,
input[type='number'].warning,
textarea.warning {
border-color: #E67E22;
background: rgba(230, 126, 34, 0.05); }
input[type='text'].warning.placeholder,
input[type='password'].warning.placeholder,
input[type='number'].warning.placeholder,
textarea.warning.placeholder {
color: #E67E22; }
input[type='text'].warning:-moz-placeholder,
input[type='password'].warning:-moz-placeholder,
input[type='number'].warning:-moz-placeholder,
textarea.warning:-moz-placeholder {
color: #E67E22; }
input[type='text'].warning::-moz-placeholder,
input[type='password'].warning::-moz-placeholder,
input[type='number'].warning::-moz-placeholder,
textarea.warning::-moz-placeholder {
color: #E67E22; }
input[type='text'].warning::-webkit-input-placeholder,
input[type='password'].warning::-webkit-input-placeholder,
input[type='number'].warning::-webkit-input-placeholder,
textarea.warning::-webkit-input-placeholder {
color: #E67E22; }
input[type='text']:hover,
input[type='password']:hover,
input[type='number']:hover,
textarea:hover {
border-color: #99a3a8;
background: rgba(153, 163, 168, 0.2); }
input[type='text']:hover.placeholder,
input[type='password']:hover.placeholder,
input[type='number']:hover.placeholder,
textarea:hover.placeholder {
color: #99a3a8; }
input[type='text']:hover:-moz-placeholder,
input[type='password']:hover:-moz-placeholder,
input[type='number']:hover:-moz-placeholder,
textarea:hover:-moz-placeholder {
color: #99a3a8; }
input[type='text']:hover::-moz-placeholder,
input[type='password']:hover::-moz-placeholder,
input[type='number']:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
color: #99a3a8; }
input[type='text']:hover::-webkit-input-placeholder,
input[type='password']:hover::-webkit-input-placeholder,
input[type='number']:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
color: #99a3a8; }
input[type='text'].disabled,
input[type='password'].disabled,
input[type='number'].disabled,
textarea.disabled {
border-color: #3d3d3d;
cursor: not-allowed; }
input[type='text'].disabled.placeholder,
input[type='password'].disabled.placeholder,
input[type='number'].disabled.placeholder,
textarea.disabled.placeholder {
color: #3d3d3d; }
input[type='text'].disabled:-moz-placeholder,
input[type='password'].disabled:-moz-placeholder,
input[type='number'].disabled:-moz-placeholder,
textarea.disabled:-moz-placeholder {
color: #3d3d3d; }
input[type='text'].disabled::-moz-placeholder,
input[type='password'].disabled::-moz-placeholder,
input[type='number'].disabled::-moz-placeholder,
textarea.disabled::-moz-placeholder {
color: #3d3d3d; }
input[type='text'].disabled::-webkit-input-placeholder,
input[type='password'].disabled::-webkit-input-placeholder,
input[type='number'].disabled::-webkit-input-placeholder,
textarea.disabled::-webkit-input-placeholder {
color: #3d3d3d; }
input[type='text']:focus,
input[type='password']:focus,
input[type='number']:focus,
textarea:focus {
background: rgba(120, 201, 207, 0.2);
border-color: #78C9CF; }
input[type='text']:focus.placeholder,
input[type='password']:focus.placeholder,
input[type='number']:focus.placeholder,
textarea:focus.placeholder {
color: #78C9CF; }
input[type='text']:focus:-moz-placeholder,
input[type='password']:focus:-moz-placeholder,
input[type='number']:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
color: #78C9CF; }
input[type='text']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
input[type='number']:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
color: #78C9CF; }
input[type='text']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
input[type='number']:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
color: #78C9CF; }
.inline-form .inline-label {
padding: 15px 0; }
.inline-form .btn {
border-radius: 0;
overflow: hidden;
padding: 16px;
position: relative; }
.inline-form .btn:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 3px;
background-color: rgba(0, 0, 0, 0.3); }
#grid .col {
background-color: #ecf0f1;
color: #99a3a8;
padding: 10px;
box-sizing: border-box;
font-size: .75em; }
.fs1 .col {
background-color: #ecf0f1;
color: #99a3a8;
text-align: center;
padding: 20px; }
.fs1 .col:hover {
background-color: #0075A8;
color: #34495E; }
.fs1 .col .icon {
font-size: 2em; }
.fs1 .col .mls {
display: block; }
.overlay-demo {
background-color: rgba(236, 240, 241, 0.75);
padding: 30px; }
form {
border: solid 2px #ecf0f1;
padding: 4.5%; }
.icon-stack {
position: relative; }
.icon-stack.checkbox {
cursor: pointer; }
.icon-stack .icon {
position: absolute;
top: 0;
left: 0; }
.icon-stack .icon-square {
color: transparent;
border: 1px solid black; }
.icon-stack .icon-check {
left: 2px;
font-size: 13px;
top: 2px;
visibility: hidden; }
.icon-stack.checked .icon-check {
visibility: visible; }
/*# sourceMappingURL=lacsso.css.map */