/*@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');*/

/* Reset */
:focus {
  outline: 0;
}

/* ========== Header Starts ========== */

/* Animate Sign Up */
.btn-signup-pop {
  -webkit-animation:                  pop 0.4s; /* Safari and Chrome */
  -webkit-animation-delay:            0.9s;
  -webkit-animation-fill-mode:        forwards;
  -moz-animation:                     pop 0.4s; /* Firefox */
  -moz-animation-delay:               0.9s;
  -moz-animation-fill-mode:           forwards;
  -ms-animation:                      pop 0.4s; /* Internet Explorer */
  -ms-animation-delay:                0.9s;
  -ms-animation-fill-mode:            forwards;
  -o-animation:                       pop 0.4s; /* Opera */
  -o-animation-delay:                 0.9s;
  -o-animation-fill-mode:             forwards;
  animation:                          pop 0.4s;
  animation-delay:                    0.9s;
  animation-fill-mode:                forwards;
}
.btn-signup {
  z-index: 2;
}

/* ========== Header Ends ========== */

/* ========== Mobile Starts ========== */


/* ========== Mobile Ends ========== */

/* ========== Footer Starts ========== */
.bottom-right, .bottom-left {
  opacity: 0;
  -webkit-animation:                  fadein 0.5s; /* Safari and Chrome */
  -webkit-animation-fill-mode:        forwards;
  -webkit-animation-delay: 1s;
  -moz-animation:                     fadein 0.5s; /* Firefox */
  -moz-animation-fill-mode:           forwards;
  -moz-animation-delay: 1s;
  -ms-animation:                      fadein 0.5s; /* Internet Explorer */
  -ms-animation-fill-mode:            forwards;
  -ms-animation-delay: 1s;
  -o-animation:                       fadein 0.5s; /* Opera */
  -o-animation-fill-mode:             forwards;
  -o-animation-delay: 1s;
  animation:                          fadein 0.5s;
  animation-fill-mode:                forwards;
  animation-delay: 1s;
}
.bottom-right > .saving-status {
  float: right;
  text-align: right;
}

.bottom-right > .sync-indicator {
  float: right;
  opacity: 0;
  width: 37px;
  height: 37px;
  border-radius: 4px;
  color: #666666;
  font-weight: 500;
  font-size: 15px;
  line-height: 37px;
  text-decoration: none;
  background: rgba(255,255,255,0.85);
}
.bottom-right > .sync-indicator:hover {
  background: rgba(255,255,255,1);
}

.bottom-right > .sync-indicator > span {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 4px;
  left: 3px;
}
.bottom-right > div.loaded {
  opacity: 0;
}
.bottom-right > div.prime {
  -webkit-animation:                  fadein 0.5s; /* Safari and Chrome */
  -webkit-animation-fill-mode:        forwards;
  -moz-animation:                     fadein 0.5s; /* Firefox */
  -moz-animation-fill-mode:           forwards;
  -ms-animation:                      fadein 0.5s; /* Internet Explorer */
  -ms-animation-fill-mode:            forwards;
  -o-animation:                       fadein 0.5s; /* Opera */
  -o-animation-fill-mode:             forwards;
  animation:                          fadein 0.5s;
  animation-fill-mode:                forwards;
  animation-delay: 2s;
}
.bottom-right > div.saving {
  opacity: 1;
}
.bottom-right > div.ready {
  opacity: 1;
  -webkit-animation:                  fadeout 0.5s; /* Safari and Chrome */
  -webkit-animation-fill-mode:        forwards;
  -webkit-animation-delay: 2s;
  -moz-animation:                     fadeout 0.5s; /* Firefox */
  -moz-animation-fill-mode:           forwards;
  -moz-animation-delay: 2s;
  -ms-animation:                      fadeout 0.5s; /* Internet Explorer */
  -ms-animation-fill-mode:            forwards;
  -ms-animation-delay: 2s;
  -o-animation:                       fadeout 0.5s; /* Opera */
  -o-animation-fill-mode:             forwards;
  -o-animation-delay: 2s;
  animation:                          fadeout 0.5s;
  animation-fill-mode:                forwards;
  animation-delay: 2s;
}
.bottom-right > div.failed {
  opacity: 1;
}
.bottom-right > .sync-indicator > span.ready {
  background: url('../images/sprite.svg') no-repeat -450px 0px;
}
.bottom-right > .sync-indicator > span.failed {
  background: url('../images/sprite.svg') no-repeat -420px 0px;
}
.bottom-right > .sync-indicator > span.prime,
.bottom-right > .sync-indicator > span.saving {
  background: url('../images/sprite.svg') no-repeat -480px 0px;

  -webkit-animation: spin 1.8s linear infinite;
  -moz-animation: spin 1.8s linear infinite;
  animation: spin 1.8s linear infinite;
}

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

.bottom-right .doc-status.error {
  background: url('../images/sprite.svg') no-repeat -420px 0px;
}

.bottom-left .btn-themes {
  float: left;
  display: block;
  width: 37px;
  height: 37px;

  border-radius: 4px;
  margin-right: 4px;
  color: #666666;
  font-weight: 500;
  font-size: 15px;
  line-height: 37px;
  text-decoration: none;
  background: rgba(255,255,255,0.85);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.04);
}
.bottom-left .btn-themes:hover {
  background: rgba(255,255,255,1);
}
.bottom-left .btn-themes:active {
  transform: scale(0.9);
}
.bottom-left .btn-themes > span {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 3px;
  left: 3px;
  background: url('../images/sprite.svg') no-repeat -90px -60px;
}
.bottom-left .btn-themes:hover span {
  background-position: -90px -90px;
}
.bottom-left .btn-chrome-extension {
  float: left;
  display: block;
  height: 37px;
  padding-right: 12px;
  opacity: 1;
  cursor: pointer;

  border-radius: 4px;
  color: #666666;
  font-weight: 500;
  font-size: 15px;
  line-height: 37px;
  text-decoration: none;
  background: rgba(255,255,255,0.85);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.04);
}
.bottom-left .btn-chrome-extension:hover {
  text-decoration: none;
  background: rgba(255,255,255,1);
  color: #333333;
}
.bottom-left .btn-chrome-extension > span {
  float: left;
  display: block;
  margin: 3px 4px 0 4px;
  width: 30px;
  height: 30px;
  background: url('../images/sprite.svg') no-repeat -690px 0;
}

