@import "bootstrap-extensions-e7a679b52016403871faf5f706737ccb.css";
@import "bootstrap-overrides-4946de020a67ded84eee9358e49779c2.css";
@import "button-dropdown-f835c32ad555ad59ad6c34ae6f8e0da6.css";
@import "clipboard-snippet-65fd07c8ba95379d5ce1d7b301f0b988.css";
@import "edit-company-f9cbf83576946a26540fd9228c657721.css";
@import "edit-publication-962d47b6f32407aecced3059f32bc41e.css";
@import "ember-tag-input-overrides-cd7f3a3ffa456f0442f6644d12757c88.css";
@import "glyph-checkbox-3eeede2cfd22a946df812fdd49a5a936.css";
@import "spinner-493aaa5281157da89d05a1c76f5f551f.css";
@import "company-03ff4431e56d36d4c4b23f0ad60e491c.css";
@import "date-picker-37807b2af6494164b26446769b4173c6.css";
@import "subscriptions-7033eb8d578a4a73d83913acdf7ebe92.css";

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

body {
  color: #1C2C3A;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
  color: #3A88FF;
}

/* Application
-------------------------------------------------- */

#app {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#app-navbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 80px;
  background: #3B5E7C;
}
#app-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 80px;
  min-width: 700px;
}
#app-sidebar {
  position: absolute;
  width: 45%;
  min-width: 200px;
  bottom: 0;
  top: 0;
  z-index: 2;
}
#app-sidebar-header {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  min-height: 80px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
#app-sidebar-content {
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  background: #fafafa;
  z-index: 1
}
#app-main {
  position: absolute;
  width: 55%;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #eee;
  z-index: 10;
  background: #fff;
  overflow: auto;
}
#app-fullpage-main {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
  overflow: auto;
}
#app-sidebar-header > div,
#app-main > div {}
#app-sidebar-header .page-header,
#app-main .page-header,
#app-fullpage-main .page-header {
  min-height: 80px;
  padding: 30px 15px 15px 15px;
}
#app-sidebar-header .page-header,
#app-main .page-header {
  margin: 0;
}
#app-sidebar-header .page-header {
  border: 0;
}
#app-sidebar .list-group-item {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 0;
}
/* environments */
#app-sidebar .list-group-item.sandbox {
  border-left: 4px solid #e67e22;
}
#app-sidebar .list-group-item.live {
  border-left: 4px solid #2ecc71;
}
/* channel states */
#app-sidebar .list-group-item.draft {
  border-left: 4px solid #bdc3c7;
}
#app-sidebar .list-group-item.published {
  border-left: 4px solid #2ecc71;
}
#app-sidebar .list-group-item.locked {
  border-left: 4px solid #e74c3c;
}
#app-sidebar .list-group-item.archived {
  border-left: 4px solid #8e44ad;
}

#app-sidebar h3 {
  margin: 0;
  padding: 39px 0 15px 0;
  font-weight: normal;
  color: #999;
}

#app-main .navbar {
  min-height: 0;
  margin-bottom: 0;
  padding: 5px 15px;
  background-color: #f5f5f5;
}
#app-main .navbar .nav > li > a {
  padding: 5px 10px;
  color: #1C2C3A;
}
#app-main .navbar .nav-pills > li > a.active,
#app-main .navbar .nav-pills > li > a.active:hover,
#app-main .navbar .nav-pills > li > a.active:focus {
  color: #8E969D;
  background-color: #fff;
}
#app-main table ul {
  margin: 0;
  padding-left: 1em;
}

/* Ace editor */
.ace_editor {
  height: 600px;
}

/* HTML Preview */
.html-preview {
  background-color: white;
}

.html-preview iframe {
  width: 100%;
  height: 100%;
}

/* Login form */
#login-form {
  width: 400px;
  margin-top: 7%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  background-color: rgba(255,255,255,0.95);
  -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.6);
  box-shadow: 0 8px 6px -6px rgba(0,0,0,0.6);
}

