@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/* Adding new fonts to add icons to buttons */
@font-face {
  font-family: 'dripicons';
  src: url("fonts/dripicons.eot");
  src: url("fonts/dripicons.ttf") format("truetype"), url("fonts/dripicons.woff") format("woff"), url("fonts/dripicons.svg") format("svg"); }

@font-face {
  font-family: "fontawesome";
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg#FontAwesome") format("svg"); }

.dripicons {
  font-family: dripicons; }

.fontawesome {
  font-family: fontawesome;
  font-size: 120%; }

/* base.css, header.css, subnav.css, subsystem.css, and popup.css */
/* RESET */
.pageFooter {
  font-size: 0.9em;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center; }

.pageFooter a {
  text-decoration: none; }

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p, blockquote, input {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, em, strong, th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal; }

ul, ol {
  list-style: none;
  word-break: break-word; }

img {
  border: none;
  vertical-align: middle; }

caption, th {
  text-align: left; }

table {
  border-spacing: 0;
  font-size: 12px; }

/* LAYOUT */
body#home {
  background: white url("//mystatic.noodletools.com/_images/bg-home.jpg") repeat-x top; }

#container {
  width: 780px;
  margin: 0 auto;
  position: relative;
  height: 760px; }

#noodlebib {
  background: rgba(0, 100, 181, 0); }

#noodlebib #container {
  width: 100%;
  margin: 0 auto 0 0; }

#express #container {
  width: 97%;
  margin: 0 auto 0 0; }

#public #container {
  width: 97%;
  margin: 0 auto 0 0; }

#main {
  width: 100%;
  min-height: 612px;
  /*padding-top: 20px;*/
  position: relative; }

#content {
  padding: 0 18px 0px 18px;
  position: relative; }

#noodlebib #content {
  padding: 0 18px 0px 18px !important; }

#footer {
  width: 780px;
  clear: both;
  position: relative;
  text-align: center;
  margin: 18px auto;
  font-size: 10px;
  color: #999;
  line-height: 18px;
  padding: 9px 0; }

img.left {
  float: left;
  margin: 2px 12px 12px 0; }

img.right {
  float: right;
  margin: 2px 0 12px 12px; }

img.flushleft {
  margin-left: -20px; }

img.flushright {
  margin-right: -20px; }

.clear {
  clear: both; }

.clearer {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 1px;
  font-size: 1px; }

.dotted_rule {
  border-bottom: 1px #ccc dotted;
  padding-top: 10px;
  margin-bottom: 10px; }

.nospacebefore {
  margin-top: 0;
  padding-top: 0; }

.nospaceafter {
  margin-bottom: 0;
  padding-bottom: 0; }

.nowrap {
  white-space: nowrap; }

.alignleft {
  text-align: left; }

.aligncenter {
  text-align: center; }

.alignright {
  text-align: right; }

.green {
  color: #7ca653; }

.big_button {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px; }

.feedback {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #53a600;
  background-color: #f2ffe5;
  border: 1px #53a600 solid;
  text-align: left; }

.error {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #be122a;
  background-color: #f8d8dd;
  border: 1px #be122a solid;
  text-align: left; }

.lil_button {
  font-size: 9px; }

.gentiny {
  font-size: 9px; }

.genbig {
  font-size: 24px;
  line-height: 24px; }

.breakword {
  word-break: break-all; }

/* TYPE */
body {
  font: 13px Roboto; }

input, select, textarea {
  font: 11px Verdana, sans-serif; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

blockquote {
  margin-left: 30px;
  margin-right: 10 px; }

#main p {
  margin-bottom: 12px; }

#main h1 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 24px; }

#main h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px; }

#main h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px; }

#main h4 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px; }

#main ul {
  margin-bottom: 18px;
  list-style: square;
  margin-left: 2em;
  color: #333; }

#main ol {
  /*margin-bottom: 18px;*/
  list-style: decimal;
  margin-left: 2.2em;
  color: #333; }

#main ul ul {
  margin-top: 3px;
  margin-bottom: 6px; }

/* LINKS */
a:link, a:visited {
  color: #1e5b99; }

a:hover {
  /* color: #e5ac00; */
  text-decoration: underline; }

a {
  outline: none;
  text-decoration: underline; }

/* css for new option area at index page*/
.dropdown span {
  cursor: pointer;
  color: #785BC2; }

.dropdownlist {
  position: absolute;
  left: auto;
  background: #E6E6E6;
  color: #C5C0B0;
  display: none;
  width: 80px;
  border: 1px #999999 solid; }

.dropdown li {
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  list-style-type: none; }

.dropdown li:hover {
  background: white; }

/* css for new option area at index page*/
/*New mt start*/
.x-btn-text {
  color: #264390 !important; }

.x-date-middle button {
  color: #FFFFFF !important; }

.worldCatBlockDiv {
  background: transparent;
  margin-top: 15px; }

.x-tip-anchor {
  background: none no-repeat scroll 0 0 transparent !important;
  height: 10px;
  overflow: hidden;
  position: absolute;
  width: 9px; }

/* css for edit profile on login page - Intermediate option */
div.scroll {
  height: 200px;
  width: auto;
  overflow: auto;
  border: 1px solid #666;
  background-color: #fff;
  padding: 8px; }

/* css for edit profile on login page - Intermediate option */
/* allignment of notecards*/
.editallignment {
  margin-left: 25px !important; }

#uparaphrase_ifr {
  height: 249px !important; }

#uideas_ifr {
  height: 168px !important; }

#uquotation_ifr {
  height: 384px !important; }

#paraphrase_ifr {
  height: 249px !important; }

#ideas_ifr {
  height: 168px !important; }

#quotation_ifr {
  height: 384px !important; }

#newNotecardWindow .x-window-body, #editNoteWin .x-window-body {
  overflow: hidden !important;
  width: 100% !important; }

#editNote {
  width: 100% !important; }

#newNote {
  width: 100% !important; }

.x-form {
  /*width:97.5% !important;*/
  width: 100%; }

.x-toolbar-ct {
  width: 99% !important; }

/* removing background of extjs*/
#continueTop td, #continueBottom td, #saveButtonTop td, #saveButtonBottom td, #saveAnnotationButtonTop td, #saveAnnotationButtonBottom td {
  background-image: none !important; }

#continueTop, #continueBottom {
  background-size: 75px 22px;
  height: 22px;
  width: 80px;
  width: 75px \0/IE89;
  /*IE 8*/
  *width: 70px;
  /*IE 7*/
  background-repeat: no-repeat;
  background-image: url("//mystatic.noodletools.com/_images_add/noodlebib/btn_continue.png"); }

:root #continueTop, #continueBottom {
  width: 80px \0/IE9; }

/*IE 9*/
#saveButtonTop, #saveButtonBottom {
  background-size: 75px 22px;
  height: 16px;
  width: 75px;
  width: 70px \0/IE89;
  /*IE 8*/
  *width: 70px;
  /*IE 7*/
  background-repeat: no-repeat;
  /*background-image:url($root-folder+'/_images_add/noodlebib/btn_submit.png');*/ }