.bottom-banner {
  display: block;
  z-index: 5;
  width: 100%;
  background: rgba(9,171,110,0.93);
  position: fixed;
  bottom: 0;
  overflow: hidden;
  cursor: pointer;
  font-weight: 400;
}
.bottom-banner.hide-banner {
  height: 0 !important;
  min-height: 0 !important;
}
.bottom-banner > span.desktop-copy,
.bottom-banner > span.mobile-copy {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  margin: 0 auto;
}
.bottom-banner > span.mobile-copy {
  padding: 16px 16px;
  font-size: 18px;
}
.bottom-banner > span.desktop-copy {
  font-size: 21px;
  padding: 16px 60px;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.bottom-banner > span.desktop-copy a {
  display: inline-block;
  background: rgba(255,255,255,0.85);
  color: #09AB6E;
  padding: 6px 20px 8px;
  border-radius: 4px;
  margin-left: 4px;
  line-height: 26px;
  font-weight: 500;
  font-size: 19px;
}
.bottom-banner > span.desktop-copy a:hover {
  text-decoration: none;
  background: rgba(255,255,255,1);
}

.bottom-banner > a.close-banner {
  width: 30px;
  height: 30px;
  background: url('../images/sprite.svg') no-repeat -210px -90px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}


/* ========== Footer Ends ========== */

.widget-enter {
  opacity: 0;
}
.widget-enter.widget-enter-active {
  opacity: 1;
  transition: opacity .5s cubic-bezier(0.22, 0.61, 0.36, 1) .5s;
  -webkit-transition: opacity .5s cubic-bezier(0.22, 0.61, 0.36, 1) .5s;
}

/* Symbols */
.symbol-progress {
  display: inline-block;
  position: relative;
}

/* ========== Editor ========== */

/* Node: Document Access */
.tc-container .tasks .root > .doc-access {
  color: #cccccc;
}
.tc-container .tasks .root > .doc-access > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  position: relative;
  top: 3px;
}
.tc-container .tasks .root > .doc-access.view-only > span {
  background: url('../images/sprite.svg') no-repeat -510px 0;
}
.tc-container .tasks .root > .doc-access.owner > span {
  background: url('../images/sprite.svg') no-repeat -540px 0;
}

/* Node: Actions */
.tc-container .tc-actions > .action.search {
  background: url('../images/sprite.svg') no-repeat -870px 0;
}
.tc-container .tc-actions > .action.search:hover {
  background-position: -870px -30px;
}

.tc-container .tc-actions > .action.copy {
  background: url('../images/sprite.svg') no-repeat -780px 0;
}
.tc-container .tc-actions > .action.copy:hover {
  background-position: -780px -30px;
}

.tc-container .tc-actions > .action.archive {
  background: url('../images/sprite.svg') no-repeat -840px -0px;
}
.tc-container .tc-actions > .action.archived {
  background: url('../images/sprite.svg') no-repeat -840px -60px;
}
.tc-container .tc-actions > .action.archive:hover {
  background-position: -840px -60px;
}

.tc-container .tc-actions > .action.star {
  background: url('../images/sprite.svg') no-repeat -810px 0;
}
.tc-container .tc-actions > .action.starred,
.tc-container .tc-actions > .action.star:hover {
  background: url('../images/sprite.svg') no-repeat -810px -60px;
}

.tc-mobileheader .right-col .action.search {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: url('../images/sprite.svg') no-repeat -630px 0;
}

/* Help Menu */
.tc-container a.btn-help {
  /*display: inline-block;*/
  width: 33px;
  height: 30px;
  position: absolute;
  top: 16px;
  right: 20px;
  cursor: pointer;
  opacity: 0.3;
  background: url('../images/sprite.svg') no-repeat -120px -30px;
}
.tc-container a.btn-help:hover {
  opacity: 1;
  /*background: url('../images/sprite.svg') no-repeat -120px -30px;*/
}
.tc-container a.btn-help:active,
.tc-container a.btn-help:visited {
  opacity: 0.6;
}

.tc-container .kbs-note {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  color: #ccc;
}
/* ========== Editor Ends ========== */



/* ========== Checkbox =========== */

/* Checkbox: Hide Browser Checkbox */
.tasks [type="checkbox"]:not(:checked),
.tasks [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

/* Checkbox: Custom Checkbox */
.tasks [type="checkbox"]:not(:checked) + label,
.tasks [type="checkbox"]:checked + label {
  float: left;
  position: relative;
  z-index: 2;
  top: 3px;
  left: 0;
  padding-left: 10px;
  cursor: pointer;
}

/* Checkbox: Default */
.tasks [type="checkbox"]:not(:checked) + label:before,
.tasks [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border: 1px solid #bfbfbf;
  border-radius: 25px;
  background: #ffffff;
}

/* Checkbox: Hover */
.tasks [type="checkbox"]:not(:checked) + label:hover:before,
.tasks [type="checkbox"]:checked + label:hover:before {
  border: 1px solid #333333;
}
.tasks label:hover:after {}

/* Checkbox: Active Drag */
.tasks [type="checkbox"]:not(:checked) + label:active:before,
.tasks [type="checkbox"]:checked + label:active:before {
  cursor:  grabbing !important;
  cursor: -webkit-grabbing !important;
}
.tasks label:active:after {}

/* Checkbox: Add Check */
.tasks [type="checkbox"]:not(:checked) + label:after,
.tasks [type="checkbox"]:checked + label:after {
  content: url('../images/check_selected.svg');
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 14px;
  line-height: 0.8;
  color: #333333;
}

.tasks .node.completed [type="checkbox"]:not(:checked) + label:before,
.tasks .node.completed [type="checkbox"]:checked + label:before {
  background: #bfbfbf;
}
.tasks .node.completed > .children .node.completed [type="checkbox"]:not(:checked) + label:before,
.tasks .node.completed > .children .node.completed [type="checkbox"]:checked + label:before {
  background: #bfbfbf;
}
.tasks .node.completed > .children .node [type="checkbox"]:not(:checked) + label:before,
.tasks .node.completed > .children .node [type="checkbox"]:checked + label:before {
  background: #fff;
}

/* Checkbox: Animation */
.tasks [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
  content: url('../images/check_hover.svg');
}
.tasks [type="checkbox"]:checked + label:after {
  opacity: 0;
  transform: scale(0);
  content: url('../images/check_hover.svg');
}

/* Checkbox: Show Checkbox, Read-Only Default */
.tasks:hover [type="checkbox"]:not(:checked) + label:before,
.tasks:hover [type="checkbox"]:checked + label:before {
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
}
.tasks:hover [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  content: url('../images/check_hover.svg');
}
.tasks:hover .node.completed [type="checkbox"]:not(:checked) + label:before,
.tasks:hover .node.completed [type="checkbox"]:checked + label:before,
.tasks:hover .node.completed > .children .node.completed [type="checkbox"]:not(:checked) + label:before,
.tasks:hover .node.completed > .children .node.completed [type="checkbox"]:checked + label:before {
  background: #ffffff;
}

.hashtag:hover,
.mention:hover,
.anchor:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* View only hides checkboxes #330 */
body.is-view-only .tasks:hover [type="checkbox"]:not(:checked) + label:before,
body.is-view-only .tasks:hover [type="checkbox"]:checked + label:before {
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 25px;
}
body.is-view-only .tasks:hover [type="checkbox"]:checked + label:after {
  opacity: 0;
  transform: scale(0);
  content: url('../images/check_hover.svg');
}
body.is-view-only .tasks:hover .content {
  left: 0px;
}
/* Checkbox: Hover */
body.is-view-only .tasks [type="checkbox"]:not(:checked) + label:hover:before,
body.is-view-only .tasks [type="checkbox"]:checked + label:hover:before {
  border: 1px solid #bfbfbf;
  cursor: default;
}

body.is-view-only .tasks:hover .node.completed [type="checkbox"]:checked + label:before,
body.is-view-only .tasks:hover .node.completed > .children .node.completed [type="checkbox"]:checked + label:before {
  background: #bfbfbf;
}

/* ========== Checkbox Ends =========== */


/* ========== Sidebar Starts ========== */

/* Share Links */
.tc-container .tc-sidebar section.slx {
  width: 270px;
  overflow: hidden;
}
.tc-container .tc-sidebar section.slx h4 {
  float: left;
  display: inline-block;
  width: 100%;
  opacity: 1;
  margin: 0 0 2px 0;
}
.tc-container .tc-sidebar section.slx > span {
  display: inline-block;
  float: left;
  margin-bottom: 6px;
  margin-top: 2px;
}

.confirm-copy {
  display: none;
  background: #000000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  margin-left: 6px;
  border-radius: 4px;
  padding: 5px 12px;
  color: #ffffff;
  font-size: 0.90rem;
  font-weight: 500;
  z-index: 4;
  opacity: 0;
}
.confirm-copy.show-confirm {
  opacity: 1;
  margin-top: 10px;
}
.confirm-copy .arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px
}
.confirm-copy .text {}

