#label_memo_create {
  left: 50px; }

#label_mymemo {
  left: 230px; }

#label_memo_folder {
  left: 148px; }

#memo_create_cancel {
  background-color: #d84a38;
  width: 30px;
  height: 24px;
  border: 1px solid black; }

#memo_create_ok {
  background-color: #8ad220;
  width: 111px;
  height: 24px;
  border: 1px solid black; }

#memo_console {
  width: 100%;
  height: 275px;
  margin-top: 32.5px;
  text-align: center; }

.memolistbox_folder {
  width: 25px;
  height: 25px;
  background-image: url("https://memocloud.p0x0q.com/memocloud/content/memolistbox_folder.png");
  background-size: cover; }

.folder:hover {
  background-color: #5fc5ea; }

.memolistbox_memo {
  margin-left: 25px;
  width: 25px;
  height: 25px;
  background-image: url("https://memocloud.p0x0q.com/memocloud/content/memolistbox_memo.png");
  background-size: cover; }

/*
#memo_editor{
  position: fixed;
  right: 0px;
  top: 40px;
  bottom: 0px;
  width: calc(100% - 276px);
}
*/
#memo_editor {
  float: right;
  bottom: 0px;
  width: calc(100% - 276px); }

#memo_editor.wysiwyg {
  height: calc(100% - 170px); }

#memo_content_menu {
  width: 100%;
  height: auto;
  border-bottom: 1px solid; }

.memo_rename_ok {
  background-color: #8ad220;
  width: 30px;
  border: 1px solid black; }

.memo_content_menulist {
  text-align: center;
  width: 50%; }

#memo_open {
  background-color: #6489ff; }

#memo_htmltest {
  background-color: #13a1ea;
  position: relative; }

#memo_foldermove {
  background-color: orange;
  position: relative; }

#memo_rename {
  background-color: green;
  position: relative; }

#folder_rename {
  background-color: green;
  position: relative; }

#memo_delete {
  background-color: #d84a38;
  position: relative; }

#menu_memo_htmltest {
  background-color: #13a1ea; }

#memo_public {
  background-color: #be692b; }

#memo_content_menu .black_button {
  top: 0px;
  width: 50%; }

#folder_content_menu .black_button {
  top: 0px;
  width: 100%; }

.memolist_box {
  height: calc(100% - 85px);
  width: auto;
  overflow-y: scroll; }

.editor_style {
  /* https://i.p0x0q.com/img/hosting/memocloud/window/deployment.png */
  background-image: URL("https://i.p0x0q.com/img/hosting/memocloud/window/reduction.png");
  width: 32px;
  height: 32px;
  background-size: cover;
  position: absolute;
  bottom: 45px;
  z-index: 2; }

#memolist {
  width: 275px;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  border: 1px solid; }

.htmltest_iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: inset 1px 1px 7px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 1px 1px 7px 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 1px 1px 7px 2px rgba(0, 0, 0, 0.75); }

.selected-back {
  background-color: #dbffc6; }

#htmltester_menu .black_button {
  top: 0px;
  font-size: 15px; }

#real_time_tester {
  background-color: #13a1ea;
  width: 200px; }

#tester_type {
  background-color: #da854b;
  width: calc(100% - 400px); }

#fontsize_menu {
  background-color: #da5b4b;
  width: 200px; }

.header_dropdown {
  display: none; }

@media screen and (max-width: 799px) {
  #memo_editor {
    top: 0px; }

  #real_time_tester {
    display: none; }

  #fontsize_menu {
    display: none; }

  #tester_type {
    width: 100%; }

  .header_memo_create {
    display: none; }

  .header_folder {
    display: none; }

  .header_mymemo {
    display: none; } }
#memo_content_menu .black_button {
  padding: 8px 0px 8px 0px; }

#create_memo, #create_folder {
  width: 100%;
  font-size: 1.1em;
  text-align: center;
  /*padding: 14px;*/ }

#memocloud_header_createbutton {
  width: 100%; }

#memocloud_header_createbutton .click_button {
  width: 50%;
  margin: 0px;
  padding: 0px;
  float: left; }

#create_folderlist .chosen-container {
  width: 100%;
  text-align: left; }

#create_memo_form .textbox {
  width: 250px; }