#saveButtonTop, #saveButtonBottom, #saveAnnotationButtonTop, #saveAnnotationButtonBottom {
  border-radius: 5px;
  background: #b2cb43;
  background: -moz-linear-gradient(top, #b2cb43 0%, #8db928 38%, #72aa02 50%, #96c51f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b2cb43), color-stop(38%, #8db928), color-stop(50%, #72aa02), color-stop(100%, #96c51f));
  background: -webkit-linear-gradient(top, #b2cb43 0%, #8db928 38%, #72aa02 50%, #96c51f 100%);
  background: -o-linear-gradient(top, #b2cb43 0%, #8db928 38%, #72aa02 50%, #96c51f 100%);
  background: -ms-linear-gradient(top, #b2cb43 0%, #8db928 38%, #72aa02 50%, #96c51f 100%);
  background: linear-gradient(to bottom, #b2cb43 0%, #8db928 38%, #72aa02 50%, #96c51f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2cb43', endColorstr='#96c51f', GradientType=0 ); }

#saveButtonTop .x-btn-text, #saveButtonBottom .x-btn-text, #saveAnnotationButtonTop .x-btn-text, #saveAnnotationButtonBottom .x-btn-text {
  color: #fff !important;
  font-weight: bold !important;
  font-size: 12px !important; }

.x-toolbar-right-ct .x-btn-text {
  padding-right: 18px !important;
  padding-left: 18px !important; }

:root #saveButtonTop, #saveButtonBottom {
  width: 75px \0/IE9; }

/*IE 9*/
ul.x-tab-strip-top span {
  width: auto !important; }

#uquotation-panel .nicEdit-header, #uquotation-panel .nicEdit-bodyText, #uquotation-panel .nicEdit-main {
  width: 390px !important; }

#uquotation-panel .nicEdit-bodyText {
  height: 232px; }

#uparaphrase-panel .nicEdit-bodyText {
  height: 92px; }

#uideas-panel .nicEdit-bodyText {
  height: 124px; }

#uquotation-panel .nicEdit-main {
  min-height: 232px !important;
  max-height: 232px;
  overflow: auto; }

#uparaphrase-panel .nicEdit-main {
  min-height: 92px !important;
  max-height: 90px;
  overflow: auto; }

#uideas-panel .nicEdit-main {
  min-height: 124px !important;
  max-height: 123px;
  overflow: auto; }

#quotation-panel .nicEdit-header, uquotation-panel .nicEdit-bodyText, uquotation-panel .nicEdit-main {
  width: 390px !important; }

#quotation-panel .nicEdit-bodyText {
  height: 232px; }

#paraphrase-panel .nicEdit-bodyText {
  height: 92px; }

#ideas-panel .nicEdit-bodyText {
  height: 124px; }

#quotation-panel .nicEdit-main {
  min-height: 232px !important;
  max-height: 232px;
  overflow: auto !important; }

#paraphrase-panel .nicEdit-main {
  min-height: 92px !important;
  max-height: 90px;
  overflow: auto !important; }

#ideas-panel .nicEdit-main {
  min-height: 124px !important;
  max-height: 123px;
  overflow: auto !important; }

.nicEdit-main ol {
  list-style: inside;
  list-style-type: decimal; }

.nicEdit-main ul {
  list-style: inside;
  list-style-type: circle; }

/* Free Trial Button */
.big-greener-button {
  -webkit-box-shadow: #D9FBBE 0 1px 0 0 inset;
  background-color: #71e355;
  background-image: -webkit-gradient(linear, 0 0%, 0 100%, color-stop(0.05, #b8e356), to(#a5cc52));
  background-position: initial initial;
  background-repeat: initial initial;
  border: 1px solid #83C41A;
  box-shadow: #D9FBBE 0 1px 0 0 inset;
  color: #FFFFFF;
  display: inline-block;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 15px;
  text-decoration: none;
  text-shadow: #86AE47 1px 1px 0; }

#addmorelink {
  /*float:left;*/ }

.addmore {
  padding-top: 5px;
  font-weight: bold; }

.firstaddmoreurl {
  padding-left: 21%; }

.addmoreurl {
  padding-left: 24.8%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .spaceIE {
    margin-left: 5px; }

  .top {
    margin-top: 5px; }

  .x-menu {
    width: 180px !important; }

  #digital_issoftwaretitle {
    margin-top: 8%; }

  /* NT-3537 - Causing issue in IE browsers. Not good to apply style for random generated ID. */
   /*#ext-gen957{
			display:none !important;
			visibility:hidden !important;
	}*/
  #x-form-el-itemText {
    margin-top: 5px; }

  #cpAutociteButton {
    width: 80px !important; }

  #x-form-el-dueDate {
    padding-top: 5px; } }
/* header.css*/
/* HEADER */
#home #header {
  width: 780px;
  height: 96px;
  background: url("//mystatic.noodletools.com/_images/bg-header-home.jpg") no-repeat; }

#subsystem #header {
  width: 780px;
  height: 138px;
  background: url("//mystatic.noodletools.com/_images/bg-header-subsystem.jpg") no-repeat; }

#noodlequest #header {
  width: 780px;
  height: 138px;
  background: url("//mystatic.noodletools.com/_images/bg-header-subsystem.jpg") no-repeat; }

#noodlebib #header {
  margin: 0 auto;
  position: relative;
  width: 780px;
  height: 138px;
  background: url("//mystatic.noodletools.com/_images/bg-header-noodletools.jpg") no-repeat; }

#noodlebib #header_mcl {
  margin: 0 auto;
  position: relative;
  width: 780px;
  height: 138px;
  background: url("//mystatic.noodletools.com/_images/bg-header-noodletools-nopaper.jpg") no-repeat; }

#noodlebib #header_starter {
  margin: 0 auto;
  position: relative;
  width: 780px;
  height: 138px;
  background: url("//mystatic.noodletools.com/_images/bg-header-noodletools-mla.jpg") no-repeat; }

#noodlebib #header-withoutsubnav {
  margin: 0 auto;
  position: relative;
  width: 780px;
  height: 138px;
  background: url("//mystatic.noodletools.com/_images/bg-header-noodletools-nobuttons.jpg") no-repeat; }

#express #header {
  margin: 0 auto;
  position: relative;
  width: 780px;
  height: 138px;
  background: url("//mystatic.noodletools.com/_images/bg-header-noodletools-express.jpg") no-repeat; }

#public #header {
  margin: 0 auto;
  position: relative;
  width: 780px;
  height: 138px;
  background: url("//mystatic.noodletools.com/_images/bg-header-noodletools-public.jpg") no-repeat; }

#header h1,
#header h2,
#header span {
  position: absolute;
  width: 500px;
  margin-left: -5000px; }

#header ul {
  position: absolute;
  left: 218px;
  top: 36px;
  width: 520px; }

