/* css */
/* Тhis must be first or there will be issue with the google fonts */
@import url('../../style.css');
@import url('../../widgets.css');
@import url('../../kendo.css');
@import url('../../modal.css');
@import url('../../../../admin/css/anychart.css');
@import url('../../../../admin/css/masks.css');
@import url('../../../../admin/css/entry/seriestables/tableformatting.css');

/* "view article" related css is duplicated in article.css - should be imported here */

#anychart-menu-wrapper {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  letter-spacing: normal;
}

.offline-status {
  background: #3B3F49;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 14px 3px 14px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 1000;
  opacity: .8;
}

.offline-status i {
  margin-right: 6px;
}

body.offline-mode [data-online-only] {
  display: none !important;
}

.k-nodata,
.k-list {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.form-error {
  color: red;
  font-size: 14px;
}

.form-success {
  color: #004200;
}

.form-error div,
.form-success div {
  padding-bottom: 5px;
}

.container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 500px;
}

.container .countries-toggle {
  display: none;
}

.search-bar .k-input,
.search-bar .k-input.k-focus,
.search-bar .k-input.k-hover {
  border: 2px solid #dce0e6 !important;
  border-radius: 2px;
  background: transparent;
}

.search-bar input[type=text] {
  width: 100%;
  border: 0 none;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 30px 7px 10px;
  box-sizing: border-box;
}

.favorites .fa-cog {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 100%;
  display: block;
  padding: 5px;
}

.favorites .fa-cog:hover {
  background-color: #3a6431;
}

.favorites .menu {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 40px;
  right: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 3;
  background: #fff;
  text-transform: none;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding: 15px 0;
}

.favorites .menu a {
  color: #4e77b1;
  text-decoration: none;
  padding: 5px 15px;
  display: block;
}

.favorites .menu a:hover {
  background-color: #ebebeb;
}

.favorites .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 30px;
  max-width: 250px;
}

.favorites .menu li {
  color: #858CA0;
  cursor: pointer;
  padding: 0 70px 0 15px;
  position: relative;
}

.favorites .menu li .fa-trash,
.favorites .menu li .fa-edit {
  position: absolute;
  z-index: 3;
  right: 32px;
  top: 8px;
  visibility: hidden;
}

.favorites .menu li .fa-trash {
  right: 10px;
}

.favorites .menu li:hover {
  background-color: #ebebeb;
}

.favorites .menu li:hover .fa-trash,
.favorites .menu li:hover .fa-edit {
  visibility: visible;
}

/* favorites - multiselect dropdown */
.k-list-content li.k-list-item.k-selected {
  background: #ebebeb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset !important;
}

.container > .left {
  flex-basis: 300px;
  min-width: 240px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-shadow: 10px 0px 42px -15px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 10px 0px 42px -15px rgba(0, 0, 0, 0.50);
  box-shadow: 10px 0px 42px -15px rgba(0, 0, 0, 0.50);
}

.container > .middle {
  flex: 1;
  flex-basis: 45%;
  min-width: 350px;
  box-sizing: border-box;
  -webkit-box-shadow: 10px 0px 42px -15px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 10px 0px 42px -15px rgba(0, 0, 0, 0.50);
  box-shadow: 10px 0px 42px -15px rgba(0, 0, 0, 0.50);
  padding: 0 3px;
}

.container > .middle .system-notification {
  color: #404040;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  padding: 10px 15px 10px 15px;
  background-color: #fff3cd;
  position: relative;
  top: -5px;
}

.container > .middle .system-notification .text {
  flex-grow: 1;
  padding-right: 20px;
  line-height: 20px;
  font-size: 15px;
}

.container > .middle .system-notification a {
  cursor: pointer;
  text-decoration: underline;
  color: #4e77b1;
}

.container > .middle .system-notification a.close {
  color: #707579;
  font-size: 15px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  height: 23px;
  width: 23px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  line-height: 24px;
  position: relative;
  top: -2px;
  right: -5px;
}

.container > .middle .system-notification a.close:hover {
  background-color: rgba(180, 190, 204, .2);
}

.container > .middle .system-notification a:hover {
  text-decoration: none;
}

.container .tools.user-account .mobile-search.selected .far,
.container .tools.user-account .mobile-search.selected .fas {
  background: #3a6431;
}

.search-bar .fa-search {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #d9dee4;
}

.left .accordion .select-all {
  text-transform: uppercase;
  color: #4e77b1;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-decoration: underline;
  line-height: 30px;
  cursor: pointer;
}

.left .accordion.k-panelbar .k-link.k-hover {
  background-color: #e6eaef;
}

.left .single .accordion.k-panelbar .k-link.k-hover {
  background-color: #e6eaef;
  position: relative;
}

