
#right {
  position: absolute;
  top: 2px;
  right: 10px;
}

html.init {
  overflow: hidden;
}
html.init::before {
  opacity: 1;
  pointer-events: all;
}
html::before {
  content: '';
  background: white url('/st/img/loader.gif') no-repeat center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
}

html, body {
  line-height: unset;
  
}
html .table td,
html .table th {
  padding: 5px;
}

body a:focus {
  outline: none;
}

html a {
  color: #337ab7;
}
html a:focus, html a:hover {
  color: #23527c;
}

html, body {
  height: 100%;
}
body {
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
  font-size: 0;
  text-align: center;
}
body > div {
  font-size: 10pt;
  text-align: left;
}
body > .ui-widget {
  font-size: 10pt;
}
th, td, div, input, textarea, li {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}

* {
  outline: 0;
}
/*body > .mCustomScrollBox > .mCSB_scrollTools {
  z-index: 1200;
}*/

body .form-control {
  height: 30px;
  padding: 5px 12px;
}

body { _padding-top: var(--head-height); }
#bar { top: var(--head-height); }
#bar .foot { bottom: var(--head-height); }

body[wndMenu="show"]       #stick a[action="toggleWndMenu"] span[menu="hide"] { display: none; }
body:not([wndMenu="show"]) #stick a[action="toggleWndMenu"] span[menu="show"] { display: none; }
body:not([wndMenu='show']) #stick > .wndMenu,
body:not([wndMenu='show']) #stick > .wndMenu+div {
  display: none;
}

#stick {
  position: fixed;
  top: 0;
  left: 0;
  right: var(--margin-right);
  z-index: 40;
  margin: 0;
  background-color: rgba(255,255,255,0.95);
  height: var(--head-height);
  text-align: center;
  line-height: 0;
  -webkit-transform: translateZ(0);
}
#stick > * {
  line-height: 20px;
}
body.wndMenuOpen #stick > .wndMenuBackground {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 10000px;
  z-index: 1000;
  -webkit-transform: translateZ(0);
}

#stick > .wndMenu {
  border-top: 1px solid white;
  background-color: rgb(242,242,242);
  border-bottom: 1px solid rgb(182,180,182);
  position: relative;
  z-index: 1042;
}
#stick > .wndMenu > ul {
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1001;
}
#stick > .wndMenu > ul > li > a {
  color: #333;
  line-height: 18px;
}
#stick > .wndMenu ul.dropdown-menu {
  background-color: rgb(242,242,242);
}
#stick > .wndMenu li[action='todoplan'] > a {
  font-weight: bold;
}
#stick > .wndMenu li[action='todoplan'] .dropdown-menu { min-width: 250px; }
#stick > .wndMenu li[action='edit'] .dropdown-menu { min-width: 300px; }
#stick > .wndMenu li[action='sort'] .dropdown-menu { min-width: 260px; }
#stick > .wndMenu li[action='view'] .dropdown-menu { min-width: 250px; }
#stick > .wndMenu li[action='perspective'] .dropdown-menu { min-width: 270px; }
#stick > .wndMenu li[action='help'] .dropdown-menu { min-width: 270px; }

#stick > .wndMenu .dropdown-menu .hotkey {
  position: absolute;
  right: 0;
  padding: 0 10px;
}

#stick > .wndMenu li[action='loading'] {
  float: right;
  opacity: 0;
  transition: opacity 0.1s;
}
#stick > .wndMenu li[action="loading"] > a {
  background-color: rgb(252,230,169);
  padding: 0 10px;
  margin: 5px 10px;
  pointer-events: none;
  text-decoration: none;
}
body.loading #stick > .wndMenu li[action='loading'] {
  opacity: 1;
  transition: opacity 0s;
}

#stick > .wndMenu li[action='search'] {
  float: right;
}