#noodlebib #header ul {
  position: absolute;
  left: 183px;
  top: 36px; }

#header li {
  display: inline; }

#header li a {
  display: block;
  float: left;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0 0; }

#header li a:hover {
  background-position: 0 -28px; }

#header li a.on {
  background-position: 0 -28px; }

#header #homelink {
  position: absolute;
  left: 683px;
  top: 27px;
  width: 64px;
  height: 50px; }

#header #account {
  font-size: 11px;
  text-align: right;
  position: relative;
  right: 36px;
  top: 110px; }

#header #breadcrumbs {
  position: absolute;
  left: 218px;
  top: 70px;
  font-size: 12px;
  color: #e5ac00;
  text-align: left; }

#header_mcl h1,
#header_mcl h2,
#header_mcl span {
  position: absolute;
  width: 500px;
  margin-left: -5000px; }

#header_mcl ul {
  position: absolute;
  left: 225px;
  top: 36px;
  width: 520px; }

#noodlebib #header_mcl ul {
  position: absolute;
  left: 225px;
  top: 36px; }

#header_mcl li {
  display: inline; }

#header_mcl li a {
  display: block;
  float: left;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0 0; }

#header_mcl li a:hover {
  background-position: 0 -28px; }

#header_mcl li a.on {
  background-position: 0 -28px; }

#header_mcl #homelink {
  position: absolute;
  left: 683px;
  top: 27px;
  width: 64px;
  height: 50px; }

#header_mcl #account {
  font-size: 11px;
  text-align: right;
  position: relative;
  right: 36px;
  top: 110px; }

#header_mcl #breadcrumbs {
  position: absolute;
  left: 218px;
  top: 70px;
  font-size: 9px;
  color: #909090;
  text-align: left; }

#header_starter h1,
#header_starter h2,
#header_starter span {
  position: absolute;
  width: 500px;
  margin-left: -5000px; }

#header_starter ul {
  position: absolute;
  left: 185px;
  top: 36px;
  width: 520px; }

#noodlebib #header_starter ul {
  position: absolute;
  left: 185px;
  top: 36px; }

#header_starter li {
  display: inline; }

#header_starter li a {
  display: block;
  float: left;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0 0; }

#header_starter li a:hover {
  background-position: 0 -28px; }

#header_starter li a.on {
  background-position: 0 -28px; }

#header_starter #homelink {
  position: absolute;
  left: 683px;
  top: 27px;
  width: 64px;
  height: 50px; }

#header_starter #account {
  font-size: 11px;
  text-align: right;
  position: relative;
  right: 36px;
  top: 110px; }

#header_starter #breadcrumbs {
  position: absolute;
  left: 218px;
  top: 70px;
  font-size: 9px;
  color: #909090;
  text-align: left; }

/* STANDARD NAV */
#header a#nav_home {
  width: 46px;
  background-image: url("//mystatic.noodletools.com/_images/nav-home.gif"); }

#header a#nav_software_tools {
  width: 102px;
  background-image: url("//mystatic.noodletools.com/_images/nav-products.gif"); }

#header a#nav_blog {
  width: 47px;
  background-image: url("//mystatic.noodletools.com/_images/nav-blog.gif"); }

#header a#nav_teacher_resources {
  width: 128px;
  background-image: url("//mystatic.noodletools.com/_images/nav-teacher_resources.gif"); }

#header a#nav_about_us {
  width: 72px;
  background-image: url("//mystatic.noodletools.com/_images/nav-about_us.gif"); }

#header a#nav_sign_in {
  width: 124px;
  background-image: url("//mystatic.noodletools.com/_images/nav-sign_in.gif"); }

#header_mcl a#nav_home {
  width: 46px;
  background-image: url("//mystatic.noodletools.com/_images/nav-home.gif"); }

#header_mcl a#nav_software_tools {
  width: 102px;
  background-image: url("//mystatic.noodletools.com/_images/nav-products.gif"); }

#header_mcl a#nav_blog {
  width: 47px;
  background-image: url("//mystatic.noodletools.com/_images/nav-blog.gif"); }

#header_mcl a#nav_teacher_resources {
  width: 128px;
  background-image: url("//mystatic.noodletools.com/_images/nav-teacher_resources.gif"); }

#header_mcl a#nav_about_us {
  width: 72px;
  background-image: url("//mystatic.noodletools.com/_images/nav-about_us.gif"); }

#header_mcl a#nav_sign_in {
  width: 124px;
  background-image: url("//mystatic.noodletools.com/_images/nav-sign_in.gif"); }

#header_starter a#nav_home {
  width: 46px;
  background-image: url("//mystatic.noodletools.com/_images/nav-home.gif"); }

#header_starter a#nav_software_tools {
  width: 102px;
  background-image: url("//mystatic.noodletools.com/_images/nav-products.gif"); }

#header_starter a#nav_blog {
  width: 47px;
  background-image: url("//mystatic.noodletools.com/_images/nav-blog.gif"); }

#header_starter a#nav_teacher_resources {
  width: 128px;
  background-image: url("//mystatic.noodletools.com/_images/nav-teacher_resources.gif"); }

#header_starter a#nav_about_us {
  width: 72px;
  background-image: url("//mystatic.noodletools.com/_images/nav-about_us.gif"); }

#header_starter a#nav_sign_in {
  width: 124px;
  background-image: url("//mystatic.noodletools.com/_images/nav-sign_in.gif"); }

/* NOODLEBIB NAV */
#header a#nav_projects {
  width: 74px;
  background-image: url("//mystatic.noodletools.com/_images/nav-projects.gif"); }

#header a#nav_dashboard {
  width: 100px;
  background-image: url("//mystatic.noodletools.com/_images/nav-dashboard.gif"); }

#header a#nav_bibliography {
  width: 107px;
  background-image: url("//mystatic.noodletools.com/_images/nav-bibliography2.gif"); }

#header a#nav_notecards {
  width: 94px;
  background-image: url("//mystatic.noodletools.com/_images/nav-notecards2.gif"); }

#header a#nav_paper {
  width: 61px;
  background-image: url("//mystatic.noodletools.com/_images/nav-paper.gif"); }

#header_mcl a#nav_projects {
  width: 74px;
  background-image: url("//mystatic.noodletools.com/_images/nav-projects.gif"); }

#header_mcl a#nav_dashboard {
  width: 100px;
  background-image: url("//mystatic.noodletools.com/_images/nav-dashboard.gif"); }

#header_mcl a#nav_bibliography {
  width: 107px;
  background-image: url("//mystatic.noodletools.com/_images/nav-bibliography2.gif"); }

#header_mcl a#nav_notecards {
  width: 85px;
  background-image: url("//mystatic.noodletools.com/_images/nav-notecards2.gif"); }

#header_mcl a#nav_paper {
  width: 61px;
  background-image: url("//mystatic.noodletools.com/_images/nav-paper.gif"); }

#header_starter a#nav_projects {
  width: 74px;
  background-image: url("//mystatic.noodletools.com/_images/nav-projects.gif"); }