#create_memo_form {
  /*top: 36px;*/
  width: 360px;
  color: white; }

#create_memo_form .black_button {
  width: 50%;
  top: 0px; }

#create_memo_form h3 {
  margin-bottom: 6px; }

.form .MyMemo input {
  border: 1px solid gray; }

.MyCloudControl i {
  font-size: 35px; }

.MyCloudControl td {
  padding: 4px;
  padding-left: 7px;
  padding-right: 7px; }

#breadcrumbs i.fa-home {
  font-size: 2em; }

#breadcrumbs i {
  margin-right: 5px;
  font-size: 1.3em; }

.p0x0q_tbody i {
  font-size: 30px; }
.p0x0q_tbody a {
  color: black; }

#search_progress {
  margin: 20px; }

.fa-external-link-square {
  color: #6489ff; }

i.public {
  color: #E09E26; }

.fa-link {
  color: #be692b; }

.fa-pencil-square {
  color: green; }

i.cnone,
.cnone i {
  color: #847c7b; }

.fa-trash {
  color: #d84a38; }

.fa-undo {
  color: #26c6da; }

.fa-folder-open {
  color: #E09E26; }

.fa-code {
  color: black; }

.fa-html5 {
  color: #EF6129; }

.fa-exclamation {
  color: #DE7A24; }

/*This is selector what you do margin-bottom:10px; */
#memoactionmessage.warningmsg {
  width: 360px; }

#memoactionmessage, #ResMSG {
  background-color: black;
  color: white;
  font-size: 0.9em;
  text-align: center;
  padding: 10px; }

#memoactionmessage.boxthinly {
  padding: 5px 10px 5px 10px; }

#ResMSG {
  text-align: center;
  position: fixed;
  top: 0px;
  width: 100%; }

#memolist .memocloud {
  margin: 0px; }

/* ProfileControl */
/* MyCloud NEW Design */
* #mycloud .black_button {
  height: 25px;
  font-size: 10px;
  text-align: center;
  width: 50px;
  opacity: 0.75; }
* #mycloud .dropdown-menu i.public {
  color: #E09E26;
  background-color: rgba(0, 0, 0, 0); }
* #mycloud #windowsize {
  border-radius: 12px 0px 0px 0px;
  -moz-border-radius: 12px 0px 0px 0px;
  -webkit-border-radius: 12px 0px 0px 0px; }
* #mycloud #memo_action_menu {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 10; }
  * #mycloud #memo_action_menu .black_button {
    height: 35px; }
* #mycloud .black_button i {
  font-size: 15px; }
* #mycloud .dropdown i:not(.icon-arrow) {
  position: relative;
  top: 5px;
  left: -10px;
  margin-bottom: 3px;
  float: left; }
* #mycloud .dropdown a {
  text-align: left; }
* #memo #cplist {
  display: none; }
* .materialize#memo_editor_change_dropdown {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999; }
  * .materialize#memo_editor_change_dropdown .dropdown-button {
    padding: 0px 10px; }
    * .materialize#memo_editor_change_dropdown .dropdown-button i {
      margin: -2px 10px 0px 10px; }
    * .materialize#memo_editor_change_dropdown .dropdown-button .fa-keyboard-o {
      margin: -2px 10px 0px 10px; }
* .materialize#memo_editor_change_toolbar .fixed-action-btn i.fa-keyboard-o, * .materialize#memo_editor_change_toolbar .fixed-action-btn i.fa-unlock {
  margin: auto; }
* .materialize#memo_editor_change_toolbar .fixed-action-btn ul i {
  margin-right: 10px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 2.5rem; }
@media screen and (max-device-width: 900px), screen and (max-width: 900px) {
  * .materialize#memo_editor_change_toolbar .fixed-action-btn ul {
    overflow-x: auto; }
    * .materialize#memo_editor_change_toolbar .fixed-action-btn ul span {
      display: none; } }
* #cp #mycloud .container {
  width: 30%;
  height: 100%;
  overflow-y: scroll; }
* #mycloud .dropdown {
  word-break: break-all; }
* #memo_contents {
  float: right;
  clear: right;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative; }
* #memo_contents #htmladd {
  width: 100%;
  height: calc(50% - 1px);
  background-color: black;
  -webkit-box-shadow: -2px -2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px -2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -2px -2px 5px 0px rgba(0, 0, 0, 0.75); }
