@charset "utf-8";
body {
  color: #111;
  /* background: #ccddff;*/
  /* background: url(/content/img/bg/may049.jpg)!important;*/
  font-family: Verdana, sans-serif;
  font-size: 16px;
  background-repeat: repeat;
}
a {
  cursor: pointer;
  font-size: 1em;
}
a img {
  border: 0;
}
input[type="color"] {
  width: 75px !important;
  height: 50px !important;
}
.btn.active {
  cursor: default;
}
/*end elements*/
/*notes and spaces lists dropdowns*/
div.notes-list-wrapper {
  position: fixed;
  top: 28px;
  bottom: 6px;
  z-index: 10000;
  width: 330px;
  overflow-y: auto;
  z-index: 9998;
  display: none;
}
div.space-props-wrapper {
  width: 330px;
}
div.space-props-wrapper h5 {
  text-align: center;
}
div.notes-list {
  background: white;
  border: 1px solid #777777;
  z-index: 10000;
  overflow: hidden;
  color: #0054A6;
}
div.notes-list a {
  text-decoration: none;
  display: block;
  padding: 5px 7px;
  margin: 0;
  border-bottom: 0.1em solid #AAAAAA;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}
div.notes-list.context-menu {
  position: absolute;
  z-index: 10000;
  top: 26px;
  right: -1px;
  overflow: visible;
}
div.notes-list.context-menu a {
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}
div.notes-list a:last-child {
  border-bottom: 0;
}
div.notes-list a.last {
  border: 0;
}
div.notes-list a:hover,
div.notes-list a:active,
div.notes-list a.active {
  background: #eee;
}
div#notes_list_wrapper {
  left: 338px;
}
/*end notes and spaces lists dropdowns*/
/*dialogs*/
.top-dialog {
  position: fixed;
  display: none;
  top: -100px;
  padding: 5px 5px 10px;
  background: white;
  z-index: 9998;
  border: solid 1px #999;
  box-shadow: 3px 4px 13px #999;
}
.top-dialog a:hover {
  color: #666 !important;
}
.top-dialog input.full-centered {
  width: 100%;
  text-align: center;
}
.spaces-list-wrapper {
  display: none;
  position: fixed;
  width: 330px;
  padding: 5px;
  background: white;
}
/*end dialogs*/
/*settings dashboard*/
div#clickerDiv {
  position: fixed;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