#header_starter a#nav_dashboard {
  width: 100px;
  background-image: url("//mystatic.noodletools.com/_images/nav-dashboard.gif"); }

#header_starter a#nav_bibliography {
  width: 107px;
  background-image: url("//mystatic.noodletools.com/_images/nav-bibliography2.gif"); }

#header_starter a#nav_notecards {
  width: 94px;
  background-image: url("//mystatic.noodletools.com/_images/nav-notecards2.gif"); }

#header_starter a#nav_paper {
  width: 61px;
  background-image: url("//mystatic.noodletools.com/_images/nav-paper.gif"); }

/* LEGACY NOODLEBIB NAV */
#header a#nav_mylists {
  width: 74px;
  background-image: url("//mystatic.noodletools.com/_images/nav-mylists.gif"); }

#header a#nav_help {
  width: 50px;
  background-image: url("//mystatic.noodletools.com/_images/nav-help.gif"); }

#header_mcl a#nav_mylists {
  width: 74px;
  background-image: url("//mystatic.noodletools.com/_images/nav-mylists.gif"); }

#header_mcl a#nav_help {
  width: 50px;
  background-image: url("//mystatic.noodletools.com/_images/nav-help.gif"); }

#header_starter a#nav_mylists {
  width: 74px;
  background-image: url("//mystatic.noodletools.com/_images/nav-mylists.gif"); }

#header_starter a#nav_help {
  width: 50px;
  background-image: url("//mystatic.noodletools.com/_images/nav-help.gif"); }

/* subnav.css*/
/* SUBNAV */
#subnav {
  float: left;
  margin-top: 30px;
  margin-left: 35px;
  width: 165px; }

#subnav h4 {
  padding-left: 12px; }

#subnav ul {
  list-style: none outside;
  margin-left: 0;
  font-size: 11px; }

#subnav li {
  padding-bottom: 3px;
  color: #999; }

#subnav li a,
#subnav li.bullet {
  padding-left: 12px;
  background: url("//mystatic.noodletools.com/_images/bullet-arrow-lightgray.gif") no-repeat left center;
  text-decoration: none; }

#subnav li a.on {
  font-weight: bold;
  color: #000;
  background: url("//mystatic.noodletools.com/_images/bullet-arrow-darkgray.gif") no-repeat left center; }

/* subsystem.css */
/* SUBSYSTEM */
#subsystem #content {
  margin-left: 211px; }

#subsystem #content.border {
  border-left: 1px #ccc dotted; }

#subsystem h3,
#subsystem h3 a,
#subsystem h4 {
  color: #7ca653; }

#subsystem h3 a:hover {
  color: #e5ac00; }

#subsystem h3.black,
#subsystem h4.black {
  color: #000; }

#subsystem h3.indent_subtitle {
  margin-left: 55px; }

#subsystem #content p,
#subsystem #content td {
  color: #333; }

#subsystem ul.buttons {
  margin-left: 0; }

#subsystem ul.buttons li {
  list-style: none;
  padding-left: 22px;
  padding-bottom: 10px;
  background: url("//mystatic.noodletools.com/_images/bullet-button.gif") no-repeat top left; }

#subsystem .subtitle {
  font-size: 10px;
  color: #666;
  font-weight: normal;
  vertical-align: middle;
  text-transform: uppercase; }

#subsystem .smalltext {
  font-size: 10px;
  color: #666;
  font-weight: normal; }

#subsystem #content .feedback {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #53a600;
  background-color: #f2ffe5;
  border: 1px #53a600 solid;
  text-align: left; }

#subsystem #content .error {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #be122a;
  background-color: #f8d8dd;
  border: 1px #be122a solid;
  text-align: left; }

#subsystem table.list {
  background-color: #fff;
  border: 1px #999 solid;
  width: 100%;
  margin-bottom: 10px; }

#subsystem table.list th {
  font-weight: bold;
  font-size: 11px;
  padding: 8px 6px;
  background: #cccccc url("//mystatic.noodletools.com/_images/bg-tableheader.jpg") repeat-x; }

#subsystem table.list th a {
  color: #000; }

#subsystem table.list td {
  padding: 8px 6px;
  border-top: 1px #e6e6e6 solid;
  font-size: 11px; }

#subsystem table.list tr.highlight td {
  background-color: #fff9e5; }

#subsystem table.list tr.footer th {
  font-weight: normal;
  color: #666; }

#subsystem table.fullwidth {
  width: 100%; }

#subsystem table td.noborder {
  border: 0px; }

#subsystem #tour li {
  line-height: 16px;
  padding-bottom: 10px; }

/* Popup.css*/
#popup p {
  margin-bottom: 12px; }

#popup h1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px; }

#popup h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px; }

#popup h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px; }

#popup h4 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px; }

#popup ul {
  margin-bottom: 18px;
  list-style: square;
  margin-left: 2em;
  color: #333; }

#popup ol {
  margin-bottom: 18px;
  list-style: decimal;
  margin-left: 2.2em;
  color: #333; }

#popup ul ul {
  margin-top: 3px;
  margin-bottom: 6px; }

#popup #content {
  margin-left: 10px;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 10px; }

#popup #content.border {
  border-left: 1px #ccc dotted; }

#popup h3,
#popup h3 a,
#popup h4 {
  color: #7ca653; }

#popup h3 a:hover {
  color: #e5ac00; }

#popup h3.black,
#popup h4.black {
  color: #000; }

#popup #content p,
#popup #content td {
  color: #333; }

#popup ul.buttons {
  margin-left: 0; }

#popup ul.buttons li {
  list-style: none;
  padding-left: 22px;
  padding-bottom: 10px;
  background: url("//mystatic.noodletools.com/_images/bullet-button.gif") no-repeat top left; }

#popup .subtitle {
  font-size: 10px;
  color: #666;
  font-weight: normal;
  vertical-align: middle;
  text-transform: uppercase; }

#popup .smalltext {
  font-size: 10px;
  color: #666;
  font-weight: normal; }

#popup #content .feedback {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #53a600;
  background-color: #f2ffe5;
  border: 1px #53a600 solid;
  text-align: left; }

#popup #content .error {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #be122a;
  background-color: #f8d8dd;
  border: 1px #be122a solid;
  text-align: left; }

#popup table.list {
  background-color: #fff;
  border: 1px #999 solid;
  width: 100%;
  margin-bottom: 10px; }

#popup table.list th {
  font-weight: bold;
  font-size: 11px;
  padding: 8px 6px;
  background: #cccccc url("//mystatic.noodletools.com/_images/bg-tableheader.jpg") repeat-x; }

#popup table.list th a {
  color: #000; }

#popup table.list td {
  padding: 8px 6px;
  border-top: 1px #e6e6e6 solid;
  font-size: 11px; }

#popup table.list tr.highlight td {
  background-color: #fff9e5; }

#popup table.list tr.footer th {
  font-weight: normal;
  color: #666; }