#stick > .wndMenu li[action="calendar"],
#stick > .wndMenu li[action="task"],
#stick > .wndMenu li[action="tag"] {
  vertical-align: bottom;
  padding: 2px 0px 2px 5px;
}
#stick > .wndMenu li[action="calendar"] {
  padding-left: 18px;
}
#stick > .wndMenu li[action="calendar"] > a,
#stick > .wndMenu li[action="task"] > a,
#stick > .wndMenu li[action="tag"] > a {
  display: inline-block;
  width: 40px;
  height: 22px;
  text-decoration: none;
}
#stick > .wndMenu li[action="calendar"] > a {
  background: url(/st/icons/top-icon-1.png) center center;
}
#stick > .wndMenu li[action="task"] > a {
  background: url(/st/icons/top-icon-2.png) center center;
}
#stick > .wndMenu li[action="tag"] > a {
  background: url(/st/icons/top-icon-3.png) center center;
}

body[rightFrame="show"] #stick > .wndMenu a[action="rightPanel"] .toshow,
body[rightFrame="showing"] #stick > .wndMenu a[action="rightPanel"] .toshow,
body[rightFrame="hide"] #stick > .wndMenu a[action="rightPanel"] .tohide,
body[bar="show"] #stick > .wndMenu a[action="leftPanel"] .toshow,
body[bar="hide"] #stick > .wndMenu a[action="leftPanel"] .tohide {
  display: none;
}

#stick > div.head {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0 0 0 80px;
}
#stick > div.filter {
  display: none;
  width: 100%;
  text-align: left;
  padding: 0 0 0 110px;
  height: 54px;
  border-top: 1px solid rgb(227,227,227);
  background-color: white;
}
#stick > div.head a.showFilter {
  margin: 0 15px 0 0;
}
#stick > div.head a.showFilter > span {
  display: none;
}
body[filter='show'] #stick > div.filter,
body[filter='show'] #stick > div.head a.showFilter > span.fhide,
body[filter='hide'] #stick > div.head a.showFilter > span.fshow {
  display: inline-block;
}

#stick > .after {
  display: block;
  height: 40px;
  margin: -40px -20% 0;
  width: 140%;
  box-shadow: 0 10px 20px -15px #888;
}
#stick > .wndMenu + .after {
  position: relative;
  z-index: 1041;
}
#stick > div > div {
  margin: 0;
  padding: 8px 2px 5px 20px;
  display: block;
}
#stick div.rpath {
  width: 100%;
  padding: 5px 30px 0;
  line-height: 20px;
}
#stick div.rpath a {
  color: #333;
}
#stick .topMenu {
  width: 100%;
  position: relative;
}
#stick .left {
  line-height: 20px;
  min-height: 30px;
}

#stick .search {
  position: absolute;
  display: inline-block;
  top: 8px;
  line-height: normal;
  vertical-align: middle;
  padding: 5px 0 5px;
  left: 30%;
  right: 30%;
  font-size: 0;
}
#stick .search > * {
  font-size: 10pt;
  padding: 2px 0;
}
#stick .search > .dropdown {
  display: inline-block;
}
#stick .search > .dropdown > a {
  display: inline-block;
  background: url('/st/icons/arrow_s.png') center center no-repeat;
  opacity: 0.5;
}
#stick .search > .dropdown > a:after,
#stick .search > .mag:after {
  content: ' ';
  display: inline-block;
  width: 24px;
  border: 0;
}
#stick .search > .mag {
  display: inline-block;
  cursor: pointer;
  background: url('/st/icons/mag.svg') -4px center no-repeat;
}
#stick .search > input {
  width: calc( 100% - 48px );
  border: 0;
  padding: 2px;
}
#stick .search > input:after {
  content: ' ';
}
#stick .search > input::placeholder {
  color: rgb(204,204,204);
  opacity: 1;
}


