body {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 14px;
  height: 100%;
  background: center right fixed no-repeat;
  background-color: white;
  transition: background .25s ease-out;
  overflow-x: hidden;
}

.ffos {font-family: 'Open Sans', Helvetica, sans-serif}

html {height: 100%}

ul.p, ol.p {
  font-size: 18px;
}

.modal-footer {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.modal-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

code.blocklevel {
  background: none;
}

code:not(.blocklevel),
code.blocklevel pre,
textarea.blocklevel-code {
  color: #665B6B;
  background-color: #F2EEF7;
  border: 1px solid #CCB6D6;
}

.allexceptfooter {
  min-height: 100%;
  margin: 0 0 -53px;
  padding: 70px 0;
  transition: background .25s ease-out;
  background: rgba(255,255,255,1);
}
.navbar.footer {height:52px; margin: 0;}
.col-12-fosho {width: 100%; margin-left: 0;}

#promo-countdown {
  border-radius: 4px;
  margin: 2px;
  padding: 8px;
  background: #ffcc99;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  width:540px;
  text-align: center;
  border: 2px solid #ff9933;
  clear: both;
}

@media (max-width: 768px) {
  #promo-countdown {
    width: 100%;
    font-size: 18px;
  }
}

@keyframes ticker {
  0%      {margin-top: 0}
  10%     {margin-top: -40px}
  12.5%   {margin-top: -40px}
  22.5%   {margin-top: -80px}
  25%     {margin-top: -80px}
  35%     {margin-top: -120px}
  37.5%   {margin-top: -120px}
  47.5%   {margin-top: -160px}
  50%     {margin-top: -160px}
  60%     {margin-top: -200px}
  62.5%   {margin-top: -200px}
  72.5%   {margin-top: -240px}
  75%     {margin-top: -240px}
  85%     {margin-top: -280px}
  87.5%   {margin-top: -280px}
  97.5%   {margin-top: -320px}
  100%    {margin-top: -320px}
}

.ticker {
  width: 820px;
  height: 40px;
  margin: 20px auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font: 22px 'Montserrat', 'Century Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
}
.ticker span {
  float: left;
  line-height: 40px;
  padding-right: 10px;
  position: relative;
  top: 1%;
}

.ticker ul {
  float: left;
  padding-left: 0;
  animation: ticker 12s cubic-bezier(1, 0, 0, -0.5) infinite;
  /*animation: ticker 12s cubic-bezier(0.88, 0.02, 0.18,-0.54) infinite;*/
}

.ticker ul li {
  line-height: 40px;
  list-style: none;
}


@media (max-width: 768px) {
  .ticker {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
    /*overflow: */
    /*height: 120px;*/
    /*flex-direction: column;*/
  }
  .ticker-sub {
    overflow: hidden;
    height: 40px;
    width: 100%;
  }
  .ticker span {
    float: none;
  }
  .ticker ul {
    float: none;
    text-align: center;
  }
}
/************* vidyard code **************/
.vidyard_innerContainer {
  /*background-color: green;*/
  position: relative; 
  display: block;
  width: 100% !important;
  height: 0;
  padding: 56.25% 0 0 0; /* This should reflect your video aspect ratio */
  text-align: center;
}
.vidyard_outerContainer {
  /*background-color: blue;*/
  /*max-height: 360px; /* Set this to the height of your player */
  text-align: center
}
.vidyard_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* These should be the dimensions of your player */
  /*max-width: 640px;   */
  /*max-height: 360px;*/
}
.vidyard_player > span {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
}

@media (max-width: 992px) {
  .container.container-splashvideo,
  .no-padding-sm {
    padding: 0;
    margin: 0;
  }
}

/***************************/

img.svgicon, .svgicon {
  width: 1em;
  display: inline-block;
  vertical-align: text-top;
}
h2 .svgicon {
  filter: blur(5px);
}