.tc-container .tc-sidebar section.slx .slx-tabs {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}
.tc-container .tc-sidebar section.slx .slx-tabs > .tabs {
  float: left;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 3;
}
.tc-container .tc-sidebar section.slx .slx-tabs > .tabs > a {
  float: left;
  width: 50%;
  /*width: 33.3333%; when check is available */
  text-align: center;
  text-decoration: none;
  padding: 8px 16px;
}
.tc-container .tc-sidebar section.slx .slx-tabs > .tabs > a:first-child {
  border-radius: 4px 4px 0 0;
  border-right: 0;
}
.tc-container .tc-sidebar section.slx .slx-tabs > .tabs > a:last-child {
  border-radius: 0 4px 4px 0;
  border-left: 0;
}

.tc-container .tc-sidebar section.slx .slx-tabs {}
.tc-container .tc-sidebar section.slx .slx-tabs > .share-url-copy {
  float: left;
  display: block;
  width: 100%;
  padding: 8px 40px 8px 12px;
  cursor: pointer;
  overflow: hidden;

  text-overflow: ellipsis;
  overflow-x: hidden;

  -webkit-user-select: all;  /* Chrome all / Safari all */
  -moz-user-select: all;     /* Firefox all */
  -ms-user-select: all;      /* IE 10+ */
  user-select: all;          /* Likely future */

  position: relative;
}
.tc-container .tc-sidebar section.slx .slx-tabs > .share-url-copy:hover {}
.tc-container .tc-sidebar section.slx .slx-tabs > .share-url-copy > a.btn-copylink {
  position: absolute;
  right: 4px;
  top: 4px;
}
.tc-container .tc-sidebar section.slx .slx-tabs > .link-pending-spinner {
  float: left;
  display: none;
  width: 100%;
  padding: 16px 16px;
}

body.is-view-only .tc-sidebar section.slx .slx-tabs > .tabs {
  display: none;
}
body.is-view-only .tc-container .tc-sidebar section.slx .slx-tabs > .share-url-copy {
  border-radius: 4px !important;
}

/* Spinner */
#circleG{
	width:37px;
	margin:auto;
}

.circleG {
	float:left;
	height:8px;
	margin-left:4px;
	width:8px;
	animation-name:bounce_circleG;
		-o-animation-name:bounce_circleG;
		-ms-animation-name:bounce_circleG;
		-webkit-animation-name:bounce_circleG;
		-moz-animation-name:bounce_circleG;
	animation-duration:1.1675s;
		-o-animation-duration:1.1675s;
		-ms-animation-duration:1.1675s;
		-webkit-animation-duration:1.1675s;
		-moz-animation-duration:1.1675s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	border-radius:5px;
		-o-border-radius:5px;
		-ms-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
}
#circleG_1{
	animation-delay:0.2295s;
		-o-animation-delay:0.2295s;
		-ms-animation-delay:0.2295s;
		-webkit-animation-delay:0.2295s;
		-moz-animation-delay:0.2295s;
}
#circleG_2{
	animation-delay:0.5455s;
		-o-animation-delay:0.5455s;
		-ms-animation-delay:0.5455s;
		-webkit-animation-delay:0.5455s;
		-moz-animation-delay:0.5455s;
}
#circleG_3{
	animation-delay:0.6985s;
		-o-animation-delay:0.6985s;
		-ms-animation-delay:0.6985s;
		-webkit-animation-delay:0.6985s;
		-moz-animation-delay:0.6985s;
}

@keyframes bounce_circleG{
	0% {}
	50% {
		background-color: #999999;
	}
	100% {}
}

@-o-keyframes bounce_circleG{
	0% {}
	50% {
		background-color: #999999;
	}
	100% {}
}

@-ms-keyframes bounce_circleG{
	0% {}
	50% {
		background-color: #999999;
	}
	100% {}
}

@-webkit-keyframes bounce_circleG{
	0% {}
	50% {
		background-color: #999999;
	}
	100% {}
}

@-moz-keyframes bounce_circleG{
	0% {}
	50% {
		background-color: #999999;
	}
	100% {}
}

.tc-sidebar .link-pending .share-url-copy {
  display: none !important;
}
.tc-sidebar .link-pending .link-pending-spinner {
  display: block !important;
}

/* Sidebar - Col Mutation */
/*.tc-sidebar-show {
  width: 312px !important;
  opacity: 1 !important;
  margin-left: 12px !important;
  padding: 18px 20px !important;
}
.tc-sidebar-min {
  width: 48px !important;
  height: 48px !important;
  opacity: 1 !important;
  margin-left: 12px !important;
  padding: 0 !important;
}*/

/* Force Hide */
.tc-sidebar-forcehide .tc-sidebar {
  display: none !important;
}

/* Default */
.tc-sidebar-show {
  width: 48px !important;
  height: 48px !important;
  opacity: 1 !important;
  margin-left: 12px !important;
  padding: 0 !important;
}
.tc-sidebar-show > a.btn-sidebar-expand {
  opacity: 1 !important;
}
.tc-sidebar-show > a.btn-sidebar-collapse {
  opacity: 0 !important;
}
.tc-sidebar-show span,
.tc-sidebar-show h4,
.tc-sidebar-show .slx {
  opacity: 0 !important;
}