* #memo_action {
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
  width: 10em;
  max-height: 100%;
  overflow-y: scroll;
  float: right; }
* #memo_action ul.dropdown-menu i {
  display: block; }
* #mycloud #memo_contents {
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row; }
* #mycloud #memo_contents #htmladd,
* #mycloud #memo_contents .textarea {
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row; }
* #memo_contents.html5 .textarea {
  height: 50%;
  width: 100%; }
* #memo_contents.html5 #htmladd {
  display: block; }
* #memo_contents.directedit .textarea {
  height: 100%; }
* #cp #mycloud #cplist {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 7;
  transition: all 0.8s;
  background-color: white; }
  * #cp #mycloud #cplist .string_overflow {
    margin-left: 1px; }
* .CodeMirror {
  text-align: left;
  float: left; }
@media screen and (max-device-width: 900px), screen and (max-width: 900px) {
  * #mycloud .dropdown i:not(.icon-arrow) {
    display: none; }
  * #cp #mycloud .container {
    width: 40%; }
  * #memo_contents.html5 .textarea {
    height: 100%;
    width: 50%; }
  * #memo_contents.html5 #htmladd {
    height: 100%;
    width: 50%;
    float: right; }
  * #compact_menu {
    right: 0px;
    overflow-y: scroll; }
  * #cp #mycloud #cplist {
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75);
    background-color: rgba(255, 255, 255, 0.2); }
  * #memo_contents {
    width: 100%; } }
* .responsive #memo_contents.html5 .textarea {
  height: 100%;
  width: 50%; }
* .responsive #memo_contents.html5 #htmladd {
  height: 100%;
  width: 50%;
  float: right; }
* .responsive #cp #mycloud #cplist {
  position: absolute;
  bottom: 0px;
  height: 40%;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75); }
* .responsive #memo_contents {
  width: 100%; }
* .resize #cp #mycloud #cplist {
  display: none; }

#MyMemo #searchbox {
  max-width: 370px;
  width: 100%; }
#MyMemo .textbox {
  width: auto; }
#MyMemo #breadcrumbs {
  text-align: left; }
#MyMemo .MyMemo {
  display: inline-block; }
#MyMemo .MemoMenu {
  text-align: left;
  float: right;
  margin-bottom: 20px;
  margin-left: 15px;
  background-color: #ffffffd1; }
#MyMemo .mname, #MyMemo fname {
  min-width: 65px; }
#MyMemo .MemoMenu {
  float: none;
  margin-left: 0px;
  position: fixed;
  width: 100%;
  left: 0px; }
#MyMemo #MemoControl, #MyMemo #FolderControl {
  text-align: center; }
#MyMemo #FolderTable, #MyMemo #MemoTable {
  float: none;
  margin-top: 156px; }
#MyMemo table {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse; }
#MyMemo table th,
#MyMemo table td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px; }
#MyMemo table th {
  background-color: #eee;
  text-align: left; }
#MyMemo .thead_icon_td {
  opacity: 0; }
@media screen and (max-device-width: 864px), screen and (max-width: 864px) {
  #MyMemo table {
    border: none; }
  #MyMemo table tr {
    border: 1px solid #999;
    display: block;
    margin-bottom: 20px; }
  #MyMemo .thead_icon_td {
    display: none; }
  #MyMemo table thead td {
    text-align: center; }
  #MyMemo table td {
    border: 0px;
    display: block;
    padding: 10px;
    text-align: right; }
  #MyMemo table td:nth-child(2) {
    text-align: center; }
  #MyMemo .form table {
    border: none; }
  #MyMemo .form td {
    height: auto; }
  #MyMemo .table_icons {
    text-align: center;
    border: none;
    margin: 2px; } }
#MyMemo .table_icons i {
  margin: 0px 3px; }

@media screen and (max-device-width: 799px), screen and (max-width: 799px) {
  .editor_style {
    bottom: 0px; }

  .memolist_box {
    height: calc(100% - 34px); }

  #search_progress {
    margin: 0px; }
    #search_progress table tr {
      margin-bottom: 10px; }

  #MyMemo .MemoMenu {
    margin-bottom: 0px; } }

/*# sourceMappingURL=memocloud.css.map */
