marble
Version:
WeDeploy's style guide and UI components
2,264 lines (1,951 loc) • 246 kB
CSS
@charset "UTF-8";
/*! 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 {
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"] {
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;
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,
.dropup > .btn > .caret {
border-top-color: #000 !important; }
.label {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important; } }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent; }
body {
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #333333;
background-color: #fff; }
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
a {
color: #0e141a;
text-decoration: none; }
a:hover, a:focus {
color: #0e141a;
text-decoration: none; }
a:focus {
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: 4px; }
.img-thumbnail {
padding: 4px;
line-height: 1.42857;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto; }
.img-circle {
border-radius: 50%; }
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee; }
.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; }
body {
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
letter-spacing: -0.02rem; }
body.fade-out {
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
display: block;
opacity: 0;
overflow: hidden; }
body.fade-in {
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
opacity: 1; }
.primary-bg {
background: #0e141a; }
.accent-bg {
background: #00d46a; }
.http-get-bg,
.btn-group .btn-group-selected.http-get-bg,
.btn-group .btn-group-selected.http-get-bg:hover,
.btn-group .btn-group-selected.http-get-bg:focus,
.btn-group .btn-group-selected.http-get-bg:focus:hover {
background: #0080ff; }
.http-head-bg,
.btn-group .btn-group-selected.http-head-bg,
.btn-group .btn-group-selected.http-head-bg:hover,
.btn-group .btn-group-selected.http-head-bg:focus,
.btn-group .btn-group-selected.http-head-bg:focus:hover {
background: #9343ff; }
.http-post-bg,
.btn-group .btn-group-selected.http-post-bg,
.btn-group .btn-group-selected.http-post-bg:hover,
.btn-group .btn-group-selected.http-post-bg:focus,
.btn-group .btn-group-selected.http-post-bg:focus:hover {
background: #6dd64d; }
.http-put-bg,
.btn-group .btn-group-selected.http-put-bg,
.btn-group .btn-group-selected.http-put-bg:hover,
.btn-group .btn-group-selected.http-put-bg:focus,
.btn-group .btn-group-selected.http-put-bg:focus:hover {
background: #ffc021; }
.http-patch-bg,
.btn-group .btn-group-selected.http-patch-bg,
.btn-group .btn-group-selected.http-patch-bg:hover,
.btn-group .btn-group-selected.http-patch-bg:focus,
.btn-group .btn-group-selected.http-patch-bg:focus:hover {
background: #35d6c3; }
.http-delete-bg,
.btn-group .btn-group-selected.http-delete-bg,
.btn-group .btn-group-selected.http-delete-bg:hover,
.btn-group .btn-group-selected.http-delete-bg:focus,
.btn-group .btn-group-selected.http-delete-bg:focus:hover {
background: #ff5653; }
.http-get-bg.label-multiple::after,
.http-get-bg.label-multiple::before {
border: 1px solid #0080ff; }
.http-head-bg.label-multiple::after,
.http-head-bg.label-multiple::before {
border: 1px solid #9343ff; }
.http-post-bg.label-multiple::after,
.http-post-bg.label-multiple::before {
border: 1px solid #6dd64d; }
.http-put-bg.label-multiple::after,
.http-put-bg.label-multiple::before {
border: 1px solid #ffc021; }
.http-patch-bg.label-multiple::after,
.http-patch-bg.label-multiple::before {
border: 1px solid #35d6c3; }
.http-delete-bg.label-multiple::after,
.http-delete-bg.label-multiple::before {
border: 1px solid #ff5653; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
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: #777777; }
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 20px;
margin-bottom: 10px; }
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: 10px;
margin-bottom: 10px; }
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: 20px; }
h2, .h2 {
font-size: 18px; }
h3, .h3 {
font-size: 16px; }
h4, .h4 {
font-size: 14px; }
h5, .h5 {
font-size: 13px; }
h6, .h6 {
font-size: 12px; }
p {
margin: 0 0 10px; }
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4; }
@media (min-width: 600px) {
.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: #777777; }
.text-primary {
color: #0e141a; }
a.text-primary:hover,
a.text-primary:focus {
color: black; }
.text-success {
color: #00d46a; }
a.text-success:hover,
a.text-success:focus {
color: #00a151; }
.text-info {
color: #31708f; }
a.text-info:hover,
a.text-info:focus {
color: #245269; }
.text-warning {
color: #8a6d3b; }
a.text-warning:hover,
a.text-warning:focus {
color: #66512c; }
.text-danger {
color: #ff4040; }
a.text-danger:hover,
a.text-danger:focus {
color: #ff0d0d; }
.bg-primary {
color: #fff; }
.bg-primary {
background-color: #0e141a; }
a.bg-primary:hover,
a.bg-primary:focus {
background-color: black; }
.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: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee; }
ul,
ol {
margin-top: 0;
margin-bottom: 10px; }
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: 20px; }
dt,
dd {
line-height: 1.42857; }
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: 600px) {
.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 #777777; }
.initialism {
font-size: 90%; }
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee; }
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.42857;
color: #777777; }
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 #eeeeee;
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: 20px;
font-style: normal;
line-height: 1.42857; }
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, 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: #fff;
background-color: #333;
border-radius: 2px;
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: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
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: 12px;
padding-right: 12px; }
.container:before, .container:after {
content: " ";
display: table; }
.container:after {
clear: both; }
@media (min-width: 600px) {
.container {
width: 580px; } }
@media (min-width: 960px) {
.container {
width: 940px; } }
@media (min-width: 1280px) {
.container {
width: 1280px; } }
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 12px;
padding-right: 12px; }
.container-fluid:before, .container-fluid:after {
content: " ";
display: table; }
.container-fluid:after {
clear: both; }
.row {
margin-left: -12px;
margin-right: -12px; }
.row:before, .row:after {
content: " ";
display: table; }
.row: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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
position: relative;
min-height: 1px;
padding-left: 12px;
padding-right: 12px; }
.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
float: left; }
.col-xs-1 {
width: 6.25%; }
.col-xs-2 {
width: 12.5%; }
.col-xs-3 {
width: 18.75%; }
.col-xs-4 {
width: 25%; }
.col-xs-5 {
width: 31.25%; }
.col-xs-6 {
width: 37.5%; }
.col-xs-7 {
width: 43.75%; }
.col-xs-8 {
width: 50%; }
.col-xs-9 {
width: 56.25%; }
.col-xs-10 {
width: 62.5%; }
.col-xs-11 {
width: 68.75%; }
.col-xs-12 {
width: 75%; }
.col-xs-13 {
width: 81.25%; }
.col-xs-14 {
width: 87.5%; }
.col-xs-15 {
width: 93.75%; }
.col-xs-16 {
width: 100%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-pull-1 {
right: 6.25%; }
.col-xs-pull-2 {
right: 12.5%; }
.col-xs-pull-3 {
right: 18.75%; }
.col-xs-pull-4 {
right: 25%; }
.col-xs-pull-5 {
right: 31.25%; }
.col-xs-pull-6 {
right: 37.5%; }
.col-xs-pull-7 {
right: 43.75%; }
.col-xs-pull-8 {
right: 50%; }
.col-xs-pull-9 {
right: 56.25%; }
.col-xs-pull-10 {
right: 62.5%; }
.col-xs-pull-11 {
right: 68.75%; }
.col-xs-pull-12 {
right: 75%; }
.col-xs-pull-13 {
right: 81.25%; }
.col-xs-pull-14 {
right: 87.5%; }
.col-xs-pull-15 {
right: 93.75%; }
.col-xs-pull-16 {
right: 100%; }
.col-xs-push-0 {
left: auto; }
.col-xs-push-1 {
left: 6.25%; }
.col-xs-push-2 {
left: 12.5%; }
.col-xs-push-3 {
left: 18.75%; }
.col-xs-push-4 {
left: 25%; }
.col-xs-push-5 {
left: 31.25%; }
.col-xs-push-6 {
left: 37.5%; }
.col-xs-push-7 {
left: 43.75%; }
.col-xs-push-8 {
left: 50%; }
.col-xs-push-9 {
left: 56.25%; }
.col-xs-push-10 {
left: 62.5%; }
.col-xs-push-11 {
left: 68.75%; }
.col-xs-push-12 {
left: 75%; }
.col-xs-push-13 {
left: 81.25%; }
.col-xs-push-14 {
left: 87.5%; }
.col-xs-push-15 {
left: 93.75%; }
.col-xs-push-16 {
left: 100%; }
.col-xs-offset-0 {
margin-left: 0%; }
.col-xs-offset-1 {
margin-left: 6.25%; }
.col-xs-offset-2 {
margin-left: 12.5%; }
.col-xs-offset-3 {
margin-left: 18.75%; }
.col-xs-offset-4 {
margin-left: 25%; }
.col-xs-offset-5 {
margin-left: 31.25%; }
.col-xs-offset-6 {
margin-left: 37.5%; }
.col-xs-offset-7 {
margin-left: 43.75%; }
.col-xs-offset-8 {
margin-left: 50%; }
.col-xs-offset-9 {
margin-left: 56.25%; }
.col-xs-offset-10 {
margin-left: 62.5%; }
.col-xs-offset-11 {
margin-left: 68.75%; }
.col-xs-offset-12 {
margin-left: 75%; }
.col-xs-offset-13 {
margin-left: 81.25%; }
.col-xs-offset-14 {
margin-left: 87.5%; }
.col-xs-offset-15 {
margin-left: 93.75%; }
.col-xs-offset-16 {
margin-left: 100%; }
@media (min-width: 600px) {
.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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
float: left; }
.col-sm-1 {
width: 6.25%; }
.col-sm-2 {
width: 12.5%; }
.col-sm-3 {
width: 18.75%; }
.col-sm-4 {
width: 25%; }
.col-sm-5 {
width: 31.25%; }
.col-sm-6 {
width: 37.5%; }
.col-sm-7 {
width: 43.75%; }
.col-sm-8 {
width: 50%; }
.col-sm-9 {
width: 56.25%; }
.col-sm-10 {
width: 62.5%; }
.col-sm-11 {
width: 68.75%; }
.col-sm-12 {
width: 75%; }
.col-sm-13 {
width: 81.25%; }
.col-sm-14 {
width: 87.5%; }
.col-sm-15 {
width: 93.75%; }
.col-sm-16 {
width: 100%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-pull-1 {
right: 6.25%; }
.col-sm-pull-2 {
right: 12.5%; }
.col-sm-pull-3 {
right: 18.75%; }
.col-sm-pull-4 {
right: 25%; }
.col-sm-pull-5 {
right: 31.25%; }
.col-sm-pull-6 {
right: 37.5%; }
.col-sm-pull-7 {
right: 43.75%; }
.col-sm-pull-8 {
right: 50%; }
.col-sm-pull-9 {
right: 56.25%; }
.col-sm-pull-10 {
right: 62.5%; }
.col-sm-pull-11 {
right: 68.75%; }
.col-sm-pull-12 {
right: 75%; }
.col-sm-pull-13 {
right: 81.25%; }
.col-sm-pull-14 {
right: 87.5%; }
.col-sm-pull-15 {
right: 93.75%; }
.col-sm-pull-16 {
right: 100%; }
.col-sm-push-0 {
left: auto; }
.col-sm-push-1 {
left: 6.25%; }
.col-sm-push-2 {
left: 12.5%; }
.col-sm-push-3 {
left: 18.75%; }
.col-sm-push-4 {
left: 25%; }
.col-sm-push-5 {
left: 31.25%; }
.col-sm-push-6 {
left: 37.5%; }
.col-sm-push-7 {
left: 43.75%; }
.col-sm-push-8 {
left: 50%; }
.col-sm-push-9 {
left: 56.25%; }
.col-sm-push-10 {
left: 62.5%; }
.col-sm-push-11 {
left: 68.75%; }
.col-sm-push-12 {
left: 75%; }
.col-sm-push-13 {
left: 81.25%; }
.col-sm-push-14 {
left: 87.5%; }
.col-sm-push-15 {
left: 93.75%; }
.col-sm-push-16 {
left: 100%; }
.col-sm-offset-0 {
margin-left: 0%; }
.col-sm-offset-1 {
margin-left: 6.25%; }
.col-sm-offset-2 {
margin-left: 12.5%; }
.col-sm-offset-3 {
margin-left: 18.75%; }
.col-sm-offset-4 {
margin-left: 25%; }
.col-sm-offset-5 {
margin-left: 31.25%; }
.col-sm-offset-6 {
margin-left: 37.5%; }
.col-sm-offset-7 {
margin-left: 43.75%; }
.col-sm-offset-8 {
margin-left: 50%; }
.col-sm-offset-9 {
margin-left: 56.25%; }
.col-sm-offset-10 {
margin-left: 62.5%; }
.col-sm-offset-11 {
margin-left: 68.75%; }
.col-sm-offset-12 {
margin-left: 75%; }
.col-sm-offset-13 {
margin-left: 81.25%; }
.col-sm-offset-14 {
margin-left: 87.5%; }
.col-sm-offset-15 {
margin-left: 93.75%; }
.col-sm-offset-16 {
margin-left: 100%; } }
@media (min-width: 960px) {
.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, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
float: left; }
.col-md-1 {
width: 6.25%; }
.col-md-2 {
width: 12.5%; }
.col-md-3 {
width: 18.75%; }
.col-md-4 {
width: 25%; }
.col-md-5 {
width: 31.25%; }
.col-md-6 {
width: 37.5%; }
.col-md-7 {
width: 43.75%; }
.col-md-8 {
width: 50%; }
.col-md-9 {
width: 56.25%; }
.col-md-10 {
width: 62.5%; }
.col-md-11 {
width: 68.75%; }
.col-md-12 {
width: 75%; }
.col-md-13 {
width: 81.25%; }
.col-md-14 {
width: 87.5%; }
.col-md-15 {
width: 93.75%; }
.col-md-16 {
width: 100%; }
.col-md-pull-0 {
right: auto; }
.col-md-pull-1 {
right: 6.25%; }
.col-md-pull-2 {
right: 12.5%; }
.col-md-pull-3 {
right: 18.75%; }
.col-md-pull-4 {
right: 25%; }
.col-md-pull-5 {
right: 31.25%; }
.col-md-pull-6 {
right: 37.5%; }
.col-md-pull-7 {
right: 43.75%; }
.col-md-pull-8 {
right: 50%; }
.col-md-pull-9 {
right: 56.25%; }
.col-md-pull-10 {
right: 62.5%; }
.col-md-pull-11 {
right: 68.75%; }
.col-md-pull-12 {
right: 75%; }
.col-md-pull-13 {
right: 81.25%; }
.col-md-pull-14 {
right: 87.5%; }
.col-md-pull-15 {
right: 93.75%; }
.col-md-pull-16 {
right: 100%; }
.col-md-push-0 {
left: auto; }
.col-md-push-1 {
left: 6.25%; }
.col-md-push-2 {
left: 12.5%; }
.col-md-push-3 {
left: 18.75%; }
.col-md-push-4 {
left: 25%; }
.col-md-push-5 {
left: 31.25%; }
.col-md-push-6 {
left: 37.5%; }
.col-md-push-7 {
left: 43.75%; }
.col-md-push-8 {
left: 50%; }
.col-md-push-9 {
left: 56.25%; }
.col-md-push-10 {
left: 62.5%; }
.col-md-push-11 {
left: 68.75%; }
.col-md-push-12 {
left: 75%; }
.col-md-push-13 {
left: 81.25%; }
.col-md-push-14 {
left: 87.5%; }
.col-md-push-15 {
left: 93.75%; }
.col-md-push-16 {
left: 100%; }
.col-md-offset-0 {
margin-left: 0%; }
.col-md-offset-1 {
margin-left: 6.25%; }
.col-md-offset-2 {
margin-left: 12.5%; }
.col-md-offset-3 {
margin-left: 18.75%; }
.col-md-offset-4 {
margin-left: 25%; }
.col-md-offset-5 {
margin-left: 31.25%; }
.col-md-offset-6 {
margin-left: 37.5%; }
.col-md-offset-7 {
margin-left: 43.75%; }
.col-md-offset-8 {
margin-left: 50%; }
.col-md-offset-9 {
margin-left: 56.25%; }
.col-md-offset-10 {
margin-left: 62.5%; }
.col-md-offset-11 {
margin-left: 68.75%; }
.col-md-offset-12 {
margin-left: 75%; }
.col-md-offset-13 {
margin-left: 81.25%; }
.col-md-offset-14 {
margin-left: 87.5%; }
.col-md-offset-15 {
margin-left: 93.75%; }
.col-md-offset-16 {
margin-left: 100%; } }
@media (min-width: 1280px) {
.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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
float: left; }
.col-lg-1 {
width: 6.25%; }
.col-lg-2 {
width: 12.5%; }
.col-lg-3 {
width: 18.75%; }
.col-lg-4 {
width: 25%; }
.col-lg-5 {
width: 31.25%; }
.col-lg-6 {
width: 37.5%; }
.col-lg-7 {
width: 43.75%; }
.col-lg-8 {
width: 50%; }
.col-lg-9 {
width: 56.25%; }
.col-lg-10 {
width: 62.5%; }
.col-lg-11 {
width: 68.75%; }
.col-lg-12 {
width: 75%; }
.col-lg-13 {
width: 81.25%; }
.col-lg-14 {
width: 87.5%; }
.col-lg-15 {
width: 93.75%; }
.col-lg-16 {
width: 100%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-pull-1 {
right: 6.25%; }
.col-lg-pull-2 {
right: 12.5%; }
.col-lg-pull-3 {
right: 18.75%; }
.col-lg-pull-4 {
right: 25%; }
.col-lg-pull-5 {
right: 31.25%; }
.col-lg-pull-6 {
right: 37.5%; }
.col-lg-pull-7 {
right: 43.75%; }
.col-lg-pull-8 {
right: 50%; }
.col-lg-pull-9 {
right: 56.25%; }
.col-lg-pull-10 {
right: 62.5%; }
.col-lg-pull-11 {
right: 68.75%; }
.col-lg-pull-12 {
right: 75%; }
.col-lg-pull-13 {
right: 81.25%; }
.col-lg-pull-14 {
right: 87.5%; }
.col-lg-pull-15 {
right: 93.75%; }
.col-lg-pull-16 {
right: 100%; }
.col-lg-push-0 {
left: auto; }
.col-lg-push-1 {
left: 6.25%; }
.col-lg-push-2 {
left: 12.5%; }
.col-lg-push-3 {
left: 18.75%; }
.col-lg-push-4 {
left: 25%; }
.col-lg-push-5 {
left: 31.25%; }
.col-lg-push-6 {
left: 37.5%; }
.col-lg-push-7 {
left: 43.75%; }
.col-lg-push-8 {
left: 50%; }
.col-lg-push-9 {
left: 56.25%; }
.col-lg-push-10 {
left: 62.5%; }
.col-lg-push-11 {
left: 68.75%; }
.col-lg-push-12 {
left: 75%; }
.col-lg-push-13 {
left: 81.25%; }
.col-lg-push-14 {
left: 87.5%; }
.col-lg-push-15 {
left: 93.75%; }
.col-lg-push-16 {
left: 100%; }
.col-lg-offset-0 {
margin-left: 0%; }
.col-lg-offset-1 {
margin-left: 6.25%; }
.col-lg-offset-2 {
margin-left: 12.5%; }
.col-lg-offset-3 {
margin-left: 18.75%; }
.col-lg-offset-4 {
margin-left: 25%; }
.col-lg-offset-5 {
margin-left: 31.25%; }
.col-lg-offset-6 {
margin-left: 37.5%; }
.col-lg-offset-7 {
margin-left: 43.75%; }
.col-lg-offset-8 {
margin-left: 50%; }
.col-lg-offset-9 {
margin-left: 56.25%; }
.col-lg-offset-10 {
margin-left: 62.5%; }
.col-lg-offset-11 {
margin-left: 68.75%; }
.col-lg-offset-12 {
margin-left: 75%; }
.col-lg-offset-13 {
margin-left: 81.25%; }
.col-lg-offset-14 {
margin-left: 87.5%; }
.col-lg-offset-15 {
margin-left: 93.75%; }
.col-lg-offset-16 {
margin-left: 100%; } }
.container-hybrid {
margin-right: auto;
margin-left: auto;
padding-left: 12px;
padding-right: 12px; }
.container-hybrid:before, .container-hybrid:after {
content: " ";
display: table; }
.container-hybrid:after {
clear: both; }
@media (min-width: 600px) {
.container-hybrid {
width: 100%; } }
@media (min-width: 960px) {
.container-hybrid {
width: 100%; } }
@media (min-width: 1280px) {
.container-hybrid {
width: 1280px; } }
.container,
.container-hybrid,
.container-fluid {
padding-left: 20px;
padding-right: 20px; }
.container-hybrid-half {
width: calc(100% - 40px);
max-width: 648px;
padding: 0 20px;
margin: 0 auto; }
.container-hybrid-account {
width: calc(100% - 40px);
max-width: 490px;
padding: 0 20px;
margin: 0 auto; }
.col-flex-row-left-start, .input-matrix .input-matrix-fields {
display: flex;
justify-content: flex-start;
flex-direction: row;
align-content: flex-start;
flex-wrap: nowrap;
align-items: flex-start; }
.col-flex-row-left-center, .input-matrix.input-matrix--inline .input-matrix-fields-left {
display: flex;
justify-content: flex-start;
flex-direction: row;
align-content: center;
flex-wrap: nowrap;
align-items: center; }
.col-flex-row-right-center {
display: flex;
justify-content: flex-end;
flex-direction: row;
align-content: center;
flex-wrap: nowrap;
align-items: center; }
.col-flex-row-spacebetween-center {
display: flex;
justify-content: space-between;
flex-direction: row;
align-content: center;
flex-wrap: nowrap;
align-items: center; }
.col-flex-row-spacebetween-start {
display: flex;
justify-content: space-between;
flex-direction: row;
align-content: flex-start;
flex-wrap: nowrap;
align-items: flex-start; }
.table {
display: table;
border-collapse: separate;
border-spacing: 0;
margin-bottom: 10px; }
.table thead,
.table tbody {
display: table-row-group; }
.table tr {
display: table-row; }
.table tr th,
.table tr td {
line-height: 24px;
padding: 18px 20px;
text-align: left;
color: rgba(14, 20, 26, 0.8);
border-right: 1px solid rgba(14, 20, 26, 0.2);
border-bottom: 1px solid rgba(14, 20, 26, 0.2); }
.table tr th:first-child,
.table tr td:first-child {
border-left: 1px solid rgba(14, 20, 26, 0.2); }
.table tr th {
font-size: 16px;
border-top: 1px solid rgba(14, 20, 26, 0.2);
font-family: "Galano Bold", sans-serif;
font-weight: 400; }
.table tr td {
font-size: 14px; }
.table.no-header tr:first-child td {
border-top: 1px solid rgba(14, 20, 26, 0.2); }
.table tr:first-child th:first-child {
border-top-left-radius: 4px; }
.table.no-header tr:first-child td:first-child {
border-top-left-radius: 4px; }
.table tr:first-child th:last-child {
border-top-right-radius: 4px; }
.table.no-header tr:first-child td:last-child {
border-top-right-radius: 4px; }
.table tr:last-child td:first-child {
border-bottom-left-radius: 4px; }
.table tr:last-child td:last-child {
border-bottom-right-radius: 4px; }
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0; }
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5; }
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold; }
input[type="search"] {
-webkit-box-sizing: border-box;
-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: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857;
color: #0e141a; }
.form-control {
display: block;
width: 100%;
height: 60px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
color: #0e141a;
background-color: rgba(255, 255, 255, 0.2);
background-image: none;
border: 1px solid rgba(14, 20, 26, 0.2);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-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: #00d46a;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 212, 106, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 212, 106, 0.6); }
.form-control::-moz-placeholder {
color: rgba(14, 20, 26, 0.3);
opacity: 1; }
.form-control:-ms-input-placeholder {
color: rgba(14, 20, 26, 0.3); }
.form-control::-webkit-input-placeholder {
color: rgba(14, 20, 26, 0.3); }
.form-control::-ms-expand {
border: 0;
background-color: transparent; }
.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
background-color: white;
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: 60px; }
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[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[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[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[type="month"] {
line-height: 30px; }
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[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[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[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[type="month"] {
line-height: 46px; } }
.form-group {
margin-bottom: 15px; }
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px; }
.radio label,
.checkbox label {
min-height: 20px;
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: 34px; }
.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, .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 {
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 {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 2px; }
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
height: 30px;
line-height: 30px; }
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
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 {
height: auto; }
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 2px; }
.form-group-sm select.form-control {
height: 30px;
line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto; }
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
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 {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 4px; }
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
height: 46px;
line-height: 46px; }
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
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 {
height: auto; }
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 4px; }
.form-group-lg select.form-control {
height: 46px;
line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto; }
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.33333; }
.has-feedback {
position: relative; }
.has-feedback .form-control {
padding-right: 75px; }
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 60px;
height: 60px;
line-height: 60px;
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 + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px; }
.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 + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px; }
.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: #00d46a; }
.has-success .form-control {
border-color: #00d46a;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus {
border-color: #00a151;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3bff9d;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3bff9d; }
.has-success .input-group-addon {
color: #00d46a;
border-color: #00d46a;
background-color: #dff0d8; }
.has-success .form-control-feedback {
color: #00d46a; }
.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: #8a6d3b; }
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3; }
.has-warning .form-control-feedback {
color: #8a6d3b; }
.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: #ff4040; }
.has-error .form-control {
border-color: #ff4040;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus {
border-color: #ff0d0d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa6a6;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa6a6; }
.has-error .input-group-addon {
color: #ff4040;
border-color: #ff4040;
background-color: #f2dede; }
.has-error .form-control-feedback {
color: #ff4040; }
.has-feedback label ~ .form-control-feedback {
top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0; }
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373; }
@media (min-width: 600px) {
.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: 27px; }
.form-horizontal .form-group {
margin-left: -12px;
margin-right: -12px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
display: table; }
.form-horizontal .form-group:after {
clear: both; }
@media (min-width: 600px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
right: 12px; }
@media (min-width: 600px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px; } }
@media (min-width: 600px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px; } }
label {
font-family: "Open Sans", sans-serif;
color: rgba(14, 20, 26, 0.6);
font-size: 12px;
font-weight: 600;
margin-bottom: 0;
margin-left: 2px;
line-height: 24px;
position: relative;
top: -4px; }
.form-group {
margin-bottom: 36px; }
.form-group textarea:focus,
.form-group input:focus {
outline: none; }
.form-control {
-webkit-transition: background 0.3s ease-in-out;
-o-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
background: rgba(14, 20, 26, 0.05);
border: 0;
box-shadow: none;
color: rgba(14, 20, 26, 0.8);
font-size: 16px;
padding: 0 20px;
font-family: "Galano Semibold", sans-serif;
font-weight: 400;
font-size: 14px;
color: rgba(14, 20, 26, 0.8); }
.form-control:focus {
background: rgba(14, 20, 26, 0.1);
box-shadow: none; }
.form-control[disabled], .form-control[readonly] {
background: rgba(14, 20, 26, 0.2);
color: rgba(14, 20, 26, 0.6); }
.has-action-button {
display: block;
height: 60px;
margin-bottom: 24px;
position: relative; }
.has-action-button .form-control {
background: rgba(14, 20, 26, 0.05);
padding: 0 60px 0 20px; }
.has-action-button .form-control[readonly] {
background: rgba(14, 20, 26, 0.2); }
.has-action-button .form-control:first-child {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; }
.has-action-button .btn-primary {
background-color: rgba(14, 20, 26, 0.1);
color: rgba(14, 20, 26, 0.6);
width: 36px;
height: 36px;
border-radius: 4px;
position: absolute;
padding: 0;
overflow: hidden;
top: 12px;
right: 12px; }
.has-action-button .btn-primary [classˆ="icon-12-"], .has-action-button .btn-primary [class*="icon-12-"] {
line-height: 36px;
width: 36px;
text-align: center;
display: block; }
.has-action-button .btn-primary:hover, .has-action-button .btn-primary:focus, .has-action-button .btn-primary.focus {
background-color: rgba(14, 20, 26, 0.2);
color: rgba(14, 20, 26, 0.6); }
.has-action-button .btn-primary:active:hover, .has-action-button .btn-primary:active:focus, .has-action-button .btn-primary:active.focus, .has-action-button .btn-primary.active:hover, .has-action-button .btn-primary.active:focus, .has-action-button .btn-primary.active.focus {
background-color: rgba(14, 20, 26, 0.2);
color: rgba(14, 20, 26, 0.6); }
.has-action-button .btn-primary:hover {
overflow: visible; }
.has-action-button .btn-primary:hover .btn-tooltip {
opacity: 1; }
.has-action-button .btn-primary .btn-tooltip {
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
opacity: 0;
position: absolute;
top: calc(100% + 6px);
height: 36px;
border-radius: 4px;
padding: 0 12px;
left: 50%;
transform: translateX(-50%);
background: #fff;
font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 12px;
color: #0e141a;
line-height: 36px;
box-shadow: 0 10px 20px rgba(14, 20, 26, 0.1);
z-index: 9999; }
.form-control-borderless {
border: 0;
color: rgba(14, 20, 26, 0.8);
font-size: 16px;
outline: 0; }
.help-block {
font-family: "Open Sans", sans-serif;
color: rgba(14, 20, 26, 0.4);
font-size: 12px;
font-weight: 600;
margin-bottom: 0;
margin-left: 2px;
line-height: 24px; }
.has-success .form-control,
.has-success .form-control:focus,
.has-warning .form-control,
.has-warning .form-control:focus,
.has-error .form-control,
.has-error .form-control:focus {
box-shadow: none; }
.has-success .form-control {
background: rgba(0, 212, 106, 0.1); }
.has-success .help-block .primary {
color: #00d46a; }
.has-warning .form-control {
background: rgba(255, 183, 0, 0.1); }
.has-warning .help-block .primary {
color: #8a6d3b; }
.has-error .form-control {
background: rgba(255, 64, 64, 0.1); }
.has-error .help-block .