/* Open Sidebar */
.tc-sidebar-open {
  width: 312px !important;
  height: auto !important;
  opacity: 1 !important;
  margin-left: 12px !important;
  padding: 18px 20px !important;
}
.tc-sidebar-open > a.btn-sidebar-expand {
  opacity: 0 !important;
}
.tc-sidebar-open > a.btn-sidebar-collapse {
  opacity: 1 !important;
}
.tc-sidebar-open span,
.tc-sidebar-open h4,
.tc-sidebar-open .slx {
  opacity: 1 !important;
}

/* Expand/Collapse */
.tc-container .tc-sidebar a.btn-sidebar-expand {
  top: 8px;
  left: 9px;
  opacity: 1;
  position: absolute;
  z-index: 3;
}
.tc-container .tc-sidebar a.btn-sidebar-collapse {
  top: 8px;
  right: 12px;
  opacity: 0;
  position: absolute;
  z-index: 2;
}

/* ========== Tooltips Start ========== */
.tooltip {
  font-size: 14px;
  line-height: 1rem;
}
.tooltip .tooltip-inner {
  color: #fff;
  user-select: none;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
}
.tooltip .tooltip-shortcut {
  width: 100%;
  color: #999;
  background: #000;
  padding: 0.25rem 0 0.6rem;
  border-radius: 0 0 4px 4px;
  text-align: center;
  margin-top: -2px; /* Hide default tooltip rounded corner from top */
}
.bottom-right .tooltip-inner {
  font-weight: 400;
}

/* ========== Tooltips End ========== */

/* ========== Out Of Sync Starts =========== */
.outofsync-tint {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0);
}
.outofsync-tint.active {
  display: block;
  background: rgba(0,0,0,0.3);
}
.outofsync-menu {
  position: fixed;
  z-index: 11;

  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;

  padding: 40px;
  width: 400px;
  height: auto;

  background: #ffffff;
  box-shadow: 0 3px 2px 0 rgba(0,0,0,0.10);
  border-radius: 6px;
}
.outofsync-menu > h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.outofsync-menu a.btn-action {
  display: block;
  margin: 40px auto 0;
  width: 180px;
  font-size: 20px;
  padding: 12px 0;
  background: #09AB6E;
  color: #ffffff !important;
  text-align: center;
  border-radius: 4px;
}
.outofsync-menu a.btn-action:hover {
  text-decoration: none;
  transform: scale(1.04, 1.04);
}
/* ========== Out Of Sync Ends =========== */