/*to show ext menu icon in IE 10 too*/
 /* removing icons for now. consistency across dropdowns
#worddoc{
background:url($root-folder+'/_images/word.gif') no-repeat 2px 2px;
}
#word{
background:url($root-folder+'/_images/rtf.gif') no-repeat 2px 2px;
}
#gdocs{
background:url($root-folder+'/_images/google.gif') no-repeat 2px 2px;
}
#webPreview{
background:url($root-folder+'/_images/tag-html.gif') no-repeat 2px 2px;
}
#print{
background:url($root-folder+'/_images/tag-format.gif') no-repeat 2px 2px;
}*/
/* show scrollbar in IE10 */
#newNote .x-form, #editNote .x-form {
  width: 97.5% !important; }

/*NEW mt*/
.x-btn-text {
  color: #3255B2; }

#noodlebib div#footer {
  color: gray;
  font-family: arial;
  font-size: 11px;
  text-align: center; }

/* adding custom styles to make biblio ui similar to other pages */
/* line 155, noodlebib.scss */
#noodlebib select {
  padding: 5px 15px 5px 5px;
  border-radius: 2px;
  cursor: pointer;
  color: #333;
  border: 1px solid #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url("//mystatic.noodletools.com/_images/dropdown_arrow_bib.png") no-repeat right 8px top 8px;
  text-indent: 0.01px;
  text-overflow: ""; }

#noodlebib select::-ms-expand {
  display: none; }

/* line 162, noodlebib.scss */
#citationIntermediateForm table {
  font-size: 13px; }

#noodlebib input[type="button"] {
  padding: 5px 8px;
  cursor: pointer;
  background: #428bca;
  border: 1px solid #428bca;
  border-radius: 1px;
  color: #ffffff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 12px; }

#noodlebib input[type="button"]:hover {
  background: #ffffff;
  color: #428bca; }

.bibRed.button {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #333333 !important;
  border-radius: 1px;
  color: #333333;
  display: inline-block;
  padding: 5px 8px;
  cursor: pointer; }

.bibRed.button:hover {
  background: #428bca;
  color: #ffffff; }

.bibRed.button.greenActive {
  background: none repeat scroll 0 0 rgba(124, 166, 83, 0.6) !important;
  color: #000 !important;
  font-weight: normal;
  font-size: 12px;
  margin-left: -15px; }

.bibRed.button.greenActive:hover {
  background: #ffffff !important; }

.createCitationActive {
  font-size: 12px !important; }

.disabled {
  opacity: 0.2 !important;
  color: #333333 !important;
  cursor: default; }

.disabled:hover {
  background: none repeat scroll 0 0 #ffffff !important;
  color: #333333 !important;
  cursor: default; }

/* styles for Cite API */
.risTopNavBar {
  height: 38px !important;
  min-height: 38px !important; }

.NTLogo {
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 2px;
  margin-top: 5px;
  width: 150px; }

div.mainContainerRis {
  background: #e5eff7;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  div.mainContainerRis form {
    width: 555px;
    min-height: 316px;
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 20px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 10px 20px 20px 20px;
    font-family: 'Roboto', sans-serif !important; }
    div.mainContainerRis form .risLoginDetails {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      div.mainContainerRis form .risLoginDetails h6 {
        color: #447CCE;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        margin: 0; }
      div.mainContainerRis form .risLoginDetails span {
        height: 20px;
        width: 1px;
        background-color: #B8B8B8;
        display: inline-block;
        margin: 0px 10.5px; }
      div.mainContainerRis form .risLoginDetails .exit_icon_wrapper {
        cursor: pointer; }
    div.mainContainerRis form .not_login_text p {
      font-size: 14px;
      line-height: 20px;
      color: #000000;
      margin: 0;
      letter-spacing: 0.3px; }
    div.mainContainerRis form .mla_text {
      font-size: 14px;
      color: #333333;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: .5px; }

div.risContainer {
  font-family: 'Roboto', sans-serif; }

div.risInnerContainer {
  padding: 0; }

div.risHeadings {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 600;
  line-height: 25px; }

div.risInnerContainer span.risLink {
  float: right;
  color: #447CCE;
  cursor: pointer; }
  div.risInnerContainer span.risLink a {
    font-size: 14px;
    text-decoration: none;
    line-height: 24px; }

a.risLink {
  color: #447CCE;
  cursor: pointer; }

div.risInnerContainer div.redactor-editor {
  padding: 10px !important;
  margin-top: 10px !important;
  height: 140px !important;
  border: 1px solid #ddd !important;
  overflow: auto;
  max-height: 140px !important;
  -webkit-overflow-scrolling: touch !important; }

div.sourceRef {
  border: 1px solid #ddd;
  background: #fff;
  min-height: 150px;
  margin-top: 10px; }

div.editCitation .selct_project_txt {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 3px; }

.marginTop15 {
  margin-top: 15px; }

span.editSpanBtn {
  margin-left: 5%;
  margin-top: 70px;
  position: absolute; }

textarea#txtEditCitation {
  width: 90%;
  height: 100px;
  padding: 10px;
  border: 1px solid #ddd;
  resize: none; }

.editCitation .btn, .editCitation .select2-container {
  margin-left: 0; }

.editCitation .select2-container {
  width: 200px !important;
  margin: 0 !important;
  height: 38px; }

.select2-container .select2-selection--single {
  height: 38px !important;
  border: 1px solid #D1D1D1;
  border-radius: 5px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  font-size: 14px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px; }

.import_btn {
  margin: 30px auto 0;
  text-align: center; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 8px 0 8px !important;
  margin-left: -12px !important;
  margin-top: -4px !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 8px 8px 8px !important; }

#tooltip_content {
  height: 200px;
  overflow-y: auto; }

.btn.btn-default {
  background: #447CCE none repeat scroll 0 0;
  border-radius: 14px;
  color: #fff;
  text-shadow: none;
  padding: 0px 26px;
  outline: 0;
  box-shadow: none;
  border: 1px solid transparent;
  min-width: 94px;
  height: 30px;
  line-height: 29px;
  font-size: 14px; }

.btn.btn-default:hover {
  background: #fff;
  color: #428bca;
  border-color: #428bca; }

.position_relative {
  position: relative; }
  .position_relative .text_line_design {
    position: absolute;
    right: 0;
    bottom: 0; }
  .position_relative .line_one, .position_relative .line_two, .position_relative .line_three, .position_relative .line_four {
    position: absolute;
    background-color: #D1D1D1;
    display: block; }
  .position_relative .line_one {
    width: 8.79px;
    height: 1px;
    bottom: 3px;
    right: -1px;
    transform: rotate(-45deg); }
  .position_relative .line_two {
    width: 17px;
    height: 1px;
    bottom: 6px;
    right: -2px;
    transform: rotate(-45deg); }
  .position_relative .line_three {
    width: 24px;
    height: 1px;
    bottom: 9px;
    right: -3px;
    transform: rotate(-45deg); }
  .position_relative .line_four {
    width: 33px;
    height: 1px;
    bottom: 11px;
    right: -4px;
    transform: rotate(-45deg); }

div#txtImported {
  width: 100%;
  border: 1px solid #D1D1D1;
  margin: 4px 0 17px;
  height: 135px;
  background: white;
  overflow: auto;
  border-radius: 8px;
  word-break: break-word;
  position: relative;
  padding: 6px; }

.tooltip-inner {
  max-width: 190px;
  background: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 6px;
  text-align: left;
  height: 350px;
  overflow: auto; }

/* adding all noodlebib.scss related changes to this file*/
#noodlebib .error {
  padding: 6px 10px;
  font-size: 12px !important;
  font-weight: normal;
  color: #be122a;
  background-color: transparent;
  border: none;
  text-align: left;
  width: 50%;
  margin: 0 auto;
  min-width: 400px; }

#noodlebib table.notecard_static {
  background-color: #fff;
  border: 1px #999 solid;
  width: 100%;
  margin: 1% 1% 1% 0% !important; }

#noodlebib .smalltext {
  font-size: 11px !important;
  color: #666;
  font-weight: normal; }