.left .single .accordion.k-panelbar li.selected .k-link.k-hover:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 15px;
  font-weight: 500;
  content: "\f2f1";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 7px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  color: #b9c2d2;
}

.single .accordion.favourite-countries li.selected .k-link.k-hover .locker.locked,
.single .accordion.regions .k-group li.selected .k-link.k-hover .locker.locked {
  visibility: hidden;
}

.left .search-bar {
  padding: 6px 10px 6px 10px;
  width: 92%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 5px;
  z-index: 2;
  background: #fff;
}

.left .search-bar .k-autocomplete,
.modal-window-container .search-bar .k-autocomplete {
  box-shadow: none;
  width: 100%;
}

.left .search-bar .k-autocomplete > .k-i-close.k-hidden,
.modal-window-container .search-bar .k-autocomplete > .k-i-close.k-hidden {
  display: inline-block !important;
}

.left .search-bar .k-autocomplete > .k-i-close,
.modal-window-container .search-bar .k-autocomplete > .k-i-close {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #d9dee4;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  right: 8px;
  outline: none;
}

.left .search-bar .k-autocomplete .k-clear-value,
.modal-window-container .search-bar .k-autocomplete .k-clear-value {
  display: block !important;
  height: 30px;
}

.left .search-bar .k-autocomplete .k-clear-value .k-icon,
.modal-window-container .search-bar .k-autocomplete .k-clear-value .k-icon {
  left: 10px;
  top: 2px;
}

.left .search-bar .k-autocomplete .k-clear-value .k-icon:before,
.modal-window-container .search-bar .k-autocomplete .k-clear-value .k-icon:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f002";
  font-weight: 700;
  color: #c3c3c3;
}

.left .search-bar .k-autocomplete.k-hover .k-clear-value .k-icon:before,
.left .search-bar .k-autocomplete.k-focus .k-clear-value .k-icon:before,
.modal-window-container .search-bar .k-autocomplete.k-hover .k-clear-value .k-icon:before,
.modal-window-container .search-bar .k-autocomplete.k-focus .k-clear-value .k-icon:before {
  content: "\f00d";
}

.left .search-bar .k-autocomplete input,
.modal-window-container .search-bar .k-autocomplete input {
  padding: 0 10px;
}

.left .search-bar .k-autocomplete.k-focus {
  background-color: inherit;
}

.middle .search-bar {
  padding: 4px 3px 2px 2px;
  margin-bottom: 2px;
}

.container > .right {
  flex: 1;
  flex-basis: 55%;
  box-sizing: border-box;
  padding-top: 50px;
  position: relative;
  height: 100%;
}

.right .form-loaders {
  opacity: 0.3;
}

.container > .right .no-article-selected,
.container > .right .preview {
  box-sizing: border-box;
  padding: 0 40px;
  font-family: 'Merriweather', sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow: auto;
  height: 100%;
}

.middle .k-grid .k-grid-norecords p,
.container > .right .no-article-selected {
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
  white-space: nowrap;
  color: #868c9e;
  height: auto;
}

.middle .k-grid .k-grid-content.k-auto-scrollable {
  flex-grow: 1;
}

/* Custom styles used for PDF export */

.container > .right .preview.pdf a.close {
  display: none;
}

/* End of custom styles used for PDF export */

.container > .right .preview .article {
  width: 100%;
  min-width: 300px;
}

/* adds some space after last article */
.container > .right .preview .article:last-child:after {
  content: "";
  height: 20px;
  display: block;
}

.container > .right .preview .meta {
  padding: 5px 0 13px 0;
  overflow: auto;
}

.container > .right .preview .meta .item {
  text-transform: uppercase;
  color: #fff;
  padding: 4px 5px;
  border-radius: 2px;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-right: 7px;
  margin-bottom: 7px;
  float: left;
}

.container > .right .preview .meta .item.date {
  background: #868c9e;
  text-transform: none;
}

.container > .right .preview .meta .item.country {
  background: #868c9e;
}

.container > .right .preview .meta .item.publication-type {
  background: #868c9e;
}

.container > .right .preview .meta .item.filter {
  background: #4e77b1;
}

.container > .right .preview .meta .item.filter:hover {
  transition: opacity 0.3s ease;
  opacity: .9;
}

.container > .right .preview b,
.container > .right .preview strong {
  font-weight: 600;
}

.container > .right .preview .content {
  line-height: 25px;
}

.container > .right .preview .pressmood .related-articles {
  display: none;
}

.container > .right .preview .related-articles {
  padding-top: 5px;
  width: 100%;
}

.container > .right .preview .related-articles .k-tabstrip {
  width: 100%;
}

.container > .right .preview .related-articles .k-tabstrip .k-content {
  padding-bottom: 0;
}

.container > .right .preview .related-articles {
  width: 100%;
  box-sizing: border-box;
}

