@import url("/css/bootstrap-tagsinput.css");
/* H Tags */
h1 {
  font-size: 22px;
}

h2 {
  color: #b7b7b7;
  font-size: 14px;
  line-height: 20px;
}

h2 .blue {
  color: #3290c5;
  font-weight: bold;
}

.mediapreview {
  border: solid 2px #3290c5;
}

.uploadpreview img {
  border: solid 2px #3290c5;
}

.mediapreview, .uploadpreview {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.mediapreview div {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #3290c5;
}

.mediapreview .material-icons {
  position: absolute;
  color: #3290c5;
  top: 0px;
  right: 10px;
}

.mediapreview .material-icons:hover {
  opacity: 0.7;
  cursor: pointer;
}

.progress {
  height: 50px;
  margin: 5px 0px;
}

.progress .progress-bar {
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
}

.uploadfield {
  padding-top: 15px;
  border: dotted 1px #979797;
  background-color: #fafafa;
  width: 100%;
  height: 130px;
}

.uploadfield[drop-active=true] {
  opacity: 0.5;
}

.uploadfield i {
  color: #bcbcbc;
  padding-bottom: 0px;
}

.upload {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn.upload {
  background-color: #434343;
  color: #fff;
}

.upload input[type=file] {
  cursor: pointer;
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.dropdown-toggle.noarrow::after, .dropdown-toggle.noarrow::before {
  display: none;
}

.dropdown-title {
  font-size: 13px;
  padding: 5px 15px;
}

.dropdown-item {
  font-size: 15px;
  padding: 5px 15px;
}

.dropdown-item:hover {
  background-color: #eaf3f9;
}

.dropdown-item:active {
  color: #000;
  background-color: #eaf3f9;
}

.dropdown-item .material-icons {
  margin-right: 8px;
}

.dropdown-item:hover .material-icons {
  color: #3290c5;
}

/* List */
.list {
  color: #7e7e7e;
}

.list .items {
  border-top: solid 1px #e5e5e5;
}

.list .items.medium {
  line-height: 30px !important;
  font-size: 15px;
}

.list .column {
  font-size: 14px;
  text-transform: uppercase;
  color: #bfbfbf;
  padding-bottom: 10px;
}

.list .item {
  line-height: 40px;
  padding: 10px;
  border-bottom: solid 1px #e5e5e5;
}

.list .item:hover {
  background-color: #eaf3f9;
  cursor: pointer;
}

.list.sortable .item:hover {
  cursor: move;
}

.list .item .name:hover {
  text-decoration: underline;
}

.list .item .name i {
  margin-right: 20px;
}

.list .item .name i:hover {
  cursor: move;
}

.list .item .action {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}

.list .item .action .dropdown-toggle.noarrow {
  margin: 0px;
  color: #7e7e7e;
}

.list .item .action .dropdown-item {
  line-height: 20px;
}

.list .item .action button {
  padding: 0px;
  width: 30px;
  height: 30px;
}

.list .item .action button:hover {
  cursor: pointer;
  background-color: #e5e5e5;
  border-radius: 30px !important;
}

/* Menu */
.menu {
  position: fixed;
  float: left;
  margin-top: 60px;
  height: auto !important;
  min-height: calc(100% - 60px);
  background-color: #f5f5f5;
  width: 250px;
  padding: 25px 0px;
  color: #757575;
}

.menu .menucontent .menuitem {
  text-indent: 10px;
  line-height: 34px;
  font-size: 14px;
  padding: 5px 0px;
}

.menu .menucontent .menuitem:hover {
  background-color: #e1eaf0;
  cursor: pointer;
}

.menu .menucontent .menuitem:hover .material-icons {
  color: #3290c5;
}

.menu .menucontent .menuitem.current {
  background-color: #e1eaf0;
  cursor: pointer;
}

.menu .menucontent .menuitem.current .material-icons {
  color: #3290c5;
}

.menu .menucontent .menuitem .material-icons {
  margin-right: 20px;
}

.menu .result {
  padding: 0px 20px;
  margin-bottom: 90px;
}

.menu .result .grey {
  text-transform: uppercase;
  font-size: 14px;
}

.menu .result .amount {
  color: #909090;
  font-size: 12px;
}

.menu .result .amount span {
  float: right;
  padding-top: 20px;
}

.menu .result .amount .earnings {
  cursor: pointer;
  float: left;
  padding-top: 10px;
  color: #3290c5;
  font-size: 24px;
  font-weight: bold;
}

.menu .result .amount .earnings:hover {
  opacity: 0.7;
}

.menu .result .helper {
  clear: both;
  padding-top: 10px;
  font-size: 10px;
}

.menu .subscription {
  color: #909090;
  font-size: 12px;
  width: 100%;
  position: fixed;
  bottom: 20px;
  padding: 0px 20px;
}

.menu .subscription .type {
  margin-right: 10px;
  background-color: #c7c7c7;
  font-size: 10px;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.menu .subscription .opgrade {
  margin: 10px 0px 10px 0px;
  color: #3290c5;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.menu .subscription .opgrade:hover {
  opacity: 0.7;
  cursor: pointer;
}

.menu .subscription .copyright {
  color: #c5c5c5;
  font-size: 12px;
}

.content {
  float: left;
  margin: 60px 0px 0px 250px;
  width: calc(100% - 250px);
}

.content .dashboard {
  padding: 45px 50px 25px 50px;
}

.content .page {
  position: relative;
  width: 100%;
  padding-top: 25px;
}

.content .page .backLink {
  margin: 10px 0px 20px 70px;
}

.content .page .nav {
  margin: 0px 0px -11px 70px;
  padding: 0px;
}

.content .page.dashboard .nav {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.content .page .nav .nav-link {
  color: #999999;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  margin: 0px 10px;
  text-transform: uppercase;
}

.content .page .nav .nav-link:hover {
  color: #3290c5;
  border-bottom: solid 2px #3290c5;
}

.content .page .nav .nav-link.active {
  color: #3290c5;
  border-bottom: solid 2px #3290c5;
}

.content .page.dashboard .nav .nav-link:hover {
  color: #3290c5;
  border: none;
}

.content .page.dashboard .nav .nav-link.active {
  color: #3290c5;
  border: none;
}

.content .page hr {
  margin: 10px 0px;
}

.content .page .context {
  margin: 20px 100px 100px 65px;
}

.content .page .context label {
  font-weight: 700;
}

.content .page .context .parent {
  color: #969696;
  font-size: 22px;
}

.content .page .context .parent i {
  margin: 0px 5px;
}

.content .page .context .parent a {
  color: #969696 !important;
}

.content .page .context .current {
  font-size: 20px;
  font-weight: 700;
}

.content .page .context .current i {
  color: #3290c5;
  margin-right: 10px;
}

.content .page .context .dropdown-toggle.noarrow:hover .material-icons {
  color: #fff;
}

.content .page .context textarea {
  resize: none;
}

.content .page .savepanel {
  width: calc(100% - 250px);
  background-color: #fff;
  height: 80px;
  margin-top: 20px;
  position: fixed;
  bottom: 0px;
}

.content .page .savepanel button {
  margin-top: 5px;
  margin-right: 15px;
}

.content .page .savepanel button.btn-kbblue {
  margin-right: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.modal--welcome .modal-content .modal-body a {
  color: #3290c5;
  padding: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid transparent;
  display: inline-block;
}

.modal-footer button[type=submit] {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 991px) {
  .menu {
    width: 200px;
  }
  .content {
    width: calc(100% - 200px);
    margin-left: 200px;
  }
  .content .dashboard {
    padding: 25px 0px;
  }
  .content .page .backLink {
    margin-left: 30px;
  }
  .content .page .nav {
    margin-left: 30px;
  }
  .content .page .context {
    margin-left: 25px;
    margin-right: 25px;
  }
  .content .page .savepanel {
    width: calc(100% - 200px);
  }
}
@media (max-width: 766px) {
  .content {
    width: 100%;
    margin-left: 0px;
  }
  .content .page .backLink {
    margin-left: 5px;
  }
  .content .page .nav {
    margin-left: 0px;
  }
  .content .page .context {
    margin-left: 0px;
    margin-right: 0px;
  }
  .content .page .savepanel {
    width: 100%;
  }
}
.greybox {
  margin: 20px 0px 40px 0px;
  border-radius: 4px;
  background-color: #f2f2f2;
  padding: 20px;
}

.greybox .headline {
  text-transform: uppercase;
  color: #9b9b9b;
  font-size: 12px;
}

.greybox .text {
  font-size: 20px;
  font-weight: bold;
}

.greybox button {
  margin-top: 8px;
}

/* Colors */
.kbblueTxt {
  color: #3290c5;
}

/* Helper */
.helper {
  color: #b7b7b7;
  font-size: 12px;
}

/* Alert */
.alert-kbblue {
  background-color: #eaf3f9;
  color: #7e7e7e;
  font-size: 14px;
}

/* Form Control */
.form-control {
  border-radius: 2px !important;
}

.form-control:focus {
  border-color: #dbdbdb;
  box-shadow: none;
}

.input-group .form-control {
  border-right: none;
  border-radius: 2px 0px 0px 2px !important;
}

.input-group .input-group-text {
  border-radius: 0px 2px 2px 0px !important;
  background-color: #fff;
  border-left: none;
  border-left-color: #fff;
  color: #c7c7c7;
  font-size: 11px;
}

.input-group .input-group-text .material-icons {
  font-size: 15px;
}

.dateRangePicker {
  cursor: pointer;
}

/* Admin Dashboard */
.header {
  z-index: 99;
  position: fixed;
  background-color: #fff;
  width: 100%;
  padding-top: 18px;
  height: 60px;
  box-shadow: 0px 5px 5px #c0c0c0;
}

.header .logo {
  display: inline-block;
  margin: -2px 20px 0px 0px;
  padding-right: 20px;
  border-right: solid 1px #e1e1e1;
}

.header .dropdown {
  display: inline-block;
}

.header .btn-link, .header .btn-link:hover {
  color: #000;
  padding: 0px;
}

.header .dropdown-toggle::after {
  margin-left: 10px;
}

.header .dropdown-toggle.noarrow {
  margin-top: -5px;
}

.header .dropdown-toggle.noarrow:hover .material-icons {
  color: #3290c5;
}

.header .dropdown-toggle.noarrow {
  display: inline-block;
  text-align: right;
  margin-right: 15px;
}

@media (max-width: 766px) {
  .header .logo {
    margin: 0px 8px 0px 0px;
    padding-right: 8px;
  }
  .header .logo img {
    width: 80px;
  }
  .header .dropdown-toggle.noarrow {
    margin-right: 0px;
  }
}
@media (max-width: 320px) {
  .header .logo {
    margin: 0px 8px 0px 0px;
    padding-right: 8px;
  }
  .header .logo img {
    width: 60px;
  }
  .header .dropdown-toggle.noarrow {
    margin-right: -5px;
  }
}
/* Login - Forgot - Create */
.loginForgotCreateWrap {
  background-color: #fff;
  margin: 80px 0px;
  padding: 40px 30px;
  box-shadow: 0px 0px 20px #505050;
}

.loginForgotCreateWrap .backLink {
  margin-top: 40px;
}

.loginForgotCreateWrap .readMoreLink {
  margin-top: 20px;
}

.loginForgotCreateWrap .sub-text {
  color: #aaa;
  margin-top: 10px;
}

.loginForgotCreateWrap h1 {
  margin-top: 30px;
  font-weight: 700;
}

.loginForgotCreateWrap .login .noAccountLink {
  margin-top: 40px;
  color: #616266;
}

.loginForgotCreateWrap a {
  color: #1875aa;
}

.loginForgotCreateWrap .login .forgotLink {
  margin-top: 15px;
}

.small-text-price {
  font-size: 10px;
  display: block;
  line-height: 1.5;
  margin-top: 10px;
  color: rgb(160, 160, 160);
}

@media (max-width: 766px) {
  .loginForgotCreateWrap {
    box-shadow: none;
    margin: 30px 0px;
  }
}
/* Subscription */
.loginForgotCreateWrap .subscription {
  margin-top: 10px;
}

.subscription-item {
  border: solid 3px #e9e9e9;
  border-radius: 6px;
  padding: 15px 10px;
  margin-top: 10px;
}

.subscription-item:hover {
  cursor: pointer;
  border-color: #3290c5;
  color: #3290c5;
}

.subscription-item.selected, .subscription-item:active {
  background-color: #eaf3f9;
  border-color: #eaf3f9;
}

.subscription-item.selected:hover {
  color: #000;
  cursor: default;
}

.subscription-item .title {
  font-size: 22px;
  font-weight: bold;
}

.subscription-item .files {
  color: #b7b7b7;
  font-size: 12px;
}

.subscription-item .price {
  font-size: 22px;
}

.subscription-item .currency {
  color: #b7b7b7;
  font-size: 10px;
}