/* ========== Menus Start ========== */
.overlay {
  display: none;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0);
}
.overlay.active {
  background: rgba(0,0,0,0.3);
}

  /* Menu Base */
  .overlay-menu {
    display: block;
    min-width: 130px;
    width: 240px;
    opacity: 1;
    position: fixed;
    z-index: 4;
  }

  .overlay-menu > ul {
    width: 100%;
    float: left;
    padding: 8px 0 7px;
    margin: 0;
  }
  .overlay-menu > ul > li {
    list-style-type: none;
  }
  .overlay-menu > ul > li > a {
    display: block;
    padding: 4px 24px;
    text-decoration: none;
  }
  .overlay-menu > ul > li > a > span {
    display: block;
  }
  .overlay-menu .close-menu {
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/sprite.svg') no-repeat -150px 0;
  }
  .overlay-menu .close-menu:hover {
    background-position: -150px -30px;
  }
  .overlay-menu .close-menu:active {
    background-position: -150px -60px;
  }

  /* Account Menu */
  .overlay-menu.account-menu {
    display: none;
    opacity: 0;
    top: 84px;
    right: 36px;
    margin-top: -6px;
  }
  .overlay-menu.account-menu.account-menu-sticky {
    top: 66px;
    right: 12px;
  }
  .overlay-menu.account-menu.active {
    display: block;
  }
  .overlay-menu.account-menu.active-show {
    opacity: 1;
    margin-top: 0;
  }
  .overlay-menu.account-menu > ul:first-child {
    padding: 12px 0;
  }

  /* Help Menu */
  .overlay-menu.about-menu {
    display: none;
    opacity: 0;
    bottom: 54px;
    right: 16px;
    margin-top: -6px;
  }
  .overlay-menu.about-menu.active {
    display: block;
  }
  .overlay-menu.about-menu.active-show {
    opacity: 1;
    margin-top: 0;
    bottom: 60px
  }

  /* Themes Menu */
  .overlay-menu.themes-menu {
    display: none;
    width: auto;
    opacity: 0;
    bottom: 60px;
    left: 16px;
    margin-top: -6px;
    padding: 20px;
  }
  .overlay-menu.themes-menu.active {
    display: block;
  }
  .overlay-menu.themes-menu.active-show {
    opacity: 1;
    margin-top: 0;
    bottom: 66px
  }

  .overlay-menu.themes-menu h2 {
    margin: 0 0 16px 0;
    font-size: 18px;
    color: #666666;
  }
  .overlay-menu.themes-menu > a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .overlay-menu.themes-menu > a:hover {
    text-decoration: none;
  }
  .overlay-menu.themes-menu > a:hover > .bg-name {
    /*color: #09AB6E;*/
  }
  .overlay-menu.themes-menu > a:hover > .bg-image {
    transform: scale(1.08, 1.08);
  }
  .overlay-menu.themes-menu > a > .bg-image {
    display: block;
    width: 120px;
    height: 72px;
    background: #f8f8f8;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }
  .overlay-menu.themes-menu > a > .bg-image > span.selected {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url('../images/sprite.svg') no-repeat -150px -90px;
  }
  .overlay-menu.themes-menu > a > .bg-image > span.locked {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 46px;
    width: 30px;
    height: 30px;
    background: url('../images/sprite.svg') no-repeat -690px -30px;
  }
  .overlay-menu.themes-menu > a > .bg-image > img {}
  .overlay-menu.themes-menu > a > .bg-name {
    display: block;
    font-size: 0.9375rem;
    color: #999;
    text-align: center;
    margin-top: 5px;
  }
  .overlay-menu.themes-menu > a.bg-none > .bg-image {}
  .overlay-menu.themes-menu > a.bg-none > .bg-name {}
  .overlay-menu.themes-menu > a.bg-random > .bg-image {}
  .overlay-menu.themes-menu > a.bg-random > .bg-name {}

  .overlay-menu.themes-menu > a.selected > .bg-image > span.selected {
    display: inline-block;
  }
  .overlay-menu.themes-menu > a.selected .bg-name {
    font-weight: 400;
  }

  .overlay-menu.themes-menu > a.bg-color-1 > .bg-image {
    background: #FFB2B9;
  }
  .overlay-menu.themes-menu > a.bg-color-2 > .bg-image {
    background: #FFDFB8;
  }
  .overlay-menu.themes-menu > a.bg-color-3 > .bg-image {
    background: #B8FFC7;
  }
  .overlay-menu.themes-menu > a.bg-color-4 > .bg-image {
    background: #B9E1FF;
  }

  .overlay-menu.themes-menu > a.bg-random > .bg-image {
    background: url('../images/bg-sprite.jpg') no-repeat 0 0;
  }
  .overlay-menu.themes-menu > a.bg-0005 > .bg-image {
    background: url('../images/bg-sprite.jpg') no-repeat -120px 0;
  }
  .overlay-menu.themes-menu > a.bg-0010 > .bg-image {
    background: url('../images/bg-sprite.jpg') no-repeat -240px 0;
  }
  .overlay-menu.themes-menu > a.bg-0011 > .bg-image {
    background: url('../images/bg-sprite.jpg') no-repeat -360px 0;
  }
  .overlay-menu.themes-menu > a.bg-0016 > .bg-image {
    background: url('../images/bg-sprite.jpg') no-repeat -480px 0;
  }

  .overlay-menu.themes-menu > a.bg-0019 > .bg-image {
    background: url('../images/bg-sprite.jpg') no-repeat 0 -72px;
  }
  .overlay-menu.themes-menu > a.bg-0020 > .bg-image {
    background: url('../images/bg-sprite.jpg') no-repeat -120px -72px;
  }
  .overlay-menu.themes-menu > a.bg-0029 > .bg-image {
    background: url('../images/bg-sprite.jpg') no-repeat -240px -72px;
  }
  .overlay-menu.themes-menu > a.bg-0034 > .bg-image {
    background: url('../images/bg-sprite.jpg') no-repeat -360px -72px;
  }
  .overlay-menu.themes-menu > a.bg-0043 > .bg-image {
    background: url('../images/bg-sprite.jpg') no-repeat -480px -72px;
  }

  .overlay-menu.themes-menu.hide-locked-selected > a.bg-0005 > .bg-image > span.selected,
  .overlay-menu.themes-menu.hide-locked-selected > a.bg-0010 > .bg-image > span.selected,
  .overlay-menu.themes-menu.hide-locked-selected > a.bg-0011 > .bg-image > span.selected,
  .overlay-menu.themes-menu.hide-locked-selected > a.bg-0016 > .bg-image > span.selected,
  .overlay-menu.themes-menu.hide-locked-selected > a.bg-0019 > .bg-image > span.selected,
  .overlay-menu.themes-menu.hide-locked-selected > a.bg-0020 > .bg-image > span.selected,
  .overlay-menu.themes-menu.hide-locked-selected > a.bg-0034 > .bg-image > span.selected,
  .overlay-menu.themes-menu.hide-locked-selected > a.bg-0043 > .bg-image > span.selected {
    display: none !important;
  }

  .mobile-overlay {
    display: none;
    -webkit-transition:   all 0.3s ease-out;
    -moz-transition:      all 0.3s ease-out;
    -o-transition:        all 0.3s ease-out;
    -ms-transition:       all 0.3s ease-out;
    transition:           all 0.3s ease-out;
    /*transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;*/

    background: rgba(0,0,0,0);
    z-index: 5;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .mobile-overlay.active {
    background: rgba(0,0,0,0.3);
  }

  /* Shortcuts */
  .shortcuts-menu {
    display: none;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;

    padding: 40px;
    width: 700px;
    height: 420px;
    margin-top: -6px;
  }
  .shortcuts-menu.active {
    display: block;
  }
  .shortcuts-menu.active-show {
    opacity: 1;
    margin-top: 0;
  }
  .shortcuts-menu > h1 {
    font-weight: normal;
    font-size: 28px;
    color: #2A2A2A;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 4px 0;
    padding: 0;
  }
  .shortcuts-menu > p {
    font-size: 16px;
    color: #7F7F7F;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .shortcuts-menu .row-shortcuts {
    margin-top: 15px;
  }

  .shortcuts-menu .row-shortcuts h2 {
    padding-bottom: 6px;
    font-size: 18px;
    border-bottom: 2px solid #e5e5e5;
  }

  .shortcuts-menu .row-shortcuts ul {
    display: inline-block;
    padding: 0;
  }
  .shortcuts-menu .row-shortcuts ul li {
    list-style-type: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 12px;
  }
  .shortcuts-menu .row-shortcuts ul li:last-child {
    border-bottom: 0;
  }

  .shortcuts-menu .row-shortcuts .kbs {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .shortcuts-menu .row-shortcuts .kbs > span {
    float: left;
  }
  .shortcuts-menu .row-shortcuts .kbs > .kbs-keys {
    float: right;
    color: #D0D0D0;
  }
  .shortcuts-menu .row-shortcuts .kbs > .kbs-keys > span {
    text-align: center;
    display: inline-block;
    min-width: 34px;
    color: #333;
    background: #F3F3F3;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 0.95rem;
    border-bottom: 1px solid #ddd;
  }
  .shortcuts-menu .row-shortcuts .kbs > .kbs-keys > span:first-child {
    margin-right: 3px;
  }
  .shortcuts-menu .row-shortcuts .kbs > .kbs-keys > span:last-child {
    margin-left: 3px;
  }

  .shortcuts-menu .row-shortcuts .kbs > span.kbs-bold {
    font-weight: bold;
  }
  .shortcuts-menu .row-shortcuts .kbs > span.kbs-underline {
    text-decoration: underline;
  }
  .shortcuts-menu .row-shortcuts .kbs > span.kbs-italic {
    text-decoration: italic;
  }
  .shortcuts-menu .row-shortcuts .kbs > span.kbs-highlight {
    border-radius: 4px;
    padding: 2px 8px;
    background: #FFF5A5;
    line-height: 26px;
    margin-top: 4px;
  }

  .shortcuts-menu .row-shortcuts .kbs > span.kbs-hashtag,
  .shortcuts-menu .row-shortcuts .kbs > span.kbs-mention {
    color: #09AB6E;
    font-weight: 500;
  }
  .shortcuts-menu .row-shortcuts .kbs > span.kbs-complete {
    text-decoration: line-through;
    color: #999;
  }


/* Unblock Background */
.unlock-bg-menu {
  display: none;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;

  padding: 0;
  width: 580px;
  height: 460px;
  margin-top: -6px;
}
.unlock-bg-menu.active {
  display: block;
}
.unlock-bg-menu.active-show {
  opacity: 1;
  margin-top: 0;
}

.unlock-bg-menu .top-banner-unlockbg {
  display: block;
  width: 100%;
  height: 117px;
  background: url('../images/top-banner-unlockbg.png') no-repeat;
}
.unlock-bg-menu .ic-unlockbg {
  display: block;
  margin: 30px auto;
  width: 37px;
  height: 48px;
  background: url('../images/ic_unlockbg.svg') no-repeat;
}
.unlock-bg-menu > h1 {
  display: block;
  width: 380px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}
.unlock-bg-menu > p {
  color: #999999;
  text-align: center;
  font-size: 16px;
}
.unlock-bg-menu .unlock-sm-container {
  display: inline-block;
  margin: 44px auto 6px;
}

.unlock-bg-menu .unlock-sm {
  display: inline-block;
  float: left;
  padding: 12px 32px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
}
.unlock-bg-menu .unlock-sm:hover {
    transform: scale(1.04, 1.04);
    color: #ffffff;
    text-decoration: none;
}
.unlock-bg-menu .unlock-tw {
  background: #7DE0FF;
  margin-right: 8px;
}
.unlock-bg-menu .unlock-fb {
  background: #2D91FD;
}

/* ========== Menus End ========== */


/* ========== Buttons Start ========== */

.btn-sidedrawer {
  display: block;
  width: 30px;
  height: 30px;
  background: url('../images/sprite.svg') no-repeat -210px 0;
}

.btn-sidedrawer-close {
  display: block;
  width: 30px;
  height: 30px;
  background: url('../images/sprite.svg') no-repeat -210px 0;
}

.btn-sidebar-expand {
  display: block;
  width: 30px;
  height: 30px;
  background: url('../images/sprite.svg') no-repeat -240px 0;
}
.btn-sidebar-expand:hover {
  background-position: -240px -30px;
}

.btn-sidebar-collapse {
  display: block;
  width: 30px;
  height: 30px;
  background: url('../images/sprite.svg') no-repeat -270px 0;
  opacity: 0;

  -webkit-transition:  opacity cubic-bezier(0.22, 0.61, 0.36, 1) .2s; /* Safari and Chrome */
  -moz-transition:     opacity cubic-bezier(0.22, 0.61, 0.36, 1) .2s; /* Firefox */
  -ms-transition:      opacity cubic-bezier(0.22, 0.61, 0.36, 1) .2s; /* Internet Explorer */
  -o-transition:       opacity cubic-bezier(0.22, 0.61, 0.36, 1) .2s; /* Opera */
  transition:          opacity cubic-bezier(0.22, 0.61, 0.36, 1) .2s;
}
.btn-sidebar-collapse:hover {
  background-position: -270px -30px;
}
.btn-copylink {
  display: block;
  width: 30px;
  height: 30px;
  background: url('../images/sprite.svg') no-repeat 0 0;
}
.btn-copylink:hover,
.tc-container .tc-sidebar section.slx .slx-tabs > .share-url-copy:hover .btn-copylink {
  background-position: 0 -30px;
}

.btn-newlist {
  display: block;
  width: 30px;
  height: 30px;
  background: url('../images/sprite.svg') no-repeat -570px 0;
}
.btn-sharelink {
  display: block;
  width: 30px;
  height: 30px;
  background: url('../images/sprite.svg') no-repeat -600px 0;
}

/* ========= Buttons Ends ========*/

/* Card Container */
.tc-card {

  /* Border Radius */
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;

  /* Box Shadow */
  -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.10);
     -moz-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.10);
          box-shadow: 0 3px 2px 0 rgba(0,0,0,0.10);

  background: #ffffff;
}


/* Global Transitions */
header,
header .logo,
.tc-container .tasks .root > .doc-access,
.tc-container .node .content,
.tc-container .tc-sidebar section.slx,
.tc-container .tc-sidebar section.slx h4,
.overlay,
.overlay.active,
.overlay-menu.account-menu,
.overlay-menu.about-menu,
.overlay-menu.themes-menu,
.outofsync-menu a.btn-action,
.overlay-menu.unlock-bg-menu,
.unlock-bg-menu .unlock-sm,
.shortcuts-menu,
.confirm-copy,
.bottom-banner > span.desktop-copy a,
.tc-sharelink,
.bottom-left .btn-themes,
.bottom-right .btn-about {
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
}
.toolbar-menu,
.toolbar-menu.active {
  transition: all cubic-bezier(0.22, 0.61, 0.36, 1) .3s;
  -webkit-transition: all cubic-bezier(0.22, 0.61, 0.36, 1) .3s;
}
.toolbar-menu {
  -webkit-animation:                  fadein 0.3s; /* Safari and Chrome */
  -webkit-animation-delay:            0.3s;
  -webkit-animation-fill-mode:        forwards;
  -moz-animation:                     fadein 0.3s; /* Firefox */
  -moz-animation-delay:               0.3s;
  -moz-animation-fill-mode:           forwards;
  -ms-animation:                      fadein 0.3s; /* Internet Explorer */
  -ms-animation-delay:                0.3s;
  -ms-animation-fill-mode:            forwards;
  -o-animation:                       fadein 0.3s; /* Opera */
  -o-animation-delay:                 0.3s;
  -o-animation-fill-mode:             forwards;
  animation:                          fadein 0.3s;
  animation-delay:                    0.3s;
  animation-fill-mode:                forwards;
}

.tasks [type="checkbox"]:not(:checked) + label:before,
.tasks [type="checkbox"]:checked + label:before,
.tasks [type="checkbox"]:not(:checked) + label:after,
.tasks [type="checkbox"]:checked + label:after,

.tasklist-info h3,
.tasklist-info h4,

.mention,
.hashtag,
.anchor,
.bg-image,
.bottom-left,
.bottom-right,
.tc-mobileheader,
.content,
.tc-container {
  transition: all cubic-bezier(0.22, 0.61, 0.36, 1) .2s;
  -webkit-transition: all cubic-bezier(0.22, 0.61, 0.36, 1) .2s;
}

.tc-search-container {
  transition: top cubic-bezier(0,-0.12, 0, 1.99) .33s;
  -webkit-transition: top cubic-bezier(0,-0.12, 0, 1.99) .33s;
}
.tc-actions .action {
  transition: top cubic-bezier(0.22, 0.61, 0.36, 1) .2s;
  -webkit-transition: top cubic-bezier(0.22, 0.61, 0.36, 1) .2s;
}
.tc-mobileheader.show-link .right-col {
  transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s;
  animation-delay: 1s;
  -webkit-transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s;
  -webkit-animation-delay: 1s;
}

.kbs-note,
.btn-help,
.container a,
.slx-tabs > .tabs > a,
header .top-right > a,
header .top-left > a,
header .top-right > div.tc-search-wrapper {
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}

.tc-mobileheader .right-col .btn-sharelink {
  transition: opacity cubic-bezier(0.22, 0.61, 0.36, 1) .4s;
  -webkit-transition: opacity cubic-bezier(0.22, 0.61, 0.36, 1) .4s;
}

/* Static Pages */
.container {
  position: relative;
  z-index: 2;
}
.container h3 {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  cursor: text;
  margin-bottom: 4px;
}
.container p {
  color: #666666;
}
.container label {
  color: #999999;
}
.container button {
  background: rgba(9,171,110,0.80);
  border: 0;
}
.container button:hover {
  background: rgba(9,171,110,1);
}
.container ol.tos-ol {
  width: 85%;
  margin: 0;
  padding-left: 30px;
}
.container ol.tos-ol li {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  color: #666666;
}
.container ol.tos-ol li h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #333333;
}
.container ol.tos-ol li p {
  font-size: 1rem;
  color: #666666;
}
.container ol.tos-ol li p:last-child {
  margin-bottom: 0;
}
.container ol.tos-ol li p strong {
  color: #333333;
  font-weight: 500;
}

