|
|
|
/*
|
|
|
|
* =====================================================
|
|
|
|
* Ratchet v2.0.0
|
|
|
|
* Copyright 2014 Connor Sears, Dave Gamache, and Jacob Thornton
|
|
|
|
* Licensed under http://www.opensource.org/licenses/MIT
|
|
|
|
*
|
|
|
|
* Designed and built by @connors, @dhg, and @fat.
|
|
|
|
* =====================================================
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,500);
|
|
|
|
body {
|
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #222222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-nav ~ .content {
|
|
|
|
padding-top: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-tab ~ .content {
|
|
|
|
padding-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-header-secondary ~ .content {
|
|
|
|
padding-top: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar {
|
|
|
|
height: 50px;
|
|
|
|
background-color: #dddddd;
|
|
|
|
border-bottom: 1px solid #b1b1b1;
|
|
|
|
box-shadow: inset 0 -2px 0 #d2d2d2, 0 3px 3px rgba(0, 0, 0, 0.07);
|
|
|
|
}
|
|
|
|
.bar.bar-header-secondary {
|
|
|
|
top: 51px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-tab {
|
|
|
|
height: 50px;
|
|
|
|
border-top: 1px solid #b1b1b1;
|
|
|
|
border-bottom: 0;
|
|
|
|
box-shadow: inset 0 2px 0 #d2d2d2, 0 -3px 3px rgba(0, 0, 0, 0.07);
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
position: static;
|
|
|
|
padding-left: 10px;
|
|
|
|
line-height: 50px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .bar-nav {
|
|
|
|
border-bottom: 1px solid #b1b1b1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
border-color: #d9d9d9;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-view .table-view-cell {
|
|
|
|
border-bottom: 1px solid #d9d9d9;
|
|
|
|
}
|
|
|
|
.table-view .table-view-cell:last-child {
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
.table-view .table-view-divider {
|
|
|
|
padding-top: 25px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-transform: uppercase;
|
|
|
|
border-top: 0;
|
|
|
|
border-bottom: 2px solid #a9a9a9;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .table-view {
|
|
|
|
border-radius: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select,
|
|
|
|
textarea,
|
|
|
|
input[type="text"],
|
|
|
|
input[type=search],
|
|
|
|
input[type="password"],
|
|
|
|
input[type="datetime"],
|
|
|
|
input[type="datetime-local"],
|
|
|
|
input[type="date"],
|
|
|
|
input[type="month"],
|
|
|
|
input[type="time"],
|
|
|
|
input[type="week"],
|
|
|
|
input[type="number"],
|
|
|
|
input[type="email"],
|
|
|
|
input[type="url"],
|
|
|
|
input[type="tel"],
|
|
|
|
input[type="color"],
|
|
|
|
.input-group {
|
|
|
|
height: 40px;
|
|
|
|
padding: 10px 15px;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=search] {
|
|
|
|
height: 34px;
|
|
|
|
text-align: center;
|
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
|
border: 0;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=search]:focus {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
select,
|
|
|
|
textarea,
|
|
|
|
.input-group {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group {
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group input {
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid #d9d9d9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group input:last-child {
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-row {
|
|
|
|
border-bottom: 1px solid #d9d9d9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-row label + input {
|
|
|
|
background-image: none;
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
color: #222222;
|
|
|
|
background-color: #cecece;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 2px;
|
|
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
|
|
|
.btn:active, .btn.active {
|
|
|
|
color: #222222;
|
|
|
|
border: 0;
|
|
|
|
background-color: #999999;
|
|
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar .btn {
|
|
|
|
padding-top: 9px;
|
|
|
|
padding-bottom: 9px;
|
|
|
|
}
|
|
|
|
.bar .btn-link {
|
|
|
|
padding: 0;
|
|
|
|
color: #33b5e5;
|
|
|
|
line-height: 50px;
|
|
|
|
}
|
|
|
|
.bar .btn-link:active, .bar .btn-link.active {
|
|
|
|
color: #1a9bcb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary {
|
|
|
|
color: #fff;
|
|
|
|
border: 0;
|
|
|
|
background-color: #33b5e5;
|
|
|
|
}
|
|
|
|
.btn-primary:active, .btn-primary.active {
|
|
|
|
color: #fff;
|
|
|
|
border: 0;
|
|
|
|
background-color: #1a9bcb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-positive {
|
|
|
|
color: #fff;
|
|
|
|
border: 0;
|
|
|
|
background-color: #99cc00;
|
|
|
|
}
|
|
|
|
.btn-positive:active, .btn-positive.active {
|
|
|
|
color: #fff;
|
|
|
|
border: 0;
|
|
|
|
background-color: #739900;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-negative {
|
|
|
|
color: #fff;
|
|
|
|
border: 0;
|
|
|
|
background-color: #ff4444;
|
|
|
|
}
|
|
|
|
.btn-negative:active, .btn-negative.active {
|
|
|
|
color: #fff;
|
|
|
|
border: 0;
|
|
|
|
background-color: #ff1111;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-outlined {
|
|
|
|
border: 1px solid #999999;
|
|
|
|
background-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
.btn-outlined.btn-primary {
|
|
|
|
border: 1px solid #33b5e5;
|
|
|
|
color: #33b5e5;
|
|
|
|
}
|
|
|
|
.btn-outlined.btn-primary:active {
|
|
|
|
border: 1px solid #33b5e5;
|
|
|
|
background-color: #33b5e5;
|
|
|
|
}
|
|
|
|
.btn-outlined.btn-positive {
|
|
|
|
border: 1px solid #99cc00;
|
|
|
|
color: #99cc00;
|
|
|
|
}
|
|
|
|
.btn-outlined.btn-positive:active {
|
|
|
|
border: 1px solid #99cc00;
|
|
|
|
background-color: #99cc00;
|
|
|
|
}
|
|
|
|
.btn-outlined.btn-negative {
|
|
|
|
border: 1px solid #ff4444;
|
|
|
|
color: #ff4444;
|
|
|
|
}
|
|
|
|
.btn-outlined.btn-negative:active {
|
|
|
|
border: 1px solid #ff4444;
|
|
|
|
background-color: #ff4444;
|
|
|
|
}
|
|
|
|
.btn-outlined:active {
|
|
|
|
border: 1px solid #999999;
|
|
|
|
background-color: #999999;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
.btn-outlined.btn-primary:active, .btn-outlined.btn-positive:active, .btn-outlined.btn-negative:active {
|
|
|
|
color: #fff;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-link {
|
|
|
|
color: #33b5e5;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
.btn-link:active, .btn-link.active {
|
|
|
|
color: #1a9bcb;
|
|
|
|
background-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-nav .btn-link {
|
|
|
|
color: #33b5e5;
|
|
|
|
}
|
|
|
|
.bar-nav .btn-link:active {
|
|
|
|
color: #33b5e5;
|
|
|
|
opacity: .6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge.badge-inverted {
|
|
|
|
color: #999999;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-primary {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #33b5e5;
|
|
|
|
}
|
|
|
|
.badge-primary.badge-inverted {
|
|
|
|
color: #33b5e5;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-positive {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #99cc00;
|
|
|
|
}
|
|
|
|
.badge-positive.badge-inverted {
|
|
|
|
color: #99cc00;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-negative {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #ff4444;
|
|
|
|
}
|
|
|
|
.badge-negative.badge-inverted {
|
|
|
|
color: #ff4444;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn .badge {
|
|
|
|
background-color: rgba(0, 0, 0, 0.15);
|
|
|
|
}
|
|
|
|
.btn .badge.badge-inverted {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.btn:active .badge {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.segmented-control {
|
|
|
|
background-color: transparent;
|
|
|
|
border: 1px solid #33b5e5;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
.segmented-control li {
|
|
|
|
border-left: 1px solid #33b5e5;
|
|
|
|
}
|
|
|
|
.segmented-control li > a {
|
|
|
|
padding-top: 9px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
color: #33b5e5;
|
|
|
|
}
|
|
|
|
.segmented-control li.active {
|
|
|
|
background-color: #33b5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover {
|
|
|
|
border-radius: 12px;
|
|
|
|
}
|
|
|
|
.popover:after {
|
|
|
|
border-bottom: 15px solid #dddddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle .toggle-handle {
|
|
|
|
border: 1px solid #b1b1b1;
|
|
|
|
}
|
|
|
|
.toggle:active .toggle-handle {
|
|
|
|
width: 35px;
|
|
|
|
}
|
|
|
|
.toggle.active {
|
|
|
|
border: 2px solid #99cc00;
|
|
|
|
background-color: #99cc00;
|
|
|
|
}
|
|
|
|
.toggle.active .toggle-handle {
|
|
|
|
border-color: #99cc00;
|
|
|
|
}
|