body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0
}

html {
    font: 14px/1.5 "helvetica neue", helvetica, arial, sans-serif;
    color: #444
}

body {
    font-size: 14px;
    background-color: #fff
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1rem;
    font-weight: 200;
    color: #111
}

.lc-alert {
    position: fixed;
    bottom: 5rem;
    width: 100%;
    z-index: 5000
}

.lc-alert .alert {
    width: 70%;
    margin: 0 auto;
    max-width: 45rem
}

.lc-alert .close-alert {
    cursor: pointer;
    float: right
}

.error-page {
    background: url(/images/singer_porsche.jpg) 0 0/cover;
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center
}

header {
    box-sizing: border-box;
    zoom: 1
}

header:before {
    content: '';
    display: block
}

header:after {
    content: '';
    display: table;
    clear: both
}

#wrapper {
    height: 100%
}

#main {
    margin: 1rem auto
}

body.app #main {
    bottom: 0;
    width: 100%;
    margin: 0;
    overflow: auto
}

body.admin #main {
    padding-top: 2rem;
    padding-bottom: 2rem
}

header {
    margin: 0;
    padding: .5rem 4rem;
    background-color: #fff;
    border-bottom: 1px solid #ccc
}

header.static-header nav#header-profile {
    height: 60px
}

header.static-header nav#header-profile a {
    line-height: 60px
}

header .welcome-header {
    text-align: center
}

header h1 {
    color: #222;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 25px;
    line-height: 2rem;
    font-family: Oxygen, "helvetica neue", helvetica, arial, sans-serif;
    font-weight: 400;
    letter-spacing: -.03rem
}

header h1:active, header h1:focus, header h1:hover {
    color: #428bca
}

header nav {
    line-height: 2rem
}

header img.logo {
    width: 250px
}

header .nav-item {
    font-size: 16px;
    margin-left: 1rem
}

header .nav-item sup {
    margin-left: 2px;
    color: #dc0d17;
    font-weight: 700;
    font-size: 11px
}

header .nav-item:first-child {
    margin-left: 0
}

header .nav-item.nav-caret {
    margin-left: .25rem;
    margin-right: -.75rem;
    color: #999
}

header .nav-item:link, header .nav-item:visited {
    color: #222;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    line-height: 2rem
}

header .nav-item.active {
    color: #999
}

header .nav-item:active, header .nav-item:focus, header .nav-item:hover {
    color: #007ee6
}

@media screen and (max-width: 767px) {
    header .nav-breadcrumb {
        display: none !important
    }
}

nav#header-breadcrumbs {
    float: left;
    height: 2rem
}

nav#header-profile {
    float: right;
    height: 2rem
}

nav#header-profile .dropdown-toggle {
    display: block;
    height: 2rem;
    padding: 0 .25rem;
    line-height: 2rem;
    vertical-align: middle;
    cursor: pointer;
    color: #222;
    text-decoration: none;
    font-weight: 400
}

nav#header-profile .dropdown-toggle:active, nav#header-profile .dropdown-toggle:focus, nav#header-profile .dropdown-toggle:hover {
    color: #428bca
}

nav#header-profile img.profile-image {
    display: inline-block;
    vertical-align: top;
    margin-top: .25rem;
    margin-right: .25rem;
    box-sizing: border-box;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box
}

nav#header-profile .dropdown-menu {
    left: auto;
    right: 0;
    margin-top: 0
}

nav#header-profile .dropdown-menu li.divider {
    margin: 4px 0
}

nav#header-profile .dropdown-menu a:active, nav#header-profile .dropdown-menu a:focus, nav#header-profile .dropdown-menu a:hover {
    color: #fff;
    background-color: #34a1ff
}

nav#header-feedback {
    float: right;
    height: 2rem
}

footer {
    zoom: 1;
    padding: 4rem 0;
    background-color: #f3f3f4;
    font-size: 20px;
    font-weight: 400;
    font-weight: 200
}

footer:before {
    content: '';
    display: block
}

footer:after {
    content: '';
    display: table;
    clear: both
}

footer .footer-left {
    float: left
}

footer .footer-right {
    float: right
}

footer p {
    margin: 0
}

textarea {
    resize: vertical
}

section.global-alerts {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    z-index: 2000
}

section.global-alerts .alert {
    position: relative;
    max-width: 50rem;
    margin: 0 auto;
    font-size: 16px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3)
}

.page-loading {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5)
}

.page-loading span.page-loading-inner {
    display: block;
    position: absolute;
    bottom: 50%;
    width: 100%
}

.page-loading span.loading-text {
    display: none
}

.page-loading span.loading-image {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    background: url(/images/loading-large.gif) no-repeat
}

.item-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/loading.gif) no-repeat
}

.flip-glyph {
    moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph
}

.announcement {
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box
}

.announcement :last-child {
    margin-bottom: 0
}

.announcement h4 {
    font-size: 18px
}

.announcement p {
    font-size: 14px
}

input.task.inline-input {
    font-size: 30px;
    font-weight: 700
}

input.subtask.inline-input {
    font-size: 20px
}