div#settingsDashboard {
  position: fixed;
  top: 35px;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  padding: 5px;
  overflow: auto;
  z-index: 9995;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div#settingsDashboard .btn-default {
  text-decoration: none;
}
div#settingsDashboard .notes-row {
  margin-bottom: 14px;
}
div#settingsDashboard .notes-row.msg {
  color: white;
}
div#settingsDashboard div.blocker {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  opacity: 0.8;
}
div#settingsDashboard button.btn.search {
  height: 38px;
}
div#settingsDashboard button.btn.search img {
  width: 25px;
  height: 25px;
}
div#settingsDashboard input.search {
  max-width: 100%;
  width: 500px;
}
div#settingsDashboard div.delim-dashed {
  border-bottom: dashed 1px #999;
}
div#settingsDashboard div.delim-solid {
  border-bottom: solid 1px #000;
}
div#settingsDashboard a.close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 43px;
  height: 43px;
  background: url(/Content/img/close.png) no-repeat;
}
/*end settings dashboard*/
div#divBackground {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  /*background:url(https://previews.123rf.com/images/alexis84/alexis841505/alexis84150500350/40251822-beautiful-green-forest-background.jpg);*/
  background-size: cover;
}
iframe#printIframe {
  display: none;
}
div.widget-advanced-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: none;
  padding: 0 5px 0 5px;
}
div#mobilePopup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 1000000;
  text-align: center;
  color: white;
  padding-top: 18px;
  border-bottom: #ddd solid 1px;
}
div#mobilePopup .btn {
  width: 90%;
  height: 200px;
  font-size: 32pt;
  padding-top: 70px;
  margin-bottom: 100px;
}
div#relogin {
  width: 400px;
  top: 0;
  left: 50%;
  margin-left: -100px;
  padding: 15px;
}
.loading {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.note-box-style-1 {
  color: #111111;
  line-height: 1.5;
  font-family: Verdana, sans-serif;
  font-size: 16px;
}
.note-box-style-1 a {
  cursor: pointer;
  font-size: 1em;
}
.note-box-style-1 a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a.link-high {
  color: greenyellow!important;
}
a.link-high:hover {
  color: white!important;
}
a.help {
  display: inline-block;
  width: 34px;
  height: 34px;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #000000;
  color: #133f6d;
  font-size: 20px;
  cursor: pointer;
  padding: 0 0 0 10px;
}
a.help:hover {
  background: #BBBBBB;
}
.notes-cont .widgets {
  position: absolute;
  top: 28px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.notes-cont {
  position: absolute;
  display: block;
  top: 40px;
  left: 45px;
  width: 200px;
  height: 139px;
  /*	border:#aaa solid 0.1em;*/
  padding: 1px 2px 0px 0px;
  background-color: #fff;
  /*border-radius: 3px;*/
  opacity: 0.95;
  box-shadow: 3px 4px 13px #999;
  margin-right: 25px;
}
.notes-cont.top {
  opacity: 1;
}
.notes-cont div.images {
  position: absolute;
  top: 100%;
}
.notes-cont div.images > div.visible-images > div {
  position: relative;
  display: inline-block;
}
.notes-cont div.images > div.visible-images > div img {
  border: white solid 1px;
  border-top: 0;
}
.notes-cont div.images > div.visible-images > div a.cmd {
  position: absolute;
  background-color: #fff;
  right: -25px;
  z-index: 10000;
}
.notes-cont div.images > div.visible-images > div a.cmd.delete {
  top: 1px;
}
.notes-cont div.images > div.visible-images > div a.cmd.minimize {
  top: 32px;
}
.notes-cont div.images > div.visible-images > div div.notes-list.context-menu {
  top: 0;
}
.notes-cont div.images > div.images-minimized > div {
  display: inline-block;
  border: 1px solid #BBBBBB;
  color: #133f6d;
  background: white;
  padding: 2px 9px;
  border-left: 0;
  margin-top: -1px;
}
.notes-cont div.images > div.images-minimized > div:hover {
  cursor: pointer;
}
div.notes-cont div.notes-name {
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  height: 22px;
  padding: 0 4px;
  border-bottom: 0.1em solid #BBBBBB;
}
div.notes-cont div.notes-name div.name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  position: relative;
  top: -1px;
  color: black;
}
div.notes-cont div.notes-name div.inp-wrapper {
  position: absolute;
  top: -1px;
  right: 0px;
  left: 4px;
  padding-right: 0px;
}
div.notes-cont div.notes-name input {
  display: none;
  font-size: 13px;
  width: 100%;
  height: 17px;
  padding: 0 2px 0 0;
  outline: none;
  font-family: Verdana;
  font-weight: bold;
  color: #333;
  border: 0;
}
.notes-cont textarea {
  border: 0;
  padding: 2px;
  font-size: 1em;
  outline: none;
  font-family: 'Courier New';
  line-height: 1.15em;
}
.notes-cont table {
  width: 100%;
}
.notes-cont .notes-btn {
  display: none;
  -webkit-box-shadow: 4px 4px 5px #ffffff;
  -moz-box-shadow: 4px 4px 5px #ffffff;
  box-shadow: 4px 4px 5px #ffffff;
  -webkit-box-shadow: -4px -4px 5px #ffffff;
  -moz-box-shadow: -4px -4px 5px #ffffff;
  box-shadow: -4px -4px 5px #ffffff;
}
.block {
  display: block;
}
.top {
  z-index: 1000 !important;
}
a.fullscreen_img {
  display: block;
  border-radius: 3px;
  position: absolute;
  right: 56px;
  top: -2px;
  width: 24px;
  height: 24px;
}
a.editor_img {
  display: block;
  position: absolute;
  right: 28px;
  top: -4px;
  width: 24px;
  height: 24px;
}
a.delete_img {
  display: block;
  border-radius: 3px;
  position: absolute;
  right: 0px;
  top: -4px;
  width: 24px;
  height: 24px;
}
a.note-btn svg {
  fill: #000000;
  width: 24px;
  height: 24px;
}
a.note-btn {
  opacity: 0.3;
}
a.note-btn:hover {
  opacity: 1;
}
a.send_img {
  display: block;
  border: 0;
  border-radius: 3px;
  position: absolute;
  right: 38px;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(/content/img/send.png) no-repeat;
}
a.send_img:hover {
  background-position: -16px 0;
}
/*right-menu*/
div.notes-cont div.right-menu {
  position: absolute;
  top: 24px;
  right: -20px;
  width: 20px;
  visibility: hidden;
}
div.notes-cont div.right-menu div.link {
  width: 25px;
  height: 25px;
  background-color: #fff;
  cursor: pointer;
}
div.notes-cont div.right-menu div.link:hover {
  background-color: #eaeaea;
  opacity: 1;
}
div.notes-cont div.right-menu div.print {
  background-image: url(/Content/img/print.png);
  background-size: cover;
  margin-top: 2px;
  opacity: 0.7;
}
div.notes-cont div.views-container {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
}
div.notes-cont div.note-view-cont {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 5px;
  left: 5px;
  padding: 0 5px 0 5px;
}
div.notes-cont div.note-view-cont.text-area {
  padding-right: 5px;
  padding-bottom: 5px;
}
div.notes-cont div.note-view-cont textarea.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*font-size: 13pt;*/
  line-height: 1.4;
  font-family: Verdana, sans-serif;
}
div.notes-cont div.note-view-cont:not([editorMode="0"]) {
  display: none;
}
.service_counters {
  visibility: hidden;
  position: fixed;
  left: -1000px;
  width: 0px !important;
  height: 0px !important;
}
iframe.note-frame {
  position: absolute;
  width: 99%;
  height: 100%;
  /* padding: 0; */
  border: 0;
}
div[widget-htmller] {
  position: relative;
  height: 100%;
}
div.notes-cont.ed-5 {
  opacity: 1!important;
}
/*widgets*/
/*code editor*/
div.notes-cont div.note-view-cont[editormode="11"] > div,
div.notes-cont div.note-view-cont[editormode="11"] div.note-frame,
div.notes-cont div.note-view-cont[editormode="12"] > div,
div.notes-cont div.note-view-cont[editormode="12"] div.note-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
iframe.code-frame {
  width: 100%;
  height: 98%;
  border: 0;
}
/*trumbowyg*/
.trumbowyg-box {
  margin: 0 auto !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 0 !important;
}
div.note-view-cont[editormode="1"] {
  padding: 0 !important;
}
/**/
.notes-cont.fullscreen {
  position: fixed;
  top: 36px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  z-index: 10000 !important;
  width: auto !important;
  height: auto !important;
  margin-right: 0px !important;
  opacity: 1;
}
/*trumbowyg*/
.trumbowyg-editor {
  padding: 0 !important;
}
div.trumbowyg-editor {
  margin-top: -4px !important;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 0;
  height: auto !important;
}
.trumbowyg-editor[editor-mode-id="HtmlEditorFull"] {
  top: 74px;
}
.trumbowyg-box,
.trumbowyg-editor {
  border: 0 !important;
}
div.trumbowyg-button-pane {
  margin-top: -3px !important;
}
.trumbowyg-editor {
  padding: 5px 3px !important;
}
.trumbowyg-editor p {
  margin-bottom: 2px;
}
/*tinyMCE
.mceListBoxMenu, .mceSplitButtonMenu.mceColorSplitMenu {
    background: white;
}

.defaultSkin table td {
    vertical-align: top!important;
}

tr.mceLast
{
    display:none
}

table.mceLayout tr:nth-child(0)
{
    display:none;
}

.defaultSkin table { background:transparent!important; border:0!important; }

.defaultSkin table.mceLayout tr.mceLast td, .defaultSkin table.mceLayout tr.mceFirst td {border:0!important; }

.defaultSkin .mceIframeContainer {
    border-bottom: 0!important;
}

span.mceEditor.defaultSkin{
    display:block;
    height:100%;
}
*/
div#block-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
div#block-top div#loading {
  background: #808080;
  width: 77px;
  box-sizing: unset;
  padding: 2px 0 2px 5px;
}
div#block-top > .notes-row {
  /*height: 36px;*/
  background: #808080;
  border-bottom: solid 1px #656565;
  overflow: hidden;
  overflow: visible;
  color: white;
  /*& button#Google{
        background:url(/Content/img/google.png) no-repeat;
    }*/
}
div#block-top > .notes-row.top-border {
  border-top: solid 1px #656565;
}
div#block-top > .notes-row.msg {
  padding-left: 10px;
}
div#block-top > .notes-row > div {
  display: flex;
  flex-direction: row;
}
div#block-top > .notes-row > div > div,
div#block-top > .notes-row > div > a,
div#block-top > .notes-row > div button {
  background: transparent;
  border: 0;
  border-right: solid 1px #656565;
  cursor: pointer;
  font-size: 18px;
  box-sizing: border-box;
  min-height: 34px;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 3px 14px 0px 14px;
  color: white;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