#stick .right {
  float: right;
  right: 0;
  margin: -30px 0 0 0;
}
#stick .right > * {
  display: inline-block;
  margin: 0 0 0 15px;
}
#stick .right > .filters {
  margin: 0 30px 0 0;
}
#stick .right > .filters > .status {
  display: inline-block;
  min-width: 110px;
}
#stick .right ul.amenu {
  font-size: 0;
}
#stick .right ul.amenu > li {
  font-size: 10pt;
}
#stick .right > ul.amenu > li.inspect,
#stick .right > ul.amenu > li.settings {
  margin: 0 15px 0 0;
}
#stick .right ul.amenu > li > a {
  padding: 5px 0;
}
#stick .right > ul > li > a[action='inspect'] {
  background: url('/st/icons/inspect.png') center center no-repeat;
  text-decoration: none;
}
#stick .right > ul > li > a[action='settings'] {
  background: url('/st/icons/settings.png') center center no-repeat;
  opacity: 0.5;
  text-decoration: none;
}
#stick .right > ul > li > a[action='inspect']:before,
#stick .right > ul > li > a[action='settings']:before {
  display: inline-block;
  width: 16px;
  content: '';
}
#stick .right > ul > li > a[action='inspect']:hover,
#stick .right > ul > li > a[action='settings']:hover {
  opacity: 1;
}


.box-modal.wndMenuSettingsDlg {
  width: 800px;
  height: 500px;
}
.box-modal.wndMenuSettingsDlg .buttons {
  margin: 440px 0 0;
  text-align: center;
}

#bar {
  display: inline-block;
  position: fixed;
  z-index: 35;
  width: 80px;
  height: 100%;
  padding: 0px 0 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  padding-bottom: calc( var(--head-height) + 29px );
  left: 0;
}
#bar .nScrollbar {
  padding: 0;
}
#bar .nScrollbar > .nsBox {
  font-size: 0;
}
#bar .nScrollbar > .nsDragContainer {
  z-index: 36;
}
#bar .barMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 35;
  transition: top linear 0.1s;
}
#bar .barMenu > li {
  height: 80px;
}
#bar .barMenu > li > a {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 10pt;
}
#bar .barMenu > li > a > .img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('/st/icons/bar.png');
  background-repeat: no-repeat;
  background-position-x: 24px;
}
#bar .barMenu > li[target='perspective'] > a > .img {
  background-position: center center;
}
#bar .barMenu > li[target='task'] > a > .img     { background-position-y: -160px; }
#bar .barMenu > li[target='inbox'] > a > .img    { background-position-y:  -80px; }
#bar .barMenu > li[target='pin'] > a > .img      { background-position-y: -320px; }
#bar .barMenu > li[target='calendar'] > a > .img { background-position-y:    0px; }
#bar .barMenu > li[target='tag'] > a > .img      { background-position-y: -240px; }

#bar .barMenu > li[target='counter'] > a > .img {
  background-image: url('/st/omnifocus-perspective-icons/checkmark-blue.png');
  background-position: center center;
}

#bar .barMenu > li > a {
  height: 80px;
}

#bar .barMenu > li > a .name {
  display: inline-block;
  font-size: 80%;
  margin: 60px 0 0;
  filter: none;
  position: absolute;
  left: 0;
  right: 0;
}
#bar .nsContent::after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
}
body[leftFrameVisible="show"] #bar .barMenu > li.active > a,
body[leftFrameVisible="show"] #bar .barMenu > li > a:focus,
body[leftFrameVisible="show"] #bar .barMenu > li > a:hover {
  border-right: 1px solid transparent;
}


#bar .foot {
  position: absolute;
  width: 100%;
  height: 29px;
  line-height: 28px;
  border-top: 1px solid #e9e9e9;
  background-color: white;
  z-index: 38;
  border-right: 1px solid #E4E4E4;
}
#bar .foot a {
  display: inline-block;
  width: 100%;
  color: #333;
  padding: 0 10px;
  text-align: center;
}

#main {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main > .nScrollbar > .nsBox,
#main > .nScrollbar > .nsDragContainer {
  transform: translateZ(0);
}
html #main > .nScrollbar > .nsBox > .nsContent {
  padding: 0;
}
body[bar='show'] #main {
  padding-left: 80px;
}
#main .workspaceContainer {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  transform: translateZ(0);
}
#main .overworkspace {
  display: block;
}
#main .workspace {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 0;
}
/*.workspace::after {
  content: '';
  left: 0;
  right: 0;
  height: 100%;
  position: fixed;
}*/
#main .workspace .well.menu .nav-pills > li > a {
  margin-bottom: 2px;
}