input.inline-input {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border: none;
    padding: 0;
    width: 100%;
    color: #111;
    line-height: 1;
    cursor: pointer
}

input.inline-input::-webkit-input-placeholder {
    line-height: 1.5;
    color: #aaa
}

input.inline-input:-moz-placeholder {
    color: #aaa
}

input.inline-input::-moz-placeholder {
    color: #aaa
}

input.inline-input:-ms-input-placeholder {
    color: #aaa
}

input.inline-input:hover {
    color: #777
}

input.inline-input:focus {
    color: #111;
    cursor: text;
    outline: 0;
    background-color: #f0f0f0
}

textarea.inline-textarea {
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #111;
    min-height: 6rem;
    border: none;
    padding: 0;
    cursor: pointer
}

textarea.inline-textarea:hover {
    color: #777
}

textarea.inline-textarea:focus {
    color: #111;
    cursor: text;
    outline: 0
}

.lc-modal {
    position: absolute;
    left: 0;
    width: 100%;
    top: 6rem;
    z-index: 3000;
    padding: 1rem
}

.lc-modal-box {
    position: relative;
    max-width: 30rem;
    margin: 0 auto;
    padding: 2rem;
    background-color: #fff;
    border: 3px solid #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    color: #000
}

.lc-modal-box label {
    color: #111
}

.lc-modal-box h2 {
    text-align: center;
    margin: 0 auto 1rem
}

.lc-modal-box .close-modal {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 24px;
    color: #444;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none
}

.lc-modal-box .close-modal:active, .lc-modal-box .close-modal:focus, .lc-modal-box .close-modal:hover {
    background-color: #dbdde2
}

#lc-modal-backdrop {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102, .6);
    z-index: 2999
}

.mobile-warning {
    padding: 4rem 0
}

.mobile-warning p {
    font-size: 20px;
    font-weight: 400;
    font-weight: 200;
    line-height: 1.5
}

.mobile-warning p.icon-container {
    font-size: 15rem;
    text-align: center
}

.collaborator-picker {
    display: inline-block;
    vertical-align: top
}

.collaborator-picker button img {
    box-sizing: border-box;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box
}

.collaborator-picker.chosen button img {
    margin-right: .5rem
}

.collaborator-picker .dropdown-menu li {
    padding: 0
}

.collaborator-picker .dropdown-menu li a {
    text-align: left;
    text-decoration: none;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    padding: .25rem 1rem;
    font-size: 12px
}

.collaborator-picker .dropdown-menu li:hover a {
    color: #fff;
    background-color: #34a1ff
}

.collaborator-picker .dropdown-menu li img {
    box-sizing: border-box;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    margin-right: .5rem
}