.glyphicon-spin {
  animation: spin 1000ms infinite linear;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


.glyphicon.vcent {
  top: 0.2em;
}

.pin-holder {
  position: absolute;
  overflow: visible;
  border: 1px solid black;
  box-shadow: 2px 2px 2px black;
  width: 767px;
  height: 400px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}

.pin-holder .pin {
  display: block;
  position: absolute;
  background: url(https://complicemail-herokuapp-com.global.ssl.fastly.net/img/pin-large.png) center right no-repeat;
  width: 56px;
  height: 38px;
  z-index: 1000;
}

.pin-holder .fake-tab-switch-button {
  width: 111px;
  height: 44px;
  top: 10px;
  left: 125px;
  display: block;
  position: absolute;
  z-index: 1000;
}

.pin-holder .fake-tab-switch-button.ftsb-list {
  width: 95px;
  left: 239px;
}

.today-demo.today-demo-list .fake-tab-switch-button.ftsb-next,
.today-demo.today-demo-next .fake-tab-switch-button.ftsb-list,
.today-demo.today-demo-list img.demo-list,
.today-demo.today-demo-next img.demo-next {
  display: block;
}

.today-demo.today-demo-list .fake-tab-switch-button.ftsb-list,
.today-demo.today-demo-next .fake-tab-switch-button.ftsb-next,
.today-demo.today-demo-list img.demo-next,
.today-demo.today-demo-next img.demo-list,
.today-demo.today-demo-next .pin {
  display: none;
}

p.large {
  font-size: 16px;
  line-height: 27px;
}

.tip-large p {
  font-size: 16px;
}

.tip-payment p:not(:first-child) {
  margin-top: 20px;
}

.tip-item-example {
  display:inline-block;
  padding: 2px 4px;
  background: white;
  margin: 0 10px;
}

.tip-item-example.raw-text {
  color: black;
}

.close.close-pad {
  padding-left:10px;
}

.clearfix {clear:both}

div.cfp-hotkeys-container {
  background: rgba(255,230,255,.92);
}
div.cfp-hotkeys-close:hover {
  background-color: #305;
  color: #cbd;
}
.cfp-hotkeys-key {
  font-family: Montserrat;
}

.darktheme div.cfp-hotkeys-container {
  background: rgba(13, 4, 23, 0.92);
}

.darktheme .cfp-hotkeys-key {
  background: #658;
  color: black;
}

.darktheme .cfp-hotkeys table {
  color: #ccc;
}

/******** FEEDBACK BUTTON *********/

.feedback-box {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-align: center;
  position: fixed;
  right: 0;
  top: 100px;
  display: block;
  width: 250px;
  height: 390px;
  overflow: hidden;
  z-index: 10000;

  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 100% 40px;
  -webkit-transform-origin: 100% 40px;
  -o-transform-origin: 100% 40px;
  transform-origin: 100% 40px;

  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* Shorthand version */
.menu-item {
  position: relative;
  display: inline-block;
  border: 1px dashed #000;
  padding: 10px;
  background: #ffffa2;
  height: 20px;
  text-decoration: none;
}

.feedback-box.mouseover, .feedback-box.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  text-decoration: none;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.feedback-close-btn {
  position:absolute;
  display: none;
  top: 5px;
  right: 125px;
  color: #ccc;
  padding: 10px;
  border-radius: 4px;
  -moz-transition: all 50ms ease;
  -webkit-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease;
}

.feedback-box.active .feedback-close-btn {
  display: block;
}

.feedback-close-btn:hover {
  text-decoration: none;
  background: #ccc;
  color: white;
  cursor: pointer;
}

.feedback-box-tabby {
  background-color: #9600ff;
  /*background-color: #8e44ad;*/
  width: 125px;
  height: 40px;
  padding: 8px;
  position: absolute;
  top: 5px;
  right: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;

  box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.feedback-box-tabby:hover {
  cursor: pointer;
  background-color: #251e47;
  height: 45px;
  top: 0;
}

.feedback-box-main {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 320px;
  background: #9600ff;
  border: 4px solid #9600ff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.feedback-box.loggedout {
  height: 414px;
}

.feedback-box.loggedout .feedback-box-main {
  height: 369px;
}

.feedback-box.mouseover .feedback-box-tabby, .feedback-box.active .feedback-box-tabby {
  background-color: #251e47;
  border-top-right-radius: 0;
  top: 5px;
}

.feedback-box.active .feedback-box-tabby {
  box-shadow: none;
}

.feedback-box.mouseover .feedback-box-main, .feedback-box.active .feedback-box-main {
  border-color: #251e47;
  background-color: #251e47;
}

.feedback-box a.feedback-box-tabby, .feedback-box.mouseover a.feedback-box-tabby, .feedback-box a.feedback-box-tabby:hover {
  color: white;
  text-decoration: none;
}

/********* HOMEPAGE START *********/

.lead {
    font-size: 18px;
    font-weight: 400;
}

ul.lead li {
  margin-bottom: 10px;
}

.content-section {
    padding: 50px 0;
    border-top: 1px solid #eed7ff;
    border-bottom: 1px solid #eed7ff;
}

.content-section-hued {
  padding: 50px 0;
  background-color: #f8e8f8;
  border: none;
}

.content-section-saturated {
  padding: 50px 0;
  background-image: linear-gradient(45deg,#9900aa,#7700ff);
  border: none;

}

.content-section-last {
  padding-bottom: 0;
  border-bottom: 0;
}

.content-section h1 {
  margin-top: -45px;
  padding-top: 70px;
}

.jumbo-code {
  position: absolute;
  opacity: 0.4;
  left: -40px;
  font-size: 120px;
}

.jumbo-quote {
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  /*'background-attachment' to fixed.*/
  background-color: #858;
  background-image: linear-gradient(45deg,#3a003a,#a7a7a7);
  margin: -20px 0 20px;
  color: #fff;
  text-align:center;
}

.jumbotron .subtitle {
  position: relative;
  left: 50px;
  top: -10px
}

.landing-mid-header {
  font-size: 48px;
  color: white;
  margin: -10px 0;
  text-align:center;
  overflow: hidden;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}
@media (max-width: 500px) {
  .landing-mid-header {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .jumbotron .subtitle {
    left: 65px
  }
}

.nopadding {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .content-section-testimonials {
    padding: 40px 20px 16px;
  }
}

.testimonial-box {
  background: #edf;
  margin: 12px 6px;
  overflow: auto;
  padding: 7px;
}

.testimonial-box p {
  padding: 8px;
  margin: 4px;
}

@media (max-width: 500px) {
  .testimonial-box p {
    font-size: 14px;
  }
}

.content-section-hued .testimonial-box {
  background: white;
}

.testimonial-person {
  float: right;
  margin-bottom: 12px;
}

.demo-tiles .tile {
  background: white;
  /*background: #cbd;*/
}

.how-i-use {
  display: inline-block;
  min-width: 240px;
  background-color: #eed7ff;
  padding: 8px;
  width: 20%;
  margin: 10px;
}
/*
.hiu-1 {
  width: 25%;
}

.hiu-2 {
  width: 25%;
}

.hiu-3 {
  width: 25%;
}*/

.testimonial {
  font-size: 16px;
}

.testimonial-author {
  text-align: right;
  font-size: 16px;
}


.section-heading {
    margin: 0 0 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7d7e7;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
  .section-heading-spacer {display: none}
}

@media (max-width: 1200px) and (min-width: 992px) {
  .hidden-md-inline {
    display: none !important;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .hidden-sm-inline {
    display: none !important;
  }
  .clearfix-sm {
    clear: both !important;
  }
}
@media (max-width: 768px) {
  .hidden-xs-inline {
    display: none !important;
  }
  .clearfix-xs {
    clear: both !important;
  }
}
@media (min-width: 768px) {
  .visible-xs-inline {
    display: none !important;
  }
}

.knockout {
  background: linear-gradient(45deg,#202,#858);
  color: #525;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
  font-size: 60px;
  font-family: 'Montserrat', Arial, sans-serif;
  width: 1000px;
  margin: 50px auto;
  text-align: center;
}

/********* HOMEPAGE END ***********/


[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.navbar-brand, h1, h2, h3, h4, .btn, thead, .jumbotron {
  font-family:'Montserrat', Helvetica, sans-serif;
}

a.headerlink, a.headerlink:hover {
  color: inherit;
}

.about-blurb p {text-align: right;}

.jumbotron p.jlarge {font-size: 40px;}

@media (max-width: 1200px) {
  .jumbotron p.jlarge {font-size: 32px;}
}

@media (max-width: 992px) {
  .jumbotron p.jlarge {font-size: 24px;}
}

@media (max-width: 768px) {
  .jumbotron p.jlarge {font-size: 40px;}
}

.navbar-inverse .navbar-brand {
  color: #fff;
  opacity: 0.8;
}

.navbar-brand .complice-logo {
  max-width:40px;
  max-height:40px;
  margin: -25px 0 -20px -10px;
}

.footer .complice-logo {opacity:0.4375;}

.navbar-brand:hover {
  opacity: 1.0;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover span {
  color: #fff;
}

.row-alerts {
  text-align: center;
  padding: 0;
  margin: 0;
}
.row-alerts .alert {
  display:inline-block;
}

#alertbar_today .alert {
  display: inline-block;
}

.imglink, .imglink:hover {color: inherit;}
a.imglink:hover {text-decoration: none;}

@media (max-width: 1200px) and (min-width: 768px) {
  .navbar-small-text .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar {
    max-height: 53px;
  }
}

/* CUSTOM BUTTON SHAPE */

/*
.btn-chevron {
  display: inline-block;
  position: relative;
  border-radius: 0;
  margin:3px 10px 3px 10px;
}

.btn-chevron:before, .btn-chevron:after {
  border-style: solid;
  position: absolute;
  content: "";
  width:0px;
  height:0px;
  display: inline-block;
  top: -3px;
}

.btn-chevron:before {
  border-width: 17px 0 17px 17px;
  left:-17px;
}

.btn-chevron:after {
  border-width: 17px 0 17px 17px;
  right:-17px;
}
*/

/* CUSTOM BUTTON COLOR */
/*
.btn-image {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  overflow: auto;
  display: inline-block;
  border-radius: 8px;
}

.btn-image:hover {
  position: relative;
  top: -3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
}*/

.btn-default, .btn-default:hover {
  color: black;
}

.btn-black, .darktheme .btn-default {
  background-color: #443C44;
  color: white;
}

.btn-black:hover, .btn-black:focus,
.darktheme .btn-default:hover, .darktheme .btn-default:focus {
  background-color: #554D55;
  color: white;
}
.btn-black:active,
.btn-black.active,
.darktheme .btn-default:active,
.darktheme .btn-default.active {
  background-color: #332A33;
}

.btn-beem {
  background-color: #ffcb08;
  color: black;
}

.btn-beem:hover, .btn-beem:focus {
  background-color: #ffdd44;
  color: black;
}
.btn-beem:active,
.btn-beem.active {
  background-color: #ccaa11;
}

.btn-wf {
  background-color: #58a4db;
  color: black;
}

.btn-wf:hover, .btn-wf:focus {
  background-color: #76b9e6;
  color: black;
}
.btn-wf:active,
.btn-wf.active {
  background-color: #1080cb;
}

.btn-brightblue {
  color: white;
  background-color: #0099ff;
}
.btn-brightblue:hover,
.btn-brightblue.hover,
.btn-brightblue:focus,
.btn-brightblue:active,
.btn-brightblue.active,
.open > .dropdown-toggle.btn-brightblue {
  color: white;
  background-color: #33adff;
  border-color: #33adff;
}
.btn-brightblue:active,
.btn-brightblue.active,
.open > .dropdown-toggle.btn-brightblue {
  background: #0082d9;
  border-color: #0082d9;
}

.btn-orange {
  color: white;
  background-color: #fe7e17;
}
.btn-orange:hover,
.btn-orange.hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: white;
  background-color: #fe9e1d;
  border-color: #fe9e1d;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  background: #d86b14;
  border-color: #d86b14;
}

.btn-producthunt {
  background-color: #da552f;
  border-color: #571E0D;
  color: white;
}

.btn-producthunt:hover, .btn-producthunt:focus {
  background-color: #E8653F;
  background-image: none;
}
.btn-producthunt:hover, .btn-producthunt:focus, .btn-producthunt:active, .btn-producthunt.active, .open .dropdown-toggle.btn-producthunt {
  color: #ffffff;
  border-color: #E8653F;
}

.btn-producthunt:active,
.btn-producthunt.active {
  background-color: #E8653F;
  border-color: #F0734F;
}

.btn-royalblue {background-color: #00F; color: white; }
.btn-royalblue:hover { background-color: #35F; color: white; }
.btn-royalblue:active { background-color: #24C; color: white; }
.btn-royalblue:focus { background-color: #00F; color: white; }

.btn-cts {
  color: #ccc;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  padding: 3px 5px 0px;
  height: 38px;
  width: 38px;
  overflow: hidden;
  position: relative;
  right: 2px;
  bottom: 2px;
}

.btn-cts:focus, .btn-cts:hover {
  outline: none;
  color: #999;
  box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.125);
}

.btn.btn-cts.locked, .btn.btn-cts.locked:focus, .btn.btn-cts.locked:hover {
  box-shadow: none;
  cursor: default;
  color: #ccc;
}

.btn-cts.active,
.btn.btn-cts.active.locked,
.btn.btn-cts.active.locked:focus,
.btn.btn-cts.active.locked:hover {
  color: #39f;
  background-color: #eef4ff;
}

body.darktheme .btn-cts.active,
body.darktheme .btn.btn-cts.active.locked,
body.darktheme .btn.btn-cts.active.locked:focus,
body.darktheme .btn.btn-cts.active.locked:hover {
  color: #39f;
  background-color: #002233;
}

body.darktheme .btn-cts:focus,
body.darktheme .btn-cts:hover {
  outline: none;
  color: #789;
  box-shadow: inset 0 -3px 5px rgba(220, 230, 240, 0.125);
  /*box-shadow: 0px 1px 8px 0px rgba(255, 220, 220, 0.2), 0px 3px 4px 0px rgba(255, 220, 220, 0.14), 0px 3px 3px -2px rgba(255, 220, 220, 0.12);*/
}

body.darktheme .btn, body.darktheme .btn:hover {
  color: black;
}


.btn.btn-toggle-mute, body.darktheme .btn.btn-toggle-mute {
  color: #ccc;
  font-size: 18px;
  border-radius: 50%;
  padding: 0 10px;
  height: 38px;
  width: 38px;
  overflow: hidden;
  position: relative;
  right: 2px;
  bottom: 2px;
  box-shadow: none;
}

/*.btn-toggle-mute:focus {
  box-shadow: none;
  bottom: 2px;
}*/

.btn-toggle-mute:hover {
  color: black;
  background: #fed;
  box-shadow: 0 3px 5px rgba(0,0,0,0.75);
  bottom: 4px;
}

.btn-toggle-mute:focus {
  color: #ccc;
  background: #fff;
  outline: 0;
  /*border: 1px dashed #656;*/
  /*color:;*/
}

.btn-toggle-mute:focus:hover {
  color: black;
}

.btn-toggle-mute.muted {
  color: #f90;
}

.btn-toggle-mute:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: all 70ms;
  -moz-transition: all 70ms;
  -o-transition: all 70ms;
  transition: all 70ms;
}

.btn-toggle-mute:focus:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fed;
}

.btn-toggle-mute.muted:focus:before {
  background-color: #fdb;
}

.btn-toggle-mute:focus:not(:hover):before {
  background-color: #fff;
}


/* LOGIN ETC */

.logindropdown {
  background-color: #444;
  padding:6px;
  width:250px;
}

.logindropdown fieldset {
  padding: 4px;
}

.logindropdown input {
  margin:8px 8px 8px 0;
}

.logindropdown .btn {
  float:right;
  margin: 2px;
}

.logindropdown .btn-xs {
  float:left;
  margin:14px 0 0;
  opacity: 0.7;
}
.logindropdown .btn-xs:hover {
  opacity:1;
}

/* CONTENT */

h3.subtitle {
  font-size: 14px;
  font-style: italic;
}

h3.none {
  color:#999;
}

h4 {
  margin-top: 20px;
  margin-bottom: 4px;
}

ul.reviewlist li {
  list-style: none;
}

.summary {
  padding:5px;
}

/*.summary .date-column {
  overflow: visible;
  float:right;
  width:42px;
  height: auto;
  padding:2px;
  margin: 1px;
  margin-bottom: 20px;
}

.summary .date-column span, .summary .date-column a {
  display: block;
  text-align: center;
  width:44px;
}

.summary .date-column .countbox.header {
  color:#fff;
  background: #000;
  font-size: 12px;
}

.summary .date-column a.countbox.header:hover {
  background: #333;
  text-decoration: none;
}*/



.user-card {
  border:1px solid #cbc;
  box-shadow: 1px 1px 1px #ede;
  border-radius: 4px;
  overflow:hidden;
  padding: 4px;
  width: 300px;
  float: left;
  margin: 4px;
}

.user-card a.card-link-left {
  text-decoration: none;
  width: 50%;
  float: left;
}

/* added by Jeremy --> refactoring in userOverview.mustache */
table.overviewTable {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0px 2px;
  table-layout: fixed;
}

table.overviewTable td {
  width: 75px;
}

table.overviewTable tbody td {
  padding: 0;
}

table.overviewTable tbody td > div {
  width: 100%;
  height: 100%;
  margin: 0;
}

table.overviewTable tr {
  height: 26px;
}

td.countbox.header {
  background: #000;
  padding: 0;
}

td.countbox.header:hover {
  background: #333;
}

td.pomobox {
  border-right: 1px solid #fcc;
}

td.pomobox:last-child {
  border-right: none;
}
.pomobox {
  line-height: 10px;
  vertical-align: top;
  text-align: left;
}
.pomobox.pomobox-lg {
  line-height: 20px;
}

.pomobox img {
  width:8px;
  height:8px;
  margin:-3px 0 0 2px;
  vertical-align: top;
}

.pomobox.pomobox-lg img {
  width: 16px;
  height: 16px;
  margin:1px 0 0 2px;
}

a.overviewHeader, a.overviewHeader:hover{
  display: block;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.newGoalReport, .endGoalReport {
  line-height: 0.7;
}

.newGoalReport {
  margin-top: -15px;
  margin-bottom: -7px;
}

.endGoalReport {
  margin-top: 0px;
  margin-bottom: -22px;
}
/* end of addition */

.container-timer {
  position: fixed !important; /* TODOOOOO */
  z-index: 10 !important;
  top: 64px;
  height: 50px;
  /*background: rgba(233,233,255,0.3);*/
}

.container-other .container-timer {
  top: 117px;
}

.container-today-settings {
  position: absolute;
  z-index: 1039;
  left: 30px;
  width: 0;
  height: 0;
  overflow: visible;
}

.ismobile .container-today-settings {
  left: 15px;
}

.nav-tabs > * {
  z-index: 100 !important;
}

@media (max-width: 768px) {
  .container-timer {
    width: 100%;
  }
  .container-today-settings {
    left: 15px;
  }
}

@media (max-width: 600px) {
  .todo-tab-row {
    margin-top: 45px;
  }
}
.ismobile .todo-tab-row {
  margin-top: 45px;
}

/* ========== THE TIMER ========== */

.timer-debug {
  background: #eef;
  padding: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.timerBox {
  padding-top: 5px;
  font-weight: bold;
  font-size: 20px;
  float: right;
  color: black;
  background: rgba(255,255,255,0.8);
  border-radius: 4px;
}

.darktheme .timerBox, .darktheme .timerBox button {
  color: #aaa;
}

.timerBox button {
  background: transparent;
  border: none;
  outline: none;
}

.timer-spare-pomos-container {
  height: 10px;
  overflow: visible;
  position: relative;
  top: -27px;
  right: -11px;
  display: inline-block;
}

.timer-spare-pomos, .timer-deleted-pomos {
  font-family: "Montserrat", "sans-serif";
  position: absolute;
  top: 7px;
  right: 0;
  width: 132px;
  padding: 2px 4px;
  /*border: 1px solid #999;*/
  /*border-radius: 4px;*/
  /*background: skyblue;*/
  text-align: center;
  margin: 0 20px -100px 0;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #656;
  background: #eee9ee;
  line-height: 20px;
}
.timer-deleted-pomos {
  background: #e9ccee;
}

.timer-deleted-pomos:hover {
  cursor: pointer;
  color: #eee9ee;
  background: #656;
  box-shadow: 0 1px 3px #656;
}


.timer-spare-pomos a {
  position: relative;
  padding: 0;
  margin:-3px 0 0 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

.timer-spare-pomos a:hover {
  /*border: 1px solid fuchsia;*/
  text-decoration: none;
  cursor: pointer;
}

.timer-spare-pomos a:hover:before {
  content: '\d7';
  position: absolute;
  z-index: 2000;
  top: 2px;
  left: 5px;
  color: white;
  text-shadow: 0 0 1px black;
}

.timer-spare-pomos a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timer-spare-pomos a:hover img {
  /*opacity: 0.5;*/
}

#animato {
  position: absolute;
  z-index: 9000;
  top: 0;
  left: 0;
  opacity: 0;
}

.pomoMode,
.pomoMode button.stopBtn,
.darktheme .pomoMode,
.darktheme .pomoMode button.stopBtn {
  color: #ea402f;
}

.customMode {
  color: #fe7e17;
}

.customMode.cfarColor {
  color: #e55e22;
}

.pomoMode.breaking .timerTime,
.customMode.breaking .timerTime,
.darktheme .pomoMode.breaking .timerTime,
.darktheme .customMode.breaking .timerTime {
  color: #9bcd50;
}


.customMode.otherticking .timerTime {
  color: #0099ff;
}

.pomoMode button.playBtn,
.pomoMode button.successBtn,
.darktheme .pomoMode button.playBtn,
.darktheme .pomoMode button.successBtn {
  color: #9bcd50;
}

.donetext {color: #000;}

.breaktext {color: #9bcd50;}

.timerDetectBox {
  padding-top: 10px;
  padding-right: 20px;
  text-align: right;
  color: #999;
  font-size: 14px;
  float: right;
}

.breakidea {
  font-weight: normal;
  display: inline-block;
}
.breakidea a.wf-link {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin-left: 4px;
}

@media (max-width: 380px) {
  .timerDetectBox {
    padding-right: 10px;
  }
}

.timer-til {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}

.timer-til.ticking {
  color: #912A2A;
}

.timer-til.breaking {
  color: #688855;
}

.timer-til.otherticking {
  color: #357CAB;
}

/* end of TIMER */


.sidewaysdate {
  display:block;
  position:relative;
  top:70px;
  left:-50px;
  width: 200px;
  font-size:24px;
  transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
}

.row-entry {
  padding: 0 0 20px 0;
  margin-top: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.75);
  background: white;
}
.row:first {
  border:none;
}

.sidedate {
  margin-top:-60px;
  padding-top:90px;
  font-size:24px;
  line-height: 34px;
  color:#ccc;
  position:relative;
}
.todotabs .sidedate {
  margin-top:0;
  padding-top: 30px;
}

.sidegoal {
  margin-top:-60px;
  padding-top:90px;
  font-size:24px;
}

.outcomes-report {
  float:right;
}

.countbox {
  padding:2px 6px;
  position: relative;
  top:-3px;
  margin: 2px;
  font-size:16px;
  background: #aaa;
  color: #fff;
}

.countbox.v {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 13px;
}

.countbox.goal-x {
  height: 100%;
}

a.countbox.goal-x:hover {
  text-decoration: none;
  background:#999;
  color: #cfc;
}

.countbox.endsymbol {
  font-size: 0;
  width: 21px;
  height: 0;
  border: 13px solid;
  padding: 0;
  border-right-color: transparent;
}

.item {
  color: #666;
}

.item a.dragger {
  display: inline-block;
  width: 28px;
  height: 22px;
  padding: 6px 8px;
  float:left;
  margin: -4px 0 0 -8px;
  opacity: 0; 
}

.item a.dragger:hover {
  /*cursor: -webkit-grab;*/
  cursor: move;
}

.item a.dragger span {
  width: 15px;
  height: 3px;
  margin: 1px 0 2px;
  background: rgba(0,0,0,0.1);
  float:left;
  border-radius: 1px;
}

.item a {
  color: inherit;
  text-decoration: underline;
}

.item-wrapper {
  clear: both;
  position: relative;
}

.item-wrapper.nevermind {
  text-align: right;
}

.item-wrapper.nevermind input {
  display: none;
}

.item.nevermind label {
  font-weight: normal;
  opacity: 0.4;
  font-style: italic;
}

.item.nevermind .item-label-wrapper {
  color: red;
  text-decoration: line-through;
}

/*.item.nevermind label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  width: 100%;
  border-top: 1px solid #f00 !important;
  border-color: inherit;
}*/

.item a.item-menu-btn,
.item a.nevermind-x,
.item a.unnevermind-arrow {
  position: absolute;
  top:0;
  right: 0;
  /*float: right;*/
  /*font-size: 12px;*/
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 22px;
  height: 22px;
  /*padding-top: 5px;*/
  border-radius: 50%;
  /* make it not selectable */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a.item-menu-btn {
  color: #999;
  fill: #999;
}

a.item-menu-btn {
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

a.item-menu-btn:hover {
  cursor: pointer;
  color: white;
  fill: white;
  background-color: #999;
}

a.item-menu-btn svg {
  width: 13px;
  height: 13px;
}

.ismobile a.item-menu-btn {
  opacity: 1;
  top: 3px;
  padding-top: 3.5px;
  width: 24px;
  height: 24px;
  right: 3px;
  /* background: #000; */
}

a.nevermind-x {
  color: #f00;
  fill: #f00;
  background: white;
}

a.unnevermind-arrow {
  color: #000;
}

.item a.nevermind-x {
  opacity: 0;
}

.nevermind-x:hover {
  cursor: pointer;
  color: #fff;
  fill: #fff;
  background: #f00;
}

.unnevermind-arrow:hover {
  cursor: pointer;
  color: #fff;
  fill: #fff;
  background: #000;
}

.item-pomo-stuff {
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  /*height: 24px;*/
  /* max-height: 1px; */
  /* overflow: visible; */
}

a.add-pomo {
  text-decoration: none;
  text-shadow: 0 0 3px black;
  position: relative;
  top: 2px;
  color: white;
  padding: 2px;
  margin: 0px -3px 0 -2px;
  font-size: 20px;
  height: 10px;
  line-height: 10px;
  overflow: visible;
  min-height: 0;
}

a.add-pomo:hover {
  cursor: pointer;
}

a.add-pomo span {
  position: absolute;
  top: 2px;
  left: 6px;
  z-index: 1029; /* 1030 is navbars */
}

.ndt a.add-pomo span {
  top: 10px;
  left: 7px;
}

.item a.add-pomo {
  display: none;
}

.item-wrapper:hover a.add-pomo {
  display: inline-block;
}

.item-wrapper:hover a.dragger,
.item-wrapper:hover a.item-menu-btn,
.item-wrapper:hover a.nevermind-x {
  opacity: 1;
}

.ismobile .item a.dragger {
  opacity: 1;
  height: 30px;
  padding: 6px 6px;
}

.ismobile .item input[type="checkbox"] {
  height: 22px;
  width: 22px;
  top: 0;
}

#itemModal {
  padding-top: calc(35% - 100px);
}

.ismobile #itemModal {
  padding-top: calc(50% - 50px); 
}

#itemModal .modal-item {
  font-size: 16px;
}

ul.item-menu-list {
  list-style: none;
  list-style-position:inside;
  font-size: 18px;
  padding: 15px 5px 0;
  margin-bottom: 0;
}
ul.item-menu-list li:first-child {
  /*border-top: 1px solid #cbc;*/
}
ul.item-menu-list li {
  padding: 5px 5px 5px 11px;
  /*border-bottom: 1px solid #cbc;*/
}
ul.item-menu-list li:hover {
  cursor: pointer;
  background: #edf;
}

#itemModal .add-pomo {
  left: -4px;
  margin-right: -4px;
}

#itemModal .add-pomo span {
  font-weight: bold;
  top: 10px;
}

.item-wrapper:hover .dragger span {
  background: rgba(0,0,0,0.2);
}

.darktheme .item-wrapper:hover .dragger span {
  background: rgba(51,51,51,0.5);
}

.item.notdone {
  font-style: italic;
}

.item-wrapper.selected {
  background-image: linear-gradient(90deg, rgba(0,0,0,0.1), rgba(0,0,0,0));
  border-left: 3px solid #999;
  margin-left: -3px;
}

.darktheme .item-wrapper.selected {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}

.item input {
  padding: 0;
  margin: 0 3px 0 0;
  position: relative;
  float:left;
  top: 2px;
}

.item input[type="checkbox"] {
  height: 18px;
  width: 18px;
}

.item, .item-wrapper {
  min-height: 21px;
}

.ismobile .item, .ismobile .item-wrapper {
  min-height: 28px;
}

.ismobile .item-wrapper {
  padding: 4px 18px 4px 10px;
}

.ismobile .item label {
  font-size: 16px;
}

#outcomesEditor .item {
  height: auto;
}

#intentionEditor {
  margin: 30px;
  font-weight: bold;
  color: #999;
}

#intentionEditor div.invalid::before {
  content: '\25b6';
  color: red;
  display: inline-block;
  margin-left: -1em;
  margin-right: 0.1em;
  font-size: smaller;
}
#intentionEditor div.invalid {
  /*border-bottom: 1px dotted red;*/
  /*display: inline-block;*/
  /*color: red;
  content: ;*/
}

#intentionEditor div.onlynum {
  font-style: italic;
}

.ci-container {
  margin-bottom: 0;
  transition: height 50ms, min-height 50ms;
  /*border: 2px solid red;*/
  /*background: rgba(255,0,0,0.5);*/
}

.plaintext-intentions {
  z-index: 401;
  position: absolute;
  top: 0;
  background: transparent;
  color: transparent;
  resize: none;
}


#todotextarea,
.plaintext-intentions,
.colored-intentions {
  font-weight: bold;
}
.colored-intentions {
  min-height: 160px;
  padding-bottom: 0;
  position: absolute;
  top: 0px;
  background: rgba(255,255,255,0.5);
  /*border: non;*/
  border: 2px solid transparent;
  /*border-color: blue;*/
  z-index: 400;
  word-wrap: break-word;
}

#todosNextday .colored-intentions {
  /*border-color: #F8F;*/
  /*background: #F6F2FF;*/
  background-color: rgba(237,219,255,0.5);
}

#boilerplateModal .colored-intentions {
  background: white;
}
.darkmode #boilerplateModal .colored-intentions {
  background: black;
}
#boilerplateModal .colored-intentions,
#boilerplateModal .plaintext-intentions {
  /*max-height: 700px;*/
}
#boilerplateModal .ci-container {
  max-height: 700px;
  overflow-x: hidden;
  overflow-y: auto;
}

#caret {
  display: inline-block;
  position: absolute;
  width: 1px;
  background: #000;
  height: 22px;
}
#caret[hidden] { display: none }

.emptyline {
  color: transparent;
}

.colored-intentions .invalid {
  border-bottom: 1px dashed red;
}

.item label {
  display: inline;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  height: 20px;
  padding: 0;
  margin: 0;
}

.item label.done {
  font-weight: normal;
  opacity: 0.4;
  text-decoration: line-through;
}

.item .item-pomo-stuff.done {
  font-weight: normal;
  opacity: 0.4;
  text-decoration: line-through;
}

.item.notgonnahappen label {
  border-bottom: 1px dashed red;
  height:12px;
  display: inline-block;
  margin:-12px 0 8px;
  font-weight: normal;
  font-style: italic;
}