#noodlebib .subnavtext {
  font-family: verdana, sans-serif !important;
  font-size: 11px !important; }

#noodlebib table#options td {
  font-size: 11px !important;
  padding: 8px 10px; }

/* hvovr bg on each table row */
#noodlebib table.biblist {
  margin-bottom: 0px !important;
  border-collapse: inherit !important; }

#noodlebib table.biblist > tbody > tr:hover {
  background-color: #f5f5f5; }

#noodlebib table.biblist th.listth {
  font-weight: bold;
  font-size: 11px !important;
  padding: 8px 6px;
  background: #eeeeee; }

#noodlebib table.biblist th a {
  color: #000; }

#noodlebib table.biblist td.listtd {
  padding: 8px 6px 20px;
  border-top: 1px #e6e6e6 solid;
  font-size: 11px !important; }

#noodlebib table.biblist td.citetd {
  padding: 8px 6px 8px !important;
  border-top: 1px #e6e6e6 solid;
  font-size: 11px !important;
  white-space: normal !important;
  word-break: break-all; }

#noodlebib table.biblist tr.highlight td {
  background-color: #fff9e5; }

#noodlebib table.biblist tr.footer th {
  font-weight: normal;
  color: #666;
  border-top: 1px solid gray;
  padding: 15px 6px; }

/*commit cb107b..*/
#noodlebib table.notecard_static {
  background-color: #fff;
  border: 1px #999 solid; }

div#notes.notesdiv > div.lineitem_static {
  margin: 0.5% 0; }

#noodlebib table.biblist table.notecard_static {
  width: 98%;
  margin: 1% 1% 1% 1% !important; }

/* adding all noodlebib.scss related changes up to here*/
/* Adding styles to shift Bib page popups to little down */
body#noodlebib div#ext-gen58 {
  top: 30px !important; }

body#noodlebib div#ext-comp-1005 {
  top: 27px !important; }

body#noodlebib div#ext-gen1085 {
  /*top: 30px !important;*/ }

body#noodlebib div.x-window {
  top: 27px !important; }

/* align copy citations to left */
td.citationCopyWidth {
  width: 15%; }

/* iPad layout issues */
.biblistTable {
  table-layout: auto; }

table.biblistTable tbody tr th.listth:nth-child(1) {
  width: 2%; }

table.biblistTable tbody tr th.listth:nth-child(2) {
  width: 13%; }

table.biblistTable tbody tr th.listth:nth-child(3) {
  width: 27%; }

table.biblistTable tbody tr th.listth:nth-child(4) {
  width: 12%; }

table.biblistTable tbody tr th.listth:nth-child(5) {
  width: 10%; }

table.biblistTable tbody tr th.listth:nth-child(6) {
  width: 10%; }

table.biblistTable tbody tr th.listth:nth-child(7) {
  width: 28%; }

table.biblistTable tbody tr td.biblistData {
  white-space: normal;
  word-wrap: break-word; }

/* styles for create new citation popup */
#modalCreateNewCitation .modal-dialog {
  width: 750px !important; }

#modalCreateNewCitation .modal-body {
  padding: 10px 15px !important;
  font-size: 11px !important; }

#modalCreateNewCitation .modal-body.hidden_modal {
  visibility: hidden !important; }

#modalCreateNewCitation .modal-body .row {
  margin: 0px !important; }

.modal-header {
  padding: 8px !important;
  display: inline-block;
  width: 100%; }

.popupHeader {
  color: #1542a8 !important;
  margin-left: 12px;
  font-size: 14px; }

.modal-footer {
  padding: 10px 20px !important;
  margin-top: 0px !important; }

.newcitation-footer-group {
  float: left;
  width: 33%; }

.newcitation-footer-group1 {
  float: left;
  width: 33%; }

.citation-value {
  padding: 2px;
  height: 25px;
  max-width: 147%;
  font-size: inherit !important; }

.newcitation-footer-group-periodicals {
  float: left;
  background: #E8FFFE;
  width: 12px;
  height: 12px; }

.newcitation-footer-group-electronic {
  float: left;
  background: #FFF7E4;
  width: 12px;
  height: 12px; }

.newcitation-footer-group-unpublished {
  float: left;
  background: #FFEEF4;
  width: 12px;
  height: 12px; }

.newcitation-footer-group-nonperiodicals {
  float: left;
  background: #E5E5E5;
  width: 12px;
  height: 12px; }

.newcitation-footer-group-audio {
  float: left;
  background: #e0f5d1;
  width: 12px;
  height: 12px; }

.newcitation-footer-group-legal {
  float: left;
  background: #f3eec7;
  width: 12px;
  height: 12px; }

.citation-value input:checked + label {
  background: red; }

.newcitation-footer-main {
  width: 113%;
  float: left;
  text-align: left; }

.submitCitation {
  width: auto !important;
  height: auto !important; }

.citationOptions0, .citationOptions1 {
  width: 220px;
  float: left; }

.citationOptions2 {
  width: 150px;
  float: left; }

.citationGroups {
  width: 202px;
  display: inline-block;
  margin-top: 5px; }

/* new buttons */
.modal-body {
  font-size: 1.1em !important;
  /* float: left; */ }

.modal-body .tabHeading, .modal-body .tabContentHeading {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  color: #444445;
  margin-bottom: 5px; }

.citationTabs {
  text-align: left; }

.citationTabs button {
  /*width: 80px;*/
  background-color: #fff;
  border: 1px solid #333;
  /*margin-right: 10px;*/
  /*box-shadow: 2px 2px 2px grey;*/
  height: 27px;
  /*margin-right: 10px;*/
  /*border-radius:8px;*/ }

.citationTabs button.active {
  color: #fff;
  background-color: #5b679b;
  border: none; }

.citationGroups select {
  width: 195px;
  height: 80px;
  overflow: auto; }