.container ol.tos-ol li ul {
  list-style-type: disc;
}
.container ol.tos-ol li ul li,
.container ol.tos-ol li ol li {
  font-size: 1rem;
  margin-bottom: 0;
}
.container ol.tos-ol li ol {
  margin-bottom: 1rem;
}

.container > ul > li > p {
  margin-bottom: 0;
}

/* 404 */
.page-404 {
  display: inline-block;
  position: absolute;
  margin-top: -40px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.copy-404 {
  width: 296px;
  font-size: 20px;
  line-height: 22px;
  margin-top: 32px;
  color: #999999;
  letter-spacing: 0;
}

/* Theme Default */
body.tc-theme-default {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  color: #333333;
}
body.tc-theme-default a {
  color: #09AB6E;
  text-decoration: none;
}
body.tc-theme-default a:hover {
  color: #09AB6E;
  text-decoration: underline;
}

/* Header */
body.tc-theme-default header > .top-left > a,
body.tc-theme-default header > .top-right > a {
  background: rgba(255,255,255,0.85);
  border-radius: 4px;
  color: #666666;
  font-weight: 500;
  font-size: 15px;
  padding: 0 20px;
  line-height: 37px;
  text-decoration: none;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.04);
  position: relative;
}

body.tc-theme-default header > .top-left > a:hover,
body.tc-theme-default header > .top-right > a:hover {
  color: #333333;
  text-decoration: none;
  background: rgba(255,255,255,0.95);
}
body.tc-theme-default header > .top-left > a:active {
  color: #333333;
  text-decoration: none !important;
}
body.tc-theme-default header > .top-left > a.tc-btn-dashboard {
  padding: 0 20px 0 8px;
}
body.tc-theme-default header > .top-right > a.tc-btn-new {
  padding: 0 20px 0 8px;
  color: #ffffff;
  background: rgba(9,171,110,0.80);
}
body.tc-theme-default header .top-right > a.tc-btn-new:hover,
body.tc-theme-default header .top-right > a.tc-btn-new:active,
body.tc-theme-default header .top-right > a.tc-btn-new:visited {
  background: rgba(9,171,110,0.95);
}