.date-picker {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.date-picker .dropdown-menu {
    left: auto !important;
    right: 0;
    margin-top: 32px;
    padding: 3px
}

.date-picker .btn-remove-date {
    margin-left: .5rem
}

.date-picker .btn-remove-date:active, .date-picker .btn-remove-date:hover {
    color: #c72222
}

.file-icon {
    display: inline-block;
    position: relative;
    width: 12rem;
    margin-right: 1rem;
    margin-bottom: 1rem
}

.file-icon a.file-icon-link {
    display: block;
    text-align: center
}

.file-icon a.file-icon-link:link, .file-icon a.file-icon-link:visited {
    border: 1px solid #428bca;
    padding: 1rem;
    text-decoration: none
}

.file-icon a.file-icon-link:active, .file-icon a.file-icon-link:focus, .file-icon a.file-icon-link:hover {
    background-color: #eee
}

.file-icon a.file-icon-link:active span.file-name, .file-icon a.file-icon-link:focus span.file-name, .file-icon a.file-icon-link:hover span.file-name {
    text-decoration: underline
}

.file-icon a.delete-file {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    padding: .5rem;
    color: #000;
    font-size: 12px
}

.file-icon a.delete-file:active, .file-icon a.delete-file:focus, .file-icon a.delete-file:hover {
    color: #c72222
}

.file-icon:hover a.delete-file {
    display: block
}

.file-icon span.glyphicon-file {
    display: block;
    margin: 0 auto .5rem;
    font-size: 3rem;
    color: #000
}

.file-icon span.file-name {
    display: block;
    font-size: 14px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    cursor: pointer;
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.task-list {
    cursor: text;
    padding-bottom: 2rem;
    min-height: 200px;
    background: url(/images/project-page/todo-bg.png) #fff
}

.task-list-bottom-padding {
    height: 20px
}

.add-task-inline {
    position: absolute;
    width: 100%
}

.add-task-inline input {
    box-sizing: border-box;
    width: calc(100% - 10px);
    height: 20px;
    margin: 0 0 5px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 12px
}

.task {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    height: 20px
}

.task a {
    text-decoration: none
}

.task .task-wrapper {
    border-radius: 3px;
    padding: 2px;
    white-space: nowrap;
    font-size: 0
}

.task .profile-image {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    vertical-align: top;
    margin-right: 2px
}

.task .task-name {
    vertical-align: top;
    line-height: 16px;
    font-size: 12px
}

.task .task-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 20rem;
    width: 80%;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.task .checked-off {
    text-decoration: line-through;
    color: rgba(0, 0, 0, .25)
}

.task .task-controls {
    cursor: pointer;
    text-decoration: none
}

.task .task-controls span {
    color: #444;
    width: 17px
}

.task .task-controls span .glyphicon {
    margin-left: 1px
}

.task .not-hovered {
    opacity: 0
}

.task .task-checkmark {
    display: inline-block;
    vertical-align: top
}

.task .task-checkmark a {
    color: #fff;
    margin-right: 2px
}

.task .task-checkmark a:active, .task .task-checkmark a:focus, .task .task-checkmark a:hover {
    color: #000
}

.task .task-checkmark span.glyphicon {
    font-size: 14px
}

.task .collaborator-picker {
    display: inline-block;
    vertical-align: top;
    height: 16px
}

.task form {
    width: 80%;
    display: inline-block
}

.task textarea.task-input {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    background: 0 0;
    box-sizing: border-box;
    border: none;
    padding: 0;
    color: #111
}

.task textarea.task-input::-webkit-input-placeholder {
    line-height: 1.5;
    color: #aaa
}

.task textarea.task-input:-moz-placeholder {
    color: #aaa
}

.task textarea.task-input::-moz-placeholder {
    color: #aaa
}

.task textarea.task-input:-ms-input-placeholder {
    color: #aaa
}

.task textarea.task-input:focus {
    color: #111;
    cursor: text;
    outline: 0
}

.task .delete-edit-btn {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 16px;
    float: right;
    padding: 0 4px;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none
}

.task .delete-edit-btn a {
    visibility: hidden
}

.task .delete-edit-btn .has-subtasks {
    visibility: visible
}

.task .delete-edit-btn .edit {
    font-size: 14px;
    color: #444
}

.task .delete-edit-btn .delete {
    color: #c72222;
    font-size: 20px
}

.task.active, .task:active, .task:hover {
    z-index: 999
}

.task.active .task-wrapper, .task:active .task-wrapper, .task:hover .task-wrapper {
    background-color: #eee
}

.task.active .task-text, .task:active .task-text, .task:hover .task-text {
    text-overflow: auto;
    overflow: auto;
    white-space: normal;
    padding-right: 2.5rem
}

.task.active .not-hovered, .task:active .not-hovered, .task:hover .not-hovered {
    opacity: 1
}

.task.active .delete-edit-btn a, .task:active .delete-edit-btn a, .task:hover .delete-edit-btn a {
    visibility: visible
}

.task-drag-placeholder {
    box-sizing: border-box;
    height: 20px;
    z-index: 500;
    border: 1px dashed #428bca;
    border-radius: 5px
}

.task-list.ui-sortable .task-wrapper {
    cursor: move
}

section.task-grid {
    margin-bottom: 4rem
}

section.task-grid .task-grid-elements {
    display: table-row;
    width: 100%
}

section.task-grid .task-grid-next, section.task-grid .task-grid-previous {
    width: 4rem;
    padding-top: .5rem;
    text-align: center
}

section.task-grid .task-grid-next span, section.task-grid .task-grid-previous span {
    color: #428bca
}

section.task-grid .task-grid-next a:active, section.task-grid .task-grid-next a:focus, section.task-grid .task-grid-next a:hover, section.task-grid .task-grid-previous a:active, section.task-grid .task-grid-previous a:focus, section.task-grid .task-grid-previous a:hover {
    background-color: #dbdde2
}

section.task-grid .task-grid-next a:active span, section.task-grid .task-grid-next a:focus span, section.task-grid .task-grid-next a:hover span, section.task-grid .task-grid-previous a:active span, section.task-grid .task-grid-previous a:focus span, section.task-grid .task-grid-previous a:hover span {
    color: #2a6496
}

section.task-grid .btn-scroll-day {
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem
}

section.task-grid .btn-scroll-day span {
    font-size: 36px
}

section.task-grid .btn-grid-control {
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

section.task-grid .btn-grid-control span {
    font-size: 12px
}

section.task-grid .task-grid-days {
    display: table-cell;
    vertical-align: top;
    border-radius: 3px;
    font-size: 0;
    width: 9999px;
    background-color: #fff
}

section.task-grid .task-grid-day {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 20%;
    height: 100%;
    padding: 0 6px;
    border-right: 1px solid #ccc
}

section.task-grid .task-grid-day:last-child {
    border-right: none
}

section.task-grid .day-past h3, section.task-grid .day-past h4 {
    color: #ccc
}

section.task-grid .day-today h3, section.task-grid .day-today h4 {
    color: #428bca
}

@media only screen and (max-width: 767px) {
    .task-grid-day {
        width: 100%
    }
}

.task-week {
    border: 1px solid #ccc
}

.task-week .task-grid-day h3 {
    margin-top: 2rem;
    text-align: center;
    font-family: Oxygen, "helvetica neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-weight: 300;
    letter-spacing: -.03rem
}

.task-week .task-grid-day h4 {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    font-weight: 300;
    text-transform: uppercase
}

.task-week .task-grid-day .task-list {
    min-height: 200px
}

.task-week .task-grid-day .task-list-rules {
    top: 95px;
    left: 6px;
    right: 6px
}

table.task-calendar {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed
}

table.task-calendar td, table.task-calendar th {
    width: 14.28%;
    border: 1px solid #dfe0e4;
    box-sizing: border-box;
    vertical-align: top
}

table.task-calendar th {
    padding: 6px;
    font-size: 14px;
    text-transform: uppercase;
    color: #111;
    text-align: center;
    font-family: Oxygen, "helvetica neue", helvetica, arial, sans-serif;
    font-weight: 300
}

table.task-calendar td {
    position: relative;
    padding: 6px 6px 2px;
    font-size: 0
}

table.task-calendar td .task-list {
    position: relative;
    width: 100%;
    min-height: 75px;
    padding-bottom: 26px
}

table.task-calendar td h3 {
    margin-bottom: 14px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 18px
}

table.task-calendar td .task-list-bottom-padding {
    display: none
}

table.task-calendar tr > td:first-child, table.task-calendar tr > th:first-child {
    border-left: none
}

table.task-calendar tr > td:last-child, table.task-calendar tr > th:last-child {
    border-right: none
}

table.task-calendar thead > tr:first-child th {
    border-top: none
}

table.task-calendar tbody > tr:last-child td {
    border-bottom: none
}

#third-layer .parent-task {
    margin-bottom: 2rem
}

#third-layer .parent-task textarea {
    font-size: 24px
}

#third-layer .parent-task .glyphicon {
    font-size: 25px;
    line-height: 33px
}