.filters .btn {background: #666; color:#ccc;}
.filters .btn.active {background: #CCC; color:#333;}

.item-enough {
  background: #666;
  padding: 3px;
  font-weight: bold;
  font-style: normal;
  display:block;
  color:white;
  margin-bottom:8px;
}

.no-reports {
  text-align:center;
  margin-top: 40px;
}

.event {
  width: 100%;
  color: #fff;
  padding: 20px;
  margin-top: 34px;
}

h2.event {
  color: #fff !important;
}

.eventdate {
  position: relative;
  top: 16px;
  left: 15px;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.row-milestone {
  margin-top: 18px;
}

.row-milestone.endgoal {
  margin-top: 30px;
}

.endgoal .eventdate {
  font-size: 32px;
  top: 5px;
}

.row-reports-pergoal .eventdate {
  font-size: 32px;
  top: 5px;
  left: 30px;
}

h2.event {
  line-height:.8;
  font-size: 24px;
}

.endgoal h2.event {
  font-size: 36px;
}

.event-subtext {
  display: block;
  font-size: 20px;
  padding-left: 10px;
  opacity: 0.9;
  white-space: pre-wrap;
  line-height: 1.1;
  margin-top: 4px;
  font-weight: 400;
  font-family: "Open Sans";
}

.event-subtext a {
  color: white;
  text-decoration: underline;
}

.event-milestone {
  position: relative;
  min-height: 72px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.75);
  overflow: hidden;
}

.event-end, .event-start {
  box-shadow: 0 1px 3px rgba(0,0,0,0.75);
}

.event-planned-ymd {
  position: absolute;
  top: 16px;
  right: 160px;
  font-size: 20px;
}

/*#remainingcount {
  color:#999;
  padding:10px 5px;
  margin-left:50px;
}

@media (max-width: 992px) {#remainingcount {margin-left:20px;}}
@media (max-width: 768px) {#remainingcount {margin-left:10px;}}
@media (max-width: 400px) {
  #remainingcount {
    position: absolute;
    top: -40px;
    margin: 0 0 0 -120px;
    width: 80px;
    margin-left: -160px;
    /* can't easily center on screen b/c center wrt <li> *//*
  }
}*/

#remainingcount2 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  bottom: 5px;
  opacity: 0.5;
}

#syncstate {
  color:#bbb;
  padding: 10px 5px 10px 35px;
  width:200px;
  text-align: center;
  float:left;
  position: relative;
}

@media (max-width: 992px) {#syncstate {width:120px; left: 330px; padding-left: 5px;}}
@media (max-width: 768px) {#syncstate {width: 70px; left: 300px; padding-left: 5px;}}
@media (max-width: 380px) {#syncstate {width: 50px; left: 300px; padding-left: 5px;}}

.container-today {
  position: relative;
}

@media (max-width: 992px) {
  .container.container-today {padding-right:0; padding-left: 0}
  .today-below-btns {padding: 0 15px; text-align: center}
}

/**** REVIEWS INDEX PAGE ****/

.reviews-year-left {
  padding-top: 200px
}

.reviews-year-left h2 {
  transform: rotate(-90deg);
  font-size: 120px;
}

.reviews-cell {
  /*position: relative;*/
  overflow: auto;
  padding: 4px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.reviews-cell a {
  background: #eee9ee;
  color: #305;
  display: block;
}

.reviews-cell-month a {
  padding: 50px 0;
  font-size: 20px;
}

.reviews-cell-week a {
  height: 50px;
  padding: 9px 0 0 2px;
}

.reviews-cell a:hover {
  background: #cbd;
  text-decoration: none;
}

.reviews-cell.has-data a {
  background: #305;
  color: white;
}

.reviews-cell.has-data a:hover {
  background: #60A;
}

.reviews-cell .week-num {
  font-size: 30px;
  line-height: 30px;
  float: left;
}
.reviews-cell .week-span {
  position: relative;
  top:-4px;
  float: right;
  width: 60%;
}

@media (max-width: 1024px) {
  .reviews-cell .week-num {
    font-size: 24px;
  }
  .reviews-cell .week-span {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .reviews-cell .week-num {
    font-size: 18px;
  }
  .reviews-cell .week-span {
    font-size: 10px;
  }
}

/**** MONTHLY REVIEW ****/

table.calendar-month {
  font-size: 24px;
  border-spacing: 3px;
  border-collapse: separate;
  /*background: #f00;*/
}

table.calendar-month td {
  border: 1px solid #fff;
  height:60px;
  width:80px;
  text-align:center;
  padding:0;
  position: relative;
}

table.calendar-month th {
  height:60px;
  width:80px;
  text-align:center;
  padding:0;
  position: relative;
}

table.calendar-month td:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 1);
  /*text-shadow: 0 0 1px white, 0 0 1px white;*/
  opacity: 0.95;
  border: 1px solid black;
  outline: none;
  /*border: 1px solid rgba(81, 203, 238, 1);*/
}

table.calendar-month .days-of-week td {
  font-size:12px;
  overflow:hidden;
  text-align:center;
  color: #fff;
  height: inherit;
}

table.calendar-month td.special-date {
  color: #fff;
}

table.calendar-month td.milestonedate {
  outline: 3px solid rgba(0,0,0,0.5);
}

table.calendar-month td.day-with-data:hover {
  opacity: 0.8;
  cursor: pointer;
}

table.calendar-month .day-without-data-dash:before {
  content: '\2014';
}

.ul-triangle {
  position:absolute;
  width: 0px;
  height: 0px;
  z-index: 100;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #f00 transparent transparent transparent;
  top:0;
  left:0;
  white-space: nowrap;
}

.ul-triangle span {
  color:#fff;
  font-size:11px;
  position:absolute;
  top:-26px;
  left:1px;
  display: inline-block;
  width: 12px;
  text-align: center;
  white-space: nowrap;
}

.background-fraction-container {
  position:absolute;
  width:100%;
  height: 100%;
  bottom:0;
  left:0;
  z-index:5;
}

.background-fraction-container div {
  position:absolute;
  bottom:0;
  width:100%;
}

.day-fraction {
  color: #000;
  position:absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  z-index:50;
  padding:20px 4px;
}

.day-fraction sup {
  font-size:larger
}

.day-fraction, .day-fraction * {
  white-space: nowrap;
}

.monthly-oneliner {
  margin: 10px;
  white-space: pre-wrap;
  font-style: italic;
  padding: 8px;
  border-radius: 5px;
}

/**** WEEKLY REVIEW ****/

/* border: 1px solid black; margin:4px; clear:both; overflow: auto; padding: 10px */

.row-weekly {
  margin: 15px;
  padding: 0 15px 15px;
}

.row-weekly h2, .row-weekly h3 {
  text-align: center;
}

.week-container {
  overflow: hidden;
  height: 100%;
  /*background: #c00;*/
  position:relative;
}

.week-day-column {
  width:14%;
  height:100%;
  border-left-width: 4px;
  border-left-style: solid;
  padding:4px;
  /*position:absolute;*/
  /*bottom:0;*/
  /*margin: 0 0 0 -4px;*/
  float:left;
}

.week-day-column:first-child {
  margin-left:1%;
}

.week-day-column:last-child {
  border-right-width: 4px;
  border-right-style: solid;
}

.week-container ul {
  margin: 0 5px 10px -15px;
}

.lastweekremarks {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin-top: 17px;
  padding: 10px;
}

.lastweekremarks p {
  padding: 7px;
}

.weekly-review-agendum {
  list-style: none;
}

.weekly-review-agendum.notdone {
  opacity: 0.75;
  font-style: italic;
}

.weekly-review-agendum.enoughbar {
  opacity: 1;
  color: white;
  font-style: normal;
  font-weight: bold;
  padding: 2px 2px 2px 6px;
  margin: 2px 4px -14px -29px;
}

@media (max-width: 992px) {
  .week-day-column {
    width: 100%;
  }

  .week-day-column:first-child {
    margin-left: 0;
  }

  .week-day-column:last-child {
    border-right-width: 0;
  }

  .week-day-column h3 {
    margin: 5px;
  }
}

.ismobile .week-day-column {
  width: 100%;
}

.ismobile .week-day-column:first-child {
  margin-left: 0;
}

.ismobile .week-day-column:last-child {
  border-right-width: 0;
}

.ismobile .week-day-column h3 {
  margin: 5px;
}

.ismobile .week-container ul {
  padding-left: 20px;
  margin-right: 0;
}

.ismobile .weekly-review-agendum.enoughbar {
  margin-left: -10px;
}


/**** YEARLY REVIEW ****/

@media (min-width: 769px) {
  .yearly-review-right-col {
    /*border-top-style: solid;*/
    /*border-top-width:5px;*/
    position:absolute;
    top: 5px;
    right:0;
    bottom:0;
    overflow: visible;
    /*padding-bottom:10px;*/
  }
}

.timeline-container {
  margin: 0 auto;
  position: relative;
  /*width: 800px;*/
  /*width: 100%;*/
  overflow: visible;
  margin-bottom: 400px;
}

.timeline-container .svg {
  width: 800px;
  /*height: 400px;*/
  overflow: visible;
  position: absolute;
}

.timeline-container .grid .tick {
  stroke: lightgrey;
  opacity: 0.3;
  shape-rendering: crispEdges;
}

.timeline-container .grid path {
  stroke-width: 0;
}

#timeline-hover {
  color: white;
  background: #FA283D;
  width: 250px;
  position: absolute;
  display: none;
  padding:3px 6px;
  margin-left: -130px;
  font-size: 14px;
  box-shadow: 0 3px 5px black;
}

#timeline-hover:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
  border-width: 10px;
  border-bottom-color: inherit;
  top: -20px;
}

.timeline-label {
  text-shadow: 1px 1px 1px black;
  font-weight: bold;
}

.histogram-container {
  position: relative;
  /*background: blue;*/
}

.histogram-container .axis text {
  font: 10px sans-serif;
}
.histogram-container .axis path, .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.yearly-goal-select-list {
  margin-left: 0;
  padding-left: 0;
}

.yearly-goal-select-list input {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: -2px 0;
  position: relative;
  top: 5px;
}

/*
.histogram-container .axis path {
  display: none;
}

.histogram-container text {
  font: 10px sans-serif;
}

.histogram-container .group-label {
  font-weight: bold;
  text-anchor: end;
}*/

.row-av-areas {
  border-top:2px #999 solid;
  /*padding-bottom: 10px;*/
  position: relative;
}

.row-av-areas .dark-col {
  background: #f8f6f8;
  border-top-right-radius: 50px;
}

.row-av-areas.greybg .dark-col {
  background: #ddd8dd;
}

/**** REVIEWS IN GENERAL ****/

h1 ul.pager {
  position: relative;
  top: 27px;
  right: 30px;
}

.remarks-updated-time {
  float: right;
  color: rgba(12,0,20);
  opacity: 0.3;
  font-size: 12px;
  transition: opacity 0.1s;
}

.remarks-updated-time:hover {
  opacity: 0.6;
}

.yearly-container .remarks-updated-time {
  color: #333;
}

.specialdate {
  color: white;
}

/**** SETTINGS ****/

.nav-tabs.nav-tabs-better > li.active > a,
.nav-tabs.nav-tabs-better > li.active > a:hover,
.nav-tabs.nav-tabs-better > li.active > a:focus {
  border-bottom-color: white;
  box-shadow: 0 -1px 1px;
}
.darktheme .nav-tabs.nav-tabs-better > li.active > a,
.darktheme .nav-tabs.nav-tabs-better > li.active > a:hover,
.darktheme .nav-tabs.nav-tabs-better > li.active > a:focus {
  border-bottom-color: black
}

input.ng-invalid {
  border-color: red;
}

.control-group {
  margin:8px;
}

.controls input {
  margin:2px;
}

.dow-checker, .goal-checker {
  width: auto;
  float: left;
  padding: 2px;
  margin: 2px;
  text-align: center;
}
.dow-checker input, .goal-checker input {
  position: relative;
  z-index: 400;
  top: 5px;
  left: 2px;
}

.dow-checker label {
  line-height: inherit;
  background: #ccc;
  margin-top: -20px;
  /*position: relative;
  top: -20px;*/
  padding: 24px 4px 4px;
  width: 50px;
  border-radius: 8px;
}

.week-offDays .dow-checker input[type=checkbox]:checked ~ label {
  background: #9c9;
}

.week-optionalDays .dow-checker input[type=checkbox]:checked ~ label {
  background: #b8f;
}

.goal-checker label {
  line-height: inherit;
  margin-top: -20px;
  padding: 24px 12px 4px;
  color: white;
  font-weight: bold;
  /*border-radius: 8px;*/
  position: relative;
}
.goal-checker label .label-color {
  border-radius: 8px;
  padding: 24px 12px 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  transition: opacity 100ms linear;
}
.goal-checker label .label-color.ccwbg {
  /*color:;*/
}
.goal-checker label .label-text {
  position: relative;
  z-index: 300;
}

.goal-checker input[type=checkbox]:checked ~ label .label-color.ccwbg {
  opacity: 0;
}
.goal-checker input[type=checkbox]:not(:checked) ~ label .label-color.ccmbg {
  opacity: 0;
}

.asterisk {
  color: #c00;
}

.forgot-password, .required-field {
  position: absolute;
  top: 2px;
  right: 0;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
}


.forgot-password:hover {
  text-decoration: none;
  background: #def;
}

.expiry-wrapper select, .expiry-wrapper input {
  width: 100px;
  display: inline-block;
}

.card.card-static.unknown .front {
  background: #646;
}

.card.discover.identified::after {
  content: "\a0 (sorry, our payment system doesn't support Discover cards) \a0";
  display: block;
  position: absolute;
  bottom: 92px;
  transform: rotate(-28deg);
  z-index: 1000;
  margin: 0 -25px;
  color: red;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
}

.settings-plan-freq-switcher {
  position: absolute;
  right: -30px;
  top: 0;
  text-align: center
}

@media (max-width: 1200px) and (min-width: 992px) {
  .settings-plan-freq-switcher {
    left: 0;
    top: 30px;
    right: auto;
  }
}

.payment-fields {
  width: 354px;
  margin: 10px auto;
  padding-left: 2px;
}

.payment-fields div {
  /*margin-top: 10px;*/
  overflow: auto;
}

.payment-fields input {position: relative; z-index: 3}
.payment-fields input:focus {z-index: 1000}


.payment-row2 {
  margin-top: -2px;
}

.payment-row2 input {
  width: 88px;
  float: left;
}

.payment-row2 input:first-child {
  width: 89px;
}

.payment-row1 input, .payment-row2 input.payment-plan {
  width: 175px;
  float: left;
}

.payment-row3 input {
  width: 100px;
  float: left;
}

.payment-row3 {
  margin-top: 4px;
}

.payment-row3 input:first-child {
  width: 250px;
  margin-right: -2px;
}


.payment-fields input[data-stripe="number"] {
  border-bottom-right-radius: 0;
  margin-right: -2px;
}

.payment-fields input[data-stripe="name"] {
  border-bottom-left-radius: 0;
}

#cardexp, .payment-fields input[data-stripe="cvc"] {
  border-top-right-radius: 0;
  margin-right: -2px;
}

.payment-row2 input.payment-plan, .payment-fields input[data-stripe="cvc"] {
  border-top-left-radius: 0;
}

.payment-row2 input.payment-plan {
  z-index: 2;
  text-align: center;
}

.card-delete {
  position: relative;
  z-index: 1000;
  top:-20px;
  left: 175px;
}

.card-delete:hover {
  top:-23px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
}

/* MEDIA QUERIES */

@media (max-width: 992px) {
  .delete-account-btn-box {
    margin-top: 100px;
  }
}

@media (max-width: 992px) {
  table.calendar-month {
    font-size: 18px;
  }
  .day-fraction {
    margin-top:10px;
  }
}

@media (max-width: 768px) {
  table.calendar-month {
    font-size: 24px;
  }
  .day-fraction {
    margin-top: 0;
  }
  .outcomes-report {
    float: none;
  }
}

@media (max-width: 992px) {
  .sidedate {
    margin-top:0px;
    padding-top:20px;
  }
}

input.referral-url {
  font-size: 24px;
  width: 450px;
  text-align: center;
  background: #c9f;
  border-color: #9600ff;
}
input.referral-url-sm {
  font-size: 14px;
  width: 270px;
  padding: 4px;
  display: inline-block;
  height: 30px;
  margin-top: 5px;
  background: #dce;
  border-color: #CC99EE;
  text-align: center;
}
@media (max-width: 500px) {
  input.referral-url {
    width: 350px;
    font-size: 18px;
  }
}

/***** goalsBar *****/

.goalsbar-outer {
  margin:0 5px 10px 5px;
  position: relative;
}

.goalsbar {
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.goalsbar-container {
  margin: 2px 2px 4px 0;
  font-size:12px;
}

.goalsbar-container.goalsbar-expanded {
  display: block;
  width: 30em;
}

.goalsbar-main {
  padding: 2px 6px;
  color: #fff;
  line-height:16px;
  background: #999;
}

.goalsbar-filterbtns .goalsbar-main:hover {
  cursor: pointer;
  box-shadow: 0 0 3px 2px rgba(0,0,0,0.5);
}

.goalsbar-stat {
  padding:2px 6px;
  float: right;
  font-weight: bold;
  box-shadow: none;
}

.goalsbar-togglebtn {
  position: absolute;
  top: 0px;
  right: 0;
  float:right;
  display: inline-block;
}

.container-howto .goalsbar-container {
  font-size: 16px;
  font-family: 'Montserrat', 'Century Gothic', sans-serif;
}

.container-howto .goalsbar-main {
  padding: 4px 8px;
}

.container-howto .goalsbar-outer .btn {
  display: none;
}


/***** GOALS/HOWTO page *****/

#howto-goalbox, #howto-goalbox * {
  transition: all 400ms;
}

#howto-goalbox .nocsstrans {
  transition: none;
  /* border: 1px solid red; */
}

#howto-goalbox.goal-box input {
  background-color: rgba(255,255,255,0.5);
  display: inline-block;
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  overflow: visible;
}

#howto-goalbox h2.goal-name {
  margin-bottom: -10px;
}

#howto-goalbox.goal-box .goal-milestone input {
  background-color: rgba(0,0,0,0.2);
  color: #fff;
}

#howto-goalbox .goal-milestone-spec-edit {
  top: 0;
  left: 0;
}

.howto-goal-desc {
  min-height: 75px;
}

