.rn_body {
  width: 100%;
  overflow: hidden; /* Prevents potetntial scrolling issues caused by floating menues.*/
}

.appbody {
  width: 100%;
  height: calc(100vh - 80px); /* Subtract '.apphead',(app top header) from total. */
  display: flex;
}

.app_dynamic_body:not(.toggled),
.app_dynamic_body.toggled ~ .appbody {
   display: none !important;
}

.app_dynamic_body {
  /* minus Header height  */
  height: calc(100vh - 80px); 
  min-height: 400px;
  background-color: #eff3f8;
}


.rn_servermsg {
  width: 100%;
  max-height: 500px;
  position: absolute;
  margin: 10px 20px;
  overflow-y: scroll;
  background: #ffffcc;
  font-size: 1.6rem;
  color: red;
  z-index: 2000;
}

.appbody__shownav--btn {
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: 1.1em;
  background-repeat: no-repeat;
  background-position: 0.8em center;
  background-image: url("../img/caret-left-double.svg");
  rotate: 180deg;
  z-index: 2000;
  cursor: pointer;
}




.intro_msg {
  width: 500px; /* Works with appwidth */
  position: absolute;
  z-index: 2000;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0px 4px 8px #777;
}
.intro__head {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.0rem;
}
.intro__instruct {
  display: flex;
  padding: 0px 40px 30px 40px;
  justify-content: center;
  font-size: 2.0rem;
}
.intro__video {
  display: flex;
  justify-content: center;
}
video.intro--tutorial {
  width: 450px;
  height: 300px;
}
.intro__footer {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.intro__start {
  width: 150px;
  font-size: 1.6rem;
  padding: 10px 0px;
  background-color: #4e61ed;
  color: #ffffff;
}
button.intro__start:hover {
  background-color: #2e44ea;
  box-shadow: 0px 3px 6px #999;
}




.shareEmailInput {
  width: 80%;
  padding: 6px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid black;
  border-radius: 8px;
}

#prx_container {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 350;
  width: 350px;
  transform: translate(-50%, -50%);
}
#prx_container .prx_dialog_box1 {
  margin: auto;
  border-radius: 10px;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
}
#prx_container .prx_dialog_box1 .prx_content_wrapper {
  padding: 20px;
  font-size: 15px;
  margin: 30px 0;
}
#prx_container .prx_dialog_box1 .prx_button_wrapper button {
  margin-right: 0;
  padding: 10px 30px;
  border: none;
  border-radius: 8px;
}
#prx_container .prx_dialog_box1 .prx_button_wrapper button a {
  text-decoration: none;
  color: white;
}
#prx_container .prx_dialog_box1 .prx_button_wrapper button a:hover {
  text-decoration: none;
  cursor: pointer;
}
#prx_container .prx_dialog_box1 .prx_button_wrapper button:hover a {
  font-size: 18px;
  transition: 1s ease;
}
#prx_container .prx_dialog_box1 .prx_button_wrapper .prx_btn_type1 {
  background-color: #4e61ed;
  border-radius: 8px 0 0 8px;
  color: white;
  font-weight: bold;
}
#prx_container .prx_dialog_box1 .prx_button_wrapper .prx_btn_type2 {
  background-color: #4e61ed;
  border-radius: 0 8px 8px 0;
  color: white;
  font-weight: bold;
}
.prx_btn_type1,
.prx_btn_type2 {
  cursor: pointer;
}

.comment_container {
  height: 64vh;
}
.note_comments {
  height: 100%;
  overflow-y: auto;
}
.note_comment {
  border-bottom: 1px solid rgb(214, 210, 210);
}

.note_comment:last-child {
  border-bottom: none;
}

.comment_box {
  height: 12vh;
}
.comment_input_box_div {
  width: 100%;
  padding: 10px 0px;
  height: 12vh;
}
.comment_input_box {
  width: 100%;
  border-radius: 6px;
  padding: 5px;
  height: 100%;
  border: 1px solid #dbdada;
  resize: none;
}

.nc_user_name {
  color: #4e61ed;
  font-size: 17px;
  padding: 0.5em;
}
.nc_user_time {
  margin-top: -5px;
  padding: 0px 8px;
  font-size: 10px;
}
.nc_user_comment {
  padding: 10px 7px;
}




#library_drag1 {
  margin-left: -30px;
  height: 100vh;
  cursor: col-resize;
  width: 10px;
  position: absolute;
  top: -100px;
  opacity: 0.8;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) no-repeat
    center/1px 100%;
  opacity: 0.15;
}




.dummies {width: 100%;}
.dummynode {
  max-width: 250px;
  position: absolute;
  align-items: center;
  padding: 0px 12px 0px 12px;
  box-shadow: 0px 4px 6px #999;
  border-radius: 7px;
  font-weight: 600;
  z-index: 2000;
}
.dummynode__name {
  padding-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dummynode__icon {
  width: 37px;
  height: 35px;
  background-size: 1.9em;
  background-position: 0.0em center;
  background-repeat: no-repeat;
}
.dummynode__icon--note {background-image: url("../img/note-icon.svg");}
.dummynode__icon--book {background-image: url("../img/notebook-icon.svg");}
span.dummynode-teaser {
  display: block;
  opacity: .5;
}

/* Multiselection Drag/Drop Compat CSS */
#rn-draggable-selection-box {
  position: absolute;
  border: 1px dashed #99a8ff;
  background-color: rgba(0, 123, 255, 0.1);
  pointer-events: none;
  display: none;
}

.rn-draggable{
  cursor: grab;
}

/* Notes list */
.rn-draggable-marquee-area .contentlist__table{
  padding-top: 0;
  padding-right: 0;
  margin-left: -35px;
  width: auto;
  min-width: 100%;
}
.rn-draggable-marquee-area .table__listnodes{
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 20px;
}
.rn-draggable-marquee-area .table__listnodes > .contentitem:first-child {
  margin-top: 0;
}

.contentitem.rn-draggable.selected > .contentwraper{
  border-color: #99a8ff;
}

/* Sidebar notebooks library */
.rn-draggable-container .libitem{
  margin-top: 5px;
}
.libitem.rn-draggable > .link_selected {
  background-color: #f9f9f9;
}
.libitem.rn-draggable > .link_selected:hover {
  background-color: #eff3f8;
}
.libitem.rn-draggable > .itemlink {
  /* border: 1px solid transparent; */
}
.libitem.rn-draggable.selected > .itemlink {
  /* border-color: #99a8ff; */
  /* color: #4e61ed; */
  background-color: #eff3f8;
}

.dialog-import-form label {
  display: block;
  margin: 15px 0 5px;
  font-weight: 600;
  font-size: 0.85em;
}
.dialog-import-form select {
  display: block;
  padding: 0 10px;
  min-height: 38px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.import-form-help {
  background: #f1f1f1;
  padding: 15px;
  margin-top: 15px;
  border-radius: 7px;
}
.import-form-help p {
  margin-bottom: 8px;
}
.import-form-help p:last-child {
  margin-bottom: 0;
}

/* Multiselect Delete */
.menu_header {
    display: block;
    padding: 5px 15px 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}
.menu_body:not(.for-multiple) .menu_header {display: none;}

.menu_note {
  font-weight: 500;font-size: .9em;opacity: .7;text-align: center;
}