#third-layer .parent-task .profile-image {
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    vertical-align: top;
    margin-right: 2px
}

#third-layer .lc-modal-box {
    max-width: 60rem
}

#third-layer .task-list {
    min-height: 22px
}

#third-layer h2 {
    text-align: left;
    display: inline-block
}

#third-layer h4 {
    text-align: center
}

#third-layer .edit-task-name {
    margin-left: 1rem;
    cursor: pointer;
    color: #999
}

#third-layer .edit-task-name:hover {
    color: #428bca
}

#third-layer .task-notes {
    margin-bottom: 1rem
}

section.home {
    background-color: #fff;
    padding: 5rem 0
}

section.home .container {
    max-width: 960px
}

section.home .site-title {
    color: #fff;
    position: absolute;
    font-size: 900%;
    left: 10%;
    top: 10rem
}

section.home .sign-up {
    position: absolute;
    left: 65%;
    top: 6rem
}

section.home .sign-up form {
    width: 20rem;
    margin: 0 auto
}

section.home img.screenshot {
    display: block;
    width: 100%
}

section.home h2 {
    font-family: Oxygen, "helvetica neue", helvetica, arial, sans-serif;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 4.5rem;
    font-weight: 300;
    color: #535353
}

section.home h4 {
    font-family: Oxygen, "helvetica neue", helvetica, arial, sans-serif;
    color: #535353;
    font-size: 2.5rem;
    font-weight: 200;
    -webkit-font-smoothing: antialiased
}

section.home .social-buttons {
    margin: 1rem;
    text-align: center
}

section.home .social-buttons a {
    margin-right: 1rem
}

section.home .social-buttons a:last-child {
    margin-right: 0
}

section.home .btn-success {
    background: #2ecc71
}

section.home .btn-success:hover {
    background: #26b864
}

section.home .button-inner {
    height: 46px;
    line-height: 46px;
    display: block;
    font-size: 18px;
    text-decoration: none;
    padding: 0 80px 0 79px
}

section.thanks {
    font-weight: 300;
    color: #535353;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    padding-top: 4rem
}

section.thanks h1 {
    font-weight: 300;
    font-size: 46px;
    padding: .5rem 0
}

section.thanks p {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.5;
    padding: .5rem 0
}

section.thanks .social-buttons {
    margin: 3rem
}

section.thanks .social-buttons a {
    margin: 2rem 1rem
}

section.thanks .cover-header {
    height: 6rem;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 0
}

section.thanks .cover-header h1 {
    padding: 1rem
}

section.onboard {
    margin-top: 4rem
}

section.onboard h1 {
    text-align: center
}

section.onboard form {
    margin-top: 2rem
}

section.contact {
    padding: 4rem 0
}

section.contact h1 {
    font-family: Oxygen, "helvetica neue", helvetica, arial, sans-serif
}

section.welcome {
    padding: 4rem 2rem
}

section.welcome .box1 {
    background-color: #555;
    border-radius: 5px
}

section.welcome .box1 h3, section.welcome .box1 h4, section.welcome .box1 p {
    color: #fff
}

section.welcome .box1 h3 {
    font-weight: 700
}

section.welcome .box1 h4 {
    font-weight: 400;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5
}

section.welcome .box1-content {
    padding: .75rem
}

section.welcome .box1-content :last-child {
    margin-bottom: 0
}

section.welcome .deadline-row {
    display: table-row;
    width: 100%
}