.howto-timer {
  /* font-weight: bold; */
  font-size: 25px;
  box-shadow: 0 1px 3px;
  padding: 4px 8px;
  font-family: 'Montserrat', 'Century Gothic', sans-serif;
  margin-right: 10px;
  width: 75px;
  display: inline-block;
  text-align: center;
}

.goal-expanded {
  position: relative;
}

.goal-expanded .oneliner textarea {
  min-height: 60px
}

.goal-expanded .goal-milestone {
  padding-top: 4px
}

.goal-expanded input, .goal-expanded .goal-milestone input.datepicker {
  background-color: #fff;
  color: #000;
}

.goal-expanded .goal-milestone-word {
  margin-right: 5px;
}
.goal-expanded .goal-milestone-word::after {
  content: ':';
}

.goal-milestone-holder {
  position: relative;
  width: 476px;
  clear: both;
}

.goal-expanded .goal-milestone-holder {
  padding-left: 15px;
  width: 500px;
}

@media (max-width: 992px) {
  .container-goals-howto {
    width: 100%;
  }
}


@media (min-width: 992px) {
  .container-goals-howto .editing .goal-box .goal-milestone {
    width: 492px;
  }
}

#goal-milestone-towards {
  display: inline-block;
  overflow: hidden;
  height: 24px;
  top: 5px;
  position: relative;
  transition: width 100ms ease-out;
}

.goal-expanded .goal-milestone input.datepicker {
  border: 2px solid #bdc3c7;
}

.goal-expanded .goal-milestone input.datepicker:focus {
  border-color: #8e44ad;
}

.goal-expanded .goal-privacy {
  width: 200px;
  margin-top: 20px;
  font-size: 18px;
}

.goal-expanded .goal-milestone-spec-edit {
  border-width: 2px;
}

#howto-goalbox.goal-expanded .goal-color {
  padding-top: 80px;
  top: 100%;
  width: 400px;
  left: 0;
}

@media (max-width: 540px) {
  #howto-goalbox.goal-expanded .goal-color {
    width: 100%;
  }
}

.howto-explanation {
  display:none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 600px;
  padding: 8px;
}

@media (max-width: 1200px) {
  .howto-explanation { width: 450px; }
  .howto-explanation p { font-size: 16px; }
}
@media (max-width: 992px) {
  .howto-explanation { width: 300px; }
  .howto-explanation p { font-size: 14px; }
}
@media (max-width: 768px) {
  .howto-explanation { width: 180px; }
  .howto-explanation p { font-size: 12px; }
}

.howto-explanation-spec {
  top: 20px;
}

.goal-box .show-pre-goal-box,
.goal-expanded .hide-pre-goal-box {
  display: none;
}

/***** pre-TODAY/HOWTO page *****/

.nav-today-link {
  position: relative;
}

.click-on-today-arrow, .new-goal-arrow {
  position: absolute;
  color: #468847;
  bottom: -54px;
  left: 50%;
  margin-left: -20px;
  font-size: 36px;
  display: none;
}
.new-goal-alert {
  display: none;
  position: relative;
  padding-top: 54px;
}
.new-goal-arrow {
  display: block;
  top: 0;
  left: 210px;
}

.row-alerts {
  transition: margin 0.25s;
}

.row-alerts.with-top-margin {
  margin-top: 30px;
}

/***** TODAY/HOWTO page *****/

.howto-giantgoal {
  font-size: 32px;
  font-family: 'Montserrat', 'Century Gothic', sans-serif;
  display: inline-block;
  padding: 8px 16px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.7);
  color: #fff;
}

.howto-number-arrow {
  padding: 0px 8px;
  font-size: 32px;
  display: inline-block;
}

.howto-example, .howto-tryityourself {
  width: 70%;
  margin-left: 15%;
  font-weight: bold;
  font-size: 22px;
  transition: color 0.15s linear;
}

.howto-tiy-large {
  width: 70%;
  margin-left: 15%;
}

.howto-tiy-textarea {
  min-height: 200px;
  font-size: 16px;
}

.howto-invalid {
  border-color: red !important;
}

.container-howto .goal-x.ccmbg, .goal-x .ccmbg {
   background-color: #999;
}

.howto-section {
  overflow: hidden;
  max-height: 800px;
  transition: max-height 300ms ease-out;
}

.howto-section.howto-hidden {
  max-height: 0;
}

.howto-submit-bar, .howto-intentions-remaining {
  padding: 5px 0 10px;
  overflow: auto;
  width: 70%;
  margin-left: 15%;
  text-align: center;
}

/***** TODAY page *****/

.jumbo-loading {
  font-size: 60px;
  padding:40px 0;
  text-align: center;
  color: #eee4ee;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 900;
}

.darktheme .jumbo-loading {
  color: #2a2352;
}

.jumbo-loading-entries {
  color: #ddccdd;
}

#loading-bar .bar {
  top: 51px;
}

#loading-bar-spinner {
  top: 61px;
}

.attnFormat {
  border: 2px dashed #939;
  padding: 5px;
  border-radius: 5px;
  background: #eee9ee;
}

.attnFormat .help-block {
  color: #939;
  font-style: italic;
}

.help-block.help-block-danger {
  background-color: #c00;
  color: white;
  padding: 5px;
  border-radius: 6px;
  margin: 10px 0;
  text-align: center;
}

.active .notdonesOnOtherPages {
  display: none;
}

.navbar-inverse .navbar-nav > .incomplete-bother.open > a {
  background-color: rgba(143, 38, 217, 0.4);
}

.nav-bother {
  width: 24px;
  height: 16px;
  color: white;
  background: #c00;
  border: 1px solid #c00;
  font-size: 12px;
  display: inline-block;
  padding: 4px;
  line-height: 8px;
  border-radius: 8px;
  text-align: center;
  transition: 150ms all;
}

.nav-bother.n-1,
.nav-bother.n-2,
.nav-bother.n-3,
.nav-bother.n-4,
.nav-bother.n-5,
.nav-bother.n-6,
.nav-bother.n-7,
.nav-bother.n-8,
.nav-bother.n-9 {
  width: 16px;
}

.nav-bother.n-1 {
    padding: 4px 5px 4px 3px;
}

a:hover .nav-bother {
  background-color: #e33;
  /*border-color: white;*/
  /*box-shadow: 0 0 2px 1px rgba(255,0,0,0.6)*/
}

@media (max-width: 1200px) {
  .jumbo-loading {font-size: 50px;}
}

@media (max-width: 992px) {
  .jumbo-loading {font-size: 40px;}
}
@media (max-width: 768px) {
  .jumbo-loading {font-size: 32px;}
}

@media (max-width: 1200px) and (min-width: 768px) {
  .sidedate {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 992px) {
  .todotabs .sidedate {
    float:right;
  }
/*  .todo-tab-row .nav-tabs {
    padding-left: 140px;
  }
}

@media (max-width: 768px) {
  .todo-tab-row .nav-tabs {
    padding-left: 20px;
  }*/
}

.btn-settings-today {
  position: absolute;
  z-index: 950;
  left: 30px;
}
@media (max-width: 768px) {
  .btn-settings-today {
    left: 3px;
  }
}

.today-stuff-above {
  margin-bottom: -36px;
}

.today-stuff-above > * {
  position: relative;
  z-index: 1000;
}

.greyed-out {
  background: #ccc;
}

.dailies-container {
  float: left;
  display: inline-block;
  margin: 0;
}

@media (max-width: 410px) {
  .dailies-container {
     margin: 8px; 
  }
}

.today-priorities-container {
  /*background-color: #000;
  color: white;*/
  overflow: auto;
  padding: 10px;
}
.today-priorities-container h4 {
  /*color: #cbc;*/
  margin-top: 7px;
}

.today-priority-placeholder {
  font-size:16px;
  margin:2px;
  display: inline-block;
  float:left;
  /*clear:left;*/
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 5px 12px;
  /*background-color: white;*/
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  /*border-style: dotted;*/
  /*border-width: 2px;*/
  /*padding: 3px 10px;*/

}

body.darktheme .today-priority-placeholder {
  box-shadow: 0 1px 3px rgba(255,220,220,0.75);
}

.today-priority-placeholder:hover {
  cursor: pointer;
}

.today-priority {
  color: white;
  font-size:16px;
  /*padding:2px 5px;*/
  /*padding: 8px 12px;*/
  padding: 5px 12px;
  margin:2px;
  display: inline-block;
  float:left;
  clear:left;
  font-family: "Montserrat", sans-serif;
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.75);
}

body.darktheme .today-priority {
  color: black;
}

.today-priority .colon,
.today-priority-placeholder .colon {
  position: relative;
  top: -2px;
}

.today-priority-overdue-mark {
  color: red;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  position: relative;
  width: 0;
  height: 0;
  display:inline-block;
  overflow: visible;
  right: 24px;
  bottom: 6px;
  float:left;
}

.today-priority .milestone-button-holder,
.today-priority .milestone-button-placeholder {
  width: 0;
  height: 0;
  overflow: visible;
  float: right;
  opacity: 0;
  transition: 200ms width, 100ms opacity;
  transition-timing-function: ease-out;
}

.today-priority .milestone-button-holder {
  position: absolute;
  right: 0;
  bottom: 33px;
}

.ismobile .today-priority .milestone-button-holder,
.today-priority:hover .milestone-button-holder,
.ismobile .today-priority .milestone-button-placeholder,
.today-priority:hover .milestone-button-placeholder {
  opacity: 1;
  width: 64px;
  transition: 100ms width, 100ms opacity;
  transition-timing-function: ease-in-out;
}


.today-priority .milestone-button-holder .milestone-button {
  top: 2px;
  right: 6px;
}

.today-priority .milestone-button-holder .milestone-button.milestone-button-bottom {
  top: 4px;
  right: 28px;
}


.today-priority .milestone-button-holder .milestone-button.milestone-button-edit {
  top: 4px;
  right: 50px;
}


.today-priority .milestone-button-holder .milestone-button:hover {
  top: -3px;
  right: 4px;
}

.today-priority .milestone-button-holder .milestone-button.milestone-button-bottom:hover {
  top: -1px;
  right: 26px;
}

.today-priority .milestone-button-holder .milestone-button.milestone-button-edit:hover {
  top: -1px;
  right: 50px;
}


legend .btn {
  position: relative;
  top: 1px;
  right: 3px;
}

.input-group-btn:first-child > .btn,
.input-group-btn:last-child > .btn {
  margin-left: 0px;
  margin-top: 0px;
}

.greybg {
  background-color: #eeecee;
}

.goal-x.ccmfg, .goal-x .ccmfg {color: #666 !important;}

.goal-x.ccdbr124, .goal-x .ccdbr124 {
  border-color: #444;
  border-bottom-color: transparent;
}
.goal-x.ccwbg, .goal-x .ccwbg {
   background-color: #eee; 
}
.goal-x.ccmbg, .goal-x .ccmbg {
  background-color: #666;
}
.goal-x.ccbbg, .goal-x .ccbbg {
  background-color: #111;
}
.goal-x.ccdfg, .goal-x .ccdfg {
  color: #444;
}

/*
.daily-task {
  opacity: 0.5;
}
.daily-task * {
  font-weight: normal !important;
}
*/

/*.nav-tabs {border-bottom-color:#aaa;}*/

.nav-tabs > li.active > a.org,
.nav-tabs > li.active > a.org:hover,
.nav-tabs > li.active > a.org:focus {
  border-width: 1px 0;
  border-color:#aaa;
  border-bottom-color: white;
}

.nav-tabs > li > a {
  margin-right: 8px;
}

.nav-tabs > li > a:hover {
  box-shadow: 0 -1px 1px rgba(0,0,0,0.7);
}
.nav-tabs > li.active > a:hover {
  box-shadow: none;
}

#sortable {
  position: relative;
  left: -17px;
}

@media (max-width: 992px) and (min-width: 768px) {
  #sortable {
    left: 0px;
  }
}

.ismobile #sortable {
  /*position: absolute;*/
  /* left: -17px; */
  width: auto;
  margin-right:-17px;
  margin-left: -17px;
  left: 0;
  margin-bottom: -10px;
  /* overflow: hidden; */
}

#sortable div .item:hover {
  cursor: grab !important;
}

.container-today .ui-sortable-helper:hover {
  background-color: white;
  box-shadow: 0 3px 3px 1px rgba(0,0,0,0.5);
  /*left:40px;*/
  /*background-color: #f0f;*/
  /*border-left: 2px solid #999;*/
  /*margin-left: -2px;*/
  width: 1060px;
}

.darktheme .ui-sortable-helper:hover {
  background-color: black;
  box-shadow: 0 2px 3px 1px rgba(255,220,220,0.5);
  /*box-shadow: 0 1px 3px rgba(255,220,220,0.75);*/
}

#nowdothis {
  padding-top: 10px;
  font-weight: bold;
  font-size: 20px;
  width:100%;
  /*float: left;*/
}

#nowdothis .ndt-pomo {
  /*width: 40%;*/
  /* float: right; */
  text-align: right;
  overflow: visible;
  /* width:  0; */
  position:  absolute;
  right: 10px;
  top: 10px;
}

@media (min-width: 768px) {
  #nowdothis .ndt-pomo {
    margin-right: 10px;
  }
}

#nowdothis .ndt-text {
  font-family: 'Montserrat', 'Century Gothic', sans-serif;
  text-align: center;
  position: relative;
}

#nowdothis .ndt-text.pomospresent {
  top: 8px;
}

#next {
  overflow: auto;
}

.btn-jumbo {
  font-size: 48px;
  width: 100%;
  padding: 30px;
  margin: 43px 0px 0 0;
  display: block;
}

#nexttab.active {
  border-bottom-color: transparent !important;
}

.todotabs .tab-pane {
  /*border-top: 1px solid #ddd;*/
  /*padding: 0;*/
  /*border: none;*/
  /*box-shadow: none;*/
  overflow: auto;
  transition: background .25s ease-out;
  /*display: block !important;*/ /* TODO fix */
  /*max-height: 0;*/
  /*height: auto;*/
  /*transition: max-height 0s;*/
}

.todotabs > .active {
  padding: 20px 20px 20px 20px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12); 
  /*box-shadow: 0 3px 3px rgba(5,0,10,0.5);*/
  /*transition: max-height 250ms;*/
  max-height: 2000px;
}
/*
@media (max-width: 768px) {
  .ismobile .tab-pane.active > div.col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
*/
.todo-tab-row {
  position: relative;
  z-index: 200;
}

.todo-tab-row .nav-tabs {
  border-bottom: none;
  padding-top: 3px;
}

.todo-tab-row .nav-tabs > li:not(.active) > a:hover {
  /*top: -3px;*/
  padding-bottom: 13px;
  margin-bottom: -3px;
  transition: all 100ms ease-out;
  /*margin-top: -3px;*/
  /*box-shadow: 0 -1px 1px rgba(255,0,0,0.7);*/
  box-shadow: 0 1px 3px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.4),
              0px 5px 8px 0px rgba(0, 0, 0, 0.28),
              0px 1px 14px 0px rgba(0, 0, 0, 0.24);
}

.tab-content {
  position: relative;
  z-index: 210;
}

.tabber-next a, .tabber-list a {
  /* box-shadow: 0 1px 3px black; */
  color: black;
}

.tabber-next, .tabber-list {
  border-width: 1px 0 0;
}

.tabber-list a {
  background: white;
}

.todo-tab-row .nav-tabs > li > a,
.todo-tab-row .nav-tabs > li.active > a:hover {
  /*border-top-color: #aaa;*/
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
  /*border-bottom-color: white;*/
}

.tabber-list-org {
  /* border-color: #999 !important; */
  border-bottom-color: transparent;
  /* margin-top: 3px; */
}

  /*box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }*/

/*.nav-tabs > a.tabber-list {*/
  /*border-top-color: #aaa;*/
  /*border-bottom-color: white;*/
/*}*/

.tabber-partner {
  display: inline-block;
}

.today-partner-side-tall-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: rgba(221,200,221,0.5);
  /*color: white;*/
  font-family: 'Montserrat', 'Century Gothic', sans-serif;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.today-partner-side-tall-button:hover {
  cursor: pointer;
  background: rgba(221,160,221,0.5);
}

.darktheme .today-partner-side-tall-button {
  background: rgba(34, 21, 34, 0.5);
}

.darktheme .today-partner-side-tall-button:hover {
  background: rgba(51, 21, 51, 0.5);
}

.partner-half-tab {
  padding: 4px 0 8px;
  /*box-shadow: 0 3px 3px rgba(5,0,10,0.5);*/
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
  overflow: auto;
  background: rgba(255,255,255,0.5);
  min-height: 120px;
}

.darktheme .partner-half-tab {
  background: rgba(0,0,0,0.5);
}

.partner-nexa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 50px;
  font-weight: bold;
}

.darkmode .partner-nexa {
  background-color: #111;
}

.todotabs .tab-pane.intentions {
  padding-top: 0;
  background: rgba(255,255,255,0.5);
}

.ismobile .todotabs .tab-pane.intentions {
  padding: 0 0 10px;
}

.ismobile .todotabs .tab-pane.intentions > div {
  /*padding: 0;*/
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: -10px;
}

.ismobile .item-wrapper:not(:last-child) {
  border-bottom: 1px solid rgba(5,0,5,0.1);
}

.ismobile #syncstate {
  left: 0;
  padding: 10px 5px;
  width: 90px;
}

.done-visible-toggle-box {
  position: absolute;
  top: 30px;
  right: 30px;
  /*background-color: #cbc;*/
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-position: center;
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
  z-index: 1000;
}