#main .workspace #body {
  padding: 20px;
  text-align: left;
  margin: 0 auto;
}

#foot {
  position: fixed;
  bottom: 0;
  left: 0;
  right: var(--margin-right);
  background-color: #fff;
  height: 29px;
  border-top: 1px solid rgb(227,227,227);
  line-height: 28px;
  z-index: 25;
  text-align: center;
  -webkit-transform: translateZ(0);
}
#foot > div {
  display: inline-block;
  width: 100%;
  padding: 0 20px 0 80px;
  text-align: left;
  line-height: 0;
  vertical-align: top;
}
#foot > div.right > div {
  float: right;
  position: relative;
  top: -28px;
}
#foot > div.right > div > a {
  display: inline-block;
  width: 28px;
  height: 28px;
  opacity: 0.5;
  text-decoration: none;
}
#foot > div.right > div a:hover,
#foot > div.right > div a.active {
  opacity: 1;
}
#foot > div.right > div a[action='clipboard'] {
  background: url('/st/icons/clipboard.png') center center no-repeat;
  opacity: 0.5;
}
body[hasclipboard='true'] #foot > div.right > div a[action='clipboard'] {
  opacity: 1;
}
#foot > div.right > div a[action='wide'] {
  background: url('/st/icons/align_justify.png') center center no-repeat;
}
#foot > div.right > div a[action='center'] {
  background: url('/st/icons/align_center.png') center center no-repeat;
}




#expire {
  line-height: 20px;
  position: fixed;
  top: 0;
  color: white;
  background-color: #FB4C2F;
  width: 100%;
  text-align: center;
  z-index: 40;
  -webkit-transform: translateZ(0);
}
#expire > div {
  display: inline-block;
  width: 100%;
  padding: 0 30px 0 110px;
  text-align: left;
}


#expire .close {
  color: white;
  opacity: 0.7;
  font-size: 120%;
  font-weight: normal;
}
#expire .close:hover {
  opacity: 1;
}



.nav > li {
  position: initial;
}

.nav-pills {
  display: inline-block;
  vertical-align: middle;
}
    
.nav-pills > li > a {
  color: #333;
  font-size: 11pt;
  padding: 10px 20px;
  border-radius: 6px;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #000;
  background-color: rgb(254,230,67);
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #000;
  background-color: rgb(254,230,67);
}

label {
  font-weight: normal;
  font-size: 11pt;
}
.form-horizontal .form-group-sm .control-label {
  padding-top: 4px;
}
.form-inline .form-group-sm .control-label {
  padding: 0 10px 0 0;
}
.form-inline .btn-sm {
  font-size: 11pt;
  line-height: 18px;
}
.modal-dialog {
  top: 200px;
}