section.welcome .deadline-name {
    display: table-cell;
    vertical-align: top;
    width: 9999px
}

section.welcome .deadline-date {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px
}

section.welcome svg circle {
    fill: #F60
}

section.welcome svg .deadlines {
    stroke: #000;
    stroke-width: 1;
    text-anchor: middle
}

section.welcome .card {
    width: 100%;
    padding: 2rem;
    border: 2px solid #b3b3b3
}

section.welcome .card-title {
    zoom: 1;
    border-bottom: 2px solid #ccc;
    margin-bottom: 1rem
}

section.welcome .card-title:before {
    content: '';
    display: block
}

section.welcome .card-title:after {
    content: '';
    display: table;
    clear: both
}

section.welcome .card-title .title {
    float: left;
    margin-bottom: .5rem
}

section.welcome .card-title .date {
    text-align: right;
    margin-bottom: .5rem
}

section.welcome .next-box {
    background-color: #111;
    border-radius: 0 0 5px 5px;
    text-align: right;
    padding: .75rem
}

section.welcome .next-box .btn {
    font-weight: 700
}

section.welcome .box2 {
    background-color: #fff;
    border-radius: 5px
}

section.welcome .box2 .box2-title {
    border-radius: 5px 5px 0 0;
    padding: .5rem;
    color: #666;
    background-color: #ddd;
    font-size: 1.5rem
}

section.welcome .box2 .commentary {
    margin: 0;
    line-height: 1.5;
    font-size: 20px
}

section.welcome .box2 .commentary em {
    font-style: normal;
    font-weight: 700
}

section.welcome .box2-content {
    padding: 2rem
}

section.welcome .welcome-invite-options {
    margin-bottom: 1rem
}

section.welcome .welcome-invite-options .profile-row {
    margin-bottom: .5rem
}

section.welcome .welcome-invite-options .profile-image {
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    width: 2rem;
    height: 2rem
}

section.welcome .skip-welcome-step {
    display: block;
    padding-top: .5rem;
    padding-left: .75rem;
    color: #A1C6F0;
    text-decoration: none
}

section.welcome .skip-welcome-step:active, section.welcome .skip-welcome-step:focus, section.welcome .skip-welcome-step:hover {
    color: #B5D3F5
}

section.welcome .finish-title {
    text-align: center;
    font-size: 2rem !important
}

section.welcome .finish {
    margin-left: 3rem
}

section.welcome .finish .picture {
    font-size: 3rem
}

section.welcome .finish .text {
    margin: 0 0 0 1rem
}

section.welcome .finish img {
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box
}

section.welcome .finish .accent {
    font-weight: 700
}

body.StratosphereCtrl {
    background-color: #e9eaed
}

#stratosphere-header {
    padding: 0 4rem;
    height: 5rem;
    line-height: 5rem
}

#stratosphere-header a {
    float: right;
    margin-left: 1rem;
    margin-right: 5px
}

section.stratosphere-page .container {
    padding: 0 5rem 2rem
}

section.stratosphere-page .stratosphere-task-box {
    border: 1px solid #bcc4cc;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 3rem;
    padding: 1rem
}

section.stratosphere-page .stratosphere-task-box h4 {
    font-size: 12px;
    text-transform: uppercase
}

section.stratosphere-page .stratosphere-task-box .task-list {
    min-height: 75px;
    cursor: default;
    padding-bottom: 1px
}

section.stratosphere-page .stratosphere-task-box .badge {
    margin-top: 2px;
    background-color: #dc0d17;
    font-size: 15px
}

section.stratosphere-page .stratosphere-task-box .no-tasks {
    font-size: 12px
}

section.stratosphere-page .task {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    height: 20px
}

section.stratosphere-page .task .task-wrapper {
    cursor: text
}

.home-account {
    margin-bottom: 4rem
}

.home-account h1 {
    font-family: Oxygen, "helvetica neue", helvetica, arial, sans-serif;
    margin-bottom: 1rem;
    font-size: 24px;
    color: #007ee6
}

.home-projects {
    margin: 0 auto 2rem;
    zoom: 1
}

.home-projects h3 {
    font-size: 19px
}

.home-projects:before {
    content: '';
    display: block
}

.home-projects:after {
    content: '';
    display: table;
    clear: both
}

.project-card {
    background-color: #fff;
    border: 1px solid #bcc4cc;
    display: block;
    height: 8rem;
    width: 23%;
    float: left;
    margin: 0 10px 10px 0;
    padding: 1rem;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    color: #666
}

.project-card:link, .project-card:visited {
    text-decoration: none
}

.project-card:active, .project-card:focus, .project-card:hover {
    color: #666;
    background-color: #f1f2f4
}

.project-card h3 {
    color: #000
}

.create-project-card {
    text-align: center;
    background-color: #DEE1E3
}

.create-project-card h1, .create-project-card h3 {
    color: #000
}

.create-project-card:hover {
    background-color: #D2D6D9
}

.create-project-modal .row-submit {
    zoom: 1
}

.create-project-modal .row-submit:before {
    content: '';
    display: block
}