div#block-top > .notes-row > div > div img,
div#block-top > .notes-row > div > a img,
div#block-top > .notes-row > div button img {
  max-height: 24px;
}
div#block-top > .notes-row > div > div input[type=text],
div#block-top > .notes-row > div > a input[type=text],
div#block-top > .notes-row > div button input[type=text],
div#block-top > .notes-row > div > div input[type=password],
div#block-top > .notes-row > div > a input[type=password],
div#block-top > .notes-row > div button input[type=password],
div#block-top > .notes-row > div > div input[type=email],
div#block-top > .notes-row > div > a input[type=email],
div#block-top > .notes-row > div button input[type=email] {
  display: block;
  box-sizing: border-box;
  width: 150px;
  height: 100%;
  border: 0;
  padding: 5px 5px 5px 10px;
  font-size: 1em;
  color: #555;
}
div#block-top > .notes-row > div > div input[type=text].login,
div#block-top > .notes-row > div > a input[type=text].login,
div#block-top > .notes-row > div button input[type=text].login,
div#block-top > .notes-row > div > div input[type=password].login,
div#block-top > .notes-row > div > a input[type=password].login,
div#block-top > .notes-row > div button input[type=password].login,
div#block-top > .notes-row > div > div input[type=email].login,
div#block-top > .notes-row > div > a input[type=email].login,
div#block-top > .notes-row > div button input[type=email].login {
  width: 250px;
}
div#block-top > .notes-row > div > div input[type=text].password,
div#block-top > .notes-row > div > a input[type=text].password,
div#block-top > .notes-row > div button input[type=text].password,
div#block-top > .notes-row > div > div input[type=password].password,
div#block-top > .notes-row > div > a input[type=password].password,
div#block-top > .notes-row > div button input[type=password].password,
div#block-top > .notes-row > div > div input[type=email].password,
div#block-top > .notes-row > div > a input[type=email].password,
div#block-top > .notes-row > div button input[type=email].password {
  width: 100px;
}
div#block-top > .notes-row > div > div input[type=text]::-webkit-input-placeholder,
div#block-top > .notes-row > div > a input[type=text]::-webkit-input-placeholder,
div#block-top > .notes-row > div button input[type=text]::-webkit-input-placeholder,
div#block-top > .notes-row > div > div input[type=password]::-webkit-input-placeholder,
div#block-top > .notes-row > div > a input[type=password]::-webkit-input-placeholder,
div#block-top > .notes-row > div button input[type=password]::-webkit-input-placeholder,
div#block-top > .notes-row > div > div input[type=email]::-webkit-input-placeholder,
div#block-top > .notes-row > div > a input[type=email]::-webkit-input-placeholder,
div#block-top > .notes-row > div button input[type=email]::-webkit-input-placeholder,
div#block-top > .notes-row > div > div input[type=text]::-moz-placeholder,
div#block-top > .notes-row > div > a input[type=text]::-moz-placeholder,
div#block-top > .notes-row > div button input[type=text]::-moz-placeholder,
div#block-top > .notes-row > div > div input[type=password]::-moz-placeholder,
div#block-top > .notes-row > div > a input[type=password]::-moz-placeholder,
div#block-top > .notes-row > div button input[type=password]::-moz-placeholder,
div#block-top > .notes-row > div > div input[type=email]::-moz-placeholder,
div#block-top > .notes-row > div > a input[type=email]::-moz-placeholder,
div#block-top > .notes-row > div button input[type=email]::-moz-placeholder,
div#block-top > .notes-row > div > div input[type=text]::-moz-placeholder,
div#block-top > .notes-row > div > a input[type=text]::-moz-placeholder,
div#block-top > .notes-row > div button input[type=text]::-moz-placeholder,
div#block-top > .notes-row > div > div input[type=password]::-moz-placeholder,
div#block-top > .notes-row > div > a input[type=password]::-moz-placeholder,
div#block-top > .notes-row > div button input[type=password]::-moz-placeholder,
div#block-top > .notes-row > div > div input[type=email]::-moz-placeholder,
div#block-top > .notes-row > div > a input[type=email]::-moz-placeholder,
div#block-top > .notes-row > div button input[type=email]::-moz-placeholder,
div#block-top > .notes-row > div > div input[type=text]::-ms-input-placeholder,
div#block-top > .notes-row > div > a input[type=text]::-ms-input-placeholder,
div#block-top > .notes-row > div button input[type=text]::-ms-input-placeholder,
div#block-top > .notes-row > div > div input[type=password]::-ms-input-placeholder,
div#block-top > .notes-row > div > a input[type=password]::-ms-input-placeholder,
div#block-top > .notes-row > div button input[type=password]::-ms-input-placeholder,
div#block-top > .notes-row > div > div input[type=email]::-ms-input-placeholder,
div#block-top > .notes-row > div > a input[type=email]::-ms-input-placeholder,
div#block-top > .notes-row > div button input[type=email]::-ms-input-placeholder {
  color: #555;
}
div#block-top > .notes-row > div button {
  padding-top: 0;
  display: inline;
}
div#block-top > .notes-row > div button#Facebook {
  margin-left: -5px;
}
div#block-top > .notes-row > div > a:hover,
div#block-top > .notes-row > div > div.clickable:hover,
div#block-top > .notes-row > div > form > a:hover,
div#block-top > .notes-row > div button:hover {
  background-color: #00cc44;
}
div#block-top > .notes-row:first-child > div > div#indicator {
  width: 42px;
}
div#block-top > .notes-row:first-child > div > div#indicator img#saved_img,
div#block-top > .notes-row:first-child > div > div#indicator img#pending_img {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
}
div#block-top > .notes-row:first-child > div > div#indicator img#pending_img {
  z-index: 0;
}
div#block-top > .notes-row:first-child > div span.arr {
  position: relative;
  top: -2px;
}
/*кнопка Меню*/
div#menuMainItem {
  position: relative;
  min-width: 100px;
  overflow: visible;
  padding: 0 !important;
  /*элемент меню*/
  /*контейнер меню уровень 0*/
}
div#menuMainItem > a {
  display: block;
  padding: 3px 14px 0px 14px;
}
div#menuMainItem div.item,
div#menuMainItem a.item {
  position: relative;
  display: block;
  color: white;
  text-decoration: none;
  padding: 6px 14px;
  font-size: 16px;
  cursor: pointer;
  border: solid 1px #656565;
  border-top: 0;
  background: #808080;
}
div#menuMainItem div.item:hover,
div#menuMainItem a.item:hover {
  background-color: #00cc44;
}
div#menuMainItem div.border-top {
  border: solid 1px #656565 !important;
}
div#menuMainItem > div {
  position: absolute;
  top: 100%;
  right: -1px;
  min-width: 200px;
  cursor: pointer;
  background: #808080;
  border-top: solid 1px #656565;
  /*меню уровень 0*/
}
div#menuMainItem > div > div {
  position: relative;
  /*контейнер меню уровень 1*/
}
div#menuMainItem > div > div div.cont {
  position: absolute;
  top: 0;
  right: 100%;
  min-width: 200px;
  cursor: pointer;
  background: gray;
  margin-top: 0px;
  margin-right: -1px;
  /*top: -1px;
                */
}
div#menuMainItem > div > div div.cont > div {
  position: relative;
}
div#menuMainItem > div > div div.cont div.open-feed-note {
  position: absolute;
  left: -100%;
  top: -1px;
  margin-left: 4px;
}
body {
  background: white!important;
}
