/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;

  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  font-size: 14px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background: #f0f3f4;
  line-height: 20px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0 !important;
  max-height: 720px;
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: unset;
}

a {
  color: #12395d;
  text-decoration: none;
}

hr {
  border: none !important;
  border-bottom: 2px solid #83af33 !important;
  margin: 15px 0 15px 0 !important;
  opacity: unset !important;
}

.clear {
  clear: both;
}

p {
  margin-bottom: 15px !important;
}

.center {
  text-align: center;
}

h2 {
  font-size: 22px !important;
  line-height: 28px !important;
}

h4 {
  font-size: 16px !important;
}

#page-wrap-login,
#page-wrap-new-account {
  width: 422px;
  margin: 0 auto;
  margin-top: 40px;
}

#login-wrap,
#new-account-wrap {
  width: 422px;
  background: #fff;
  border: 1px solid #25333e;
  margin-top: 35px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0px 3px 3px #f0f3f4;
  -moz-box-shadow: inset 0 0px 3px 3px #f0f3f4;
  box-shadow: inset 0 0px 3px 3px #f0f3f4;
}

#login-wrap h2,
#new-account-wrap h2 {
  background: #25333e;
  width: 422px;
  height: 40px;
  position: relative;
  top: -3px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 #143b6d;
  line-height: 40px !important;
  font-size: 18px;
}

.login-form,
.new-account-form {
  padding: 20px;
}

.login-form label,
.new-account-form label {
  text-align: right;
  width: 74px;
  display: inline-block;
  font-size: 12px;
  color: #666;
}

.login-form .form-horizontal .control-label,
.new-account-form .form-horizontal .control-label {
  width: 74px !important;
}

.login-form .form-horizontal .controls,
.new-account-form .form-horizontal .controls {
  margin-left: 94px !important;
  margin-bottom: 5px;
}

.login-form .form-horizontal .control-group,
.new-account-form .form-horizontal .control-group {
  margin-bottom: 0px !important;
}

.login-form input,
.new-account-form input,
textarea,
.uneditable-input {
  width: 254px;
}

.new-account-hints,
.new-account-footer {
  width: 100%;
  font-size: small;
}

.new-account-footer {
  text-align: center;
  position: relative;
  bottom: -12px;
}

/* Top Nav */

#top-nav {
  background: #4e89be;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #25333e 0%, #25333e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #25333e),
    color-stop(100%, #25333e)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #25333e 0%, #25333e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #25333e 0%, #25333e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #25333e 0%, #25333e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #25333e 0%, #25333e 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#25333E', endColorstr='#25333E', GradientType=0);
  /* IE6-8 */
  border-top: 1px solid #83af33;
  -moz-box-shadow: inset 0 1px 0 #83af33;
  -webkit-box-shadow: inset 0 1px 0 #83af33;
  box-shadow: inset 0 1px 0 #83af33;
  height: 70px;
}

.inner-logo {
  height: 60px;
  position: relative;
  margin: 5px;
}

