.animate-show-height {
width: 70%;
background: #e5feff;
border: 1px solid pink;
/* animation here is working on max-height */
max-height: 1000px;
}
.animate-show-height.ng-hide {
max-height: 0px;
}
.animate-show-height.ng-hide-remove {
transition: all 1s;
}
.animate-show-height.ng-hide-remove input {
/* default value of input fields, this would be animated to new value */
opacity: 0;
}
.animate-show-height.ng-hide-remove input {
/* animate opacity of the input fields using the animation defined */
transition: fadeInFromNone 2s ease-out;
}
@-webkit-keyframes fadeInFromNone {
0% {
opacity: 0;
}
1% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.btn {
border-radius: 0;
}
.btn.selected,
.btn.chosen {
background-color: #ffffff;
}
.btn a:visited {
color: #ffffff;
}
.btn-danger {
background-color: #d9534f;
border-color: #d43f3a !important;
}
.btn-danger.selected,
.btn-danger.chosen {
color: #d43f3a !important;
background-color: #ffffff;
}
.btn-warning {
background-color: #f0ad4e;
border-color: #eea236 !important;
}
.btn-warning.selected,
.btn-warning.chosen {
color: #eea236 !important;
}
.btn-warn {
background-color: #fafad2;
border-color: #E2E243 !important;
color: #7f7f7f !important;
}
.btn-grey {
background-color: #e6e6e6;
border-color: #CCCCCC !important;
color: #7f7f7f !important;
}
.btn-info {
background-color: #4FC3F7;
border-color: #4FC3F7 !important;
}
.btn-info:hover {
background-color: #29B6F6;
}
.btn-info.selected,
.btn-info.chosen {
color: #46b8da !important;
}
.btn-primary {
background-color: #337ab7;
border-color: #2e6da4 !important;
}
.btn-primary.selected,
.btn-primary.chosen {
color: #2e6da4 !important;
}
.btn-mild {
background-color: #C9E7EF;
border-color: #93BDC2;
}
.btn-choice {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.choice.btn {
display: inline-block;
font-size: small;
padding: 2px;
text-align: center;
width: 65px;
}
.selected,
.chosen {
background-color: #ffffff !important;
color: #777777 !important;
}
.selected:focus,
.chosen:focus {
background-color: inherit !important;
color: #777777 !important;
}
.button-submit {
background: #FF4081;
border: 1px solid #FF4081;
color: #ffffff;
}
.button-submit:hover {
background: #F50057;
color: #ffffff;
}
html,
body {
/* Sticky footer requires body and html with this height */
height: 100%;
}
body {
/* prevent horizontal scroll caused by overflowing background */
overflow-x: hidden;
color: #66595c;
font-size: 16px;
font-weight: normal;
font-family: 'Roboto', sans-serif;
line-height: 1.6;
}
* {
outline: none !important;
border-radius: 0;
}
a {
color: #efeae1;
text-decoration: none;
}
a:focus,
a:hover,
a:visited {
text-decoration: none;
}
a:hover {
color: white;
}
a:visited {
color: #efeae1;
}
input {
color: #333333;
outline: none !important;
border: none !important;
border-bottom: 1px solid #CCCCCC !important;
width: 100%;
}
input:focus {
color: #333333;
border-bottom: 1px solid #ADD8E6 !important;
}
input[type='number'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
/* Bootstrap Override */
.clickable {
cursor: pointer;
cursor: hand;
}
/* Visibility */
@media screen and (max-width: 320px) {
.hidden-very-xs {
display: none !important;
}
}
/* COLORS */
/* Backgrounds */
.ib-blue-bg {
background: #00bfff;
border: 1px solid #00bfff;
color: #FFF;
}
.ib-blue-bg:hover,
.ib-blue-bg:focus {
background: #FFF;
color: #00bfff;
}
.ib-blue-bg-only {
background: #00bfff;
border: 1px solid #00bfff;
color: #FFF;
}
/* Texts */
.ib-pink-txt {
color: #ff286d;
}
/* Layout */
.main-content-wrapper {
min-height: calc(100% - 131px);
height: auto !important;
}
.main-content-wrapper .full-content {
padding: 0;
}
.column {
padding: 0;
}
.column.main-content {
padding: 15px 0;
}
/* Glyphicons */
.glyphicons-map {
content: url('../img/glyphicons/glyphicons-243-map-marker.png');
}
.widgets {
margin-top: 15px;
}
.widgets .widget {
border: 1px solid #CCC;
margin-bottom: 15px;
}
.widgets .widget .title {
text-align: center;
text-transform: uppercase;
background: #888888;
color: white;
padding: 2px 0;
}
.widgets .widget .content {
padding: 12px;
}
.widgets .widget .content .wd-label {
padding: 5px 0;
}
.widgets .widget .content .wd-label.left {
text-align: left;
border-right: 1px solid #ccc;
}
.widgets .widget .content .wd-label.right {
text-align: right;
}
.widgets .widget .content .wd-label .desc {
line-height: 1;
}
.widgets .widget .content .wd-label .value {
font-size: 1.2em;
}
.widgets .widget .content .wd-centered {
border-top: 1px solid #ccc;
margin-top: 5px;
padding-top: 15px;
text-align: center;
}
.widgets .widget .content .wd-centered .wd-label {
padding: 0;
}
.widgets .widget .content .wd-centered .wd-label .value {
font-size: 1.0em;
text-transform: uppercase;
}
/* Common */
.noscroll {
overflow: hidden;
}
.full-width {
width: 100%;
}
.input-value-wrapper {
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.input-value-wrapper .input-value {
border-bottom: 1px dashed #ccc !important;
display: inline-block;
margin-right: 20px;
}
.input-value-wrapper .input-value:last-child {
margin-right: 0;
}
.inputfield {
margin-top: 10px;
}
.inputfield:first-child {
margin-top: 0;
}
.inputfield label.input-title {
color: #777777;
font-size: 0.75em;
font-weight: normal;
margin-bottom: 0;
text-transform: uppercase;
}
.choose-one,
.choose-multiple {
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
@media screen and (max-width: 550px) {
.main-content-wrapper .full-content {
padding: 0 15px;
}
}
.autocomplete {
position: relative;
}
.autocomplete .inputtext {
border: 1px solid grey;
font-size: 1.0em;
margin: 0;
width: 100%;
}
.autocomplete .choices {
background: white;
position: absolute;
width: 100%;
z-index: 1;
}
.autocomplete .choices .choice {
border: 1px solid #ccc;
cursor: pointer;
padding: 5px;
width: 100%;
}
.buble {
border: 1px solid #ccc;
padding: 5px 10px;
margin: 5px;
display: table-cell;
/* required for vertical align to work */
vertical-align: middle;
text-align: center;
}
.buble.1x {
border-radius: 20px;
}
.buble .content {
display: inline-block;
/* required for vertical align to work */
}
.input-value-wrapper .start,
.input-value-wrapper .end {
display: inline-block;
width: calc(50% - 3px) !important;
}
.input-value-wrapper .start .input-value,
.input-value-wrapper .end .input-value {
margin-right: 0;
width: calc(100% - 40px) !important;
}
.input-value-wrapper .start .calendar-icon,
.input-value-wrapper .end .calendar-icon {
padding: 5px;
border: 1px solid #ccc;
}
.input-value-wrapper .start .show-date,
.input-value-wrapper .end .show-date {
border-bottom: 1px dashed #ccc !important;
display: inline-block;
width: calc(100% - 40px) !important;
}
.input-value-wrapper .start {
padding-right: 15px;
}
.input-value-wrapper .end {
padding-left: 15px;
}
.calendar-icon {
padding: 5px;
border: 1px solid #ccc;
}
@media screen and (max-width: 440px) {
.input-value-wrapper .start .show-date,
.input-value-wrapper .end .show-date {
font-size: 12px;
}
}
.calendar {
display: inline;
vertical-align: bottom;
}
.calendar .display-info {
display: inline;
}
.calendar .display-info .calendar-icon {
height: 32px;
width: 32px;
}
.calendar .display-info .show-date,
.calendar .display-info .calendar-icon {
display: inline-block;
vertical-align: middle;
text-align: center;
}
.calendar span.day,
.calendar span.day-title {
display: inline-block;
text-align: center;
width: 32px;
}
.calendar .calendarwidget {
background: white;
border: 1px solid #ccc;
position: absolute;
width: 230px;
z-index: 1;
}
.calendar .calendarwidget .btnhover {
background-color: #F1F1A0;
cursor: pointer;
}
.calendar .calendarwidget .calendar-head {
border-bottom: 1px solid #ccc;
text-align: center;
}
.calendar .calendarwidget .calendar-head .back {
float: left;
}
.calendar .calendarwidget .calendar-head .date {
line-height: 2.428571;
}
.calendar .calendarwidget .calendar-head .frwd {
float: right;
}
.calendar .calendarwidget .calendar-head .back:hover,
.calendar .calendarwidget .calendar-head .frwd:hover {
background-color: #F1F1A0;
cursor: pointer;
}
.calendar .calendarwidget .week-title {
border-bottom: 1px solid #ccc;
}
.calendar .calendarwidget .week .day:active {
background: #F5F58F !important;
}
.calendar .calendarwidget .week .day:hover {
background-color: #F1F1A0;
cursor: pointer;
}
/* Checkbox and Radiobox */
input[type="checkbox"] {
display: none;
}
input[type="checkbox"] + label span.icon {
border: 1px solid #acacac;
display: inline-block;
width: 19px;
height: 19px;
margin: -1px 4px 0 0;
vertical-align: middle;
cursor: pointer;
}
input[type="checkbox"]:checked + label span.icon {
background: #FFAB40;
}
.checkbox {
margin: 0;
}
.checkbox > label {
margin: 0;
padding: 0;
}
.label-text {
font-weight: normal;
}
.noscroll {
overflow: hidden;
}
.dialog {
z-index: 999999;
position: fixed;
left: 0;
top: 0;
width: 100%;
min-height: calc(100%);
height: auto!important;
background: #efeae1;
}
.dialog[ng-cloak] {
display: none;
}
.dialog .content {
position: absolute;
width: 100%;
top: 50%;
text-align: center;
transform: translateY(-50%);
}
.repetition .selector {
padding-top: 5px;
}
.repetition .selector:first-child {
padding-top: 0;
}
.repetition .selector .aligntop {
vertical-align: top;
}
.repetition .selector .title {
display: inline-block;
font-size: small;
margin-right: 5px;
width: 80px;
}
.repetition .selector .choices {
display: inline-block;
}
.repetition .selector .choices .day {
width: 45px;
}
.repetition .selector .choices .text {
width: 135px !important;
padding: 0px;
}
.repetition .selector .choices.interval .choice:last-child {
margin-left: 23px;
}
.repetition .selector .choices.typeofcount {
margin: 0 15px;
}
@media screen and (max-width: 440px) {
.repetition .selector .title {
width: 57px !important;
}
.repetition .selector .choices {
width: 180px !important;
}
.repetition .selector .choices .choice.btn {
width: 57px;
font-size: 0.7em;
}
}
@media screen and (max-width: 550px) {
.repetition .selector {
vertical-align: middle;
}
.repetition .selector .title {
width: 62px;
}
.repetition .selector .choices {
width: 205px;
vertical-align: middle;
}
.repetition .selector .choices .choice:last-child {
margin-left: 0 !important;
}
.repetition .selector .choices .typeofday {
display: inline;
}
}
.select-time {
margin-top: 15px;
text-align: center;
}
.select-time.panel {
-webkit-box-shadow: none;
box-shadow: none;
}
.select-time .choose-year,
.select-time .choose-all,
.select-time .choose-month {
display: inline-block;
}
.select-time .dropdown-menu.show {
padding: 0;
}
.select-time .dropdown-menu .dropdown-menu-item {
border-bottom: 1px solid #ccc;
cursor: pointer;
padding: 5px;
}
.tags-list {
display: inline-block;
}
.tags {
border: none;
border-bottom: 1px solid #CCCCCC;
display: inline-block;
width: 100%;
}
.tags input {
border: 0px !important;
color: black;
display: inline-block;
padding: 0px;
}
.tags input:focus {
box-shadow: 0px;
outline: 0;
}
.tags .tag-pill {
display: inline-block;
font-size: small;
line-height: 12px;
margin-right: 4px;
padding: 4px;
}
.tags .tag-pill .delete-tag {
cursor: pointer;
display: inline-block;
font-size: 12px;
padding: 0px 2px;
}
.tags .tag-pill .delete-tag:hover {
background-color: #96b4d2;
}
.tags-autocomplete .autocomplete {
display: inline-block;
width: 130px;
}
.tags-autocomplete .autocomplete .inputtext {
font-size: 0.9em;
}
@media screen and (max-width: 550px) {
.tags-autocomplete .autocomplete .inputtext {
font-size: 0.8em;
}
}
.timepicker {
position: relative;
}
.timepicker .timepickerwidget {
background: #ffffff;
border: 1px solid #d9534f;
left: -5px;
position: absolute;
top: 25px;
width: 140px;
z-index: 10;
}
.timepicker .timepickerwidget .one {
display: inline-block;
height: 100%;
vertical-align: top;
width: 40px;
}
.timepicker .timepickerwidget .one.first {
margin-left: 3px;
}
.timepicker .timepickerwidget .one.last {
margin-right: 3px;
}
.timepicker .timepickerwidget .button-up,
.timepicker .timepickerwidget .button-down {
background: none;
border: none;
display: block;
margin: 0 auto;
padding-bottom: 100%;
padding: 0 !important;
position: relative;
width: 100%;
}
.timepicker .timepickerwidget .button-up .glyphicon,
.timepicker .timepickerwidget .button-down .glyphicon {
color: #d9534f;
}
.timepicker .timepickerwidget .field {
border-radius: 0;
border: 1px solid #cccccc !important;
display: block;
font-size: medium !important;
margin: 0;
outline: none;
padding: 0;
text-align: center;
width: 100%;
}
.timepicker .timepickerwidget .input-wrapper label.field {
padding-top: 5px;
font-weight: 100;
}
.timepicker .timepickerwidget .buttons {
border-top: 1px solid #d9534f;
padding: 3px;
}
.timepicker .timepickerwidget .buttons .btn-xs {
border-radius: 0;
width: calc(48%) !important;
}
.time-selector .choose-time {
display: inline-block;
}
.time-selector .choose-period {
display: inline-block;
margin: 0 21px;
}
.time-selector .choose-period .fullday {
display: none;
}
.time-selector .choose-all {
display: inline-block;
}
@media screen and (max-width: 440px) {
.time-selector .choose-period {
width: 180px !important;
}
}
@media screen and (max-width: 550px) {
.time-selector .choose-time,
.time-selector .choose-period {
vertical-align: middle;
}
.time-selector .choose-time .choice.btn,
.time-selector .choose-period .choice.btn {
width: 57px;
font-size: 0.7em;
}
.time-selector .choose-period {
width: 205px;
margin: 0;
}
.time-selector .choose-period .fullday {
display: inline-block;
}
.time-selector .choose-all {
display: none;
}
}
.inputfield.title .input-value {
border-bottom: 1px dotted #ccc !important;
border-top: 1px dotted #ccc !important;
font-size: large;
padding: 10px 0;
text-align: center;
text-transform: uppercase;
}
.total-time-selector .choose-time {
display: inline-block;
width: calc(50% - 5px);
}
.total-time-selector .choose-time.end-time {
padding-left: 20px;
}
.total-time-selector .choose-time .choice-label {
font-size: small;
font-weight: normal;
padding-right: 110px;
}
.total-time-selector .choose-time .timepicker .timepickerwidget {
right: -5px;
left: -75px;
}
@media screen and (max-width: 550px) {
.total-time-selector .choose-time .choice-label {
padding-right: 0px;
}
}
.trail {
display: block;
line-height: 0px;
margin: 0px;
padding: 0px;
}
.trail li {
background: #dddddd;
border: 1px solid white;
display: inline-block;
height: 9px;
width: 9px;
}
.trail li.done {
background: lightgreen;
}
.trail li.miss {
background: red;
}
.trail li.today {
background: #FFA500;
}
.trail li.none {
background: #dddddd;
}
.drawer-menu,
.drawer-icon {
display: inline-block;
}
.menu-sidebar {
background: #faf6ec;
border-right: 1px solid #ccc;
height: auto!important;
left: 0;
min-height: calc(100%);
position: fixed;
width: 300px;
top: 53px;
z-index: 10;
}
.menu-sidebar a,
.menu-sidebar a:visited {
color: #333;
}
.menu-sidebar .menu-item {
border-bottom: 1px solid #ccc;
font-size: 0.7em;
font-weight: normal;
padding: 7px 14px;
color: black;
}
.menu-sidebar .menu-item.register {
background: #faebd7;
}
.menu-sidebar .menu-item a {
font-size: 0.8em;
}
/* COPYRIGHT */
.copyright-wrapper {
background-color: #efeae1;
position: relative;
left: 0px;
bottom: 0px;
margin-top: 20px;
}
.copyright {
height: 55px;
padding: 15px;
}
.btn.register {
background: transparent;
border: 1px solid #efeae1;
}
.btn.register:active,
.btn.register:focus,
.btn.register:hover {
background: #000000;
color: #ffffff;
}
/* WRAPPER */
.content-wrapper {
/* allow content background to overflow */
margin-left: -600px;
margin-right: -600px;
/* adding overflow prevention padding to content */
padding: 10px 600px;
}
/* HEADER */
.header-wrapper {
background-color: #584b4f;
}
.header {
color: #efeae1;
display: table;
font-size: 14px;
padding: 6px 0;
}
.header .title {
display: table-cell;
font-size: 26px;
font-weight: bold;
}
.header .title .menu-icon {
display: none;
}
.header .title .inputbox-link {
cursor: pointer;
}
.header .header-menu {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.header .header-menu .item {
display: inline-block;
padding-left: 20px;
}
@media screen and (max-width: 767px) {
.header {
padding: 6px 15px;
width: 100% !important;
}
}
@media screen and (max-width: 991px) {
.header .title .menu-icon {
padding-right: 5px;
display: inline-block;
}
}
.inputbox {
margin: auto;
width: 550px;
/* Mockups */
}
.inputbox .input-box-wrapper {
margin-bottom: 40px;
/* Icons */
}
.inputbox .input-box-wrapper .editorbox {
border: none;
border-bottom: 1px solid #CCC;
padding: 0;
}
.inputbox .input-box-wrapper .editorbox:focus {
border-bottom: 1px solid #ADD8E6;
outline: none;
}
.inputbox .input-box-wrapper .editorbox:first-child {
margin-top: 0;
}
.inputbox .input-box-wrapper .box {
border: 1px solid #CCCCCC !important;
background: white;
margin-bottom: 10px;
margin-top: 0;
}
.inputbox .input-box-wrapper .box .inputbox {
margin-top: 0;
}
.inputbox .input-box-wrapper .box .items {
text-align: center;
}
.inputbox .input-box-wrapper .box .forms form {
padding: 12px;
}
.inputbox .input-box-wrapper .box .titlebar {
text-align: center;
text-transform: uppercase;
padding: 12px;
background: #E91E63;
color: white;
}
.inputbox .input-box-wrapper .box .menu .menuitem {
padding: 0 2px;
font-size: small;
}
.inputbox .input-box-wrapper .box .menu .menuitem .title {
background: #e6e6e6;
padding: 0px;
margin: 5px 0;
border: 1px solid #CCCCCC;
text-align: center;
}
.inputbox .input-box-wrapper .namelist {
margin-top: -10px;
}
.inputbox .input-box-wrapper .snippet-options .options.calendar {
float: left;
}
.inputbox .input-box-wrapper .snippet-options .options.buttons {
float: right;
}
.inputbox .input-box-wrapper .item {
display: inline-block;
outline: none;
width: 76px;
padding: 12px 0;
}
.inputbox .input-box-wrapper .item:hover {
cursor: pointer;
}
.inputbox .input-box-wrapper .item .icon {
border: 1px solid #CCCCCC;
border-radius: 8px !important;
color: #a9a9a9;
font-size: 28px;
height: 48px;
margin: auto;
width: 48px;
text-align: center;
}
.inputbox .input-box-wrapper .item .icon img {
height: 48px;
width: 48px;
}
.inputbox .input-box-wrapper .item .icon.icon-fa-file-text-o {
border: 1px solid #00BCD4;
color: #00BCD4;
}
.inputbox .input-box-wrapper .item .icon.icon-fa-list {
border: 1px solid #9C27B0;
color: #9C27B0;
}
.inputbox .input-box-wrapper .item .icon.icon-fa-meh-o {
border: 1px solid #FFC107;
color: #FFC107;
}
.inputbox .input-box-wrapper .item .icon.icon-fa-cutlery {
border: 1px solid #E040FB;
color: #E040FB;
}
.inputbox .input-box-wrapper .item .icon.icon-fa-heartbeat {
border: 1px solid #E91E63;
color: #E91E63;
}
.inputbox .input-box-wrapper .item .icon.icon-fa-refresh {
border: 1px solid #FF9800;
color: #FF9800;
}
.inputbox .input-box-wrapper .item .icon.icon-fa-calendar {
cursor: not-allowed;
}
.inputbox .input-box-wrapper .item .icon.icon-fa-calendar + .title {
color: #a9a9a9;
cursor: not-allowed;
}
.inputbox .input-box-wrapper .item .icon.icon-fa-gamepad {
border: 1px solid #2196F3;
color: #2196F3;
}
.inputbox .input-box-wrapper .item .icon.icon-fa-map-marker {
border: 1px solid #4CAF50;
color: #4CAF50;
}
.inputbox .input-box-wrapper .item .icon.icon-fa-money {
border: 1px solid #B7C341;
color: #B7C341;
}
.inputbox .input-box-wrapper .item .title {
font-size: 0.8em;
margin-top: 5px;
text-transform: uppercase;
text-align: center;
}
.inputbox .add-new {
background: aliceblue;
text-align: center;
padding: 10px 0;
margin-top: 12px;
border: 1px dotted #CCCCCC;
}
.inputbox .lists .itembox {
padding: 20px;
border: 1px solid #CCCCCC;
box-sizing: content-box;
overflow: hidden;
}
.inputbox .lists .itembox .inputbox {
color: #666;
border: none;
}
.inputbox .lists .info {
color: #CCCCCC;
font-size: small;
}
.inputbox .lists .info a {
color: #CCCCCC;
}
@media screen and (max-width: 550px) {
.inputbox {
width: 100%;
}
.inputbox .flex-container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: center;
}
.inputbox .input-box-wrapper {
margin-bottom: 20px;
}
.inputbox .input-box-wrapper .snippet-options .options.calendar {
float: left;
}
.inputbox .input-box-wrapper .snippet-options .options.calendar .calendar .display-info .show-date {
font-size: 0.7em;
}
.inputbox .input-box-wrapper .snippet-options .options.calendar .calendar .display-info .calendar-icon {
display: none !important;
}
.inputbox .input-box-wrapper .snippet-options .options.calendar .timepicker .date {
font-size: 0.7em;
}
}
.wall-background {
background-color: #f7f7f7;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.wall-background .form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.wall-background input {
background: #f7f7f7;
}
.account-wall {
padding: 0px;
padding-top: 40px;
background-color: #f7f7f7;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.account-wall .form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.account-wall input {
background: #f7f7f7;
}
.signup-wall {
margin-top: 10px;
padding: 10px 0 0px;
background-color: #f7f7f7;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.signup-wall .form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.signup-wall input {
background: #f7f7f7;
}
.signup-wall .alert {
margin-bottom: 0px;
}
.signup-wall .messages {
margin-bottom: 5px;
}
.signup-wall .invite-code {
background: #777777;
color: white;
padding: 10px 0;
}
.signup-wall .invite-code .inputfield label.input-title {
color: #ffffff;
}
.signup-wall .invite-code .inputfield input[type="text"] {
background: #777777;
border-bottom: 1px solid #ffffff !important;
color: #ffffff;
text-transform: uppercase;
}
.signup-wall .invite-code .message {
margin-top: 40px;
}
.profile-img {
width: 96px;
height: 96px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.new-account {
display: block;
margin-top: 10px;
}
h1.error-message {
color: red;
}
ul.user-details {
list-style: none;
}
.login,
.signup {
margin: 10px 0;
}
.btn-register {
margin-top: 10px;
}
.register-txt {
margin-top: 30px;
}
.sidebar-card {
border-bottom: 1px solid #efefef;
}
.sidebar-card .details {
padding: 8px;
}
.sidebar-card .details .checkbox {
display: inline-block;
}
.sidebar-card .details .time {
font-size: 11px;
text-align: right;
text-transform: uppercase;
}
.sidebar-card .details .row-one .info {
float: right;
}
.sidebar-card .details .row-one .info .trail {
font-size: 11px;
text-align: right;
text-transform: uppercase;
}
.sidebar-card .details .row-two .location {
display: inline-block;
}
.sidebar-card .details .row-two .location .map-icon {
height: 16px;
width: 12px;
margin: 0 7px 0 5px;
}
.sidebar-card .details .row-two .location .text {
font-size: 11px;
}
.sidebar-card .details .row-two .time-range {
float: right;
margin-top: 4px;
}
.sidebar-card .details .row-two .time-range .period {
font-size: 11px;
text-align: right;
text-transform: uppercase;
}
.sidebar .action-bar {
margin-top: 15px;
border: 1px solid #CCCCCC;
}
.sidebar .action-bar .title {
text-align: center;
text-transform: uppercase;
background: #FF9800;
color: white;
padding: 6px 0;
}
.sidebar .action-bar .content .heading {
background: #FFB74D;
margin: 0;
color: white;
padding: 2px 0;
text-align: center;
text-transform: uppercase;
}
.sidebar .action-bar .content .message {
color: #CCCCCC;
padding: 12px;
text-align: center;
}
.timeline-template .timeline-detail {
padding: 5px 0;
padding-left: 12px;
}
.timeline-template .timeline-detail .summary {
overflow: hidden;
}
.timeline-template .timeline-detail .summary .title {
text-transform: uppercase;
}
.timeline-template .timeline-detail .summary .field {
padding-top: 5px;
}
.timeline-template .timeline-detail .summary .field .icon {
border: 1px solid #ccc;
display: inline-block;
line-height: 1.1em;
padding: 4px;
text-align: center;
width: 34px;
}
.timeline-template .timeline-detail .summary .field .icon .fa {
font-size: 1.0em;
}
.timeline-template .timeline-detail .summary .field .desc {
display: inline-block;
font-size: small;
padding: 5px;
vertical-align: top;
}
.timeline-template .timeline-detail .tags {
border: none;
font-size: 11px;
padding-top: 8px;
text-transform: uppercase;
}
.timeline-template .timeline-detail .note-template {
font-size: 15px;
}
.timeline-template .timeline-detail .note-template .summary {
height: 50px;
}
.timeline-template .timeline-detail .list-template {
font-size: 15px;
}
.timeline-template .timeline-detail .list-template .summary {
height: 25px;
}
.timeline-template .timeline-detail .fitness-template .summary .desc .title {
width: 140px;
}
.timeline-template .timeline-detail .fitness-template .summary .desc .set {
width: 30px;
text-align: right;
}
.timeline-template .timeline-detail .fitness-template .summary .desc * {
display: inline-block;
}
@media screen and (max-width: 550px) {
.timeline-template .timeline-detail .summary .field .icon .fa {
font-size: 0.9em;
}
}
.timeline-title {
padding: 10px 0;
margin: 0;
margin-bottom: 20px;
border-bottom: 1px dotted #cccccc;
border-top: 1px dotted #cccccc;
text-transform: uppercase;
text-align: center;
}
.timeline {
margin: auto;
width: 550px;
}
.timeline .fa {
color: #888;
}
.timeline .date {
background: #03A9F4;
border: 1px solid #03A9F4;
color: #FFF;
text-align: center;
width: 230px;
}
.timeline .date:hover {
background: #FFF;
color: #03A9F4;
}
.timeline .date:hover .back,
.timeline .date:hover .next {
cursor: pointer;
display: inline-block;
}
.timeline .date:hover .back .fa,
.timeline .date:hover .next .fa {
color: #03A9F4;
}
.timeline .date .currentdate {
display: inline-block;
padding: 5px 0;
vertical-align: middle;
width: calc(100% - 45px);
}
.timeline .date .currentdate .day {
font-size: x-large;
line-height: 1em;
text-transform: uppercase;
}
.timeline .date .currentdate .dayofweek {
font-size: 11px;
padding-left: 5px;
text-transform: uppercase;
}
.timeline .date .back,
.timeline .date .next {
display: none;
text-align: center;
padding: 12px 4px;
width: 16px;
}
.timeline .column {
position: relative;
}
.timeline .column .item {
margin: 0;
}
.timeline .column .item .location {
display: inline-block;
margin: 0px 30px;
vertical-align: top;
}
.timeline .column .item .location .timeline-item {
margin: 1px 0;
}
.timeline .column .item .location .line {
border-left: 1px solid #cccccc;
margin: 0 24px;
}
.timeline .column .item .location .icon {
height: 48px;
width: 48px;
border: none;
border: 1px solid #cccccc;
border-radius: 24px !important;
padding: 7px;
text-align: center;
}
.timeline .column .item .location .icon i.fa {
font-size: 32px;
}
.timeline .column .item .location .no-icon {
border-left: 1px solid #cccccc;
height: 48px;
margin: 0 24px;
}
.timeline .column .item .location .home {
width: 32px;
content: url('../img/icons-monochrome/home.png');
}
.timeline .column .item .timeline-bar {
border-left: 1px solid #555;
display: inline-block;
height: 145px;
}
.timeline .column .item .details {
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
display: inline-block;
height: 145px;
overflow: hidden;
vertical-align: top;
width: calc(100% - 160px);
}
.timeline .column .item .details .timeline-detail .summary .field .desc {
width: calc(100% - 40px);
}
.timeline .column .item.first,
.timeline .column .item.last {
height: 25px;
}
.timeline .column .item.first .location,
.timeline .column .item.last .location {
width: 49px;
text-align: center;
}
.timeline .column .item.first .location .fa-exchange,
.timeline .column .item.last .location .fa-exchange {
transform: rotate(90deg);
}
.timeline .column .item.first .location,
.timeline .column .item.last .location,
.timeline .column .item.first .timeline-bar,
.timeline .column .item.last .timeline-bar,
.timeline .column .item.first .details,
.timeline .column .item.last .details {
border-right: none;
display: inline-block;
vertical-align: top;
height: 25px;
}
.timeline .column .item.message {
height: 120px;
}
.timeline .column .item.message .location {
width: 49px;
}
.timeline .column .item.message .details {
border: 1px solid #03A9F4;
border-left: none;
height: 120px;
}
.timeline .column .item.message .details .icon {
font-size: 3em;
text-align: center;
}
.timeline .column .item.message .details .icon .fa {
color: #03A9F4;
}
.timeline .column .item.message .details .text {
text-align: center;
color: #03A9F4;
}
.timeline .column .item.last .location .line {
height: 25px;
}
.timeline .column .item.last .details {
border: none;
}
.timeline .column .item.calendar {
display: inline-block !important;
width: 100%;
}
@media screen and (max-width: 550px) {
.timeline {
width: 100%;
}
.timeline .date {
width: 100%;
}
.timeline .date .back,
.timeline .date .next {
display: inline-block;
}
.timeline .date .back .fa,
.timeline .date .next .fa {
color: white;
}
.timeline .date .back {
padding-right: 50px;
}
.timeline .date .next {
padding-left: 50px;
}
.timeline .date .currentdate {
width: calc(100% - 130px);
}
.timeline .column .item.first .location,
.timeline .column .item.last .location {
width: 33px;
}
.timeline .column .item.first .timeline-bar,
.timeline .column .item.last .timeline-bar {
display: none;
}
.timeline .column .item.message .location.none {
display: none;
}
.timeline .column .item.message .details {
border-left: 1px solid #03A9F4;
width: 100%;
}
.timeline .column .item .location {
margin: 0px;
}
.timeline .column .item .location .icon {
height: 32px;
width: 32px;
border-radius: 16px !important;
margin: 0;
padding: 3px;
}
.timeline .column .item .location .icon i.fa {
font-size: 24px;
}
.timeline .column .item .location .no-icon {
height: 32px;
margin: 0 16px;
}
.timeline .column .item .location .line {
margin: 0 16px;
}
.timeline .column .item .timeline-bar {
display: none;
}
.timeline .column .item .details {
width: calc(100% - 40px);
border-right: none;
}
.timeline .column .item .details .timeline-info {
width: 15%;
padding: 0;
}
.timeline .column .item .details .timeline-info .type-and-time {
padding-top: 3px;
}
.timeline .column .item .details .timeline-info .type-and-time .type .icon {
font-size: 1em;
}
.timeline .column .item .details .timeline-detail {
width: 85%;
padding-left: 8px;
}
.timeline .column .item .details .timeline-detail .summary .field .icon {
padding: 2px 0;
width: 25px;
}
.timeline .column .item .details .timeline-detail .summary .field .desc {
padding: 0 5px;
width: calc(100% - 40px);
}
}
.type-and-time {
padding: 10px 0 0 0;
}
.type-and-time .type {
text-align: center;
}
.type-and-time .type .icon {
font-size: 1.5em;
}
.type-and-time .timestamp .humantime {
text-align: center;
font-size: 11px;
}
.timeline .type-and-time.acty,
.timeline .type-and-time.acty .fa {
color: #2196F3;
}
.timeline .type-and-time.plcs,
.timeline .type-and-time.plcs .fa {
color: #4CAF50;
}
.timeline .type-and-time.ckin,
.timeline .type-and-time.ckin .fa {
color: #d89c71;
}
.timeline .type-and-time.note,
.timeline .type-and-time.note .fa {
color: #00BCD4;
}
.timeline .type-and-time.hlth,
.timeline .type-and-time.hlth .fa {
color: #E91E63;
}
.timeline .type-and-time.food,
.timeline .type-and-time.food .fa {
color: #E040FB;
}
.timeline .type-and-time.mood,
.timeline .type-and-time.mood .fa {
color: #FFC107;
}
.timeline .type-and-time.mney,
.timeline .type-and-time.mney .fa {
color: #B7C341;
}
.timeline .type-and-time.cldr,
.timeline .type-and-time.cldr .fa {
color: #FF5722;
}
.timeline .type-and-time.habt,
.timeline .type-and-time.habt .fa {
color: #FF9800;
}
.timeline .type-and-time.list,
.timeline .type-and-time.list .fa {
color: #9C27B0;
margin: 0 !important;
}
.timeline .timeline-detail .activity-card .title {
color: #2196F3;
}
.timeline .timeline-detail .place-card.plcs .title {
color: #4CAF50;
}
.timeline .timeline-detail .place-card.ckin .title {
color: #d89c71;
}
.timeline .timeline-detail .note-card .title {
color: #00BCD4;
}
.timeline .timeline-detail .mood-card .title {
color: #FFC107;
}
.timeline .timeline-detail .fitness-card .title {
color: #E91E63;
}
.timeline .timeline-detail .food-card .title {
color: #E040FB;
}
.timeline .timeline-detail .finance-card .title {
color: #B7C341;
}
.timeline .timeline-detail .calendar-card .title {
color: #FF5722;
}
.timeline .timeline-detail .habit-card .title {
color: #FF9800;
}
.timeline .timeline-detail .list-card .title {
color: #9C27B0;
}
.activity-panel .activity {
margin-bottom: 5px;
width: 100% !important;
}
.activity-panel .activity-option .inputfield {
margin-top: 0 !important;
}
/* QUOTATION */
.quotation .quote {
text-align: center;
padding: 100px;
}
/* CONTACT */
.contact-wrapper {
background-color: #faf6ec;
}
.contact .contact-links .contact-title {
text-align: center;
}
.contact .contact-links .contact-list {
margin: auto;
}
.contact .contact-links .contact-list .item td {
padding: 5px;
padding-right: 25px;
font-weight: bold;
}
.contact .contact-links .contact-list .item .link a {
font-weight: normal;
color: grey !important;
}
.contact .contact-links .contact-list .item .link a:hover {
text-decoration: none;
}
.calendar-panel .repetition .selector .title {
width: 165px;
}
.calendar-panel .repetition .selector .choices {
width: calc(100% - 180px);
}
.calendar-panel .repetition .selector .choices .choice:last-child {
margin-left: 0;
}
.finance-card .summary {
border-bottom: 1px dashed #acacac;
padding-bottom: 5px;
}
.finance-card .summary:last-child {
border-bottom: none;
padding-bottom: 0;
}
.member .memberinfo .transaction.splitequally .desc {
display: inline-block;
width: calc(100% - 125px);
}
.member .memberinfo .transaction.splitequally .amount {
display: inline-block;
text-align: right;
width: 120px;
}
.member .memberinfo .transaction.splitbypayment .payment .desc {
display: inline-block;
width: calc(100% - 235px);
}
.member .memberinfo .transaction.splitbypayment .payment .amount {
text-align: left;
width: 110px;
}
.member .memberinfo .transaction.splitbypayment .payment .amount-paid {
display: inline-block;
margin-right: 10px;
padding-left: 10px;
width: 100px !important;
}
@media screen and (max-width: 550px) {
.member {
border-bottom: 1px solid #acacac;
font-size: small;
}
.member:last-child {
border: none;
}
.member .memberinfo .transaction.splitequally .desc {
width: calc(100% - 75px);
}
.member .memberinfo .transaction.splitequally .amount {
width: 70px;
}
}
.finance-panel .payment-type {
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.finance-panel .sub-panel {
background-color: #dff0d8;
padding: 12px;
}
.finance-summary .summary-item {
border: 1px solid #acacac;
border-top: none;
border-bottom: 1px dashed #acacac;
padding: 12px;
}
.finance-summary .summary-item:first-child {
border-top: 1px solid #acacac;
}
.finance-summary .summary-item:last-child {
border-bottom: 1px solid #acacac;
}
.finance-summary .summary-item .title {
display: inline-block;
width: calc(50% - 2px);
vertical-align: top;
}
.finance-summary .summary-item .amount,
.finance-summary .summary-item .tags-list,
.finance-summary .summary-item .type {
display: inline-block;
width: calc(50% - 2px);
text-align: right;
}
@media screen and (max-width: 550px) {
.finance-summary .summary-item .title {
font-size: 0.9em;
width: calc(40% - 2px);
}
.finance-summary .summary-item .amount,
.finance-summary .summary-item .tags-list,
.finance-summary .summary-item .type {
font-size: 0.8em;
width: calc(60% - 2px);
}
.finance-summary .summary-item .heading .title {
width: calc(50% - 2px);
}
.finance-summary .summary-item .heading .amount {
width: calc(50% - 2px);
}
}
.widget.finance .content .under-construction .fa {
font-size: 1.7em;
color: #acacac;
}
.widget.finance .content .under-construction .message {
margin: 12px 0 0;
color: #acacac;
}
.finance-list .list {
display: inline-block;
margin: 5px;
}
.fitness-card .summary {
border-bottom: 1px dashed #ccc;
margin-bottom: 5px;
padding-bottom: 5px;
}
.fitness-card .summary:last-child {
border-bottom: none;
margin-bottom: 0;
}
.fitness-card .summary .title {
padding: 0;
}
.fitness-card .summary .sets .set .field {
display: inline-block;
width: calc(25% - 5px);
}
.fitness-card .summary .sets .set .field .icon {
display: inline-block;
}
@media screen and (max-width: 550px) {
.fitness-card .summary .fields .repetition .set,
.fitness-card .summary .fields .weight .set,
.fitness-card .summary .fields .time .set {
width: 40px;
}
}
.fitness-panel .input-value-wrapper .input-value {
width: calc(20% - 20px) !important;
text-align: left;
}
@media screen and (max-width: 550px) {
.fitness-panel .input-value-wrapper .input-value {
font-size: small;
margin-right: 5px;
width: calc(20% - 10px) !important;
}
}
.fitness-summary {
padding-bottom: 10px;
border-bottom: 1px dashed #ccc;
}
.fitness-summary .heading {
font-weight: bold;
text-transform: uppercase;
}
.fitness-summary .workout {
padding: 6px 12px;
border: 1px solid #ccc;
border-bottom: none;
}
.fitness-summary .workout:last-child {
border-bottom: 1px solid #ccc;
}
.fitness-summary .workout .summary .set .set-number,
.fitness-summary .workout .summary .set .repetition,
.fitness-summary .workout .summary .set .weight,
.fitness-summary .workout .summary .set .distance,
.fitness-summary .workout .summary .set .time {
display: inline-block;
width: calc(20% - 10px);
}
.fitness-summary .workout .summary .set .set-number {
font-weight: 700;
}
@media screen and (max-width: 550px) {
.fitness-summary .workout .summary .set .set-number,
.fitness-summary .workout .summary .set .repetition,
.fitness-summary .workout .summary .set .weight,
.fitness-summary .workout .summary .set .distance,
.fitness-summary .workout .summary .set .time {
font-size: small;
}
}
.widget.fitness .content .info .wd-row .wd-label {
padding: 5px 0 0 0;
}
.widget.fitness .content .info .wd-row .wd-label.left {
border-right: none;
}
.widget.fitness .content .info .wd-row .wd-values {
border-top: 1px dashed #acacac;
}
.widget.fitness .content .info .wd-row .wd-values:first-child {
border-top: none;
}
.widget.fitness .content .info .wd-row .wd-values .wd-moreinfo {
font-size: 0.8em;
padding: 0 0 5px 0;
}
.widget.fitness .content .under-construction .fa {
font-size: 1.7em;
color: #acacac;
}
.widget.fitness .content .under-construction .message {
margin: 12px 0 0;
color: #acacac;
}
.food-panel .quantity-selector .choose-items,
.food-panel .quantity-selector .choose-container,
.food-panel .quantity-selector .choose-weight {
display: inline-block;
}
.food-panel .quantity-selector .choose-items input.quantity {
border: none !important;
width: 65px;
}
.food-panel .quantity-selector .choose-container {
margin-right: 21px;
}
.food-panel .quantity-selector .choose-container .weights {
display: none;
}
.food-panel .inputfield.first {
margin-top: 0px !important;
}
.food-panel .inputfield.calorie-count {
position: relative;
}
.food-panel .inputfield.calorie-count .suggested-value {
position: absolute;
bottom: 0;
}
.food-panel .inputfield.calorie-count .input-value:focus + .suggested-value {
right: 0;
}
@media screen and (min-width: 455px) and (max-width: 550px) {
.food-panel .choose-container {
width: 343px !important;
}
}
@media screen and (max-width: 550px) {
.food-panel .quantity-selector .choose-items,
.food-panel .quantity-selector .choose-container,
.food-panel .quantity-selector .choose-weight {
vertical-align: middle;
}
.food-panel .quantity-selector .choose-items .quantity {
width: 33px !important;
font-size: 1.1em;
}
.food-panel .quantity-selector .choose-container {
margin-right: 0 !important;
width: 205px;
}
.food-panel .quantity-selector .choose-container .weights {
display: inline-block;
}
.food-panel .quantity-selector .choose-weight {
display: none !important;
}
}
.food-summary {
border-bottom: 1px #acacac dashed;
padding-bottom: 5px;
}
.food-summary:last-child {
border-bottom: none;
}
.food-summary .drinks {
padding-top: 10px;
}
.food-summary .type {
border: 1px solid grey;
margin-right: 20px;
vertical-align: top;
width: 64px;
text-align: center;
}
.food-summary .desc {
display: none;
}
.food-summary .all {
border: 1px solid #acacac;
width: calc(100% - 90px);
}
.food-summary .type,
.food-summary .all,
.food-summary .each .info,
.food-summary .each .amount {
display: inline-block;
}
.food-summary .each {
padding: 0 10px;
border-top: 1px solid #acacac;
}
.food-summary .each:first-child {
border-top: none;
}
.food-summary .each .info {
vertical-align: middle;
width: calc(70% - 10px);
}
.food-summary .each .amount {
vertical-align: middle;
width: calc(30% - 10px);
text-align: right;
}
@media screen and (max-width: 480px) {
.food-summary .type,
.food-summary .all {
display: block;
}
.food-summary .type {
border: none;
}
.food-summary .type .fa-cutlery,
.food-summary .type .fa-glass {
display: none;
}
.food-summary .desc {
display: block;
}
.food-summary .all {
width: 100%;
}
}
.widget.food .content .info .wd-centered .wd-label .value {
font-size: 1.0em;
text-transform: uppercase;
}
.widget.food .content .under-construction .fa {
font-size: 1.7em;
color: #acacac;
}
.widget.food .content .under-construction .message {
margin: 12px 0 0;
color: #acacac;
}
.habit-card .summary .title .desc .checkbox {
display: inline-block;
}
.habit-card .summary .title .desc .checkbox .icon {
border-radius: 8px !important;
height: 16px !important;
width: 16px !important;
}
.habit-card .summary .status .desc {
vertical-align: middle !important;
}
.habit-card .summary .field .desc {
width: calc(100% - 40px);
}
.habit .item {
display: inline-block;
text-align: center;
color: white;
margin: 5px;
padding: 0px;
float: left;
}
.habit .item span {
display: inline-block;
line-height: normal;
}
.habit .item.none {
background: #9C6C6C;
}
.habit .item.none:hover {
background: #876868;
}
.habit .item.done {
background: #64B464;
}
.habit .item.done:hover {
background: #4D8B4D;
}
.habit .archived {
background: #e5e5e5 !important;
}
.habit .priority-high {
height: calc(190px);
width: calc(190px);
}
.habit .priority-high .text {
line-height: calc(190px);
line-height: 190px;
}
.habit .priority-medium {
height: calc(90px);
width: calc(190px);
}
.habit .priority-medium .text {
line-height: calc(90px);
line-height: 90px;
}
.habit .priority-low {
height: calc(90px);
width: calc(90px);
}
.habit .priority-low .text {
line-height: calc(90px);
line-height: 90px;
}
.habit .new-btn {
background: #FFA500 !important;
border-radius: 0px;
}
.habit .new-btn:hover {
background: #FDB631 !important;
color: white;
}
.list-card .desc > .list {
margin: 0;
}
.list-card .desc > .list .input-field {
background: #ffffff;
border-bottom-color: #eee !important;
margin-top: 0;
}
.list:first-child {
margin: 10px;
}
.list input {
border-bottom: 1px solid #999999;
border: none;
margin-top: 10px;
outline: none;
}
.list .listitem {
margin-left: 30px;
}
.list .listitem:first-child {
margin-left: 0px;
}
.list-panel > .inputfield > .list > div:first-child > .listitem > input[type="text"] {
margin-top: 0;
}
.listitem + .list {
margin-left: 30px;
}
.media-panel .inputfield .input-value {
width: calc(100% - 47px) !important;
}
.media-panel .inputfield .file-upload {
display: inline-block;
}
.media-panel .inputfield .file-upload label {
margin-bottom: 0;
}
.media-panel .inputfield .file-upload .icon.attach {
background: #EEE0E0;
border: 1px solid #CCCCCC;
height: 32px;
margin-left: 10px;
padding: 5px;
width: 32px;
}
.media-panel .inputfield .file-upload .icon.attach:active {
background: #ffffff;
border: 1px solid #D7D7D7;
}
.mood-bar {
display: inline-block;
margin-right: 8px;
text-align: center;
width: 30px;
}
.mood-bar .time {
font-size: 11px;
}
.mood-bar .bar .slots {
list-style: none;
padding: 0;
margin: 0;
}
.mood-bar .bar .slots li {
border: 1px solid white;
display: block;
margin: 0 10px;
height: 9px;
width: 9px;
}
.mood-bar .bar .slots li.positive {
background: green;
}
.mood-bar .bar .slots li.negative {
background: red;
}
.mood-bar .bar .slots li.neutral {
background: white;
border: 1px solid #ccc;
}
.mood-panel .item-btns {
text-align: center;
border-bottom: 1px solid #CCCCCC;
padding: 5px 0;
}
.mood-panel .item-btns .item-btn {
display: inline-block;
width: 50px;
margin: 0 2px;
}
.mood-panel .item-btns .btn {
color: #ffffff;
height: 30px;
width: 100%;
}
.mood-panel .item-btns .btn.btn-mild {
color: #777777;
}
.mood-panel .feeling-list {
border-bottom: 1px solid #CCCCCC;
padding-bottom: 5px;
}
.mood-panel .feeling-list .btn.btn-xs {
margin-right: 5px;
}
@media screen and (max-width: 480px) {
.mood-panel .item-btns .item-btn {
width: 45px;
}
}
@media screen and (max-width: 420px) {
.mood-panel .item-btns .item-btn {
width: 35px;
}
}
@media screen and (max-width: 350px) {
.mood-panel .item-btns .item-btn {
margin: 0;
}
}
.widget.mood .baseline {
border-bottom: 1px solid #ccc;
position: relative;
top: -51px;
z-index: 1;
}
.widget.mood .moods {
position: relative;
z-index: 2;
}
.widget.mood .message {
color: #acacac;
padding: 10px;
text-align: center;
text-transform: uppercase;
}
.place-card .whom {
width: initial;
}
.place-card .source {
font-size: small;
}