body.tc-theme-default header .top-right > a.btn-login {
  padding: 0 20px;
}


/* Mobile Header */
body.tc-theme-default .tc-mobileheader {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

/* Footer */
body.tc-theme-default .bottom-right > .saving-status {
  color: #fff;
  padding-right: 14px;
  line-height: 36px;
  text-shadow: 1px 1px 1px #000;
  font-weight: 500;
}

/* Symbols */
body.tc-theme-default .symbol-progress {
  top: -3px;
  padding: 2px 10px 4px;
  font-size: 13px;
  border-radius: 50px;
  background: #cccccc;
  font-weight: 600;
  color: #fff;
}

/* Editor */
body.tc-theme-default .tc-container .tasks .root > .title > .content .placeholder {
  font-weight: light;
  color: #cccccc;
}

/* Formatting */
body.tc-theme-default .content .bold {
  font-weight: bold;
}
body.tc-theme-default .content .bold .italic {
  font-weight: bold;
  font-style: italic;
}
body.tc-theme-default .content .italic {
  font-style: italic;
}
body.tc-theme-default .content .italic .bold {
  font-weight: bold;
  font-style: italic;
}
body.tc-theme-default .content .underline {
  text-decoration: underline;
}
body.tc-theme-default .content .highlight {
  background-color: #FFF5A5;
  color: #333;
  border-radius: 4px;
  padding: 0px 4px;
}
body.tc-theme-default .content .hashtag,
body.tc-theme-default .content .mention,
body.tc-theme-default .content .anchor {
  color: #09AB6E;
  font-weight: 400;
}

/* Node: Completed */
body.tc-theme-default .node.completed > .title .content {
  text-decoration: line-through;
}

body.tc-theme-default .node.completed .content,
body.tc-theme-default .node.completed > .title .content {
  color: #bfbfbf;
}
body.tc-theme-default .node.completed > .children .content {
  color: #bfbfbf;
}
body.tc-theme-default .node.completed .highlight {
    color: #cccccc !important;
    background: #eee;
}
body.tc-theme-default .node.completed .hashtag,
body.tc-theme-default .node.completed .mention,
body.tc-theme-default .node.completed .anchor {
  color: #bfbfbf !important;
}
body.tc-theme-default .node.completed .hashtag:hover,
body.tc-theme-default .node.completed .mention:hover,
body.tc-theme-default .node.completed .anchor:hover {
  color: #09AB6E !important;
}

/* Sidebar */
body.tc-theme-default .tc-container .tc-sidebar section.slx {
  overflow: hidden;
}
body.tc-theme-default .tc-container .tc-sidebar section.slx h4 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333333;
}
body.tc-theme-default .tc-container .tc-sidebar section.slx > span {
  line-height: 1.2rem;
  color: #999999;
}

body.tc-theme-default .tc-container .tc-sidebar section.slx .slx-tabs > .tabs > a {
  color: #999;
  font-size: 0.95rem;
  border-bottom: 1px solid #EEEEEE;
}

body.tc-theme-default .tc-container .tc-sidebar section.slx .slx-tabs > .tabs > a.active,
body.tc-theme-default .tc-container .tc-sidebar section.slx .slx-tabs > .tabs > a:hover {
  color: #333333;
  background: #F5F5F5;
  border-color: #F5F5F5;
}

body.tc-theme-default .tc-container .tc-sidebar section.slx .slx-tabs {}
body.tc-theme-default .tc-container .tc-sidebar section.slx .slx-tabs > .share-url-copy,
body.tc-theme-default .tc-container .tc-sidebar section.slx .slx-tabs > .link-pending-spinner {
  font-size: 16px;
  color: #999999;
  border-radius: 0 0 4px 4px;
  background: #F5F5F5;
  white-space: nowrap;
}
body.tc-theme-default .tc-container .tc-sidebar section.slx .slx-tabs > .share-url-copy:hover {
  color: #333333;
}
.circleG {
	background-color: #F5F5F5;
}

/* Overlay Menu */
body.tc-theme-default .overlay-menu {
  background: #ffffff;
  box-shadow: 0 3px 2px 0 rgba(0,0,0,0.10);
  border-radius: 6px;
}
body.tc-theme-default .overlay-menu > ul.bottom-divider {
  border-bottom: 1px solid #EDEDED;
}
body.tc-theme-default .overlay-menu > ul > li > a {
  font-size: 16px;
  color: #333333;
}
body.tc-theme-default .overlay-menu > ul > li > a:hover {
  background: #f5f5f5;
  text-decoration: none;
}
body.tc-theme-default .overlay-menu > ul > li > a > span {
  font-size: 14px;
  color: #999999;
}

/* Background Animation */
@keyframes fadein {
  from {
    opacity: 0;
    -moz-opacity: 0;
  }
  to   {
    opacity: 1;
    -moz-opacity: 1;
  }
}

/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    -moz-opacity: 0;
  }
  to   {
    opacity: 1;
    -moz-opacity: 1;
  }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -moz-opacity: 0;
  }
  to   {
    opacity: 1;
    -moz-opacity: 1;
  }
}