.citationGroups .optionHeading {
  margin-bottom: 2px; }

.tagImageWidth {
  width: 20px; }

/* styles for options dropdown on Sources page */
.sourceOptionsGroup {
  margin-right: 4px;
  margin-top: 2px;
  display: inline-block !important; }

.notesdiv .sourceOptionsGroup {
  margin-top: 2px !important; }

.optionsBtn {
  background: #428bca !important;
  border: medium none !important;
  color: #fff !important;
  height: auto !important;
  width: auto !important;
  padding: 5px !important;
  font-size: 11px !important; }

ul.bibOptionsDropdown {
  min-width: 94px;
  margin-left: -48px !important; }

.notesdiv ul.bibOptionsDropdown {
  margin-left: -35px !important; }

ul.bibOptionsDropdown li {
  list-style: none !important; }

ul.bibOptionsDropdown li a:hover {
  background-color: #D9E8FB !important; }

ul.bibOptionsDropdown li a {
  text-decoration: none;
  font-size: 11px !important;
  padding: 4px 10px !important; }

table.biblist tbody td.listtd:first-child {
  padding-left: 9px !important; }

div#overDiv table {
  background: #333399 !important; }

div#overDiv table tbody tr td table:nth-child(2) {
  background: #CCCCFF !important; }

.badge {
  background: #ff4c4c none repeat scroll 0 0;
  font-weight: normal;
  padding: 2px 5px; }

/* Styles for loader image */
#modalCreateNewCitation
.messageText {
  color: #ff0000;
  width: 60%;
  float: right;
  text-align: right;
  margin-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.1em !important; }

#sourceLoadingImage {
  z-index: 1024 !important;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 105px;
  left: 305px;
  /*border: 1px solid red;*/ }

.periodicalsCss {
  background: #E8FFFE;
  color: #000000;
  padding: 5px;
  /*font-family: verdana;*/
  font-size: 13px;
  margin-bottom: 1px;
  white-space: nowrap;
  cursor: pointer; }

.nonPeriodicalsCss {
  background: #E5E5E5;
  color: #000000;
  padding: 5px;
  /*font-family: verdana;*/
  font-size: 13px;
  margin-bottom: 1px;
  white-space: nowrap;
  cursor: pointer; }

.exclusivelyCss {
  background: #FFF7E4;
  color: #000000;
  padding: 5px;
  /*font-family: verdana;*/
  font-size: 13px;
  margin-bottom: 1px;
  white-space: nowrap;
  cursor: pointer; }

.audioVideoCss {
  background: #e0f5d1;
  color: #000000;
  padding: 5px;
  /*font-family: verdana;*/
  font-size: 13px;
  margin-bottom: 1px;
  white-space: nowrap;
  cursor: pointer; }

.unpublishedCss {
  background: #FFEEF4;
  color: #000000;
  padding: 5px;
  /*font-family: verdana;*/
  font-size: 13px;
  margin-bottom: 1px;
  white-space: nowrap;
  cursor: pointer; }

.legalCss {
  background: #f3eec7;
  color: #000000;
  padding: 5px;
  /*font-family: verdana;*/
  font-size: 13px;
  margin-bottom: 1px;
  white-space: nowrap;
  cursor: pointer; }

.tabCationValues .container {
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.tabCationValues .defaultmsgdiv {
  text-align: center; }

.tabCationValues .defaultmsgdiv .defaultmsgspan {
  text-align: center;
  font-weight: bold; }

.verticalLine {
  height: 25px;
  display: inline;
  border-left: 1px solid black;
  /*margin-right: 9px;*/
  /*margin-left: 10px;*/
  margin-right: 15px; }

.selectedRow {
  background-color: #6C6666;
  color: white; }

.hide {
  display: none; }

#modalCreateNewCitation .modal-header .close {
  margin-right: 10px; }