@media (min-width: 768px) {
  .done-visible-toggle-box {
    top: 17px;
    right: 0;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.ismobile .done-visible-toggle-box {
  top: 26px;
}

.done-visible-toggle-box:hover {
  opacity: 0.6;
  cursor: pointer;
}

.done-visible-toggle-box.done-hidden:hover,
.done-visible-toggle-box.done-visible {
  background-image: url(/img/checkbox.png);
}

.done-visible-toggle-box.done-visible:hover,
/*.done-visible-toggle-box.done-hidden:hover:active,*/
.done-visible-toggle-box.done-hidden {
  background-image: url(/img/checkbox-dashed.png);
  opacity: 0.4;
}

.darktheme .done-visible-toggle-box.done-hidden:hover,
.darktheme .done-visible-toggle-box.done-visible {
  background-image: url(/img/checkbox-darktheme.png);
}

.darktheme .done-visible-toggle-box.done-visible:hover,
/*.done-visible-toggle-box.done-hidden:hover:active,*/
.darktheme .done-visible-toggle-box.done-hidden {
  background-image: url(/img/checkbox-dashed-darktheme.png);
}
/*
.done-visible-toggle-box.done-visible:hover:active {
  background-image: url(/img/checkbox.png);
}
.done-visible-toggle-box:active {
  transition: 1s ease-in;
}
*/

@media (max-width: 768px) {
  .timer-sound-buttons .btn {
    padding: 4px 8px;
    margin: 6px 5px 6px 0;
  }
}
@media (max-width: 550px) {
  .timer-sound-buttons .btn {
    padding: 2px 5px;
    margin: 10px 2px 10px 0;
    font-size: 0.8;
  }
}

/******************* ROOM INTERSTITIAL **********************/

.interstitial-join-box {
  min-height: 350px;
  padding-bottom: 20px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.7);
}

.interstitial-join-box-login {
  background: #eee9ee;
  position: relative;
  right: 10px;
  /*border-left: 2px solid #cbc;*/
}

.interstitial-join-box-guest {
  background: #dfd;
  padding-bottom: 20px;
  /*border-left: 2px solid #bdb;*/
}


.interstitial-room-logo {
  height: 124px;
  width: 124px;
  content: " ";
  position: absolute;
  left: 100px;
  top: 40px;
}

@media (max-width: 1200px) {
  .interstitial-room-logo {
    left: 50px;
  }
}

@media (max-width: 992px) {
  /*.interstitial-room-logo {
    left: -40px;
  }*/
  .interstitial-room-logo {
    left: 70%;
    top: 80px;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .interstitial-join-box-login {
    right: 0;
  }
}

/******************* ROOMS (like LWSH) **********************/

.room-timer-settings-container {
  border-radius: 10px;
  overflow: auto;
  padding:15px;
}

.form-horizontal .control-label.control-label-pomo-time,
.control-label-pomo-time {
  /*text-align: center;*/
  width: 100px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: white;
  font-family: 'Montserrat', 'Century Gothic', sans-serif;
}

.pomo-vis input {
  display: inline-block;
  width: 80px;
  margin: 4px;
  text-align: center;
  padding: 0 0 0 11px;
  font-weight: bold;
  font-size: 20px;
}

.pomo-vis {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.pomo-vis-bar {
  height: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}


.container-room .item-wrapper {
  font-size: 16px;
}

@media (max-width: 992px) and (min-width: 768px) {
  .todotabs > #list.active.tab-pane-room {
    padding-left: 3px;
  }
}

.room-others {
  z-index: 960; /* 950 is the main list tab */
  overflow-x: visible;
}

/*.intentions.tab-pane-room {
  left: 20px;
  top: -3px;
}*/

.room-userlist {
  list-style: none;
  font-size: 14px;
  overflow-x: visible;
  min-width: 345px;
  padding-bottom: 30px;
}

.room-userlist li {
  background: rgba(255,255,255,0.5);
  padding: 2px 1px 5px 8px;
  border-left: 5px solid transparent;
  border-bottom: 1px solid #cbc;
  position: relative;
  overflow-x: visible;
  /*transition: background .25s ease-in-out;*/ /* THIS CAUSED THE TERRIBLE ITEM DUPE BUG */
}

.room-userlist .tooltip-inner {
  white-space: pre-line;
  max-width: 280px;
}

body.darktheme .room-userlist li {
  color: white;
  background: rgba(0,0,0,0.5);
}

.room-userlist li.user-left {
  border-left: 5px solid #c66;
  font-style: italic;
}

.room-userlist li.user-just-joined {
  border-left: 5px solid #4a4;
}

.icon-start-chat, .icon-view-profile {
  transition: opacity 100ms;
}

.room-userlist li .icon-start-chat {
  opacity: 0;
}

.room-userlist li:hover .icon-start-chat {
  opacity: 1;
}

.roomlist-priv-holder {
  display: inline-block;
  float: right;
}

.roomlist-priv-holder > span:hover {
  cursor: pointer;
}

.icon-start-chat:hover, .icon-view-profile:hover {
  cursor: pointer;
  color: #0c0;
}

.icon-start-chat:focus, .icon-view-profile:focus {
  outline: none;
  color: #7c9;
}

.icon-view-profile:hover {
  color: #00f;
}
.icon-view-profile:focus {
  color: #97f;
}


/*
.room-userlist li:nth-child(odd) {
  border-left: 5px solid #cbc;
  background: rgba(223,204,223,0.5);
}*/
/*
.room-userlist .userinfo-container {
  background: rgba(0,0,0,0.3);
  color: white;
  position: absolute;
  right: 100%;
  max-width: 12px;
  display: inline-block;
  overflow: hidden;
  transition: all 100ms ease-in-out;
  height: 100%;
  top: 0px;
}

.room-userlist .userinfo-container:hover {
  background: rgba(0,0,0,0.9);
  width: 200px;
  max-width: 200px;
}

.room-userlist .userinfo-container .userinfo {
  display: none;
}

.room-userlist .userinfo-container:hover .userinfo {
  display: inline-block;
}

.room-userlist .userinfo-container:hover .glyphicon {
  display: none;
}
*/
.room-userlist .goalsbar-main {
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 12px;
}

.room-userlist .userlink {
  font-weight: bold;
  color: black;
}

.darktheme .room-userlist .userlink {
  color: #888480;
}

.room-userlist-nexa a {
  text-decoration: underline;
  color: inherit;
}

.room-userstatus {
  color: #888088;
  font-style: italic;
}

.container-room #sortable, .room-userlist {
  /*height: 50%;*/
  max-height: 400px;
  overflow-y: auto;
}

.container-room #donebtn.btn-jumbo, .container-room #guestnvmbtn.btn-jumbo {
  font-size: 36px;
  width: 100%;
  padding: 10px;
  margin: 23px 0 0 -2px;
}

@media (max-width: 992px) and (min-width: 768px) {
  .container-room #donebtn.btn-jumbo, .container-room #guestnvmbtn.btn-jumbo {
    margin: 23px 0 -6px 8px;
  }
}

.container-room #donebtn.btn-jumbo.btn-jumbo-half, .btn-jumbo.btn-jumbo-half {
  width: 50%;
  margin-right: 10px
}

.guest-prompt-signup {
  display: none;
}

.hipchat-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  left: 60px;
}

iframe.hipchat {
  margin-left: -179px;
  margin-top: -33px;
  width: 1000px;
  height: 500px;
  border: none;
}

body.hipchat-login-form .container {
  border: 2px solid black;
  padding: 20px;
  width: 820px;
  position: absolute;
  left: 179px;
  top: 33px;
  /*padding-left: 179px;
  margin-right: -179px;
  padding-top: 33px;
  margin-bottom: -33px;*/
}

.showifbreaking {
  display: none;
}

body.breaking .showifbreaking {
  display: block;
}

#breakMessage a {
  color: #969;
}

/* chatroom component */
.chatroom {
  box-shadow: 0 3px 3px rgba(5,0,10,0.5);
  background-color: rgba(255,255,255,0.5);
  border-top: 1px solid #eeecee;
  padding-bottom: 2px;
}

.chatroom .hidetabbar md-tabs-wrapper {
  display: none;
}

.chatroom .hidetabbar md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
  top: 0;
}

md-tab-item .icon-chat-unread {
  color: rgb(51,221,102);
  overflow: visible;
  max-width: 0px;
  display: inline-block;
  position: absolute;
  left: 5px;
  /*right: 5px;*/
  top: 17px;
}

md-tab-item .icon-circle {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  /*font-size: 0;*/
  line-height: 0;
  background-color: rgb(51,221,102);
}

md-tab-item {
  position: relative;
}
/*
md-tab-item .has-unread {
  color: rgb(64,255,129);
  font-weight: bold;
}
*/
md-tab-item .btn-close-chat {
  opacity: 0;
  overflow: visible;
  max-width: 0px;
  display: inline-block;
  position: absolute;
  right: 19px;
  top: 17px;
}

md-tab-item:hover .btn-close-chat {
  opacity: 1;
}

md-tab-item .btn-close-chat:hover {
  cursor: pointer;
  font-size: 120%;
  top: 16px;
  right: 20px;
  color: rgb(255,64,129);
}

.chat-content {
  list-style: none;
  padding: 5px;
  min-height: 100px;
  max-height: 300px;
  overflow-y: auto;
  color: #555;
}

  .chat-content li {
    margin-bottom: 2px;
  }

  .chat-content a {
    text-decoration: underline;
  }

  .chat-name {
    font-weight: bold;
  }
  .chat-name-main:hover {
    cursor: pointer;
  }
  .chat-name:focus {
    outline: none;
  }

  .chatevent {
    background: #998C99;
    color: white;
    display: inline-block;
    padding: 0 8px;
    border-radius: 12px;
  }

  body.darktheme .chatevent {
    color: black;
  }

  .invisistamp {
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .chatstamp::before {
    content: attr(data-stamp);
  }

.chat-lower-row {
  position: relative;
  margin: 0 10px 10px;
  padding-bottom: 2px;
  height: 30px;
  z-index: 100;
}

  .chat-button-box {
    position: absolute;
    /*padding: 10px;*/
    bottom: 2px;
    left: 0px;
    width: 50px;
  }

  .chat-button-box .btn.btn-default {
    background: #ccc8cc;
  }

  .chat-input-box {
    position: absolute;
    /*padding: 10px;*/
    bottom: 0px;
    left: 50px;
    right: 0px;
  }

.chat-settings {
  display: none;
  position: relative;
  z-index: 101;
  padding: 10px;
  background: #ccc8cc;
  margin-bottom: -2px;
  transition: background .25s ease-in-out;
}

body.darktheme .chat-settings,
body.darktheme .chat-button-box .btn.btn-default {
  background: #443C44;
}

  .btn.btn-default.btn-chat-settings {
    position: relative;
    height: 35px;
    top: 0px;
    transition: 200ms all ease-in-out;
  }

  .btn.btn-default.btn-chat-settings:hover {
    top: -2px;
  }

  .btn.btn-default.btn-chat-settings.btn-chat-settings-chevron {
    height: 47px;
    padding-top: 0;
    top: 22px;
  }

  .btn.btn-default.btn-chat-settings.btn-chat-settings-chevron:hover {
    top: 16px;
  }


.btn-stoplight {
  /*width: 20px;*/
  display: inline-block;
  height: 20px;
  line-height: 8px;
  border-radius: 10px;
  color: white;
  opacity: 0.5;
}
.btn-stoplight:hover {
  color: white;
  opacity: 0.7;
}

.btn-stoplight-red   {background: #ea402f !important; border: 1px solid #ea402f;}
.btn-stoplight-amber {background: #ea9a00 !important; border: 1px solid #ea9a00;}
.btn-stoplight-green {background: #00cc43 !important; border: 1px solid #00cc43;}

.btn-stoplight[disabled] {
  /*box-shadow: 0 0 1px rgba(0,0,0,0.75);*/
  top: 0 !important;
  box-shadow: none !important;
  border: 1px solid black;
  position: relative;
  top: 1px;
  opacity: 1;
}

.darktheme .btn-stoplight[disabled] {
  border: 1px solid white;
}

/******** WEBRTC ********/
#videos {
  position: relative;
}

#remoteVideos {
  z-index: 10;
}

.self-video-stuff {
  float: left;
  z-index: 20;
  position: relative;
}

.self-video-stuff.svs-small {
  /*font-size: ;*/
}

.self-video-send-btn {
  font-size: 20px;
  padding: 30px 20px;
  border-radius: 0 !important;
  position: relative;
  transition: all 0.2s;
}

.self-video-send-btn.self-video-send-btn-xs {
  font-size: 12px;
  padding: 2px 6px;
  border-width: 0;
  color: #656;
  position: relative;
  top: 0;
  box-shadow: 0 0 0 rgba(51,0,51,0.7);
}

.self-video-send-btn.self-video-send-btn-xs:hover {
  font-size: 12px;
  padding: 2px 6px;
  border-width: 0;
  color: #656;
  top: -2px;
  box-shadow: 0 1px 3px rgba(51,0,51,0.7);
}

.vidsize, #remoteVideos video, .videoContainer {
  width: 150px;
  height: 150px;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}

.videoContainer {
  position: relative;
  /*background: rgba(255,0,0,0.5);*/
  float: left;
}

/*.videoContainer video {
  position: absolute;
  width: 100%;
  height: 100%;
}*/

.video-label {
  background-color: rgba(0,0,0,0.4);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 30;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity: 0;
  transition: opacity 0.2s;
}
div:hover > .video-label {
  opacity: 1;
}
/*
.video-label.video-label-shown {
  opacity: 1;
}*/

/******** ROOM SCHEDULE STUFF *********/

.btn-round {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.btn-round[disabled] {
  box-shadow: 0 0 1px rgba(0,0,0,0.75);
  position: relative;
  top: 1px;
}

.room-schedule-table div[isteven-multi-select] {
  max-width: 200px;
}

.room-schedule-table .work {
  background: #FCDED1;
}

.room-schedule-table .break {
  background: #CDE5AA;
}

.room-schedule-table .other {
  background: #BAE3FF;
}

.popover .room-schedule-table .row.work:not(:last-child) {
  border-bottom: 1px solid #D2AB9A;
}

.popover .room-schedule-table .row.break:not(:last-child) {
  border-bottom: 1px solid #A5C575;
}

.popover .room-schedule-table .row.other:not(:last-child) {
  border-bottom: 1px solid #8CB9D8;
}

.popover .room-schedule-table .row:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.popover-room-schedule {
  width: 400px;
}

.warning-bell-option {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  margin: 2px;
  padding: 8px 13px;
  border-radius: 4px;
  border: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  color: white;
  display: inline-block;
}

input.warning-bell-editor {
  width: 40px;
  padding: 1px;
  /*border-radius: 2px;*/
  text-align: center;
  display: inline-block;
}

/************* ROOM DIRECTORY **************/

.room-dir-entry {
  display: block;
  position: relative;
  top: 0;
  border-left: 5px solid #99B3CC;
  background: #E3EBF4;
  padding: 6px 20px;
  margin: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.7);
  transition: all 100ms ease-in-out;
}

.room-dir-entry:hover {
  top: -2px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.7);
  cursor: pointer;
  text-decoration: none;
}

.room-dir-entry h2 {
  display: inline-block;
  background-color: white;
  border-radius: 20px;
  padding: 0 10px 3px;
}

.room-dir-top-right-stuff {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 8px;
  font-weight: bold;
  background-color: #99B3CC;
  color: #E3EBF4;
}

.room-dir-pomo-til {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 8px;
  font-weight: bold;
  /*color: white;*/
}

.pomoTimeWidget, .schedRoomTZwidget {
  position: relative;
  height: 32px;
  width: 60px;
  padding: 0;
  display: inline-block;
  /*overflow: hidden;*/
}

.pomoIcon, .schedRoomIcon {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 30px;
  top: 5px;
}

.pomoIconTime, .schedRoomTZ {
  position: absolute;
  font-size: 14px;
  color: white;
  left: 0;
  /* top: 2px; */
  text-align: right;
  width: 30px;
  top: 5px;
}

.schedRoomIcon {
  top: 10px;
  left: 35px;
}

.schedRoomTZ {
  color: #58B;
}

.pomoIconTime > span {
  border-radius: 4px;
  padding: 1px 3px;
}