/* Background Animation */
@keyframes fadeout {
  from {
    opacity: 1;
    -moz-opacity: 1;
  }
  to   {
    opacity: 0;
    -moz-opacity: 0;
  }
}

/* Firefox */
@-moz-keyframes fadeout {
  from {
    opacity: 1;
    -moz-opacity: 1;
  }
  to   {
    opacity: 0;
    -moz-opacity: 0;
  }
}

/* Safari and Chrome */
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
    -moz-opacity: 1;
  }
  to   {
    opacity: 0;
    -moz-opacity: 0;
  }
}

/* Animation Sequence */
@keyframes seq1 {
  from { opacity: 0; }
  to   {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes seq1 {
  from { opacity: 0; }
  to   {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes seq1 {
  from { opacity: 0; }
  to   {
    opacity: 1;
    top: 0;
  }
}
/* Mobile Header Progress Sequence */
@keyframes mobile-progress {
  0% {
    opacity: 1;
    width: 0%;
  }
  40% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes mobile-progress {
  0% {
    opacity: 1;
    width: 0%;
  }
  40% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mobile-progress {
  0% {
    opacity: 1;
    width: 0%;
  }
  40% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sign Up Pop */
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

/* Firefox */
@-moz-keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

/* Safari and Chrome */
@-webkit-keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

/*Extra small devices (portrait phones, less than 544px)*/
@media (max-width: 543px) {

  body {
    background: #ffffff;
  }

  /* Unsplash Background */
  .bg {
    opacity: 0;
  }

  /* Styles (Override) */
  .tc-card {

    /* Border Radius */
    -webkit-border-radius: none !important;
       -moz-border-radius: none !important;
            border-radius: none !important;

    /* Box Shadow */
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
  }

  /* Regular Container */
  .container {
    padding: 0 40px;
    margin: 100px auto 40px;
  }

  /* Footer Banner */
  .bottom-banner > span.mobile-copy {
    display: block;
    padding: 16px;
  }
  .bottom-banner > span.desktop-copy {
    display: none;
  }
  .bottom-banner > a.close-banner {
    display: none;
  }

}

/*Small devices (landscape phones, 544px and up)*/
@media (min-width: 544px) {

  /* Unsplash Background */
  .bg {
    opacity: 0;
  }

  /* Styles (Override) */
  .tc-card {

    /* Border Radius */
    -webkit-border-radius: none !important;
       -moz-border-radius: none !important;
            border-radius: none !important;

    /* Box Shadow */
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
  }

  /* Regular Container */
  .container {
    padding: 0 40px;
    margin: 100px auto 40px;
  }

  /* Footer Banner */
  .bottom-banner > span.mobile-copy {
    display: block;
    padding: 16px;
  }
  .bottom-banner > span.desktop-copy {
    display: none;
  }
  .bottom-banner > a.close-banner {
    display: none;
  }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

  body {
    background: #f8f8f8;
  }

  /* Themes */
  body.bg-none .bg {
    background: #f8f8f8 !important;
  }
  body.bg-color-1 .bg {
    background: #FFB2B9 !important;
  }
  body.bg-color-2 .bg {
    background: #FFDFB8 !important;
  }
  body.bg-color-3 .bg {
    background: #B8FFC7 !important;
  }
  body.bg-color-4 .bg {
    background: #B9E1FF !important;
  }

  body.bg-random .bg { /* Random */ }
  body.bg-0005 .bg {
    background: url('../images/wallpapers/0005.jpg');
  }
  body.bg-0010 .bg {
    background: url('../images/wallpapers/0010.jpg');
  }
  body.bg-0011 .bg {
    background: url('../images/wallpapers/0011.jpg');
  }
  body.bg-0016 .bg {
    background: url('../images/wallpapers/0016.jpg');
  }

  body.bg-0019 .bg {
    background: url('../images/wallpapers/0019.jpg');
  }
  body.bg-0020 .bg {
    background: url('../images/wallpapers/0020.jpg');
  }
  body.bg-0029 .bg {
    background: url('../images/wallpapers/0029.jpg');
  }
  body.bg-0034 .bg {
    background: url('../images/wallpapers/0034.jpg');
  }
  body.bg-0043 .bg {
    background: url('../images/wallpapers/0043.jpg');
  }

  body.bg-0005 .bg,
  body.bg-0010 .bg,
  body.bg-0011 .bg,
  body.bg-0016 .bg,
  body.bg-0019 .bg,
  body.bg-0020 .bg,
  body.bg-0029 .bg,
  body.bg-0034 .bg,
  body.bg-0043 .bg {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size:  cover;
    -moz-background-size:     cover;
    -o-background-size:       cover;
    background-size:          cover;
  }

  /* Unsplash Background */
  .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;

    -webkit-animation:                  fadein 1.6s; /* Safari and Chrome */
    -webkit-animation-delay:            0.7s;
    -webkit-animation-fill-mode:        forwards;
    -moz-animation:                     fadein 1.6s; /* Firefox */
    -moz-animation-delay:               0.7s;
    -moz-animation-fill-mode:           forwards;
    -ms-animation:                      fadein 1.6s; /* Internet Explorer */
    -ms-animation-delay:                0.7s;
    -ms-animation-fill-mode:            forwards;
    -o-animation:                       fadein 1.6s; /* Opera */
    -o-animation-delay:                 0.7s;
    -o-animation-fill-mode:             forwards;
    animation:                          fadein 1.6s;
    animation-delay:                    0.7s;
    animation-fill-mode:                forwards;

    background-color: #f8f8f8;
    background-image: url('/images/wallpaper'); /* https://source.unsplash.com/user/johnx/likes/1920x1080 */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size:  cover;
    -moz-background-size:     cover;
    -o-background-size:       cover;
    background-size:          cover;

  }

  /* Regular Container */
  .container {
    padding: 40px;
    margin: 10px auto 100px;
  }

  /* Styles (Override) */
  .tc-card {
    /* Border Radius */
    -webkit-border-radius: 5px !important;
       -moz-border-radius: 5px !important;
            border-radius: 5px !important;

    /* Box Shadow */
    -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.10) !important;
       -moz-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.10) !important;
            box-shadow: 0 3px 2px 0 rgba(0,0,0,0.10) !important;
  }

  /* Footer Banner */
  .bottom-banner > span.mobile-copy {
    display: none;
  }
  .bottom-banner > span.desktop-copy {
    display: inline-block;
  }
  .bottom-banner > a.close-banner {
    display: inline-block;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

  /* Styles (Override) */
  .tc-card {
    /* Border Radius */
    -webkit-border-radius: 5px !important;
       -moz-border-radius: 5px !important;
            border-radius: 5px !important;

    /* Box Shadow */
    -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.10) !important;
       -moz-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.10) !important;
            box-shadow: 0 3px 2px 0 rgba(0,0,0,0.10) !important;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}