.container > .right .preview .related-articles a.title {
  float: left;
  color: #4e77b1;
  font-weight: 600;
  text-decoration: none;
  line-height: 20px;
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding-right: 10px;
  padding-top: 1px;
  font-size: 13px;
}

.container > .right .preview .related-articles a.title:hover {
  text-decoration: underline;
}

.container > .right .preview .related-articles .date {
  float: right;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #4e77b1;
  width: 100px;
  text-align: right;
  line-height: 20px;
}

.container .tools.user-account {
  position: absolute;
  right: 0;
  z-index: 3;
  overflow: hidden;
  background: #fff;
  color: #b4becc;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
}

.container > .right .tools ul {
  list-style-type: none;
  color: #B9C2D3;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 16px;
  float: right;
  padding: 0;
  margin: 0;
}

.container .tools.user-account ul {
  padding: 2px 10px 0 0;
  margin: 13px 5px 13px 0;
  display: flex;
  list-style-type: none;
}

.container .tools.user-account .user-circle {
  background-color: #4e77b1;
  border-radius: 50%;
  color: #fff;
  padding: 9px 8px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.container .tools.user-account .user-circle:hover {
  background-color: #375f98;
}

.container .tools.user-account a {
  color: #4e77b1;
  text-decoration: none;
  padding: 9px;
  border-radius: 35px;
  transition: background-color 0.3s ease;
}

.container .tools.user-account li:not(.show-account) a:hover {
  background-color: rgba(78, 119, 177, .1);
}

.container .tools.user-account li.show-account {
  padding-left: 10px;
}

.container .tools.user-account ul li:nth-child(1) {
  /* Hide the search button */
  display: none;
}

.container .tools.user-account ul li {
  padding: 0;
}

.container .tools.user-account ul li:last-child {
  padding-right: 0;
  position: relative;
  top: 2px;
}

.container .tools.user-account .far,
.container .tools.user-account .fas {
  width: 22px;
  height: 22px;
  background: #4e77b1;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  line-height: 21px;
  font-size: 14px;
  box-sizing: border-box;
  margin-right: 3px;
}

.container .tools.user-account .fas.fa-bookmark {
  font-size: 12px;
  line-height: 22px;
}

.container .tools.user-account .fas.fa-power-off {
  font-size: 14px;
  line-height: 22px;
}

.container .tools.user-account .fas.fa-question {
  font-size: 12px;
}

.container .tools.user-account .fas.fa-cog {
  line-height: 22px;
  background: #4e77b1;
}

.container .tools.user-account .fas.fa-search {
  font-size: 13px;
}

.container > .right .export label {
  color: #4e77b1;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  top: -5px;
  left: 5px;
  cursor: pointer;
}

.container > .right .export span {
  position: absolute;
  top: -38px;
  left: 40px;
  cursor: pointer;
  z-index: 2;
}

.container > .right .export .fa-file-pdf {
  color: #4e77b1;
  font-size: 30px;
}

/* Article preview */

.container > .right .preview h1 {
  font-size: 22px;
  padding-right: 80px;
  line-height: 32px;
}

.container > .right .preview h1 a.close {
  position: absolute;
  right: -10px;
  top: 1px;
  text-decoration: none;
  font-size: 14px;
  color: #b4becc;
  line-height: 27px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  transition: background-color 0.3s ease;
  padding: 1px 35px 1px 8px;
  border-radius: 30px;
  display: block;
}

.container > .right .preview h1 a.close:hover {
  background-color: rgba(180, 190, 204, .3);
  color: #404040;
}

.container > .right .preview h1 a.close:hover * {
  color: #404040;
}

.container > .right .preview h1 .fa-times {
  position: absolute;
  right: 10px;
  top: 0;
  color: #b4becc;
  font-size: 28px;
  cursor: pointer;
}

.container > .right .preview > h1.title:first-child {
  margin-top: 5px;
  width: calc(100% - 40px);
}

.container > .right .preview h2 {
  font-size: 20px;
}

.container > .right .preview h3 {
  font-size: 18px;
}

.container > .right .preview h4 {
  font-size: 16px;
}

.container > .right .preview a {
  color: #4b72ba;
}

.container > .right .preview a.autopm {
  color: #404040;
}

.container > .right .preview .disclamer {
  font-size: 90%;
}

.container > .right .preview .content .article-table-placeholder {
  display: none;
}

.container > .right .preview .tools ul {
  padding-right: 0;
  padding-top: 10px;
  list-style-type: none;
  display: flex;
  position: relative;
  right: -5px;
}

.container > .right .preview .tools ul li:last-child {
  margin-right: 0;
}

.container > .right .preview .tools ul li {
  font-weight: 600;
  padding: 5px 9px;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
  border-radius: 35px;
}

.container > .right .preview .tools ul li a {
  color: #4e77b1;
  text-decoration: inherit;
  font-size: 15px;
}

.container > .right .preview .tools i {
  color: #4e77b1;
}

.container > .right .preview .tools ul li:hover {
  background-color: rgba(78, 119, 177, .1);
  cursor: pointer;
}

.container > .right .preview .tools ul li .far.fa-question-circle,
.container > .right .preview .tools ul li a.asktheeditor {
  color: #a30704;
}

.container > .right .preview .tools ul li a.bookmark span {
  padding-left: 2px;
}

.container > .right .preview .content ul:nth-child(1) {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.container > .right .preview .content ul:nth-child(1) li::before {
  content: "•";
  color: #2e6b2c;
  display: inline-block;
  width: 20px;
  font-size: 30px;
  margin-left: 0;
  position: relative;
  top: 5px;
}

.container > .right .preview .content p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.container > .right .preview .tools .fas.fa-share-alt {
  line-height: 22px;
  padding-right: 3px;
}

.container .article-end {
  border-bottom: 2px solid #B9C2D3;
  margin-bottom: 17px;
}

.container .preview .pressmood .separator20.article-end {
  height: 10px;
}

.container .in-article-table * {
  line-height: normal;
}

.container .in-article-table > tbody > tr:first-child td,
.container .in-article-table > tr:first-child td {
  font-size: 19px;
  font-family: Raleway, sans-serif;
}

.container .in-article-table table > tbody > tr:first-child td,
.container .in-article-table table > tr:first-child td {
  color: #838b9e;
  font-family: Raleway, sans-serif;
}

.container .in-article-table > tbody > tr td.in-article-table-source,
.container .in-article-table > tbody > tr td.in-article-table-note,
.container .in-article-table > tbody > tr:last-child td,
.container .in-article-table > tr:last-child td {
  color: #838b9e;
  font-family: Raleway, sans-serif;
}

/* End - Article preview */

.left .logo:nth-child(1) {
  display: none;
}

.left .logo {
  box-sizing: border-box;
  padding-top: 18px;
  height: 75px;
}

.left .logo a {
  display: block;
  margin: 0 auto;
  width: 230px;
}

.menu-title {
  background: #19400d;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 10px;
  margin: 4px 0;
}

.locker {
  background: #B9C2D3;
  width: 23px;
  height: 23px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
}

.locker .fas {
  position: relative;
  top: -5px;
  font-size: 11px;
}

.k-panel > .k-item > .k-link,
.k-panelbar > .k-item > .k-link {
  line-height: 30px;
}

.k-panelbar .k-panel.k-group {
  margin-top: 5px;
}

.left .accordion.favourite-countries {
  max-height: 185px;
  overflow: auto;
}

.accordion.k-panelbar {
  border: 0;
}

.accordion.k-panelbar > .k-item > .k-link,
.accordion.k-panelbar .k-group > .k-item > .k-link,
.accordion.k-panelbar > .k-panelbar-header > .k-link {
  padding: 0 5px;
  display: flex;
}

.accordion.regions.k-panelbar > .k-item > .k-link,
.accordion.regions.k-panelbar .k-group > .k-item > .k-link,
.accordion.regions.k-panelbar > .k-panelbar-header > .k-link {
  padding-left: 15px;
  padding-right: 10px;
}

.accordion.favourite-countries .k-panelbar-header > .k-link {
  padding-left: 13px;
  padding-right: 10px;
  cursor: pointer;
}

.single .accordion.favourite-countries .k-panelbar-header > .k-link {
  padding-left: 13px;
}

.left .single .accordion.favourite-countries .select-all {
  margin-left: 0;
}

.accordion.k-panelbar > li.k-default > .k-link {
  color: #494D59;
}

.accordion.regions ul.k-group.k-panel {
  overflow: auto;
}

.accordion.favourite-countries .k-link .child {
  flex-grow: 1;
  color: #3b3e48;
  font-weight: 600;
}

.left .accordion.regions .k-panelbar-item .k-link {
  cursor: pointer;
}

.accordion.regions .k-group .k-link .child {
  padding-left: 0;
  color: #3b3e48;
  flex-grow: 1;
}

.accordion.favourite-countries .k-link .child.locked,
.accordion.regions .k-group .k-link .child.locked {
  color: #868c9e;
}

.accordion.regions > li {
  position: relative;
}

.accordion.regions > li span.checkbox {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.accordion.regions > li span.checkbox.hidden {
  display: none;
}

.accordion.regions > li span.checkbox.checked {
  background-image: url('../../../img/browser/checkbox-checked.svg');
}

.accordion.regions > li span.checkbox.partly-checked {
  background-image: url('../../../img/browser/checkbox-partly-checked.svg');
}

.accordion.regions > li span.checkbox.unchecked {
  background-image: url('../../../img/browser/checkbox-unchecked.svg');
}

.accordion.favourite-countries .k-link,
.accordion.regions .k-group .k-link .child {
  line-height: 30px;
  font-size: 14px;
}

ul.accordion.regions.k-panelbar > li.k-panelbar-header > .k-link {
  color: #fff;
  background: #868c9e;
  font-size: 15px;
  margin-top: 4px;
}

ul.accordion.regions.k-panelbar > li.k-panelbar-header > .k-link .k-icon {
  display: none;
}

.k-panel > li.k-item,
.k-panelbar,
.k-panelbar .k-content {
  background-color: #fff;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  box-shadow: none;
}

.k-panelbar > li.k-default > .k-link.k-selected,
.k-panelbar > li.k-default > .k-link.k-hover,
.k-panelbar .k-hover {
  background: #e6eaef;
}

.k-panelbar > li.k-default > .k-link.k-selected {
  background: #fff;
}

.k-panelbar > li > .k-focus,
.k-panelbar .k-focus {
  border: 0;
  box-shadow: none;
}

.k-panelbar > li > .k-focus {
  background: transparent;
}

.k-panelbar > li > .selected.k-focus,
.k-panelbar .selected.k-focus {
  background: #e6eaef;
}

.k-panelbar > li.k-item,
.k-panel > li.k-item {
  margin-bottom: 1px;
}

.k-panelbar li.k-item.focused span.k-link,
.k-panelbar li.k-item.selected span.k-link {
  background: #b8c9e0;
}

.k-panelbar .k-content,
.k-panelbar .k-item,
.k-panelbar .k-panel,
.k-panelbar > .k-item > .k-link {
  border: 0;
}

/* Middle menu */

.menu.k-menu:after {
  width: auto;
}

.menu.k-menu .k-item.new > span:after {
  content: 'NEW!';
  color: #fff;
  padding: 2px;
  background: #a30704;
  font-size: 10px;
  position: relative;
  top: -2px;
  left: 7px;
  border-radius: 2px;
}

.menu.k-menu {
  display: flex;
  width: 100%;
  background: transparent;
  margin-bottom: 2px;
  border: 0;
}

.menu.k-menu > .k-item {
  margin: 0 1px 2px 1px;
  float: none;
  /* flex: 1; */
  flex-grow: 1
}

.menu.k-menu > .k-item > .k-link {
  border-radius: 3px;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 9px 5px 8px 5px;
}

.menu.k-menu > .k-item > .k-link .k-menu-link-text {
  text-align: center;
  display: block;
}

.menu.k-menu > .k-item > .k-link .k-menu-expand-arrow {
  display: none !important;
}

.menu.top.k-menu > .k-item > .k-link {
  background: #868c9e;
  color: #fff;
  transition: background-color 0.3s ease;
}

.menu.top.k-menu > .k-item > .k-link:hover,
.menu.top.k-menu > .k-item > .k-link.selected {
  background: #5d6270;
}

.menu.bottom.k-menu > .k-item > .k-link {
  background: #3a6431;
  color: #fff;
  position: relative;
  top: -2px;
  transition: background-color 0.3s ease;
}

.menu.bottom.k-menu > .k-item > .k-link:hover,
.menu.bottom.k-menu > .k-item > .k-link.selected {
  background: #19400d;
}

.menu.bottom.k-menu > .k-item.k-hover,
.menu.top.k-menu > .k-item.k-hover,
.menu.top.k-menu > .k-item.k-focus,
.menu.bottom.k-menu > .k-item.k-focus {
  border: 0;
  box-shadow: none;
}

.menu .k-item .k-icon {
  display: none;
}

.k-menu .k-menu-group .k-item > .k-link {
  padding: 5px 10px;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.k-menu .k-menu-group .k-item.topic.general > .k-link .k-menu-link-text:after {
  display: block;
  background-color: #4e77b0;
  color: #fff;
  margin-left: 7px;
  content: 'General';
  font-size: 10px;
  padding: 3px 5px 0 5px;
  line-height: 10px;
  height: 13px;
  overflow: hidden;
  position: relative;
  top: 3px;
}

.menu.top.k-menu .k-menu-group .k-item > .k-link.selected {
  background: #ebebeb;
}

.menu.top.k-menu #all_data .k-link {
  background: #ffa826 !important;
  color: #000;
  font-weight: bold;
}

.menu.top.k-menu #all_data .k-menu-link-text:after {
  content: 'NEW';
  vertical-align: super;
  font-size: 80%;
}

.middle .logo {
  display: none;
}

.middle .applied-filters-bar {
  flex-grow: 1;
  padding: 8px 5px 15px 10px;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #404040;
}

.middle .applied-filters-bar .reset {
  height: 20px;
}

.middle .applied-filters-bar strong {
  line-height: 22px;
  padding: 0 7px 5px 5px;
  display: flex;
  height: 22px;
  box-sizing: border-box;
}

.middle .applied-filters-bar strong i {
  margin-top: 5px;
  margin-right: 6px;
  color: #636774;
}

.middle .applied-filters {
  flex-grow: 1;
  align-self: flex-start;
}

.middle .applied-filters .k-chip {
  font-size: 11px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  padding: 0 5px 0 0;
  height: 22px;
  max-width: 180px;
}

.middle .applied-filters .k-chip:hover {
  cursor: default;
}

.middle .search-results {
  color: #b4becc;
  padding: 0;
}

.middle .calendar-navigation {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 5px 10px;
}

.middle .calendar-navigation div {
  flex-shrink: 1;
}

.middle .calendar-navigation .reset i {
  font-size: 18px;
  margin: 0 10px 0 0;
  line-height: 24px;
}

.middle .importance-classifications {
  box-shadow: none;
  width: 100%;
  gap: 4px;
  margin: 20px 12% 5px;
  background: transparent;
}

.middle .importance-classifications .k-button {
  flex: 1 1 0;
  background: transparent;
  padding: 3px 10px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 700;
  overflow: visible;
  color: #5776ad;
  border: 2px solid #5776ad !important;
  border-radius: 2px !important;
  opacity: 1;
  min-width: 150px;
}

.middle .importance-classifications .k-button.k-focus {
  background: transparent;
}

.middle .importance-classifications .k-button.k-selected {
  color: #fff;
  background: #5776ad;
}

.middle .search-results a.download-calendar,
.middle .search-results a.reset {
  color: #4e77b1;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.middle .search-results a.download-calendar {
  text-decoration: none;
}

.middle .search-results h2 {
  font-size: 20px;
  margin: 0;
  padding: 0 20px 15px 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #b4becc;
}

.middle .search-results ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 20px 0;
  display: flex;
}

.middle .search-results ul li {
  margin: 0;
  padding: 0;
}

.middle .search-results ul li.icon {
  width: 33px;
}

.middle .search-results ul li.icon .fa-search {
  font-size: 17px;
}

.middle .search-results ul li.text {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  flex: 1;
  flex-basis: 100%;
  line-height: 18px;
}

.middle .search-results ul li.reset {
  min-width: 65px;
  position: relative;
  left: 10px;
}

.middle .search-results a.button {
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  color: #4b72ba;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border-radius: 30px;
  padding: 2px 10px;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  position: relative;
  top: -3px;
}

.middle .search-results a.button:hover {
  background-color: rgba(78, 119, 177, .1);
}

.middle .search-results a.button span {
  line-height: 24px;
  padding-right: 4px;
}

.middle .search-results a.button .fa-times {
  cursor: pointer;
  color: #4b72ba;
}

.middle .search-results a.close .fa-times {
  font-size: 25px;
}

.middle .search-results a.download-calendar i {
  margin: 0 7px 0 0;
  line-height: 22px;
}

.middle .k-grid {
  font-family: 'Merriweather', sans-serif;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  border-color: transparent;
  margin: 10px 5px 0 10px;
}

.middle .k-grid .k-grid-norecords {
  align-items: start;
}

.middle .k-grid .k-grid-norecords p {
  flex-grow: 1;
  color: #868c9e;
}

.middle .k-grid .k-loading-mask.k-opaque .k-loading-color {
  background-color: transparent;
}

.middle .k-grid .k-grid-header,
.middle .k-grid .k-grid-pager {
  display: none;
}

.middle .k-grid tr td {
  border-color: transparent;
  padding: 7px 0;
  vertical-align: top;
}

.middle .k-grid tr td:nth-child(2) {
  box-sizing: border-box;
  padding: 7px 15px 7px 0;
}

.middle .k-grid tr.data-row.search td {
  border-bottom: 2px solid #e7ebf0;
  padding: 15px 0;
}

.middle .k-grid tr.data-row.search td.text {
  padding: 15px 10px 15px 0;
  box-sizing: border-box;
}

.middle .k-grid tr.data-row.search td.date {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #858CA0;
}

.middle .k-grid tr.data-row.search td div.text {
  color: #3b3e48;
  padding-top: 5px;
  font-weight: 400;
}

.middle .k-grid tr.data-row.search td span.title em,
.middle .k-grid tr.data-row.search td div.text em {
  color: #4b72ba;
  font-style: normal;
  font-weight: bold;
}

.container > .right .preview .article em.highlight {
  background-color: #b4d7fe;
  font-style: normal;
}

.middle .k-grid .country {
  background: #868c9e;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-left: 10px;
  position: relative;
  top: -2px;
  line-height: 25px;
}

.middle .k-grid .date-heading {
  text-align: center;
  color: #b6becb;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  top: -5px;
  height: 30px;
}

.middle .k-grid tr:hover {
  cursor: pointer;
  background: none;
}

.middle .k-grid tr td:nth-child(3) {
  color: #868c9e;
}

/*.middle .k-grid tr.selected span.title.locked,*/
.middle .k-grid tr.selected span.title {
  color: #868c9e;
}

.middle .k-grid tr.data-row.search.selected td div.text {
  color: #868c9e;
}

.middle .k-grid tr span.title {
  color: #3b3e48;
}

.middle .k-grid tr:hover span.title,
.middle .k-grid tr span.title:hover {
  text-decoration: underline;
}

.middle .k-grid tr.selected span.title.locked,
.middle .k-grid tr span.title.locked {
  color: #b4becc;
}

.middle .k-grid tr.selected .country {
  background: #4e77b1;
}

.middle .k-grid td span.item {
  text-transform: uppercase;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
  font-size: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-right: 7px;
  float: left;
}

@media only screen and (max-width: 1440px) {

  .middle .applied-filters .k-chip {
    max-width: 140px;
  }
  
  .middle .importance-classifications .k-button {
    min-width: 130px;
  }

}

@media only screen and (max-width: 1280px) {

  .favorites .menu {
    font-size: 13px;
  }

  .container > .left {
    display: block;
  }

  .left .logo {
    height: 73px;
  }

  .menu-title {
    font-size: 14px;
  }

  .container > .right {
    min-width: 530px;
  }

  .container > .right .preview {
    font-size: 12px;
  }

  .container > .right .tools ul {
    font-size: 14px;
  }

  .container > .middle .system-notification {
    font-size: 14px;
  }

  .container > .right .preview h1 {
    font-size: 16px;
    line-height: 23px;
  }

  .container > .right .preview .meta .item {
    font-size: 12px;
  }

  .container > .right .preview h1 a.close:before {
    top: -3px;
  }

  .container > .right .export label,
  .container .tools.user-account ul,
  .container .tools.user-account .fas,
  .container .tools.user-account .far {
    font-size: 14px;
  }

  .middle .k-grid {
    margin-left: 7px;
    margin-right: 0;
  }

  .container > .right .preview h1 a.close {
    top: 3px;
  }

  .menu.k-menu > .k-item > .k-link {
    font-size: 11px;
  }

  .search-bar input[type=text] {
    font-size: 12px;
  }

  .accordion.favourite-countries .k-link,
  .accordion.regions .k-group .k-link .child {
    font-size: 14px;
  }

  ul.accordion.regions.k-panelbar > li.k-panelbar-header > .k-link {
    font-size: 14px;
  }

  .container > .middle .system-notification .text {
    font-size: 14px;
  }

  .middle .importance-classifications .k-button {
    min-width: auto;
  }
  
  .middle .k-grid tr.data-row.search td {
    padding-left: 10px;
  }

  .middle .search-results ul li.reset a.close {
    font-size: 13px;
  }

  .middle .search-results h2 {
    font-size: 17px;
    padding-bottom: 0;
  }

  .middle .k-grid .date-heading,
  .middle .k-grid {
    font-size: 12px;
  }

  .middle .applied-filters-bar {
    zoom: .9;
  }

  .middle .applied-filters-bar strong {
    display: none;
  }

  .middle .applied-filters-bar strong span {
    display: none;
  }

}

@media only screen and (max-width: 1024px) {

  .bookmarks .modal-window h3 {
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .favorites .fa-cog {
    display: none;
  }

  .left .search-bar {
    padding-bottom: 10px;
    padding-top: 4px;
  }

  .container > .left {
    width: 250px;
    display: none;
    z-index: 100002;
  }

  .container > .middle .filters {
    min-width: 310px;
  }

  .middle .k-grid .date-heading,
  .middle .k-grid {
    font-size: 13px;
  }

  .menu-title {
    margin: 2px 0;
    padding: 9px 10px;
  }

  .menu.top {
    width: calc(100% - 150px);
    float: left;
  }


  .menu.k-menu .k-item.new > span:after {
    content: '';
    background: transparent;
  }

  .container .countries-toggle {
    display: block;
    width: 150px;
    float: left;
    background: #8fa5c9;
    color: #fff;
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border-radius: 3px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    cursor: pointer;
    background-image: url('../../../img/browser/checkbox-white-checked.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 125px 9px;
  }

  .container > .left {
    position: absolute;
  }

  .container > .left > .top > .countries-toggle {
    width: 100%;
    float: none;
    font-size: 14px;
    border-radius: 0;
    text-align: left;
    box-sizing: border-box;
    padding: 8px 10px;
    background-size: 20px 20px;
    background-position: calc(100% - 10px);
  }

  .container .left .top .logo {
    display: none;
  }

  /* The logo shown at the top of the left column (countries panel) */
  .container > .left .top .logo:nth-child(1) {
    display: block;
    width: 140px;
    height: auto;
    padding: 9px 10px 5px 10px;
    float: none;
  }

  .container .middle {
    display: block;
  }

  .container > .middle .system-notification {
    padding: 10px;
  }

  .container > .middle .system-notification .text {
    font-size: 13px;
    padding-right: 10px;
  }

  .middle .search-results ul li.reset a.close .fa-times {
    font-size: 24px;
  }

  .container .logo {
    width: 140px;
    float: left;
    display: block;
    padding-right: 10px;
  }

  .container .logo a {
    width: 100%;
  }

  .container .middle .keyword {
    width: calc(100% - 150px);
    float: right;
  }

  .container > .right {
    display: block;
    min-width: auto;
  }

  .container > .right .preview {
    font-size: 13px;
  }

  .container > .right .preview .content {
    line-height: 23px;
  }

  .container .tools.user-account a {
    padding-right: 5px;
  }

  .container .tools.user-account ul li {
    padding-right: 0;
  }

  .container .tools.user-account li:not(.show-account) a:hover {
    background-color: transparent;
  }

  .container .tools.user-account li i:hover {
    background-color: #375f98;
  }

  .container .tools.user-account ul li:not(.show-account) span {
    display: none;
  }

  .container > .right .export span {
    top: -34px;
  }

  .container > .right .export .fa-file-pdf {
    font-size: 25px;
  }

  .container > .right .export label,
  .container .tools.user-account ul,
  .container .tools.user-account .fas,
  .container .tools.user-account .far {
    font-size: 13px;
  }

  .right .logo {
    display: none;
  }

  .container > .right .export span {
    display: none;
  }

  .container > .right .export span label {
    display: block;
  }

  .container > .right .preview .tools ul li {
    font-size: 13px;
  }

  .container > .right .preview .content .in-article-table,
  .container > .right .preview .content .article-table {
    display: none;
  }

  .container > .right .preview .content .article-table-placeholder {
    display: block;
  }
  
  .offline-status {
    padding: 4px 14px 4px 14px;
    zoom: .9;
  }
}

@media only screen and (max-width: 768px) {

  .container > .left {
    position: static;
  }

  .container > .right .export span {
    display: block;
    left: unset;
    right: 40px;
    width: 22px;
    height: 22px;
    background: #4e77b1;
    border-radius: 22px;
    text-align: center;
    color: #fff;
    line-height: 21px;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 1px;
  }

  .container > .right .export span label {
    display: none;
  }

  .container > .right .export span .fa-file-pdf {
    color: #fff;
    font-size: 14px;
  }

  .container > .right .export span .fa-file-pdf:before {
    content: "\f1c1";
    font-weight: 900;
  }

  .left .search-bar {
    position: static;
  }

  .left .accordion.favourite-countries {
    overflow: visible;
    position: static;
    max-height: initial;
  }

  /* End of fixed layout changes */
  .accordion.favourite-countries .k-link,
  .accordion.regions .k-group .k-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .container .tools.user-account {
    height: 37px;
  }

  .container .tools.user-account ul li.mobile-search {
    display: inline-block;
    cursor: pointer;
  }

  .container .tools.user-account ul {
    padding: 0;
    margin-top: 10px;
  }

  .container .tools.user-account .user-circle {
    padding: 6px 5px;
    font-size: 13px;
  }

  .middle .search-results {
    padding: 0;
  }

  .middle .search-results h2 {
    padding: 0 10px 15px 10px;
  }

  .middle .k-grid {
    margin: 0;
  }

  .middle .k-grid tr.data-row.search td {
    padding-left: 0;
  }

  .container .middle .keyword {
    float: none;
    width: 100%;
    display: none;
  }

  .container > .right {
    display: none;
    padding-top: 0;
  }

  .container > .right .preview {
    padding: 0 10px;
    min-width: 300px;
    max-width: 99vw;
  }

  .container > .right .preview h1 {
    padding-right: 25px;
  }

  .container > .right .preview h1 a.close span {
    display: none;
  }

  .container > .right .preview h1 a.close:hover {
    background-color: transparent;
  }

  .right .logo {
    display: block;
    float: none;
    padding: 6px 0 5px 5px;
  }

  .modal-window table.table-with-connectors td.title {
    white-space: normal;
  }

  .modal-window .k-picker.user-time-zone {
    max-width: 80px;
    width: auto;
  }

  .modal-window .request-sent.modal-button,
  .modal-window .submit-changes.modal-button {
    width: auto;
  }

  .container > .right .preview .tools ul li.bookmarks,
  .container .tools.user-account ul li.bookmarks {
    display: none;
  }
  
  .offline-status {
    padding: 3px 12px 3px 12px;
    zoom: .8;
  }
}