.dropdown a {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.dropdown ul li {
  text-align: left;
}

.dropdown ul li a {
  color: #555;
  text-decoration: none;
  font-weight: bold;
  text-shadow: none;
}

/* Sidebar Nav */

.sidebar-nav {
  width: 12%;
  background: #25333e;
  border: 1px solid #25333e;
  padding: 10px 0;
  z-index: 20;
}

.sidebar-nav ul {
  margin: 0;
}

.sidebar-nav ul li {
  font-size: 13px;
}

.sidebar-nav ul li a,
.sidebar-nav ul li div button {
  padding: 10px;
  width: 176px;
  display: inline-block;
  color: #e6e6e6;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

.sidebar-nav ul li a:hover,
.sidebar-nav ul li div button:hover,
.credit-amount-info:hover,
.content-pages-navbar-button:hover,
.footer-link:hover,
.merged-content-navigator-row-total-percent,
.merged-content-navigator-content-links a,
.merged-content-similarity,
.merged-content-host-percent,
.content-similar-total,
.page-top-menu-box-item:hover {
  color: #dd6124;
}

.page-top-menu-box-item:hover {
  border-color: #dd6124;
}

.sidebar-nav ul li a.active {
  background: #25333e;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlODliZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjY5OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #25333e 0%, #25333e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #25333e),
    color-stop(100%, #25333e)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #25333e 0%, #25333e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #25333e 0%, #25333e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #25333e 0%, #25333e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #25333e 0%, #25333e 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#25333E', endColorstr='#25333E', GradientType=0);
  /* IE6-8 */
  border: 1px solid #83af33;
  border-top: 1px solid #83af33;
  border-bottom: 1px solid #83af33;
  -moz-box-shadow: inset 0 1px 0 #83af33;
  -webkit-box-shadow: inset 0 1px 0 #83af33;
  box-shadow: inset 0 1px 0 #83af33;
  text-shadow: 0 1px 0 #83af33;
  color: #fff;
  width: 100%;
}

/* main-content */

.main-content {
  width: 88%;
  background: #fff;
  border: 1px solid #25333e;
  -moz-box-shadow: inset 0 0px 3px 3px #f0f3f4;
  -webkit-box-shadow: inset 0 0px 3px 3px #f0f3f4;
  box-shadow: inset 0 0px 3px 3px #f0f3f4;
  padding: 20px;
}

.main-content-full {
  width: 100%;
  float: unset;
  padding: 15px;
}

.link-stats {
  width: 158px;
  margin-right: 25px;
  text-align: center;
  background: #fff;
  border: 1px solid #25333e;
  -moz-box-shadow: inset 0 0px 3px 3px #f0f3f4;
  -webkit-box-shadow: inset 0 0px 3px 3px #f0f3f4;
  box-shadow: inset 0 0px 3px 3px #f0f3f4;
  padding: 20px;
}

.link-stats h3 {
  font-size: 36px;
  font-weight: 200;
  color: #333;
  margin-bottom: 15px;
}

.link-stats p {
  font-weight: bold;
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
}

.last {
  margin-right: 0;
}

.orange-btn {
  background: #f67d42;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2N2Q0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZDYxMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f67d42 0%, #dd6124 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f67d42),
    color-stop(100%, #dd6124)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f67d42 0%, #dd6124 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f67d42 0%, #dd6124 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f67d42 0%, #dd6124 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f67d42 0%, #dd6124 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f67d42', endColorstr='#dd6124', GradientType=0);
  /* IE6-8 */
  border: 1px solid #99490e;
  border-bottom: 1px solid #75390d;
  padding: 8px 20px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 0 #75390d;
  -moz-box-shadow: 0 1px 2px #a8aab1, inset 0 1px 0 #ffab5a;
  -webkit-box-shadow: 0 1px 2px #a8aab1, inset 0 1px 0 #ffab5a;
  box-shadow: 0 1px 2px #a8aab1, inset 0 1px 0 #ffab5a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.orange-btn:hover {
  background: #ff9244;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTI0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZDYxMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff9244 0%, #dd6124 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff9244),
    color-stop(100%, #dd6124)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff9244 0%, #dd6124 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff9244 0%, #dd6124 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff9244 0%, #dd6124 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff9244 0%, #dd6124 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9244', endColorstr='#dd6124', GradientType=0);
  /* IE6-8 */
}

.orange-btn:active {
  background: #dd6124;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkNjEyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkyNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #dd6124 0%, #ff9244 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #dd6124),
    color-stop(100%, #ff9244)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dd6124 0%, #ff9244 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dd6124 0%, #ff9244 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dd6124 0%, #ff9244 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dd6124 0%, #ff9244 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dd6124', endColorstr='#ff9244', GradientType=0);
  /* IE6-8 */
  -moz-box-shadow: 0 1px 2px #a8aab1, inset 0 2px 2px #75390d;
  -webkit-box-shadow: 0 1px 2px #a8aab1, inset 0 2px 2px #75390d;
  box-shadow: 0 1px 2px #a8aab1, inset 0 2px 2px #75390d;
}

.nav-search {
  margin-top: 10px;
  margin-left: 20px;
  background: #25333e !important;
  border: 1px solid #83af33 !important;
  -moz-box-shadow: 0 1px 0 #83af33, inset 0 2px 2px #2a5d8d !important;
  -webkit-box-shadow: 0 1px 0 #83af33, inset 0 2px 2px #2a5d8d !important;
  box-shadow: 0 1px 0 #83af33, inset 0 2px 2px #2a5d8d !important;
  color: #fff !important;
  -moz-placeholder: #fff !important;
  -webkit-input-placeholder: #fff !important;
}

.search input::-webkit-input-placeholder {
  color: #fff !important;
}

.search {
  text-align: right;
  position: absolute;
  margin-right: 15px;
  right: 160px;
}

.tbl-date-cell {
  font-size: 90%;
}

.tbl-cell-centered {
  text-align: center;
}

.tbl-small-cell {
  font-size: 90%;
}

.select-input {
  width: 260px;
}

@media screen and (min-width: 800px) {
  .page-wrap {
    display: flex;
  }

  .main-content {
    order: 2;
  }

  .sidebar-nav {
    order: 1;
  }
}

.settings-box,
.credit-amount-info,
.page-top-menu-box {
  position: absolute;
}

.settings-box {
  right: 20px;
  top: 15px;
}

.page-top-menu-box {
  right: 70px;
  top: 20px;
}

.credit-amount-info {
  top: 40px;
  right: 20px;
  width: 150px;
  text-align: right;
  color: #e6e6e6;
}

.datepicker > div {
  display: unset;
}

div.dropdown-menu.show a.dropdown-item {
  width: 99%;
}

.dropdown-item {
  color: #fff;
}

.suggest-secure-key {
  margin-left: 5px;
  float: right;
  position: relative;
  right: -24px;
  top: -30px;
}

.search-list-tbl th,
.search-list-tbl-content-row {
  border: 1px solid #dee2e6;
  padding: 0.5rem;
  vertical-align: top;
}

.search-list-tbl th {
  background-color: #f0f3f4;
  text-align: center;
}

.search-list-tbl-content-row {
  background-color: #a8aab1;
}

.single-plagiarism-text-cell {
  padding: 15px;
  background-color: #f0f3f4;
  max-height: 200px;
  overflow-y: scroll;
}

.pointer,
.chart-box-modal-close:hover,
.chart-box-modal-close:focus,
.orange-btn {
  cursor: pointer;
}

.textarea-400-250 {
  width: 400px;
  height: 250px;
}

.textarea-500-150 {
  width: 500px;
  height: 150px;
  margin-right: 6px;
}

.textarea-h150 {
  height: 150px;
}

.textarea-840-360 {
  width: 840px;
  height: 360px;
}

.contents-input-text,
.contents-input-select {
  width: 840px;
}

.hover-row {
  background-color: #dee2e6;
}

span.small {
  font-size: smaller;
}

.user-rights-table {
  width: 100%;
  border: 1px solid gray;
  font-size: 12px;
}

.user-right-bgc1 {
  background-color: #3399cc;
}

.user-right-bgc2 {
  background-color: #00ff7f;
}

.plagiarism-row-selected {
  background: lightgreen !important;
}

.cb-row-checked {
  background: #83af33 !important;
}

div.admin-ajax-loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  opacity: 0.9;
  filter: alpha(opacity=70);
  -moz-opacity: 0.9;
  display: none;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 200px;
  height: 140px;
  background: #979794;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  perspective: 1000px;
}

.loader:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 8px;
  background: #f5f5f5 no-repeat;
  background-size: 60px 10px;
  background-image: linear-gradient(#ddd 100px, transparent 0),
    linear-gradient(#ddd 100px, transparent 0),
    linear-gradient(#ddd 100px, transparent 0),
    linear-gradient(#ddd 100px, transparent 0),
    linear-gradient(#ddd 100px, transparent 0),
    linear-gradient(#ddd 100px, transparent 0);
  background-position: 15px 30px, 15px 60px, 15px 90px, 105px 30px, 105px 60px,
    105px 90px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.loader:after {
  content: "";
  position: absolute;
  width: calc(50% - 10px);
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 8px;
  background: #fff no-repeat;
  background-size: 60px 10px;
  background-image: linear-gradient(#ddd 100px, transparent 0),
    linear-gradient(#ddd 100px, transparent 0),
    linear-gradient(#ddd 100px, transparent 0);
  background-position: 50% 30px, 50% 60px, 50% 90px;
  transform: rotateY(0deg);
  transform-origin: left center;
  animation: paging 1s linear infinite;
}

.loader-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
}

@keyframes paging {
  to {
    transform: rotateY(-180deg);
  }
}

@keyframes paging {
  to {
    transform: rotateY(-180deg);
  }
}

#progressBarContainer {
  width: 100%;
  top: -8px;
  position: relative;
  margin: 0;
}

#progressBarContent {
  width: 1%;
  height: 40px;
  background-color: #83af33;
  opacity: 0.8;
}

.content-search-buttons,
.list-page-buttons {
  position: absolute;
  margin-top: 14px;
  right: 22px;
}

.search-content-button,
.search-content-cancel-button,
.plagiarism-check-all-cancel-button,
.search-plagiarism-button,
.check-blog-button,
.import-blog-links-button,
.check-ranking-button,
.check-review-button,
.check-pus-button,
.plagiarism-export-button,
.plagiarism-delete-button {
  background: #83af33;
  color: #25333e;
  padding: 5px;
  margin-left: 15px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.search-content-cancel-button,
.plagiarism-check-all-cancel-button {
  background: #dd6124;
}

.search-content-button:hover,
.search-content-cancel-button:hover,
.plagiarism-check-all-cancel-button:hover,
.search-plagiarism-button:hover,
.check-blog-button:hover,
.import-blog-links-button:hover,
.check-ranking-button:hover,
.check-review-button:hover,
.check-pus-button:hover,
.plagiarism-export-button a i:hover,
.plagiarism-delete-button:hover {
  color: #ffffff;
}

.check-blog-button,
.import-blog-links-button,
.check-ranking-button,
.check-review-button,
.check-pus-button,
.add-blog-button,
.add-ranking-button,
.add-review-button {
  padding: 5px;
}

.form-wrapper {
  width: 800px;
}

.dropdown-headline {
  width: 100% !important;
}

i.bi-calendar {
  color: gray;
  left: -30px;
  position: relative;
}

.number-form-control {
  width: 120px;
}

.list-page-buttons {
  position: absolute;
  margin-top: -40px;
  right: 22px;
}

.do-plagiarism-check-all-disabled,
.search-content-button-disabled {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  padding: 5px;
  margin-left: 15px;
}

.project-stat-chart-container,
.blog-index-stat-chart-container,
.ranking-position-stat-chart-container,
.review-value-stat-chart-container,
.review-rating-stat-chart-container,
.review-position-stat-chart-container,
.project-ranking-position-stat-chart-container,
.project-review-value-stat-chart-container,
.project-review-rating-stat-chart-container,
.project-review-position-stat-chart-container,
.ranking-position-stat-items-container,
.review-value-stat-items-container {
  display: block;
  position: relative;
  width: 1200px;
  height: 400px;
  overflow-y: auto;
  background: #f9f9f9;
}

.blog-index-stat-chart-container,
.ranking-position-stat-chart-container,
.ranking-position-stat-items-container,
.review-value-stat-chart-container,
.review-rating-stat-chart-container,
.review-position-stat-chart-container,
.review-value-stat-items-container,
.chart-box {
  padding-top: 28px;
  margin-top: -28px;
  margin-left: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 22px 35px -16px rgba(0, 0, 0, 0.1);
}

.blog-index-stat-chart-container,
.ranking-position-stat-chart-container,
.review-value-stat-chart-container {
  margin-top: -15px;
}

.review-rating-stat-chart-container {
  margin-top: 0;
}

.project-ranking-position-stat-chart-container,
.project-review-value-stat-chart-container,
.project-review-rating-stat-chart-container,
.project-review-position-stat-chart-container {
  padding-top: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 22px 35px -16px rgba(0, 0, 0, 0.1);

  width: 100%;
  margin-left: 0;
  margin-top: -4px;
}

.ranking-position-stat-items-container,
.review-value-stat-items-container {
  padding-top: 10px;
  margin-top: 0;
  height: unset;
}

select.flat-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #008ffb
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60px' height='60px'><polyline fill='white' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>")
    no-repeat scroll right 2px top 9px / 16px 16px;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  outline: 0 none;
  height: 33px;
  padding: 5px 20px 5px 10px;
  text-align: center;
  text-indent: 0.01px;
  text-overflow: "";
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: auto;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

select.flat-select:focus,
select.flat-select:hover {
  border: 0;
  outline: 0;
}

.apexcharts-canvas {
  margin: 0 auto;
}

.project-stat-chart-box {
  width: 100%;
  position: relative;
  border-left: 1px solid #25333e;
  padding: 9px;
  background-color: #ffffff;
}

.blog-index-stat-chart-box,
.ranking-position-stat-chart-box,
.review-value-stat-chart-box {
  display: none;
  margin: auto;
  position: absolute;
  left: 13%;
  color: #fff;
  z-index: 5;
  width: auto;
  height: auto;
}

.project-ranking-position-stat-chart-box,
.project-review-value-stat-chart-box {
  display: none;
  margin: auto;
  color: #fff;
  z-index: 5;
  height: auto;
  position: relative;
  width: 100%;
  margin-left: -2px;
}

.apexcharts-tooltip-text {
  color: #25333e !important;
  font-weight: bold !important;
}

.apexcharts-tooltip-title,
.apexcharts-menu-open {
  background: #25333e !important;
}

.apexcharts-menu-item:hover {
  background: #83af33 !important;
  color: #fff;
  font-weight: bold;
}

.ct-legend.ct-legend-inside {
  left: 480px !important;
  top: 80px !important;
}

.ct-legend.ct-legend-inside li {
  display: flex !important;
}

.ct-chart-donut {
  position: relative;
  left: -28%;
  top: 5px;
}

.project-stat-overview {
  position: absolute;
  top: 30px;
  left: 488px;
  width: 380px;
  border: 1px solid #dee2e6;
  z-index: 1;
}

.project-stat-overview-label {
  font-weight: bold;
}

.project-stat-overview-label,
.project-stat-overview-value {
  font-size: 16px;
  width: 50%;
  padding: 5px 5px 5px 10px;
  border: 1px solid #dee2e6;
  float: left;
}

.pagination-wrapper {
  right: 15px;
}

.customer-selector,
.project-selector {
  margin: 3px;
}

a:hover {
  color: #83af33;
}

.plagiarism-check-all-cell,
.blog-check-all-cell,
.ranking-check-all-cell,
.review-check-all-cell,
.pus-check-all-cell {
  padding: 0 !important;
  vertical-align: middle !important;
}

.loading,
.loading-check-item {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
}

.loading span,
.loading-check-item span {
  position: relative;
  z-index: 999;
  color: #fff;
}

.loading::before,
.loading-check-item::before {
  content: "";
  background: #252728;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

.loading:after,
.loading-check-item:after {
  content: "";
  background: #83af33;
  width: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
}

.loading:after {
  animation: 5s loadingAfter infinite ease-in-out;
}

.loading-check-item:after {
  animation: 5s loadingCheckItemAfter infinite ease-in-out;
}

@keyframes loadingAfter {
  0% {
    transform: translateX(-400px);
  }

  50% {
    transform: translateX(400px);
  }

  100% {
    transform: translateX(-400px);
  }
}

@keyframes loadingCheckItemAfter {
  0% {
    transform: translateX(-100px);
  }

  50% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(-100px);
  }
}

.credits-add-box {
  position: relative;
  left: 24px;
  margin-top: 2px;
}

.credits-add-box-field {
  padding-left: 10px;
}

.footer-link {
  color: #e6e6e6;
  margin-left: 10px;
}

.footer-link:hover {
  text-decoration: none;
}

div.note-editor.note-frame.panel.panel-default {
  max-height: 400px;
  overflow: auto;
}

html,
body {
  height: 100%;
}

.min-h-100vh {
  min-height: 100vh;
}

.fill-content {
  flex: 1 1 auto;
}

.content-pages-navbar {
  padding-left: 15px;
}

.content-pages-navbar-button-inactive {
  color: gray;
}

.content-pages-navbar-button {
  color: #e6e6e6;
}

.content-pages-navbar-button-inactive,
.content-pages-navbar-button {
  background: #25333e;
  border: 1px solid #25333e;
  display: inline-block;
  width: 28px;
  text-align: center;
}

.content-pages-navbar-button:hover {
  text-decoration: none;
}

.content-pages-navbar a.page-link {
  display: unset;
}

.help-block {
  margin-top: 10px;
}

.login-help-block {
  display: inline-block;
  clear: both;
  padding-top: 8px;
}

.merged-content,
.merged-content-navigator {
  border: 1px solid #dee2e6;
  padding: 8px;
}

.merged-content-navigator {
  padding: 8px 0 8px 0;
}

.merged-content-navigator-row,
.merged-content-navigator-row-total {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
}

.merged-content-navigator-row-total {
  text-align: center;
  font-weight: bold;
  padding: 12px;
  margin-top: -8px;
}

.merged-content-navigator-row-total-percent {
  font-size: 65px;
}

.merged-content-host-name {
  font-weight: bold;
}

.merged-content-host-percent {
  line-height: 28px;
  font-weight: bold;
  font-size: large;
}

.merged-content-host-number-circle {
  width: 30px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  margin-right: 4px;
  font-weight: bold;
  color: #fff;
}

.merged-content-navigator-content-links a {
  width: 26px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  background-color: #25333e;
  display: inline-block;
}

.plagiarism-words {
  font-weight: bold;
  background-color: yellow;
  display: initial;
}

.plagiarism-words- {
  font-weight: bold;
  display: initial;
}

.merged-content-navigator-content-links {
  width: 100%;
  display: block;
  padding-left: 36px;
}

.merged-content-similarity {
  font-weight: bold;
}

.project-redemption-tbl-label {
  font-weight: bold;
  background-color: #25333e;
  color: #fff;
  padding: 3px !important;
}

.project-redemption-tbl td {
  padding: 5px !important;
}

.project-redemption-content,
.blog-redemption-content,
.ranking-redemption-content,
.review-redemption-content {
  border: double 1px #25333e;
  border-top-style: double !important;
}

.blog-redemption-content,
.ranking-redemption-content,
.review-redemption-content,
tr.content-list-row-next td div.row,
tr.redeem-list-row-next td div.row {
  margin: unset;
}

.plagiarism-delete-button {
  position: relative;
  left: -15px;
  top: 12px;
}

.page-top-menu-box-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #83af33;
  text-align: center;
  font-size: 16px;
  margin-right: 4px;
  font-weight: bold;
  color: #fff;

  justify-content: center;
  display: flex;
  align-items: center;
}

.page-top-menu-item {
  position: relative;
  margin-left: 8px;
}

.page-top-drop-down-menu {
  display: none;
  width: 220px;
  position: absolute;
  background: white;
  border: 1px solid #301b46;
  top: 42px;
  left: -121px;
  z-index: 1;
}

.page-top-menu-item:hover .page-top-drop-down-menu {
  display: block;
}

.page-top-drop-down-menu:before {
  content: "";
  position: absolute;
  border: solid transparent;
  top: -21px;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: white;
  border-width: 11px;
  right: 73px;
  z-index: 1;
}

.page-top-drop-down-menu-sub-item {
  border-bottom: solid 1px gray;
  display: block;
  padding: 7px;
  font-weight: lighter;
}

.page-top-drop-down-menu-sub-item a {
  color: #25333e;
}

.page-top-drop-down-menu-sub-item a:hover {
  color: #83af33;
}

.menu-sub-sub-item {
  padding-left: 20px;
  width: 100%;
  display: none;
}

.page-top-customer-info {
  width: 229px;
  color: #fff;
  position: relative;
  top: -12px;
}

#plagiarism-display-url-search {
  width: 50%;
  height: 30px;
  margin-top: 10px;
  border: 1px solid #83af33;
  border-radius: unset;
}

#plagiarism-display-url-search:focus {
  border-color: #83af33 !important;
  box-shadow: unset !important;
}

.plagiarism-check-container,
.blog-check-container,
.blog-import-links-container,
.ranking-check-container,
.review-check-container,
.pus-check-container {
  margin-top: -25px !important;
}

.plagiarism-check-container-sub-header,
.blog-check-container-sub-header,
.ranking-check-container-sub-header,
.review-check-container-sub-header,
.pus-check-container-sub-header {
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
  margin: 5px !important;
  padding: 5px;
  font-weight: bold;
}

.plagiarism-check-container-sub,
.blog-check-container-sub,
.ranking-check-container-sub,
.review-check-container-sub,
.pus-check-container-sub {
  margin: unset !important;
  padding: unset !important;
}

.check-type-input {
  margin: 6px;
}

.check-credit-sum {
  text-align: center;
  display: block;
  margin-top: 15px;
  margin-bottom: -15px;
}

.index-change,
.position-change,
.http-status,
.value-change {
  font-size: 11px;
  padding: 2px;
  min-width: 30px;
  text-align: center;
  border-radius: 12px;
  position: relative;
  height: 20px;
  font-weight: bold;
  line-height: 15px;
}

.index-change,
.position-change,
.http-status {
  right: 10px;
}

.value-change {
  margin-left: 8px;
}

.http-status {
  line-height: 18px;
}

.index-change.-unchanged,
.position-change.-unchanged,
.value-change.-unchanged,
.http-status.-redirection {
  color: orange;
  background-color: rgba(255, 255, 0, 0.3);
}

.index-change.-increased,
.position-change.-increased,
.value-change.-increased,
.http-status.-successfull {
  color: green;
  background-color: rgba(144, 238, 144, 0.3);
}

.index-change.-decreased,
.position-change.-decreased,
.value-change.-decreased,
.http-status.-server_error {
  color: red;
  background-color: rgba(240, 128, 128, 0.3);
}

.http-status.-information {
  color: #070719;
  background-color: rgba(206, 227, 246, 0.3);
}

.http-status.-client_error {
  color: #ba2ae6;
  background-color: rgba(180, 152, 189, 0.3);
}

.index-change-chart,
.position-change-chart {
  padding-left: 5px;
  color: gray;
  position: relative;
  right: -40px;
  top: 3px;
}

.value-change-chart {
  padding-left: 5px;
  color: gray;
  position: relative;
  top: 3px;
}

.check-item-cell {
  position: relative;
}

.blog-login-col,
.blog-index-col,
.ranking-position-col,
.review-value-col {
  width: 6%;
}

.ranking-position-col,
.review-value-col {
  text-align: right;
  padding-right: 12px !important;
}

.ranking-position-list-tbl,
.review-value-list-tbl {
  color: #000;
  margin: 5px;
  margin-bottom: 5px !important;
  width: 100%;
}

.ranking-position-list-tbl td,
.review-value-list-tbl td {
  padding: 3px 3px 3px 8px;
}

.rankings-tbl,
.reviews-tbl {
  display: table;
  width: 100%;
  border: 1px solid #ced4da;
}

.rankings-tbl-head,
.reviews-tbl-head {
  font-weight: bold;
  background: #25333e !important;
  color: #fff;
}

.rankings-tbl-row,
.reviews-tbl-row {
  display: flex;
  clear: both;
  min-height: 45px;
  align-items: center;
  width: 100%;
}

.rankings-tbl-col,
.reviews-tbl-col {
  display: table-column;
  padding-left: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.rankings-tbl .rankings-tbl-row:nth-of-type(odd),
.reviews-tbl .reviews-tbl-row:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.chart-box-modal-close {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  right: 5px;
  z-index: 6;
  background: #25333e;
  text-align: center;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 3px;
  color: #e6e6e6;
}

.chart-box-modal-close:hover,
.chart-box-modal-close:focus {
  color: #dd6124;
  text-decoration: none;
}

.td-nowrap {
  white-space: nowrap;
}

.width450 {
  width: 450px;
}

.datepicker-project-ranking-date-filter,
.datepicker-project-review-date-filter {
  position: relative !important;
  left: 0 !important;
  padding-bottom: 15px;
}

.datepicker-ranking-date-filter,
.datepicker-review-date-filter {
  width: 840px;
  position: absolute;
  left: 390px;
  display: flex;
  align-items: center;
}

.datepicker-ranking-date-filter-item,
.datepicker-review-date-filter-item,
.datepicker-pus-date-filter-item {
  margin-left: 8px;
  display: flex;
  padding-top: 10px;
  align-items: center;
}

.datepicker-ranking-date-filter-input,
.datepicker-review-date-filter-input,
.datepicker-pus-date-filter-input {
  width: 120px;
  border-radius: 0.25rem !important;
  margin-left: 8px;
  margin-right: 8px;
}

.datepicker-pus-date-filter {
  width: 724px;
  position: absolute;
  display: flex;
  align-items: center;
  top: -8px;
}

.position-change-triangel,
.value-change-triangel {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: 4px;
}

.position-change-triangel.-unchanged,
.value-change-triangel.-unchanged {
  border-bottom: 8px solid rgba(255, 255, 0, 0.7);
  border-top: 8px solid rgba(255, 255, 0, 0.7);
}

.position-change-triangel.-increased,
.value-change-triangel.-increased {
  border-bottom: 16px solid rgba(144, 238, 144, 0.7);
}

.position-change-triangel.-decreased,
.value-change-triangel.-decreased {
  border-top: 16px solid rgba(240, 128, 128, 0.7);
}

.position-change-percent.-unchanged,
.value-change-percent.-unchanged {
  color: orange;
}

.position-change-percent.-increased,
.value-change-percent.-increased {
  color: green;
}

.position-change-percent.-decreased,
.value-change-percent.-decreased {
  color: red;
}

.f-right {
  float: right;
}

.f-leftt,
.login-form .form-horizontal .control-label,
.new-account-form .form-horizontal .control-label,
.inner-logo,
.sidebar-nav,
.link-stats,
.textarea-500-150,
.check-blog-button,
.import-blog-links-button,
.check-ranking-button,
.check-review-button,
.check-pus-button,
.add-blog-button,
.add-ranking-button,
.add-review-button,
.project-stat-chart-box,
.project-stat-overview,
.credits-add-box-field,
.content-pages-navbar,
.page-top-menu-item,
.page-top-customer-info,
.rankings-tbl-row,
.reviews-tbl-row,
.rankings-tbl-col,
.reviews-tbl-col {
  float: left;
}

.project-ranking-items-table-buttons,
.project-review-items-table-buttons {
  margin-left: 10px;
  margin-top: 10px;
}

.pus-project-selector,
.pus-customer-selector {
  width: 350px;
}

.le-item-val {
  width: 50px;
}

.js-le-item-edit,
.js-le-item-abort {
  padding-left: 5px;
}

.ts-custom-tt-box {
  position: relative;
  background: lightgray;
  color: black;
  border-radius: 4px;
  opacity: 0.5;
  padding: 4px;
}

.ts-custom-tt-headline {
  width: 100%;
  background-color: #212529;
  color: white;
  font-weight: bold;
  padding: 4px;
  display: block;
}

.ts-custom-tt-box:before {
  position: absolute;
  right: 43%;
  top: 95%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-width: 13px;
}

.ts-custom-tt-box span.ts-custom-tt-headline {
  border-radius: 4px;
  left: 50%;
}

.ts-custom-tt-box:hover {
  position: relative;
}

.ts-custom-tt-box:hover span.ts-custom-tt-headline::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* start override boostrap styles */
div.dropdown-menu.show {
  background-color: #252728 !important;
}

.nav-pills .show > .nav-link {
  background-color: unset !important;
}

.nav-link {
  text-align: left !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #83af33 !important;
  border-color: #83af33 !important;
  padding: 5px 20px !important;
  width: 50% !important;
}

.btn-primary:hover {
  background-color: #25333e !important;
  border-color: #25333e !important;
}

.btn-light {
  color: #212529 !important;
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
  padding: 5px 20px !important;
  width: 50% !important;
}

.btn-light:hover {
  background-color: #e2e6ea !important;
  border-color: #dae0e5 !important;
}

.modal-header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  padding: 1rem 1rem !important;
  border-bottom: 1px solid #dee2e6 !important;
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
  background-color: #25333e !important;
  color: #fff !important;
  font-size: 20px !important;
}

.mastfoot {
  font-weight: bold;
  background: #25333e;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.container-fluid {
  padding-right: unset !important;
  padding-left: unset !important;
}

tr.row-next-padding td,
.blog-index-stat-chart-row td,
.ranking-position-stat-chart-row td,
.review-value-stat-chart-row td {
  padding: unset;
}

table.background-tasks-tbl tbody tr.content-list-row-tr td {
  padding: 0.5rem;
  vertical-align: unset;
}

.table-responsive.blog-list-table,
.table-responsive.ranking-list-table,
.table-responsive.review-list-table {
  display: inline-table;
}

th.tbl-th-no-filter {
  position: relative;
  top: 15px;
}

/* end override boostrap styles */

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #25333e !important;
  font-weight: bold !important;
  color: #ffffff !important;
}

.nav-menu-box {
  position: relative !important;
  transform: unset !important;
  top: -8px !important;

  background-color: #252728 !important;
}