ul.amenu {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
ul.amenu > li {
  display: inline-block;
}
ul.amenu > li > a,
ul.amenu > li > span {
  display: inline-block;
  padding: 5px 10px;
}
ul.amenu > li.active > a,
ul.amenu > li.active > span {
  background-color: rgb(243, 243, 243);
  border-radius: 5px;
}

i[class*=" icon-"], i[class^="icon-"] {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 8px 0 0;
    cursor: pointer;
    width: 0.5em;
}
.icon-caret-down::before {
    content: "";
}
.icon-caret-up::before {
    content: "";
}
.icon-caret-left::before {
    content: "";
}
.icon-caret-right::before {
    content: "";
}

.dropdown.list > span {
  cursor: pointer;
  height: 28px;
  line-height: 16px;
  position: relative;
}

.dropdown.list > span > span.dots {
  position: absolute;
  right: 0;
  top: 0;
}
.dropdown.list > span > span.dots > a {
  color: #7f7f7f;
  display: inline-block;
  font-size: 140%;
  font-weight: bold;
  line-height: 20px;
  padding: 0 15px 8px;
  text-decoration: none;
  transition: color 0.2s ease 0s;
  vertical-align: middle;
}
.dropdown.list > span:hover > span.dots > a {
  color: #9f9f9f;
}

.form-control, .popover, .btn, .dropdown-menu {
  font-size: unset;
}
.popover-content {
    padding: 15px 20px;
}
.table > thead > tr > th {
  border-bottom: 1px solid #ddd;
}


ul.navigator {
  list-style: none;
  padding: 0;
}
ul.navigator li {
  display: inline-block;
  padding: 2px 5px;
  font-size: 90%;
}
ul.navigator li a {
  color: #333;
}
ul.navigator li.selected a {
  color: red;
}


.dropdown-backdrop {
  display: none;
}



.tagBage {
  border-radius: 14px;
  display: inline-block;
  line-height: 1em;
  margin-right: 2px;
  vertical-align: middle;
}
.tagBage > a {
  padding: 2px 8px;
  display: inline-block;
  font-size: 9pt;
}
.tagBage2 {
  border-radius: 14px;
  display: inline-block;
  line-height: 1em;
  margin: 0 2px 2px 0;
  vertical-align: middle;
  padding: 2px 8px;
  font-size: 9pt;
  cursor: pointer;
}
.tagDialog ul.tags {
  list-style-type: none;
  padding: 10px 20px;
}
.tagDialog ul.tags li {
  cursor: pointer;
  white-space: nowrap;
}







.dropdown-menu > a.disabled,
.dropdown-menu > a.disabled:hover,
.dropdown-menu > a.disabled:focus,
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: rgb(195,195,195);
}
.dropdown-menu > a.disabled:hover,
.dropdown-menu > a.disabled:focus,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  cursor: pointer;
}



.box-modal.hotkeyspng {
  width: 894px;
}


#stick a.hideBar {
  position: absolute;
  margin: 13px -66px;
}
body[bar="hide"] #stick a.hideBar span[bar="hide"] {
  display: none;
}
body:not([bar="hide"]) #stick a.hideBar span[bar="show"] {
  display: none;
}

body[bar="hide"] #bar {
  display: none;
}
body[bar="hide"] #main {
  padding-left: 0px;
}
body[bar="hide"] #foot > div {
  padding-left: 0px;
}
body[bar="hide"] #foot a[action="toggleFrame"] {
  display: none;
}

.blink {
  background-color: #fffa90 !important;
}

.dropleft .dropdown-menu {
  right: 100%;
  left: auto;
}

html .nScrollbar {
  padding: 0;
}
html .nScrollbar > .nsBox > .nsContent {
  padding: 15px 0 3px;
}
html #bar .nScrollbar > .nsBox > .nsContent {
  padding: 0;
}

html .dropleft .dropdown-toggle::before,
html .dropup .dropdown-toggle::after,
html .dropdown-toggle::after {
  display: none;
}





















div.input span.add {
  border-radius: 14px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  border: 1px solid rgb(160,160,160);
  color: rgb(160,160,160);
  padding: 2px 8px;
  cursor: pointer;
  font-size: 0;
}
div.input span.add .name {
  display: inline-block;
  font-size: 9pt;
  min-height: 1em;
  line-height: 1em;
  min-width: 2px;
}
div.input span.add .arrow {
  font-size: 9pt;
  line-height: 1em;
  margin: 0 0 0 10px;
  display: none;
}
div.input span.add.edit .name {
  cursor: text;
  white-space: pre-wrap;
  color: #333;
}
div.input span.add.edit .arrow {
  display: inline-block;
}
div.input span.add.edit .name::after {
  content: '\00a0';
}


.box-modal.releaseNotes {
  width: 800px;
  transform: translateZ(0);
  height: 80vh;
  padding-right: 0;
}
.releaseNotes .head {
  font-size: 130%;
  margin: 0 0 20px;
}
.releaseNotes > .body {
}
html .releaseNotes .nScrollbar > .nsBox > .nsContent {
  padding-right: 16px;
}