/* Bootstrap column padding overrides */
.reset-left-padding {
  padding-left: 0px !important;
}
.reset-right-padding {
  padding-right: 0px !important;
}
.posting-control-btn {
  width: 200px;
}
.save-posting-btn, .change-posting-status-btn {
  border: 1px solid #2ECC71;
  background: white;
  color: #2ECC71;
}
.save-posting-btn:hover, .change-posting-status-btn:hover {
  background: #2ECC71;
  color: white;
}
.preview-publication-btn {
  border: 1px solid #1E7BE2;
  color: #1E7BE2;
  background: white;
}
.preview-publication-btn:hover {
  background: #1E7BE2;
  color: white;
}
.expire-posting-btn {
  border: 1px solid #9B9B9B;
  background: white;
  color: #9B9B9B;
}
.expire-posting-btn:hover {
  background: #9B9B9B;
  color: white;
}
.expire-req-posting-btn {
  border: 1px solid #9B9B9B;
  background: #9B9B9B;
  color: white;
}
.cancel-posting-btn {
  border: 1px solid #D5584C;
  background: white;
  color: #D5584C;
}
.cancel-posting-btn:hover {
  background: #D5584C;
  color: white;
}
.cancel-req-posting-btn, .confirm-cancel-req-posting-btn, .confirm-cancel-posting-btn {
  border: 1px solid #D5584C;
  background: #D5584C;
  color: white;
}
.confirm-cancel-req-posting-btn[disabled]:hover {
  background: #db776e;
}
form#feedback .btn-with-confirmation {
  margin-bottom: 10px;
}
hr.grey {
  border-top: 2px solid #ddd;
}
.editable {
  cursor: pointer;
}
.input-text-right input {
  text-align: right;
}
table.scheduled-retry tbody {
  font-size: 1.2em;
}
.form-group .discount-field {
  width: 80px;
}
.preview-color {
  width: 20px;
  height: 20px;
  float: right;
  border: 1px solid #9B9B9B;
}
table.revisions .btn-with-confirmation,
table.versions .btn-with-confirmation {
  display: inline;
}
table.revisions td:nth-child(1) {
  cursor: pointer;
}
/* Circles for traffic lights */
.custom-circle:before {
  content:"\25cf";
  font-size: 3em;
  vertical-align:middle;
  line-height: 25px;
}
div.checkbox, div.checkbox-input {
  margin-top: 5px;
}
div.form-group div.checkbox {
  margin-left: 20px;
}

.popout {
  position: relative;
}
.popout-inner {
  position: absolute;
  top: 0;
  width: 400px;
}
.popout-inner-right {
  position: absolute;
  z-index: 3;
  right: 0;
}

.destroyed .table {
  text-decoration: line-through;
  opacity: 0.5;

  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.i18n-record .panel-body {
  border: 1px #bce8f1 solid;
}

.row-margin {
  margin-top: 12px;
}

.supplier-item-filter {
  display: flex;
}

.supplier-filter {
  margin-right: 10px;
}

.max-content-width {
  width: max-content;
}

.inherited-filter-label {
  margin-left: -15px;
  margin-top: 5px;
}
.symbol {
  font-size: 11px;
  color: #a6a6a6;
}

.btn-default .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.scrollable-list {
  max-height: 160px;
  overflow-y: scroll;
}

.change-sourcename-checkbox {
  margin-left: 12px !important;
  margin-top: 12px !important;
}

.probation-checkbox {
  margin-left: 12px !important;
  margin-top: 10px !important;
}

.filter-dropdown {
  display: inline-grid;
  font-size: 14px;
  padding: 4px 7px;
  width: 30%;
}

.flex-filter-dropdown {
  width: auto;
  max-width: 250px;
  flex: 1;
}

.filter-sm {
  width: 30%;
}

.filter-md {
  width: 35%;
}

.filter-lg {
  width: 75%;
}

.search-input {
  display: inline;
  width: 50%;
}

/* This is a 'hack' as how to use col-lg-6 for a different screen width than 1200px */
@media screen and (min-width: 1615px) {
  .select-filter-row {
    width: 50% !important;
  }
}

@media screen and (min-width: 1450px) and (max-width: 1615px) {
  .supplier-item-filter {
    margin-left: -30px;
    width: auto !important;
  }
}

.subtitle {
  color: #888;
}

.posting-container {
  display: flex !important;
  gap: 10px;
}

.posting-container .posting-lock {
  font-size: 25px;
  align-self: center;
}

.one-line {
  white-space: nowrap;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
}

.flex-right .btn-with-confirmation {
  padding-left: 5px;
}

.internal-information-text {
  word-break: break-word;
}