.create-project-modal .row-submit:after {
    content: '';
    display: table;
    clear: both
}

.create-project-modal .row-submit p {
    line-height: 34px;
    margin: 0
}

@media only screen and (max-width: 991px) {
    section.stratosphere-page .container {
        padding: 0 15px
    }

    .home-projects h3 {
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    section.stratosphere-page .container {
        padding: 0 15px
    }
}

body.OverviewCtrl {
    background-color: #e9eaed
}

body.OverviewCtrl .task-wrapper:hover {
    box-shadow: 0 2px 6px .5px rgba(0, 0, 0, .4)
}

#project-bottom-half.overview-bottom-half {
    padding: 0
}

body.OverviewCtrl .overview-project .task-list, body.OverviewCtrl .task-grid .task-list {
    cursor: default;
    padding-bottom: 1px
}

body.OverviewCtrl .task-grid .task-list-bottom-padding {
    display: none
}

.overview-projects {
    margin-right: -10px
}

.overview-project {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    box-sizing: border-box;
    margin-bottom: 1rem
}

.overview-project h3 a:active, .overview-project h3 a:focus, .overview-project h3 a:hover, .overview-project h3 a:link, .overview-project h3 a:visited {
    color: #000
}

.overview-project-inner {
    padding-right: 10px
}

#project-bottom-half .overview-project h3.section-title {
    color: #000;
    font-size: 18px;
    text-align: center
}

body.ProjectCtrl {
    background-color: #e9eaed
}

#project-header {
    margin: 0 4rem;
    height: 7rem;
    line-height: 7rem
}

#project-header a {
    float: right;
    margin-left: 1rem
}

#project-footer {
    margin: 0 4rem;
    height: 7rem;
    line-height: 7rem
}

.profile-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px
}

.profile-list li {
    margin-bottom: .5rem
}

.profile-list li:last-child {
    margin-bottom: 0
}

.profile-list li a {
    cursor: pointer;
    display: none
}

.profile-list li:hover a {
    display: initial
}

.profile-list img {
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    display: inline-block;
    margin-right: .5rem
}

.project-color-picker {
    text-align: center
}

.project-color-picker .input-group {
    width: 40%;
    margin: 1rem auto 0
}

.project-color-picker .color-picker-swatches {
    font-size: 0;
    line-height: 0
}

.color-picker-swatch {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
    border: none
}

.color-picker-swatch:active, .color-picker-swatch:hover {
    border: 1px solid rgba(0, 0, 0, .6)
}

.color-picker-swatch:focus {
    outline: 0
}

.color-picker-swatch.active {
    border: 1px solid rgba(0, 0, 0, .4)
}

#project-bottom-half {
    margin: 0 4rem
}

#project-bottom-half .section-title {
    text-align: center;
    font-family: Oxygen, "helvetica neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-weight: 300;
    letter-spacing: -.03rem
}

#project-bottom-half section.undated-tasks .task-grid-day {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1rem
}

.message {
    margin-bottom: .5rem;
    font-size: 14px
}

.message .message-wrapper {
    display: block;
    margin-left: 2.75rem;
    line-height: 1.2
}