.pomo-red-fg { color: #ea402f; }
.pomo-green-fg { color: #9bcd50; }
.pomo-red-bg { background-color: #ea402f; }
.pomo-green-bg { background-color: #9bcd50; }
.pomo-red-l-bg { background-color: #FFE4E3; }
.pomo-green-l-bg { background-color: #EEF5E3; }
.pomo-red-l-fg { color: #FFE4E3; }
.pomo-green-l-fg { color: #EEF5E3; }
.pomo-red-br { border-color: #ea402f; }
.pomo-green-br { border-color: #9bcd50; }

h2 .tooltip {
  width: 300px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: normal;
}

*:hover > .parent-hover-hide {
  display: none;
}
.parent-hover-show {
  display: none;
}
*:hover > .parent-hover-show {
  display: inline-block;
}

/****************** ADMIN *******************/

.container-manual .btn {
  margin: 5px;
}

.container-admin hr {
  height: 12px;
  width:96vw;
  position:absolute;
  left:0;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

.emaileditor, .emaileditor p {
  font-size: 13px;
  font-family: arial, sans-serif;
}

.admin-user-event {
  padding: 15px;
  margin-bottom: 15px;
  background: rgba(0,153,255, 0.2);
}

.admin-user-event h4 {
  margin-top: 0;
}

.btn.aue {
  margin: 3px;
}
.btn.aue.shown,
.btn.aue.shown.active,
.btn.aue.shown:active,
.btn.aue.shown:focus,
.btn.aue.shown:hover {
  box-shadow: 0 0 1px 1px black, 0 0 2px 2px black;
  top: 0;
}
.btn.aue.notshown {
  opacity: 0.5;
}

.aue.account_delete {           background-color: #f99;}
.aue.account_new {              background-color: #90f;}
.aue.billing_disabled {         background-color: #afa;}
.aue.billing_failed {           background-color: #beb;}
.aue.billing_paused {           background-color: #9fc;}
.aue.billing_removed {          background-color: #cf9;}
.aue.email_misparse {           background-color: #ccc;}
.aue.goals_archiveall {         background-color: #c9c;}
.aue.goals_reset {              background-color: #f9c;}
.aue.partner_accept {           background-color: #99f;}
.aue.reactivate_longago {       background-color: #96f;}
.aue.reactivate_nevertried {    background-color: #93f;}
.aue.summary_decrement {        background-color: #000; color: white;}
.aue.unknown {                  background-color: #999;}

.admin-user-event-date,
.admin-user-event-type {
  background: white;
  display: inline-block;
  padding: 4px;
  margin: 2px 4px;
  border-radius: 4px;
}
.admin-user-event-date {
  background: black;
  color: white;
}

.admin-user-event-body {
  padding: 15px;
  overflow: auto;
  background-color: white;
  clear:both;
}

.admin-overview, .admin-scoreboard, .admin-funnel-table {
  border-spacing: 1px;
  border-collapse: separate;
}

.admin-overview td, .admin-scoreboard td {
  padding: 2px;
  margin: 2px;
  text-align: center;
}

.scoreboard-table-total {
  font-weight: bold;
}

.admin-overview tr.aggregate td {
  background-color: #eed0ee;
}

.admin-overview td.username-cell {
  text-align: right;
  padding-right: 10px;
}

.admin-overview td.username-cell.emailsoff {
  font-style: italic;
  background: #ccc;
}

.admin-overview td.username-cell.sns {
  background: #9f9;
}

.admin-overview td.username-cell.onholiday {
  background: #f6c;
}

.admin-overview td.payment {
  background: #fc9;
}

.admin-overview td.payment.abouttoexpire {
  background: #f90;
}

.admin-overview td.payment.paid {
  background: #0c0;
}

.admin-overview td.hasPartner {
  background: #f9f;
}

.admin-overview td.payment.paid.yearly {
  background: #060;
  color: white;
}

.admin-overview td.payment.paid.coached {
  background: #206;
  color: white;
}

.admin-overview td.payment.paid.yearly.coached {
  background: #044;
  color: white;
}

.admin-overview td.payment.paused {
  background: #c0c;
  color: white;
}

.admin-overview td.payment.paused.yearly {
  background: #606;
  color: white;
}

.admin-overview td.payment.paid.lifetime {
  background: #305;
  color: white;
}

.admin-overview td.payment.gift {
  background: #39c;
}

.admin-overview td.payment.expired {
  background: #f30;
}

.admin-overview td.payment.unpaid {
  background: #f06;
}

.admin-overview td.datum-cell {
  background-color: #ff0000;
}

.admin-overview .onholiday td.datum-cell {
  background: #f6c;
}

.admin-overview td.payment {
  border-right: 1px solid black;
}

.admin-funnel-table {
  font-size: 20px;
}

/*
@media (max-width: 1400px) {.admin-overview td:nth-child(-n+6) {display: none;}}
@media (max-width: 1300px) {.admin-overview td:nth-child(-n+8) {display: none;}}
@media (max-width: 1200px) {.admin-overview td:nth-child(-n+10) {display: none;}}
@media (max-width: 1100px) {.admin-overview td:nth-child(-n+14) {display: none;}}
@media (max-width: 1000px) {.admin-overview td:nth-child(-n+19) {display: none;}}
@media (max-width: 800px) {.admin-overview td:nth-child(-n+22) {display: none;}}
*/
@media (max-width: 1000px) {.admin-overview td:nth-child(-n+2) {display: none;}}
@media (max-width: 1000px) {.admin-overview td:nth-child(4) {max-width: 24px; overflow: hidden}}
/*@media (max-width: 1000px) {.admin-overview td:nth-child(4) {display: none;}}*/
@media (max-width: 800px) {.admin-overview td:nth-child(-n+10) {display: none;}}

.admin-overview td:nth-child(1), .admin-overview td:nth-child(2) {
  display: table-cell;
}

.admin-overview td.datum-cell:nth-last-child(2) {
  background-color: #ffcc00;
}

.admin-overview td.datum-cell.O {
  background-color: #00cc00;
}

.admin-overview td.datum-cell.I {
  background-color: #9999ff;
}

.admin-overview td.datum-cell.P {
  background-color: #bbddff;
}

.admin-overview td.datum-cell.J {
  background-color: #cc33cc;
}

.score-box {
  display: inline-block;
  border-radius: 4px;
  min-width: 30px;
  text-align: center;
  padding: 6px;
  font-size: 24px;
  font-family: 'Montserrat', 'Century Gothic', sans-serif;
  box-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.score-box-icon {
  text-shadow: 0 1px 3px rgba(0,0,0,0.7);
  position: absolute;
  top: -0.5em;
  right: -0.5em;
}

/* GOALS DASHBOARD */

.header-buttons {
  display: inline-block;
  width: 300px;
  text-align: left;
}

.goal-box {
  display: block;
  border-top:5px solid;
  border-bottom:5px solid;
  border-right:5px solid;
  border-left:5px solid;
  padding: 10px 10px 52px;
  margin:10px 100px;
  min-height:100px;
  position: relative;
}

.goal-box.goal-box-completed {
  opacity: 0.8;
}

.goal-box.goal-box-completed:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

@media (max-width: 992px) {
  .container.container-goalspage {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .goal-box {
    margin:10px 12%;
  }
}

@media (max-width: 768px) {
  .container.container-goalspage {
    padding-left: -15px;
    padding-right: -15px;
    width: auto;
  }
  .goal-box {
    margin:10px 6%;
  }
}

.editing .goal-box {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  /*box-shadow: inset 0 1px 1px black;*/
}

.goal-box.justadded {
  box-shadow: 4px 4px 0 black;
}
/*
.goal-box.justadded .name-editable:after {
  content: "NEW";
  background: black;
  color: white;
  box-shadow: 0 0 4px white;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 3px;
  position: relative;
  left:5px;
  top: 2px;
}*/

.new-goal-box:before {border-color: #cbc #cbc #cbc transparent;}
.new-goal-box:after {border-color: transparent transparent transparent #cbc;}

.new-goal-box, .editing .new-goal-box {
  background: #EEE9EE;
  color: #cbc;
  border-radius: 0;
  border: 6px dashed;
  display: block;
  opacity: 0.8;
}

.new-goal-box:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
  color: #cbc;
}

.max-10-goals-msg {
  padding: 10px 100px;
  text-align: center;
  color: #cbc;
}

.goal-box h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.goal-box h2 input {
  font-weight: bold;
}

.goal-box .oneliner {
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  display: inline;
}

.goal-box .oneliner .editable {
  white-space: pre-wrap;
}

.goal-box:before, .goal-box:after {
  border-width: 50px 0 50px 50px;
  content: '';
  width: 0px;
  height: 0px;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  position: absolute;
}
.goal-box:before { left: -55px; top: -5px;}
.goal-box:after { right: -55px; bottom: -5px;}
.goal-box-inactive:after {display:none;}

.goal-name {
  float:left;
  display: inline-block;
  padding-right: 18px;
}

.goal-box .goal-date, .goal-box .goal-privacy, .goal-box .goal-milestone {
  font-family: 'Montserrat', Helvetica, sans-serif;
  display: inline-block;
  padding: 5px 5px 0;
  /*margin: -10px;*/
  position: absolute;
  bottom: 0;
  font-size: 18px;
  /*font-weight: bold;*/
}


.goal-date-start {
  padding: 5px 10px 0 5px;
  float:left;
  left: 0;
}

.goal-date-end {
  padding: 5px 5px 0 10px;
  float:right;
  right: 0;
}

.goal-review-questions-show-btn {
  position: absolute;
  top: 0;
  right: 120px;
  font-size: 16px;
  padding: 3px 5px 2px 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 1px 1px black;
}

.goal-review-questions-show-btn:hover {
  padding: 5px 5px 2px 5px;
  box-shadow: 0 1px 3px black;
}


#questionModal textarea {
  min-height: 110px;
  margin-bottom: 5px;
}

.goal-box .goal-milestone {
  padding: 5px 5px 0 5px;
  float:left;
  left: 0;
}

.milestone-button-holder .milestone-button {
  color: white;
  position: absolute;
  right: -5px;
  top: 45px;
  font-size: 20px;
  transition: all 100ms;
  text-shadow: 0 1px 1px black;
  cursor: pointer;
}

body.darktheme .milestone-button-holder .milestone-button {
  color: black;
}

.milestone-button-holder .milestone-button:hover {
  font-size: 24px;
  right: -8px;
  top: 40px;
  outline: none;
  text-shadow: 0 3px 3px black;
}

.milestone-button-holder .milestone-button.milestone-button-bottom {
  top: 70px;
}

.milestone-button-holder .milestone-button.milestone-button-bottom:hover {
  top: 65px;
}

.milestone-action-confirm-button, .review-questions-confirm-button {
  color: white;
  font-size: 50px !important; /* THESE ARE TEMPORARY... to fix flatmat issues */
  position: absolute !important;
  right: -19px !important;
  bottom: -17px !important;
  text-shadow: 0px 1px 3px black;
  transition: all 50ms;
}

.review-questions-confirm-button:hover, .review-questions-confirm-button:focus,
.milestone-action-confirm-button:hover, .milestone-action-confirm-button:focus {
  color: white; /* because links have hover color */
  font-size: 60px !important;
  right: -26px !important;
  bottom: -19px !important;
  outline: none !important;
  text-shadow: 0 3px 5px black;
}


.newcodeInvalid, .newcodeInvalid:focus {
  border-color: red;
}

.circle-pacman-button {
  background: #fff;
  color: black;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: 'Montserrat', 'Century Gothic', sans-serif;
  position: absolute !important;
  right: -19px !important;
  bottom: 9px !important;
  top: auto !important;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.8);
}

/*.btn:hover*/
.circle-pacman-button:not(.pacman-mode):not(.btn-noraise):not(.active):hover {
  background: #fff;
  width: 56px;
  height: 56px;
  transition: all 50ms;
  color: black;
  text-decoration: none;
  right: -22px !important;
  bottom: 12px !important;
  box-shadow: 0 3px 5px rgba(0,0,0,0.6);
}

.darktheme .circle-pacman-button,
.darktheme .circle-pacman-button:not(.pacman-mode):not(.btn-noraise):not(.active):hover {
  background: black;
  color: white !important;
}

.circle-pacman-button.pacman-mode {
  bottom: 9px !important;
  cursor: default;
  outline: none !important;
}

.circle-pacman-button .pacman {
  display: none;
}

.circle-pacman-button.pacman-mode .pacman {
  display: inline-block;
}

.circle-pacman-button .btn-ok {
  display: inline;
}

.circle-pacman-button.pacman-mode .btn-ok {
  display: none;
}

.pacman-mode {
  padding: 5px !important;
}


.milestone-action-date-icon {
  font-size: 40px;
  position: absolute;
  left: 10px;
  top: 40px;
  color: rgba(0,0,0,0.7);
}

.milestone-action-date {
  padding-left: 30px;
  font-size: 20px;
  width: 280px;
  float: left;
  /* margin: -8px 5px; */
}

.milestone-action-date-planned {
  display: inline-block;
  padding: 0 5px;
}

.milestone-action-date .datepicker {
  font-size: 20px;
  width: 125px;
  float: left;
  text-align: center;
  background-color: rgba(0,0,0,0.2) !important;
  color: white;
}

.milestone-action-date label {
  width: 80px;
  padding-right: 4px;
  font-size: 16px;
}

.new-milestone-name {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Montserrat';
}

@media (min-width: 992px) {
  .editing .goal-box .goal-milestone {
    width: 500px;
  }
  .goal-milestone input.editable-input {
    width: 230px;
  }
}

.goal-milestone .glyphicon-magnet {
  /*-moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);*/
  -moz-transition: all 100ms;
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
  transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1)
  /* http://cubic-bezier.com/#.26,.55,.73,.16 */
}

.goal-milestone .datepicker {
  text-align: center;
}

.datepicker-dropdown {
  z-index: 10010 !important;
}

.goal-box-spacer {
  display:block;
  height: 64px;
}

.goal-milestone-spec-container {
  height:50px;
  margin-top:6px;
  overflow: visible;
  position: relative;
}

.goal-milestone-spec-edit {
  position: absolute;
  top: -17px;
  left: 15px;
  z-index: 100;
  border-width: 4px;
  border-radius: 10px;
  overflow: hidden;
  min-width: 435px;
  font-family: "Open Sans";
  transition: min-height 0.1s;
}

.goal-milestone-spec-edit:focus {
  /*border-color: #66afe9;*/
  min-height: 100px;
  transition: min-height 0.3s;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow none;
  overflow: auto;
}

.milestone-banner-state {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 72px;
}

.endgoal .milestone-banner-state {
  font-size: 108px;
}

.goal-box .goal-privacy select:focus {
  border: 1px solid rgba(0,0,0,0.5);
  box-shadow: 0 0 1px black;
}

.goal-box .goal-privacy {
  width: auto;
  padding: 5px 0 0;
  /*max-width: 200px;*/
  /*display: inline-block;*/
  /*margin: auto;*/
  float:right;
  text-align: center;
  /*left: 0;*/
  right: 0;
}

.goal-box .goal-privacy { opacity: 0.25;}
.editing .goal-box .goal-privacy {opacity: 1;}

@media (max-width: 768px) {
  .goal-milestone-spec-edit {
    left: 0;
    min-width: 200px;
  }
  .goal-box-spacer {
    /*height: 132px;*/
  }

  .editing .oneliner {
    margin-bottom: 112px;
    /*margin-bottom: 70px;*/
  }
  .editing .goal-box .goal-privacy {
    position: relative;
    bottom: 112px;
  }

  .goal-review-questions-show-btn {
    right: 100px;
  }
}

/*.goal-privacy .editable-wrap {margin:0; width:100%;}*/

.oneliner textarea {
  min-height: 41px;
}

.goals-edit .goal-box .oneliner textarea,
.goals-edit .goal-box .editable-wrap input.editable-input, input.datepicker {
  background-color: rgba(255,255,255,0.5);
  display: inline-block;
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  overflow: visible;
}

.goals-edit .goal-box .editable-wrap input.editable-input:focus, input.datepicker:focus {
  border: 1px solid;
  border-color: inherit;
}

.goals-edit .goal-box .goal-milestone .editable-wrap input.editable-input, .goal-milestone input.datepicker {
  background-color: rgba(0,0,0,0.2);
  color: white;
}

h2 .editable-wrap .editable-input,
#howto-goalbox h2 input {
  font-size: 30px;
  line-height: 30px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  /* padding: 7px 12px 0px; */
}

.oneliner .editable-wrap {
  width: 100%;
}
.oneliner .editable-wrap .editable-input {
  /*font-style: italic;*/
  height: 36px;
/*}*/

/*.goals-edit .goal-box .oneliner textarea {*/
  font-size: 16px;
  font-weight: bold;
}

.goal-date input {
  text-align: center;
  margin-right: -5px;
}

.editing .oneliner {
  display:block;
  clear: both;
  width: 100%;
  /* margin-bottom: 70px; */
}

/*.goals-edit .goal-box .editable-wrap textarea.editable-input*/
.oneliner textarea {
  margin-top: 5px;
  min-height: 42px;
}

/*********

.sp-preview {
  z-index: 1;
  margin-right: 15px;
}

.goal-color select {
  width: 50px;
  height: 30px;
  position: absolute;
  right: 0;
  z-index: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.5);
}

TODO also uncomment background:none below

*********/

.goal-color {
  display: none;
  position: absolute;
  top: 0;
  right: 0;

}
.editing .goal-color {
  display: block;
}
/*.editing .goal-color input {
  opacity: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: none;
}*/

.goal-color-replacer, .goal-color-container {
  border:none;
  background: rgba(255,255,255,0.7);
  /*background: none;*/
  border-top-right-radius: 5px;
}
.goal-color-container {
  background: rgba(255,255,255,0.9);
}

.goal-side-btns {
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 5;
}

.goal-side-btns .btn:hover {
  /*top: -3px;*/
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
}

.goal-side-btns .btn {
  position: absolute;
  display: inline-block;
  float: right;
}


.goal-archive-btn {
  top: 45px;
}

.goal-delete-btn {
  top: 90px;
}

/*.goal-side-btns .btn.goal-delete-btn:hover {*/
  /*top: 42px;*/
  /*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);*/
/*}*/

.goal-side-btns a .button-hovertext {
    max-width: 0px;
    width: auto;
    /*max-width: 150px;*/
    /*position: absolute;*/
    overflow: hidden;
    display: inline-block;
    transition: max-width 150ms ease-in-out;
    height: 16px;
    /*opacity: 0;*/
    /*transition: opacity 5s;*/
    /*-webkit-transition: opacity 5s;*/
}

.goal-side-btns a:hover {
  /*width: 150px;*/
  /*right: 90px;*/
}
.goal-side-btns a:hover .button-hovertext {
  max-width: 150px;
  /*opacity: 1;*/
}​

.goal-box.deleted {
  opacity: 0.5;
  position: relative;
  left: 20px;
}

.goal-sort-outer {
  /*cursor: -webkit-grab;*/
  cursor: move;
  position: relative;
  overflow: visible;
}

.goal-sort-inner {
  overflow: auto;
  padding: 8px;
  border:8px solid;
  margin: 10px 10px 10px 60px;
  /*border-radius: 5px;*/
}

.ui-sortable-helper .goal-sort-inner {
  background-color: white;
  box-shadow: 0 3px 3px 1px rgba(0,0,0,0.5);
}

.goal-sort-outer a.dragger {
  display: inline-block;
  width: 50px;
  height: 50px;
  /*position: absolute;*/
  /*background: #fed;*/
  /*height: 19px;*/
  /*left: -18px;*/
  padding-top: 4px;
  margin-right: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  /*left:-60px;*/
}

.goal-sort-outer a.dragger span {
  display: inline-block;
  width: 48px;
  height: 8px;
  margin: 1px 0;
  /*background: #999;*/
  border-radius: 4px;
}

.deleted * {
  text-decoration: line-through !important;
}

.signup-screenshots {
  float:right;
  margin: -50px 0 15px 15px;
}

@media (max-width: 992px) {
  .signup-screenshots {
    width: 400px;
    height: auto;
  }
}

@media (max-width: 700px) {
  .signup-screenshots {
    width: 300px;
    height: auto;
    margin: 0 24%;
  }
}

.unwrap {display: inline-block;}

@media (min-width: 992px) {
  .unwrap-md {display: inline-block;}
}

.highlight-yellow {
  background: #FFFF00;
}
.highlight-cyan {
  background: #00FFFF;
}

.maroontext {color: #a00;}
.redtext {color: red;}
.greentext {color: #0c0;}

.form-control.form-control-tiny {
  text-align: center;
  min-width: 55px;
}

/* ========================== */

.outliney-box {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  background: #EEE9EE;
  color: #cbc;
  border-radius: 18px;
  border: 6px dashed;
  display: block;
  opacity: 0.8;
}

.outliney-box.outcomes-submit-box {
  height: 300px;
  width: 80%;
  font-size: 54px;
  padding: 70px 0;
}

.outliney-box:hover {
  text-decoration: none;
  opacity: 1;
  color: #cbc;
  cursor: pointer;
}

.outliney-help {
  width: 80%;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #cbc;
}

.htmlarea {
  -webkit-user-modify: read-write;
  word-wrap: break-word;
  -webkit-line-break: after-white-space;
  display: block;
  /* above from div */

  min-height: 30px;
  transition: min-height 0.2s;
  overflow: auto;
  background: #fff;
  /*padding: 6px;*/
  /*border: 1px solid #ccc;*/
  /*border-radius: 4px;*/

  border: 2px solid #bdc3c7;
  color: #2a2352;
  font-size: 15px;
  /*line-height: 1.467;*/
  padding: 8px 12px;
  /*height: 42px;*/
  border-radius: 6px;
  box-shadow: none;


  resize: both;
  position: relative;
  z-index: 1000;
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
}

.htmlarea h2:first-child, .htmlarea h3:first-child, .htmlarea h4:first-child, .htmlarea h5:first-child {
  margin-top: 2px;
}

.container-today .htmlarea {
  min-height: 100px;
  padding-left: 15px;
}

.htmlarea:focus {
  /*border-color: #66afe9;*/
  min-height: 100px;
  transition: min-height 0.3s;
  border-color: #8e44ad;
  outline: 0;
  box-shadow: none;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
}

.htmlarea.tiny {
  text-align: center;
  width:36px;
  height: 36px;
  overflow: visible;
  display: inline-block;
}

.htmlarea.tiny:focus {
  min-height: 30px;
}

.htmlarea h1, .htmlarea h2, .htmlarea h3 {
  margin: 0;
}
.htmlarea p {
  margin: 10px;
}

.htmlarea:not(:focus):empty:before {
  content: attr(placeholder);
  color: #bababa;
}

body.darktheme {
  color: #656381;
  background-color: black !important;
}

.darktheme .modal-content {
  background: black;
  box-shadow: 0 3px 9px rgba(255,220,220,0.5);
}

.darktheme .modal-footer {
  border-top: 1px solid #171717;
}
.darktheme .modal-header {
  border-bottom: 1px solid #171717;
}
.darktheme .nav-tabs-better {
  border-bottom: 1px solid #222;
}

.darktheme .help-block {
  color: #2a2352;
}

body.darktheme .item input[type="checkbox"] {
  opacity: 0.5;
}

/* DISTRACTION FREE MODE */

body.distraction-free {
  background-image: url(https://complicemail-herokuapp-com.global.ssl.fastly.net/img/complice_trans.png);
}

body.distraction-free .allexceptfooter {
  padding: 10px 0;
  background: rgba(255,255,255,0.8);
}

body.darktheme .allexceptfooter {
  background: rgba(0,0,0,1);
}


body.distraction-free.darktheme .allexceptfooter {
  background: rgba(0,0,0,0.8);
}

body.distraction-free.darktheme {
  background-image: url(https://complicemail-herokuapp-com.global.ssl.fastly.net/img/complice_dark_2trans.png) !important;
}

body.distraction-free.ismobile {
  background: white !important;
}
body.distraction-free.ismobile.darktheme {
  background: black !important;
}
/*
@media (max-width: 992px) {
  body.distraction-free, body.distraction-free.darktheme {
    background: none;
  }
}
*/


.darktheme .sweet-overlay {
  background: rgba(32, 16, 16, 0.4);
}
.darktheme .sweet-alert {
  background: black;
  box-shadow: 0 1px 3px rgba(255,220,220,0.5);
}

.darktheme .sweet-alert button.cancel {
  background-color: #4e4e4e;
}

.darktheme .sweet-alert input,
.darktheme .form-control:not(.plaintext-intentions),
.darktheme #boilerplateModal .colored-intentions,
.darktheme .colored-intentions {
  background-color: rgba(0,0,0,0.5);
  color: #dcb;
}

body.darktheme .htmlarea {
  background: #09000f;
  color: #dcb;
}

body.darktheme .todotabs .tab-pane.intentions {
  background: rgba(0,0,0,0.5) !important;
}

body.darktheme #todosNextday .colored-intentions {
    background-color: rgba(18,0,36,0.5);
}

body.darktheme #caret {
  background-color: #dcb;
}

body.darktheme .todo-tab-row .tabber-list a {
  background: black;
  color: #cbc;
  /*border-color: #211;*/
}

body.darktheme .todo-tab-row .nav-tabs > li > a,
body.darktheme .todo-tab-row .nav-tabs > li.active > a:hover {
    box-shadow: 0px 1px 8px 0px rgba(255, 220, 220, 0.2),
                0px 3px 4px 0px rgba(255, 220, 220, 0.14),
                0px 3px 3px -2px rgba(255, 220, 220, 0.12);
}

body.darktheme .todo-tab-row .nav-tabs > li:not(.active) > a:hover {
    box-shadow: 0px 3px 5px -1px rgba(255, 220, 220, 0.4),
                0px 5px 8px 0px rgba(255, 220, 220, 0.28),
                0px 1px 14px 0px rgba(255, 220, 220, 0.24);
}

body.darktheme .timerBox {
  background: rgba(0,0,0,0.8);
}

body.darktheme .timer-spare-pomos, body.darktheme .timer-deleted-pomos {
  /*color: #656;*/
  background: #11081C;
  box-shadow: 0px 4px 5px 0px rgba(255, 220, 220, 0.14),
              0px 1px 10px 0px rgba(255, 220, 220, 0.12) !important;
}

body.darktheme .todotabs > .active,
body.darktheme .partner-half-tab,
body.darktheme .partner-nexa {
  box-shadow: 0px 1px 8px 0px rgba(255, 220, 220, 0.2),
              0px 3px 4px 0px rgba(255, 220, 220, 0.14),
              0px 3px 3px -2px rgba(255, 220, 220, 0.12);
}

body.darktheme .navbar-default {
  background-color: #141327;
}

body.darktheme .chatroom {
  background-color: rgba(0,0,0,0.5);
  box-shadow: 0 3px 3px rgba(255,220,220,0.5);
  border-top: 1px solid #212;
}

body.darktheme md-content {
  color: rgba(255,255,255,0.87);
  background-color: black;
}

body.darktheme .hidden-dm {
  display: none !important;
}

body.darktheme .form-control, body.darktheme .select2-search input[type="text"] {
  border-color: #272625;
}

body:not(.darktheme) .visible-dm {
  display: none !important;
}

body.distraction-free .navbar,
/*body.distraction-free .timer-debug,*/
body.distraction-free .feedback-box,
/*body.distraction-free .intercom-launcher,*/
body.distraction-free .hide-when-distraction-free:not(.donthide-xs) {
  display: none;
}

/*
body.distraction-free .intercom-launcher.intercom-launcher-with-avatar {
  display: block;
}*/

.ismobile #intercom-launcher {
  right: auto;
  left: 20px;
}

#intercom-container .intercom-launcher-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75) !important;
  transition: all 80ms !important;
  top: 0px;
}

#intercom-container .intercom-launcher-button:hover {
  top: -12px;
  right: -4px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
  width: 56px;
  height: 56px;
  transition: all 50ms; /* ease-in-out;*/
}

#intercom-container .intercom-sheet {
  box-shadow: 0 3px 5px 1px black;
}

#intercom-conversation {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+58 */
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(58%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#intercom-container.intercom-acquire .intercom-launcher-button {
  background-color: #2ecc71;
}

#intercom-container.intercom-acquire .intercom-launcher-button:hover {
  background-color: #1BB55C;
}

@media (min-width: 768px) {
  body.distraction-free .hide-when-distraction-free.donthide-xs {
    display: none;
  }
}

body.distraction-free #loading-bar .bar {
  top: 0px;
}

body.distraction-free #loading-bar-spinner {
  top: 10px;
}

body.distraction-free .container-timer {
  top: 5px;
}

/*///// APPS ///// WORKFLOWY /////*/

.container-workflowy {
  /*border: 5px solid #1B69A1;*/
  /*box-shadow: rgba();*/
  background: #C4E2F4;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wf-box {
  background: linear-gradient(135deg, #58a4db, #a8dbf7);
  /*background: ;*/
  box-shadow: 0 3px 3px rgba(0,14,20, 0.5);
}

.wf-video {
  float:left;
  margin: 0px 0px 15px;
}

.wf-ss {
  border: 1px solid #012;
  float: right;
  width: auto;
  max-width: 100%;
}

.wf-list li {
  font-size: 16px;
  padding: 3px 8px;
  border-radius: 4px;
  position: relative;
}

.wf-list li.selected {
  background: #fff;
}

.wf-list li.has-children::before {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 7px solid #ccc;
  background: #333;
  content: "";
  position: absolute;
  left: -26px;
}

.wf-breadcrumbs {
  margin: 3px;
}

.wf-crumb {
  display: inline-block;
  background: #fff;
  font-size: 16px;
  border-radius: 4px;
  padding: 3px 8px;
  box-shadow: 0 1px 3px rgba(30, 100, 160);
  margin: 3px;
}

.wf-crumb:hover {
  text-decoration: none;
  position: relative;
  top: -2px;
  box-shadow: 0 3px 5px rgba(30, 100, 160);
  cursor: pointer;
}

.wf-item {
  font-size: 16px;
  font-weight: bold;
}

.wf-tag {
  border-radius: 3px;
  background: #def;
  border: none;
  color: rgb(60, 100, 140);
  text-decoration: underline;
  display: inline-block;
  padding: 0 3px;
}

.wf-prefix {
  /*background: #edf;*/
  color: rgb(100,30,160);
  /*border-radius: 3px;*/
  display: inline-block;
  padding: 0 3px;
}

.wf-demo-list {
  display: inline-block;
  padding: 5px 10px 5px 30px;
  margin-left: 50px;
  font-size: 16px;
}

.wf-demo-list li ul {
  padding-left: 40px;
  margin-left: -15px;
  border-left: 1px solid #ddd;
  list-style-type: disc;
  padding-bottom: 3px;
}

.wf-demo-list-red {
  color: #900;
  border: 1px solid #c99;
  background: #ffeeee; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffeeee 49%, #cc9999 50%, #ffeeee 51%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffeeee 49%,#cc9999 50%,#ffeeee 51%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ffeeee 49%,#cc9999 50%,#ffeeee 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeeee', endColorstr='#ffeeee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*
a.wf-link {
  background: #C4E2F4;
  border: 1px solid transparent;
  padding: 0 6px;
  text-decoration: none;
  color: #1B69A1;
  font-weight: normal;
  font-variant: small-caps;
  border-radius: 12px;
  height: 20px;
  display: inline-block;
  line-height: 14px;
  position: relative;
  top: -2px;
}*/

.wf-link-input {
  text-decoration: underline;
  opacity: 0.3;
  background-image: url(/img/apps/workflowy_icon_rounded_corners_512x512.png);
  display: inline-block;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  /*background-position: 0 2px;*/
  height: 16px;
  padding-left: 16px;
}

a.wf-link {
  color: transparent;
  display: inline-block;
  background-image: url(/img/apps/workflowy_icon_rounded_corners_512x512.png);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  opacity: 0.5;
  float: right;
  margin-right: 30px;
  margin-top: 2px;
}

.wf-link-input.wf-link-repeat,
a.wf-link.wf-link-repeat {
  background-image: url(/img/apps/workflowy_repeating.png);
}

a.wf-link:hover {
  opacity: 1;
}

@media print {
  a.wf-link {
    display: none;
  }
}

.ismobile a.wf-link {
  position: relative;
  top: 3px;
}

/*///// APPS ///// BEEMINDER /////*/

.beem-bygoal-select {
  /*padding: 5px;*/
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 2px 2px 2px 5px;
  margin: 3px;
  /*margin: 3px 3px 3px 10px;*/
  color: white;
  font-family: 'Montserrat', sans-serif;
  clear: both;
  overflow: auto;
  font-size: 16px;
  line-height: 34px;
  /*font-weight: bold;*/
  position: relative;
  overflow: visible;
}

/*.beem-bygoal-select:before {
  left: 5px;
  border-width: 19px 0 19px 19px;
  content: '';
  width: 0px;
  height: 0px;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  position: absolute;
}*/

.beemstatus-box {
  /*border: 5px solid #f1c40f;*/
  background: rgba(255,238,91,0.5);
  margin-top: 4px;
  box-shadow: 0 3px 3px rgba(17,17,0, 0.5);
  overflow: auto;
  min-height: 88px;
  position: relative;
  min-height: 152px;
}

body.distraction-free .container:not(.beemstatus-container-panic):not(.beemstatus-container-forceshow) > .beemstatus-box {
  display: none;
}

.beemstatus-alt {
  display: none;
}

.beemstatus-alt-loading-text {
  font-weight: bold;
  font-family: 'Montserrat';
  color: #ffcb08;
  opacity: 0.3;
}

a.beemstatus-alt-link {
  opacity: 0.3;
  transition: opacity 100ms;
}

a.beemstatus-alt-link:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  opacity: 0.5;
}

a.beemstatus-alt-link img {
  width: 50px;
  height: 50px;
}

body.distraction-free .container.beemstatus-loading .beemstatus-box {
  display: none;
}

body.distraction-free .container.beemstatus-loading .beemstatus-alt, 
body.distraction-free .container:not(.beemstatus-container-panic):not(.beemstatus-container-forceshow) > .beemstatus-alt {
  display: inline-block;
}

body.distraction-free.ismobile .beemstatus-alt-link {
  position: relative;
  left: 64px;
  top: -8px;
}

.darktheme .beemstatus-box {
  background: rgba(102,92,51,0.5);
  color: #fe5;
}

.beemstatus-refresh {
  position: absolute;
  left: 10px;
  top: 100px;
  z-index: 500;
}
.beemstatus-refresh-shortlist {
  left: 60px;
  top: 60px;
}

.beemstatus-lastfetched {
  display: inline-block;
  color: #C5A833;
  padding: 10px;
}

@media(max-width: 992px) {
  .beemstatus-refresh {
    left: auto;
    right: 22px;
    top: 22px
  }
  .beemstatus-lastfetched {
    float: left;
  }
}

.beemstatus-box .beemlogo {
  width:287px;
  height:78px;
  float:left;
  margin-left: -10px;
  margin-top: 7px;
  opacity: 0.4;
  transition: all 100ms ease-out;
}

.beemstatus-box a:hover .beemlogo {
  opacity: 0.6;
  margin-left: 4px;
}

.beemstatus-box a {
  text-decoration: none;
  color: inherit;
}
.beemstatus-box a:hover {
  text-decoration: underline;
  color: inherit;
}

.beem-show-more {
  text-align: center;
  color: #f1c40f;
  margin: 2px -15px -8px;
  padding: 4px 0;
  transition: all 100ms;
}

.beem-show-more:hover {
  cursor: pointer;
  background-color: rgba(241, 196, 15, 0.40);
}

.darktheme .beem-show-more:hover {
  background-color: rgba(241, 196, 15, 0.40);
}

.beem-show-more .glyphicon-chevron-up,
.beem-show-more .glyphicon-chevron-down {
  position: relative;
  transition: all 100ms;
  top: 2px;
}

.beem-show-more:hover .glyphicon-chevron-down {
  top: 4px;
}

.beem-show-more:hover .glyphicon-chevron-up {
  top: 0px;
}

.beem-quick-add {
  background: #f1c40f;
  margin-top: 8px;
  padding: 4px 4px 8px;
}

.darktheme .beem-quick-add {
  background: rgba(255, 204, 0, 0.35);
}

.beem-quick-add h2 {
  color: rgba(255,238,91,0.3);
  font-size: 50px;
  margin: 0 -15px 0;
  display: inline-block;
  line-height: 20px;
}
.beem-quick-add:hover,
.beem-quick-add h2:hover {
  cursor: default;
}
.darktheme .beem-quick-add h2{
  color: rgba(35, 30, 8, 0.3);
}
.beem-quick-add button:disabled {
  background-color: #443C44;
  opacity: 0.2;
}

.beem-quick-add-title {
  padding: 16px 12px 0;
  text-align: right;
  overflow: hidden;
}

.beem-quick-add .form-control {
  width: 280px;
  display: inline-block;
}

.beem-quick-add .form-control.beem-quick-add-comment {
  width: 130px;
  padding: 8px 4px;
}

@media(max-width: 1200px) {
  .beem-quick-add h2 {
    font-size: 40px;
  }
  .beem-quick-add .form-control {
    width: 230px;
  }
}

@media(max-width: 992px) {
  .beem-quick-add .form-control {
    width: 230px;
  }

  .beem-quick-add-title {
    text-align: center;
  }
}

@media(max-width: 700px) {
  .beem-quick-add .form-control {
    width: 200px;
  }

  .beem-quick-add .form-control.beem-quick-add-comment {
    width: 130px;
  }
}

@media(max-width: 768px) {
  .beem-quick-add .form-control {
    width: 100%;
    margin: 4px 2px;
  }
  .beem-quick-add .form-control.beem-quick-add-comment {
    width: 200px;
  }
  .beem-quick-add .btn {
    margin: 4px 2px;
  }
}
@media(max-width: 600px) {
  .beem-quick-add .form-control.beem-quick-add-comment {
    width: 120px;
  }
}
@media(max-width: 500px) {
  .beem-quick-add .form-control.beem-quick-add-comment {
    width: 100px;
  }
}

.beem-quick-add input.ng-invalid {
  color: #c00;
}

.beem-quick-add input.ng-invalid.ng-pristine {
  color: inherit;
  border-color: #bdc3c7;
}

.darktheme .beem-quick-add input.ng-invalid.ng-pristine {
  border-color: #272625;
  color: #dcb;
}


.beem-icon {
  background: url(/img/beeminder-icon.png);
  background-size: 100%;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.row.row-bm {
  border-top: 1px solid #f1c40f;
  padding: 3px;
  margin-bottom: 1px;
  /*color: white;*/
  position: relative;
  /* margin-left: 0px; */
}

.row.row-bm:nth-child(even) {
  /*background-color: rgba(241, 196, 15, 0.30);*/
}

.row.row-bm:first-child {
  border-top: none;
}

.row.row-bm div:first-child {
  padding-left: 18px;
}

.row.row-bm::before {
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 5px;
}

.beem-goal-red::before     { background-color: #ca1212}
.beem-goal-orange::before  { background-color: #f89406}
.beem-goal-blue::before    { background-color: #125bca}
.beem-goal-green::before   { background-color: #00ad00}
.beem-goal-panic {color: #ca1212;}

.beem-box {
  background: linear-gradient(135deg, #ffcb08, #ffa);
  /*background: ;*/
  box-shadow: 0 3px 3px rgba(17,17,0, 0.5);
}
.beem-graph {
  width: 160px;
  float:left;
  margin: 10px 10px 10px 0;
}
.beem-options-box {
  background: white;
  border: 1px solid black;
  float: right;
  width: auto;
  margin: 0 15px 15px;
}
.beem-options {
  font-size: 18px;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .beem-options-box {
    position: relative;
    bottom: 60px;
    right: 20px;
  }
}
@media (max-width: 1200px) {
  .beem-options-box {
    float: none;
    width: 400px;
    max-width: 100%;
    margin: 0 auto 15px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .beem-options {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .beem-options-box {
    /*clear:both;*/
    /* float: none; */
  }
  .beem-options {
    font-size: 20px;
  }
}/*
@media (min-width: 1200px) {
  .beem-graph {
    width: 240px;
    position: absolute;
    top: 40px;
    right: 40px;
  }
}*/

.container-beeminder select {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: bold;
}

.beem-bygoal-select select {
  height: 34px;
  padding: 2px;
}

.beem-bygoal-select div {
  width: 50%;
  /* float: right; */
  height: 28px;
  padding: 2px;
  top: 0;
  right: 0;
  position: absolute;
}

.goal-option-any {
  color: #ccc;
}

.beem-select-missing {
  border-color: red;
  color: #c33;
  font-weight: normal !important;
  font-style: italic;
}

.beem-select-missing option {
  color: black;
  font-style: normal;
}

.beem-select-missing option.beem-option-missing,
.beem-option-missing {
  color: #c00;
}

.beem-select-missing option.beem-option-new,
.beem-option-new {
  color: #0c0;
}

.beem-arb-thing {
  background-color: #555;
  padding: 4px 0px;
  position: relative;
  border-radius: 8px;
  margin-bottom: 8px;
  height: 87px;
}

@media (max-width: 768px) {
  .beem-arb-thing {
    height: 130px;
  }
}

.beem-arb-thing-new {
  height: 45px;
  text-align: center;
  padding: 13px;
  opacity: 0.5;
  color: white;
  transition: all 100ms;
}

.beem-arb-thing-new:hover {
  top: -3px;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(255,255,255,0.7);
  color: white;
  background-color: #3a3;
  opacity: 0.8;
}

.beem-arb-thing.goal-x {
  background-color: #999;
}

.beem-arb-thing .form-control {
  height: 37px;
  padding: 2px 4px;
}

.beem-arb-goalcode-select {
  /*margin-right: 50px;*/
}

select.beem-arb-no-goalcode {
  font-weight: normal;
  color: #999;
}

.beem-arb-thing .tooltip {
  min-width: 200px;
}

.beem-arb-btn {
  position: relative;
  transition: all 100ms;
  color: #999;
  font-size: 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 1px;
}

.beem-arb-btn:hover {
  top: -2px;
  cursor: pointer;
}

.beem-arb-btn.beem-arb-done.active:hover, 
.beem-arb-btn.beem-arb-pomo.active:hover {
  top: 0;
  cursor: default;
}

.beem-arb-minus {
  font-size: 45px;
  line-height: 32px;
}

.beem-arb-pomo img {
  transition: all 100ms;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.big-number-sign, .big-sum-sign {
  font-weight: bold;
  display: inline-block;
  width: 24px;
  text-align: center;
}

.beem-arb-pomo .show-active {
  opacity: 0;
}
.beem-arb-pomo.active .show-active {
  opacity: 1;
}
.beem-arb-pomo .hide-active {
  opacity: 0.6;
}
.beem-arb-pomo.active .hide-active {
  opacity: 0;
}
.beem-arb-done.active        {color: #c6f;}
.beem-arb-number.active      {color: #ff0;}
.beem-arb-sum.active         {color: #3c0;}
.beem-arb-minutes.active     {color: #6f4;}
.beem-arb-star.active        {color: #0ad;}
.beem-arb-regex.active       {color: #f90;}
.beem-arb-minus              {color: #ccc;}
.beem-arb-minus.active       {color: #f00;}

.beem-arb-group {
  background-color: #000;
  padding: 2px 5px;
  /* margin: 0 3px; */
  display: inline-block;
  border-radius: 4px;
  position: relative;
  height: 37px;
}

.beem-arb-group-clear {
  background: none;
}

.beem-arb-group-big {
  width: 135px;
  /* padding-top: 0; */
}

@media (min-width: 993px) {
  .beem-arb-group-big {
    height: 57px;
    width: 190px;
    margin-top: 11px;
  }
  .beem-arb-group-big .beem-arb-btn {
    font-size: 40px;
    width: 40px;
    height: 40px;
    margin-right: 2px;
  }
  .beem-arb-group-big .beem-arb-pomo img {
    transition: all 100ms;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 6px;
    left: 6px;
  }
}

.beem-arb-minus-group {
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.beem-arb-regex-group {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.beem-arb-multiplier {
  display: inline-block;
  width: 70px;
  text-align: center;
  padding-left: 8px;
}

.btn-trash-beem-arb {
  display: inline-block;
  position: absolute;
  top: 28px;
  right: -13px;
}

.btn-trash-beem-arb .btn {
  padding: 6px;
}

.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

@media print {
  .container-today {
    padding-top: 40px;
  }

  .item-wrapper.selected {
    background: none;
    border-left: 0;
    margin-left: 0;
  }

  .todo-tab-row, .today-below-buttons, .container-today .btn, .timerBox, .nevermind-x, .nevermind-arrow, #remainingcount2 {
    display: none;
  }

  .todotabs.tab-content {
    width: 100% !important;
  }

  .goal-privacy, .container-goalspage .btn,
  .partner-half-tab, .today-partner-side-tall-button,
  .beemstatus-container, .beemstatus-box, .beemstatus-alt-img,
   #todoform, .timerBox, .timerDetectBox {
    display:none !important;
  }

  .goalsbar-outer {
    position: absolute;
    top: 10px;
  }

  .goalsbar-main {
    color: #fff !important; /* to combat bootstrap's print css */
  }

  .htmlarea {
    background: #fff !important;
  }

  .htmlarea h4 {
    margin-bottom: 144px;
  }

  .reviewpage .pager {
    display: none;
  }

  body, .allexceptfooter,
  body.distraction-free,
  body.darktheme,
  body.distraction-free.darktheme,
  body.darktheme .todotabs .tab-pane.intentions {
    background: none !important;
    background-image: none !important;
  }

  .countbox.e span, .event, .event-subtext, .event .glyphicon {
    color: #fff !important;
  }
  /*.countbox:not(.header) {*/
    /*color: ;*/
  /*}*/
}

/*
  extras b/c FLAT-UI
*/
a:hover {
  text-decoration: underline;
}

.navbar {
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.75)
}

.navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  .navbar-collapse .navbar-nav.navbar-right:last-child > .dropdown:last-child > a {
     border-radius: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px black;
}

.navbar.navbar-fixed-top {
  z-index: 1980;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background: #838D93;
  border-color: #838D93;
  position: relative;
  top: 2px;
  box-shadow: none;
}
/*
.btn-default:active, .btn-default.active:hover {
  top: 2px;
  box-shadow: none;
}*/

/* TEMPORARY */
.milestone-action-confirm-button, .review-questions-confirm-button {
  box-shadow: none !important;
}


/* MATERIAL UI FORM CONTROL */ /*
input:not([type='checkbox']):not([type='radio']).form-control, textarea.form-control {
  box-shadow: 0 1px 3px 0px rgba(0,0,0,0.65);
  position: relative;
  top: 0px;
  transition: top 50ms ease-in;
  border: none;
  border-radius: none;
}

input:not([type='checkbox']):not([type='radio']).form-control:focus, textarea.form-control:focus {
  box-shadow: 0 3px 5px 1px rgba(0,0,0,0.65);
  top: -2px;
}
*/

.alert {
  box-shadow: 0 2px 3px;
}

.alert-primary {
  color: #9853C0;
  background-color: #F2E3FC;
  border-color: #E6CCFA;
}

.alert-primary .alert-link {
  color: #7e3ca4; /* sass darken(<main fg color>, 10) */
} /* http://ethanmuller.github.io/sass-color-function-generator-thing/ */

.label-primary {
  background-color: #BC42CA;
}


.alert-default {
  color: #999;
  background-color: #EEE;
  border-color: #DDD;
}

.alert-default .alert-link {
  color: #777;
}

.label-default {
  background-color: #AAA;
}


.sweet-overlay {
  z-index: 1999;
}

.form-control[disabled] {
  color: #687474;
}

.navbar-toggle {
  height: auto;
  line-height: 1;
}

.navbar-toggle .icon-bar {
   display: block;
}

.ismobile .hidden-mobile {
  display: none;
}

.modal-backdrop {
  z-index: 10000;

}
.modal {
  z-index: 10001;
}

.modal .actionStatus {
  color: white;
}

.modal.modal-dark .modal-body {
  background: #D9C6E6;
}

.modal.modal-dark .modal-header,
.modal.modal-dark .modal-footer {
  background: #3E1D54;
}

.modal.modal-maroon .modal-body {
  background: white;
  /*background: #E66622;*/
  /*background: #E6C3B9;*/
  /*background: #E6BDC3;*/
}
.modal.modal-maroon .modal-header,
.modal.modal-maroon .modal-footer {
  background: #540C00;
}

.intention-source-holder {
  margin: -4px 1px 10px;
}

.past-notdones-box {
  border-radius: 6px;
  display: inline-block;
}

.past-notdones-box.expanded {
  display: block;
  padding: 8px;
  margin-bottom: 8px;
  background: rgba(204,204,0,0.13);
  box-shadow: 0 2px 3px rgba(51,51,0,0.5);
  /* black
  background: rgba(104,104,104,0.13);
  box-shadow: 0 2px 3px rgba(104,104,104,0.7);
  /*box-shadow: 0 2px 3px rgba(102,0,0,0.5), inset 0 3px 6px rgba(255,0,0,0.1);*/
}

.past-notdones-holder {
  margin-top: 5px;
}

.past-notdones-holder .item.notdone {
  /*font-weight: bold;*/
  padding: 1px 3px;
  font-size: 16px;
}
.past-notdones-holder .item label {
  font-size: 16px;
}

.past-notdones-holder .btn-trash {
  display: none;
}

.past-notdones-holder > div:hover .btn-trash {
  display: inline-block;
}


.sweet-overlay {
  z-index: 10010;
}

.sweet-alert {
  z-index: 10020;
}

.sweet-alert .sa-button-container button {
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.75) !important;
}

.sweet-alert .sa-button-container button:focus {
  top: -2px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.75) !important;
}

/* This fixes the thing where on small screens the navbar doubles in height */
/*@media (max-width: 992px) and (min-width: 768px) {
  .allexceptfooter {
    min-height: 100%;
    margin: 0 0 -52px;
    padding: 122px 0;
  }
  .container-timer {
    top: 116px;
  }
}
*/

.pacman-white-container {
  position: relative;
  padding: 5px;
  display: none;
  background: white;
  float: right;
  border-radius: 50%;
  margin-right: 5px;
}

.pacman, .pacman-static, .pacman-placeholder {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.pacman::before, .pacman::after,
.pacman-static::before, .pacman-static::after {
  background-color: #9600FF;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  border-bottom: none;
  border-radius: 50% / 100%;
}

.pacman-static::before {
  transform: rotate(-45deg);
}

.pacman-static::before,
.pacman::before {
  top: 0;
  transform-origin: 50% 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.pacman::before {
  -webkit-animation: chompTop 0.5s infinite; /* Safari 4+ */
  -moz-animation:    chompTop 0.5s infinite; /* Fx 5+ */
  -o-animation:      chompTop 0.5s infinite; /* Opera 12+ */
  animation:         chompTop 0.5s infinite; /* IE 10+, Fx 29+ */
}

.pacman-static::after {
  transform: rotate(45deg);
}

.pacman-static::after,
.pacman::after {
  bottom: 0;
  transform-origin: 50% 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.pacman::after {
  -webkit-animation: chompBottom 0.5s infinite; /* Safari 4+ */
  -moz-animation:    chompBottom 0.5s infinite; /* Fx 5+ */
  -o-animation:      chompBottom 0.5s infinite; /* Opera 12+ */
  animation:         chompBottom 0.5s infinite; /* IE 10+, Fx 29+ */
}

@keyframes chompTop {
  0%    {transform: rotate(0);}
  50%   {transform: rotate(-45deg);}
  100%  {transform: rotate(0);}
}

@keyframes chompBottom {
  0%    {transform: rotate(0);}
  50%   {transform: rotate(45deg);}
  100%  {transform: rotate(0);}
}

@keyframes backAndForth {
  0%     {margin: 0 0px;    transform: scaleX(1);}
  49.99% {margin: 0 275px;  transform: scaleX(1);}
  50%    {margin: 0 275px;  transform: scaleX(-1);}
  99.99% {margin: 0 0px;    transform: scaleX(-1);}
  100%   {margin: 0 0px;    transform: scaleX(1);}
}

.jumbo-loading .pacman {
  width: 96px;
  height: 96px;
}
.jumbo-loading .pacman::before,
.jumbo-loading .pacman::after {
  background-color: #eee4ee;
}

.darktheme .jumbo-loading .pacman::before,
.darktheme .jumbo-loading .pacman::after  {
  background-color: #2a2352;
}


/*-moz-transform: scaleX(-1);
       -o-transform: scaleX(-1);
       -webkit-transform: scaleX(-1);
       */

.pacman-wheels {
  width: 24px;
  height: 24px;
  transform-origin: center;
  animation-duration: 5s;
  animation-name: backAndForth;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
  animation-timing-function: linear;
}

.btn-done-check-anim {
  position: relative;
}

.checkpath-container {
  z-index: 20000;
  pointer-events: none;
  position: absolute;
  width: 3000px;
  height: 3000px;
  padding: 1500px;
  margin: -1500px;
  top: 350px;
  left: 50%;
}
.distraction-free .checkpath-container {top: 220px;}

.checkpath-container-btn {
  top: 31%;
  left: 54%;
}

@media (max-width: 1200px) {.checkpath-container-btn {left: 55%;}}
@media (max-width: 992px) {.checkpath-container-btn {left: 56%;}}
@media (max-width: 768px) {.checkpath-container-btn {left: 57%;}}
@media (max-width: 600px) {.checkpath-container-btn {left: 58%;}}
@media (max-width: 540px) {.checkpath-container-btn {left: 59%;}}
@media (max-width: 500px) {.checkpath-container-btn {left: 60%;}}

.checkpath {
  transform-origin: center;
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  /*opacity: 0;*/
}

.checkpath.animate {
  animation: 0.5s growAndRegrow;
}

.checkpath.animate2 {
  display: block;
  animation: 0.25s grow;
}

@keyframes growAndRegrow {
  0% {transform: scaleX(1) scaleY(1); opacity: 1;}
  70% {transform: scaleX(50) scaleY(50); opacity: 0;}
  75% {transform: scaleX(0.01) scaleY(0.01); opacity: 0;}
  100% {transform: scaleX(1) scaleY(1); opacity: 1;}
}

@keyframes grow {
  0% {transform: scaleX(0.01) scaleY(0.01); opacity: 1;}
  100% {transform: scaleX(50) scaleY(50); opacity: 0;}
}

.checkpath-container-container {
  width: 100%;
  height: 95%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20000;
  pointer-events: none;
}


.visible-lg-i {
  display: inline !important;
}
.hidden-lg-i {
  display: none !important;
}

@media (max-width: 1200px) {
  .visible-lg-i {
    display: none !important;
  }
  .hidden-lg-i {
    display: inline !important;
  }
}

.hide-if-one-1 {
  display: none;
}

textarea {
  font-family: 'Open Sans','Helvetica Neue',sans-serif;
}

.hover-pointer:hover {
  cursor: pointer
}

.no-focus:focus {
  outline: none;
}

.sweet-alert p {
  font-weight: 400;
}

.md-whiteframe-1dp, .md-whiteframe-z1 {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); }

.md-whiteframe-2dp {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-3dp {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-4dp, .md-whiteframe-z2 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.md-whiteframe-5dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }
/*
.md-whiteframe-6dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }

.md-whiteframe-7dp, .md-whiteframe-z3 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.md-whiteframe-8dp {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-9dp {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-10dp, .md-whiteframe-z4 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }

.md-whiteframe-11dp {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }

.md-whiteframe-12dp {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }

.md-whiteframe-13dp, .md-whiteframe-z5 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }

.md-whiteframe-14dp {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }

.md-whiteframe-15dp {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }

.md-whiteframe-16dp {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }

.md-whiteframe-17dp {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }

.md-whiteframe-18dp {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }

.md-whiteframe-19dp {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }

.md-whiteframe-20dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }

.md-whiteframe-21dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }

.md-whiteframe-22dp {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }

.md-whiteframe-23dp {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }

.md-whiteframe-24dp {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }
*/

.bold {
  font-weight: bold
}