.commentIcon {
  color: #333; }

.unreadCommCountLabel {
  color: #f00; }

td.noteComment {
  padding-left: 30px !important;
  padding-top: 12px !important; }

.noteComment a, .noteComment a:hover {
  color: #333; }

.biblist .popover {
  max-width: 315px; }

.biblist .popover .popover-title {
  display: none; }

.notecontent .noteitem img {
  max-width: 100%; }

/*new inline comment section*/
.inlineComment {
  display: block;
  margin: 2px 17px;
  width: 50%;
  background-color: white;
  font-size: 11px;
  word-break: break-all !important;
  word-wrap: break-word !important; }

.commentDetails {
  margin-bottom: 10px;
  margin-right: 15%;
  margin: 0 5% 1% 3%;
  font-size: 11px; }

.byOtherComment {
  border-radius: 2px;
  color: #000;
  clear: both;
  margin-left: 3%; }

.bySelfComment {
  float: right;
  clear: both;
  border-radius: 5px;
  border-color: #e4e3e3 !important;
  background-color: #e4e3e3;
  color: #4b4b4b;
  margin-right: 5%; }

.userNameSelf, .studentName {
  color: #4c4b4b; }

.userNameOther, .teacherName {
  color: #4c92cb; }

.commentDetails .commentDateTime, .nameTimeDivWrap {
  color: #7b7b7b;
  font-style: italic;
  font-size: 11px; }

.showHideComments {
  float: right; }

/* self comment arrow */
.bySelfComment .chat_arrow_box, .studentChat .chat_arrow_box {
  position: relative;
  background: #e4e3e3;
  border: 1px solid #e4e3e3;
  word-break: break-all !important;
  word-wrap: break-word !important; }

.bySelfComment .chat_arrow_box:after, .bySelfComment .chat_arrow_box:before,
.studentChat .chat_arrow_box:after, .studentChat .chat_arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.bySelfComment .chat_arrow_box:after, .studentChat .chat_arrow_box:after {
  border-color: rgba(221, 221, 216, 0);
  border-left-color: #e4e3e3;
  border-width: 12px;
  margin-top: -12px; }

.bySelfComment .chat_arrow_box:before, .studentChat .chat_arrow_box:before {
  border-color: rgba(221, 221, 216, 0);
  border-left-color: #e4e3e3;
  border-width: 13px;
  margin-top: -13px; }

/* other comment arrow */
.byOtherComment .chat_arrow_box, .teacherChat .chat_arrow_box {
  position: relative;
  background: inherit;
  white-space: pre-wrap;
  word-break: break-all !important;
  word-wrap: break-word !important; }

.byOtherComment .chat_arrow_box:after, .byOtherComment .chat_arrow_box:before,
.teacherChat .chat_arrow_box:after, .teacherChat .chat_arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.byOtherComment .chat_arrow_box:after, .teacherChat .chat_arrow_box:after {
  border-color: transparent;
  border-right-color: inherit;
  border-width: 12px;
  margin-top: -12px; }

.byOtherComment .chat_arrow_box:before, .teacherChat .chat_arrow_box:before {
  border-color: transparent;
  border-right-color: transparent;
  border-width: 13px;
  margin-top: -13px; }

.marginRight10 {
  margin-right: 10px !important; }

.marginLeft10 {
  margin-left: 10px !important; }

.commentChecbox {
  display: block;
  margin: 4px 0 -6px 0 !important;
  color: #428bca;
  text-align: right;
  white-space: normal; }

.commentChecbox label {
  padding-right: 22px; }

.commentChecbox input {
  margin-top: 0px; }

.detailCommentView .radioOptionsWidth {
  margin: auto 5px !important; }

.commentBtnsContainer {
  display: flex;
  float: right; }

.checkBoxParent {
  float: right;
  margin: -7px 10px 0 0;
  width: 210px; }

.commentBtnParent {
  width: 135px; }

.studentChat .inlineComment {
  float: right;
  width: 90% !important; }

.commentChats {
  border-top: 2px solid #dddfe3;
  margin-top: 5px;
  padding-top: 5px;
  background: #f9f9f9; }

.detailCommentView {
  padding: 10px;
  background: #f9f9f9; }

.clearBoth {
  clear: both; }

.commentText {
  padding: 5px;
  white-space: pre-line; }

.bibCommentStyle {
  color: #428bca;
  margin-right: 10px; }

.chat_arrow_box table tr td {
  white-space: normal; }

/* toggle switch styles */
#toggles {
  width: 45px; }

.ios-toggle, .ios-toggle:active {
  position: absolute; }

.checkbox-label {
  display: block;
  position: relative;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  height: 22px;
  /*border-radius*/
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #ff3a3b;
  cursor: pointer; }

.checkbox-label:before {
  content: '';
  display: block;
  position: absolute;
  height: 22px;
  width: 22px;
  /*border-radius*/
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 0px;
  left: 0px;
  right: auto;
  background: white; }

.markDoneCheck:checked + .checkbox-label:before {
  margin: -10px -21px 0 0 !important;
  float: right !important;
  position: relative !important; }

.ios-toggle:checked + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 20px #7b7b7b,0 0 0 2px #7b7b7b;
  -moz-box-shadow: inset 0 0 0 20px #7b7b7b,0 0 0 2px #7b7b7b;
  box-shadow: inset 0 0 0 20px #7b7b7b,0 0 0 2px #7b7b7b; }

.ios-toggle:checked + .checkbox-label:before {
  left: calc(100% - 36px);
  /*box-shadow*/
  -webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3); }

.markDoneCheck:checked + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 0px #7b7b7b,0 0 0 2px #dddddd;
  -moz-box-shadow: inset 0 0 0 0px #7b7b7b,0 0 0 2px #dddddd;
  box-shadow: inset 0 0 0 0px #7b7b7b,0 0 0 2px #dddddd; }

.markDoneCheck + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 0px #ff3a3b,0 0 0 2px #ff3a3b;
  -moz-box-shadow: inset 0 0 0 0px #ff3a3b,0 0 0 2px #ff3a3b;
  box-shadow: inset 0 0 0 0px #ff3a3b,0 0 0 2px #ff3a3b; }

.markDoneCheck:checked + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 18px #7b7b7b,0 0 0 2px #7b7b7b;
  -moz-box-shadow: inset 0 0 0 18px #7b7b7b,0 0 0 2px #7b7b7b;
  box-shadow: inset 0 0 0 18px #7b7b7b,0 0 0 2px #7b7b7b; }

.commentSectionParent {
  background: #f9f9f9 none repeat scroll 0 0;
  margin: 0 50px 0 44px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }

.commentSectionParentBottom {
  background: #f9f9f9 none repeat scroll 0 0;
  margin: 0 50px 20px 44px;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative; }

.markAsDoneDiv {
  float: right !important;
  right: 75px !important;
  position: absolute; }

.commentContainerBox {
  /*margin-bottom: 10px;*/
  margin-top: 10px;
  width: 100%;
  display: inline-block; }

/* Updated toggle button */
.onoffswitch {
  position: relative;
  float: right;
  width: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  font-weight: normal !important; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 25px;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "Done";
  padding-left: 28px;
  background-color: #7B7B7B;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "To-do";
  padding-right: 28px;
  background-color: #FF3A3B;
  color: #FFFFFF;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 19px;
  height: 19px;
  margin: 5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 71px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

/* Updated toggle button */
.onoffswitch {
  position: relative;
  width: 65px;
  float: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 22px;
  padding: 0;
  line-height: 22px;
  font-size: 11px;
  color: white;
  font-weight: bold;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "Done";
  padding-left: 8px;
  background-color: #cccccc;
  color: #000000; }

.onoffswitch-inner:after {
  content: "To-do";
  padding-right: 5px;
  background-color: #FF3A3B;
  color: #FFFFFF;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 16px;
  margin: 4px;
  height: 16px;
  background: #FFFFFF;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 41px;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

.commentSectionParentBottom textarea, .commentSectionParentBottom .btn-xs, .commentSectionParentBottom td,
.commentText textarea, .commentText td, .commentText .btn-xs {
  font-size: 11px !important; }

.commentSectionParentBottom ul.ui-autocomplete {
  background: #fff !important;
  border: 1px solid #ccc !important;
  max-height: 100px !important;
  overflow-y: auto !important;
  padding: 5px !important;
  position: absolute !important;
  width: 98% !important;
  top: 40px !important;
  left: -14px !important; }

.commentSectionParentBottom ul.ui-autocomplete li {
  list-style: none !important; }

.commentSectionParentBottom ul.ui-autocomplete a, .commentSectionParentBottom ul.ui-autocomplete a:hover {
  text-decoration: none !important;
  color: #555 !important;
  cursor: pointer; }

.ui-helper-hidden-accessible {
  display: none; }

.commentActions {
  left: 103%;
  position: absolute;
  top: 5px;
  display: flex; }

.edit_comment, .delete_comment {
  clear: right;
  float: right;
  cursor: pointer;
  margin-bottom: 4px;
  font-size: 18px; }

.commentActions .delete_comment {
  margin-left: 8px; }

.delete_comment {
  /*display: none;*/ }

.MsoNormal {
  word-break: break-all; }

.commentSectionParentBottom textarea, .inlineComment textarea {
  max-height: 60px !important;
  overflow: auto !important;
  font-size: 11px;
  resize: none;
  min-height: 31px !important; }

.comments_section ol li {
  float: left;
  width: 100%; }

/* Disable annotation editing in the citation form */
#panel_annotation_column_annotation iframe {
  pointer-events: none;
  border: 3px solid #ccc;
  border-radius: 9px;
  padding: 5px 0 5px 5px;
  background-color: #eee; }

#panel_annotation_column_annotation .x-html-editor-wrap {
  border: none;
  background: none !important; }

#panel_annotation_column_annotation td {
  pointer-events: none; }

#panel_annotation_column_annotation .x-html-editor-tb,
#panel_annotation_column_annotation .x-html-editor-tb .x-toolbar {
  display: none !important; }

#panel_annotation_column_annotation {
  margin-top: -15px; }