.message .message-wrapper .message-details {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: .5rem;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.message .profile-image {
    box-sizing: border-box;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    margin-top: 2px;
    display: block;
    float: left
}

.message .message-time {
    display: block;
    font-size: 10px;
    color: #999;
    margin-top: .5rem;
    bottom: 0
}

.message .glyphicon-trash {
    color: #999
}

.message .glyphicon-trash:hover {
    color: #428bca
}

.saved-timestamp {
    float: right;
    font-size: 10px;
    color: #999;
    line-height: 20px
}

.saved-timestamp span {
    vertical-align: middle
}

.saved-timestamp .item-loading {
    margin-left: .5rem
}

section.task-page {
    padding-top: 2rem;
    padding-bottom: 2rem
}

section.task-page .page-wrapper {
    max-width: 60rem;
    margin: 0 auto;
    padding: 0 2rem
}

section.task-page section {
    margin: 0 0 2rem
}

section.task-page .task-header {
    display: table;
    width: 100%
}

section.task-page .task-header .cell-row {
    display: table-row;
    width: 100%
}

section.task-page .task-header .cell-mark {
    display: table-cell;
    vertical-align: top;
    padding-right: .5rem
}

section.task-page .task-header .cell-name {
    display: table-cell;
    vertical-align: top;
    width: 9999px;
    padding-right: .5rem
}

section.task-page .task-header .cell-controls {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    text-align: right
}

section.subtask-list {
    box-sizing: border-box;
    display: table;
    width: 100%;
    padding-left: 4rem
}

section.subtask-list .subtask {
    display: table-row;
    width: 100%;
    line-height: 1.5
}

section.subtask-list .subtask .cell-mark {
    display: table-cell;
    vertical-align: top;
    padding-right: .5rem
}

section.subtask-list .subtask .cell-name {
    display: table-cell;
    vertical-align: top;
    width: 9999px;
    padding-right: .5rem
}

section.subtask-list .subtask .cell-controls {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    text-align: right
}

section.comments .add-comment {
    margin-left: 5rem;
    margin-bottom: 4rem
}

section.comments ul {
    list-style: none;
    padding-left: 0
}

section.comments li {
    zoom: 1;
    margin: 1rem 0
}

section.comments li:before {
    content: '';
    display: block
}

section.comments li:after {
    content: '';
    display: table;
    clear: both
}

section.comments h3 {
    font-size: 20px;
    font-weight: 400
}

section.comments .profile-image {
    box-sizing: border-box;
    width: 4rem;
    height: 4rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    float: left
}

section.comments .comment {
    margin-left: 5rem;
    vertical-align: top
}

section.comments .time {
    background-color: #eee;
    font-size: 80%
}

body.EditProfileCtrl {
    background-color: #e9eaed
}

section.profile-page {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.rewards {
    text-align: center
}

.rewards h4 {
    margin-top: 2rem
}

.rewards .referral-social {
    text-decoration: none
}

.rewards .referral-social img {
    height: 4rem;
    margin: .5rem
}

.rewards form {
    text-align: left;
    margin-top: 1rem
}

.rewards #referral-link {
    cursor: text !important
}

section.edit-profile {
    padding-top: 2rem;
    padding-bottom: 2rem
}

section.edit-profile .half-profile {
    margin: 1rem;
    padding: 1rem 4rem 3rem;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff
}

section.edit-profile .half-profile h2 {
    text-align: center
}

section.edit-profile form {
    max-width: 35rem;
    margin: 0 auto
}

section.edit-profile form > .form-group:last-child {
    margin-bottom: 0
}

.profile-upload {
    position: relative
}

.profile-upload .profile-upload-inner {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden
}

.profile-upload .icon-edit {
    opacity: 0;
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 200;
    padding: 3px;
    border-radius: 5px;
    cursor: pointer;
    pointer-events: none;
    color: #fff;
    background-color: #242424;
    text-align: center
}

.profile-upload .icon-edit .glyphicon {
    font-size: 30px;
    top: -1px
}

.profile-upload:active .icon-edit, .profile-upload:focus .icon-edit, .profile-upload:hover .icon-edit {
    opacity: 1
}

.profile-upload img {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer
}

.profile-upload input {
    display: block;
    position: absolute;
    z-index: 100;
    width: 50px;
    left: 0;
    height: 150px;
    top: -100px;
    font-size: 50px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity:0)
}

body.LoginCtrl {
    background-color: #e9eaed
}

section.login {
    padding-top: 2rem;
    padding-bottom: 2rem
}

section.login h2 {
    font-size: 24px;
    font-weight: 400;
    font-weight: 300;
    font-family: Oxygen, "helvetica neue", helvetica, arial, sans-serif;
    color: #007ee6
}

section.login form {
    zoom: 1;
    padding: 2rem;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box
}

section.login form:before {
    content: '';
    display: block
}

section.login form:after {
    content: '';
    display: table;
    clear: both
}

section.login form span.reset-password {
    float: right
}

body.AccountsCtrl {
    background-color: #e9eaed
}

section.account-list {
    padding-top: 2rem;
    padding-bottom: 2rem
}

section.account-list h1 {
    font-weight: 700
}

section.account-list h1 sup .glyphicon {
    font-size: 20px;
    color: #999
}

section.account-list h1 sup .plans-description {
    font-size: 15px;
    color: transparent
}

section.account-list h1 sup:active .plans-description, section.account-list h1 sup:focus .plans-description, section.account-list h1 sup:hover .plans-description {
    color: inherit
}

.account-cards {
    font-size: 0
}

.account-card {
    vertical-align: top;
    width: 15rem;
    position: relative;
    margin-right: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    cursor: pointer;
    height: 15rem;
    padding: 1rem;
    background-color: #fff;
    border: 2px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    font-size: 14px
}

.account-card h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0
}

.account-card h3 span.glyphicon-exclamation-sign {
    color: #c72222
}

.account-card .metric {
    font-weight: 700
}

.account-card .account-stats {
    font-size: 16px
}

.account-card:active, .account-card:focus, .account-card:hover {
    background-color: #f1f2f4
}

.account-card .account-upgrade {
    position: absolute;
    bottom: 0;
    width: 13rem;
    left: .75rem;
    top: 11.5rem
}

.account-card-add {
    padding-top: 5rem;
    text-align: center
}

.account-card-add .glyphicon {
    font-size: 3rem
}

.account-card-add .add-text {
    font-size: 16px
}

section.account-details {
    padding-top: 2rem;
    padding-bottom: 2rem
}

section.account-details section {
    margin: 0 auto 2rem;
    background: #fff;
    padding: 1rem;
    border: 2px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box
}

section.pricing-details {
    text-align: center;
    background-color: #fff;
    border-top: 3px solid #ccc;
    padding: 3rem 0
}

section.pricing-details img {
    max-width: 800px
}

section.pricing-details .pricing-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: left
}

section.pricing-details p {
    margin: 2rem 0 4rem;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: .01rem
}

.form-btm-margin {
    margin-bottom: 2rem
}

.account-member .account-member-name {
    padding-left: .5rem;
    padding-right: 1rem
}

.account-member .profile-image {
    box-sizing: border-box;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box
}

.account-member .dropdown-menu .active {
    color: #fff;
    background-color: #34a1ff
}

.billing-modal .lc-modal-box {
    max-width: 36rem
}

.billing-modal h2 {
    margin-bottom: 2rem
}

.billing-modal #options {
    margin-left: -3px;
    margin-right: -3px
}

.billing-modal #more-info {
    text-align: center
}

.billing-modal .pay-option {
    text-align: center;
    margin-bottom: 15px;
    padding: 0 3px
}

.billing-modal .pay-option .box {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1rem 0;
    font-size: 14px;
    background-color: #fff
}

.billing-modal .pay-option .box:active, .billing-modal .pay-option .box:focus, .billing-modal .pay-option .box:hover {
    box-shadow: 0 0 4px #007AFF
}

.billing-modal .pay-option .box hr {
    margin: 1rem
}

.billing-modal .pay-option .box .price {
    display: block;
    font-weight: 700;
    font-size: 140%;
    margin-bottom: .5rem;
    letter-spacing: .5px
}

.billing-modal .pay-option .box .price span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0
}

.billing-modal .pay-option.selected .box {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.billing-modal .pay-option.selected .box:active, .billing-modal .pay-option.selected .box:focus, .billing-modal .pay-option.selected .box:hover {
    background-color: #47a447;
    border-color: #398439
}

.admin-panel {
    background-color: #ddd;
    padding: 2rem 1rem;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 1rem
}

sub {
    bottom: -.15rem
}

.admin-dashboard {
    padding: 2rem;
    background-color: #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box
}

.admin-dashboard .stats {
    text-align: center
}

.admin-metrics pre {
    margin: 4rem
}

.admin-metrics .show-raw-data {
    float: right;
    margin-right: 4rem;
    cursor: pointer
}

.admin-metrics table {
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0 auto;
    text-align: center
}

.admin-metrics table th {
    border: 1px solid #ccc;
    background-color: #444;
    font-weight: 400;
    color: #fff;
    text-align: center
}

.admin-metrics table td {
    border: 1px solid #fff;
    padding: .5rem;
    min-width: 8rem
}

.admin-metrics table tr:nth-child(2n+3) {
    background-color: #bbb
}

.admin-panel.users .profile-image {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    line-height: 0
}

.admin-metric-panel {
    margin-bottom: 2rem
}

.admin-metric-panel a:link, .admin-metric-panel a:visited {
    display: block;
    background-color: #f0f0f0;
    text-align: center;
    text-decoration: none;
    color: #00f
}

.admin-metric-panel a:active, .admin-metric-panel a:focus, .admin-metric-panel a:hover {
    background-color: #e0e0e0;
    border: 1px solid #666
}

.admin-metric-panel h3 {
    margin: 0;
    font-size: 2rem
}

.admin-metric-panel h3 .metric {
    display: block;
    font-size: 4rem
}

section.analytics .analytics-container {
    margin-bottom: 2rem;
    padding: 1rem;
    border: 1px solid #ccc
}

section.analytics .analytics-container h2 {
    margin: 0 0 1rem
}

section.analytics .analytics-graph {
    overflow-x: auto
}

section.analytics svg line {
    stroke-width: 2;
    stroke: #000
}

section.analytics svg rect {
    fill: #4682b4
}

section.analytics svg text {
    font-size: 11px
}

section.revenue td, section.revenue th {
    padding: 0 1rem
}

.big-red-btn {
    float: right;
    height: 7rem;
    width: 7rem;
    background-color: #C91826;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 100%
}

.big-red-btn:hover {
    background-color: #bb1623
}

.big-red-btn:active {
    box-shadow: inset 0 11px 7px rgba(0, 0, 0, .125)
}

section.lc-pages {
    padding-top: 10%;
    text-align: center
}

section.reset-password {
    margin: 0 auto;
    max-width: 400px
}

section.reset-password input {
    margin: 1rem 0
}

section.tour .top-half {
    padding: 2rem;
    background-color: #e6e7eb
}

section.tour .top-half .welcome-banner {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box
}

section.tour .top-half .welcome-banner h2, section.tour .top-half .welcome-banner h4 {
    color: #70708A
}

section.tour .top-half .next-btns {
    text-align: right
}

section.tour .top-half .next-btns .glyphicon {
    color: #A3A3C9
}

section.tour .top-half .next-btns .color-in {
    color: #428bca
}

section.tour .bottom-half {
    padding: 1rem 2rem 4rem;
    height: 100%
}

section.tour .bottom-half .tour-content {
    padding-top: 1rem;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box
}

section.tour .bottom-half .tour-content .caption {
    color: #30303B;
    font-size: 2rem;
    font-family: Oxygen, "helvetica neue", helvetica, arial, sans-serif
}

section.tour .bottom-half img {
    width: 100%;
    border: 1px solid #BCC4CC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box
}

section.tour .outline {
    border: 1px solid green
}