/* [js-css-concat.js] Statics\css\dashboard.css */
/*********** version 2 *************/

@font-face {
  font-family: "Roboto Condensed Bold";
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

.IMSDashboard {
  background: #fff;
  font-family: Arial, sans-serif;
}

.windows-xp .IMSDashboard {
  width: 100%;
  height: 100%;
}

.IMSDashboard .IMSCenter section.section-statistic-counter .rsc-container {
  padding: 30px 20px 30px 30px;
}

.IMSDashboard .IMSCenter .padding-box {
  margin: 30px 20px 0 30px;
}

body.safari .IMSCenter > .scroll-wrapper {
  height: auto;
  display: flex;
  flex-grow: 1;
}

.IMSDashboard .flex-row-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}

.IMSDashboard .flex-row-container .flex-col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 10px;
}

.IMSDashboard .up-icon,
.IMSDashboard .down-icon {
  vertical-align: middle;
  background-image: url("../images/dasboard-sprite-icons.png");
  background-repeat: no-repeat;
  background-color: transparent;
  width: 26px;
  height: 20px;
  display: inline-block;
}

.IMSDashboard .up-icon {
  background-position: -321px -16px;
}

.IMSDashboard .up-color {
  color: #16a085;
}

.IMSDashboard .down-icon {
  background-position: -370px -16px;
}

.IMSDashboard .down-color {
  color: #e35353;
}

/******** COUNTER BOX BY STATUS ***********/

.section-statistic-counter {
  background: #eceff4;
  overflow: hidden;
  flex: none;
}

.section-statistic-counter .counter-box {
  float: left;
  border: 1px solid #e2e3e7;
  border-radius: 5px;
  overflow: hidden;
  width: 170px;
  font-family: Arial, sans-serif;
}

.section-statistic-counter .counter-box .box-content {
  background: #fff;
  padding: 16px;
  height: 80px;
}

.section-statistic-counter .counter-box .counter {
  color: #2ea2c7;
  font-weight: bold;
  font-size: 40px;
  font-family: Arial, sans-serif;
}

.section-statistic-counter .counter-box .counter sup {
  font-size: 65%;
}

.section-statistic-counter .counter-box .counter .small {
  font-size: 32px;
}

.section-statistic-counter .counter-box .title {
  height: 30px;
  background: #eef5fd;
  color: #6c7288;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 14px;
  cursor: pointer;
}

.section-statistic-counter .counter-box .title .fa-angle-right,
.section-statistic-counter .counter-box .title .fi-angle-right {
  float: right;
  margin-top: 8px;
}

.section-statistic-counter .counter-box .bullet {
  height: 30px;
  background: #444a68;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

.section-statistic-counter .counter-box .bullet .item {
  margin-left: 26px;
}

.section-statistic-counter .counter-box .bullet .item i {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 6px;
}

.section-statistic-counter .counter-box .bullet .item:nth-child(1) i {
  background-color: #ff5656;
}

.section-statistic-counter .counter-box .bullet .item:nth-child(2) i {
  background-color: #939bbb;
}

.section-statistic-counter .counter-box .bullet .item:nth-child(3) i {
  background-color: #16a085;
}

.section-statistic-counter .counter-box .icon {
  width: 38px;
  height: 48px;
  float: right;
  background-image: url("../images/dasboard-sprite-icons.png");
  background-repeat: no-repeat;
  background-color: transparent;
}

.section-statistic-counter .counter-box .icon.icon-send {
  background-position: -8px -10px;
}

.section-statistic-counter .counter-box .icon.icon-waiting-edit {
  background-position: -70px -10px;
}

.section-statistic-counter .counter-box .icon.icon-waiting-publish {
  background-position: -129px -10px;
}

.section-statistic-counter .counter-box .icon.icon-comment-unread {
  background-position: -189px -10px;
  width: 40px;
}

.section-statistic-counter .counter-box .icon.icon-message-unread {
  background-position: -248px -10px;
  width: 56px;
  height: 48px;
}

.section-statistic-counter .counter-box .icon.icon-user-waiting-approve {
  background-position: -8px -82px;
  width: 44px;
}

.section-statistic-counter .counter-box .icon.icon-edit {
  background-position: -70px -82px;
}

.section-statistic-counter .counter-box .icon.icon-publish {
  background-position: -129px -82px;
}

.section-statistic-counter .counter-box .icon.icon-down {
  background-position: -189px -82px;
}

.section-statistic-counter .counter-box .icon.icon-remove {
  background-position: -248px -82px;
}

.section-statistic-counter .counter-box .icon.icon-return-edit {
  background-position: -8px -153px;
}

.section-statistic-counter .counter-box .icon.icon-return {
  background-position: -70px -153px;
}

.section-statistic-counter .counter-box .icon.icon-discussion {
  background-position: -129px -153px;
  width: 54px;
}

.section-statistic-counter .counter-box .icon.icon-received-publish {
  background-position: -263px -153px;
}

.section-statistic-counter .counter-box .icon.icon-published {
  background-position: -205px -153px;
}

/****** THONG KE VISIT ******/

.section-statistic-visit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 30px;
  overflow: hidden;
  flex: none;
}

.section-statistic-visit .statistic-box {
  height: 180px;
  background: #fff;
  border-right: 1px solid #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}

.section-statistic-visit .statistic-box:last-child {
  border-right: none;
}

.section-statistic-visit .statistic-box header {
  width: 100%;
  background: #444a68;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
}

.section-statistic-visit .statistic-box header .box-title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.section-statistic-visit .statistic-box header .view-all {
  color: #a1a8c6;
  font-size: 14px;
  float: right;
}

.IMSDashboard .widget-box-dashboard {
  background: #fff;
  border: 1px solid #d0dae3;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  flex: none;
}

.IMSDashboard .widget-box-dashboard.haf {
  width: 49%;
  float: left;
}

.IMSDashboard .widget-box-dashboard.haf:nth-child(even) {
  float: right;
}

.IMSDashboard .widget-box-dashboard:last-child.padding-box {
  margin-bottom: 40px;
}

.IMSDashboard .widget-box-dashboard .widget-box-dashboard-header {
  height: 52px;
  padding: 0 20px;
  background: #f4f9fd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d0dae3;
}

.IMSDashboard .widget-box-dashboard .widget-box-dashboard-header header {
  padding-left: 0;
}

.IMSDashboard .widget-box-dashboard header {
  color: #537c9c;
  background: #f4f9fd;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #d0dae3;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
  font-family: "Roboto Condensed Bold";
}

.IMSDashboard .widget-box-dashboard .config {
  text-transform: none;
  color: #848990;
  display: block;
  float: right;
  font-size: 13px;
  cursor: pointer;
  font-family: Arial;
}

.IMSDashboard .widget-box-dashboard .config .fa,
.IMSDashboard .widget-box-dashboard .config .fi {
  margin: 0 20px 0 5px;
  font-size: 12px;
}

.IMSDashboard .widget-box-dashboard header .count {
  position: absolute;
  background: #2ea2c7;
  color: #fff;
  margin-top: 9px;
  font-size: 11px;
  font-family: Arial;
  font-weight: normal;
  border-radius: 50%;
  height: 21px;
  line-height: 18px;
  min-width: 21px;
  padding: 2px 7px;
  margin-left: 6px;
}

.IMSDashboard .widget-box-dashboard.dark header {
  background: #444a68;
  border-bottom-color: #444a68;
  color: #fff;
}

.IMSDashboard .widget-box-dashboard.dark header .config {
  background: #363b56;
  color: #fff;
  border-left: none;
}

/********** BOX THONG KE REALTIME **********/

.IMSDashboard .widget-box-dashboard .box-content {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
}

.IMSDashboard .widget-box-dashboard .box-content .no-result {
  color: #eb9316;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .chart-box {
  /* float: right; */
  background: #fff;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 82%;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .chart-box .view-types {
  /* float: right; */
  font-size: 15px;
  color: #666666;
  overflow: hidden;
  align-self: flex-end;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .chart-box .view-types > span {
  float: left;
  border-right: 1px dashed #cbcbcb;
  padding: 0 10px;
  cursor: pointer;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .chart-box .view-types > span:first-child {
  padding-left: 0;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .chart-box .view-types > span:last-child {
  padding-right: 0;
  border-right: none;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .chart-box .view-types > span.active,
.IMSDashboard .widget-box-dashboard.statistic-realtime .chart-box .view-types > span:hover {
  font-weight: bold;
  text-decoration: underline;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .chart-box .chart-wrap {
  margin-top: 30px;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .tabs {
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-transform: uppercase;
  font-family: "Roboto Condensed Bold", Arial;
  font-size: 17px;
  border-bottom: 1px solid #d0dae3;
  background: #f4f9fd;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .tabs li {
  float: left;
  padding: 0 20px;
  color: #537c9c;
  opacity: 0.5;
  cursor: pointer;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .tabs li.active {
  opacity: 1;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .tabs li.active div {
  border-bottom: 3px solid #f69f2b;
  line-height: 50px;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box {
  width: 280px;
  float: left;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #cfdae3;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box .traffic-now {
  width: 100%;
  color: #7e839d;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box .traffic-now .box-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #454b51;
  margin-bottom: 10px;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box .traffic-now .counter {
  color: #fff;
  background: #3a4358;
  padding: 0 15px;
  border-radius: 9px;
  font-size: 52px;
  font-weight: bold;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box .traffic-now .box-last-title {
  margin-top: 10px;
  color: #444a50;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box .sep {
  width: 100%;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box .sep .sep-boder {
  margin: auto;
  border-top: 1px solid #dedede;
  width: calc(100% - 24px);
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .traffic-source {
  padding: 12px;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .traffic-source .item {
  padding: 8px 0;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .traffic-source .item > div > label {
  color: #556071;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .traffic-source .item > div > label:first-child {
  font-weight: bold;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .traffic-source .item > div > label:last-child {
  font-size: 12px;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .traffic-source .item .percent {
  background: #e9eaec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 7px;
  width: 100%;
  display: block;
  margin-top: 6px;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .traffic-source .item .percent .value {
  height: 100%;
  width: 0%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #686c75;
  opacity: 0.7;
  display: block;
  transition: width 0.2s ease-in;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .traffic-average {
  padding: 12px;
  color: #556071;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .traffic-average .row {
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
}

.IMSDashboard .widget-box-dashboard.statistic-realtime .traffic-average .label {
  font-size: 13px;
  font-weight: bold;
  font-family: Arial;
  padding: 4px 0;
  text-align: center;
  display: block;
}

/********** BOX LIST TIN THEO STATUS **********/

.IMSDashboard .widget-box-dashboard .list-news .content-wrap {
  height: 325px;
}

.IMSDashboard .widget-box-dashboard .list-news .news-item {
  color: #666666;
  font-size: 12px;
  line-height: 21px;
  font-family: Arial, sans-serif;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.IMSDashboard .widget-box-dashboard .list-news .news-item:last-child {
  margin-bottom: 0;
}

.IMSDashboard .widget-box-dashboard .list-news .news-item .info-wrapper {
  display: flex;
  width: 45%;
  flex-grow: 1;
}

.IMSDashboard .widget-box-dashboard .list-news .news-item .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
  flex: none;
}

.IMSDashboard .widget-box-dashboard .list-news .news-item .avatar {
  width: 63px;
  height: 63px;
  flex: none;
  display: block;
  background: #ececec;
}

.IMSDashboard .widget-box-dashboard .list-news .news-item .info {
  flex-grow: 1;
  flex-direction: column;
  margin-left: 15px;
  display: flex;
  justify-content: space-between;
}

.IMSDashboard .widget-box-dashboard .list-news .news-item .title {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  line-height: 21px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.IMSDashboard .widget-box-dashboard .list-news .news-item .author-info {
  color: #9a9a9a;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.IMSDashboard .widget-box-dashboard .list-news .news-item .date {
  color: #909090;
  white-space: nowrap;
  margin-left: 29px;
  text-align: center;
}

.IMSDashboard .widget-box-dashboard .list-news .news-item .ims-checkboxlabel {
  flex: none;
  margin-right: 10px;
}

.IMSDashboard .widget-box-dashboard .list-news .news-item .zone {
  font-size: 13px;
  color: #2ea2c7;
  white-space: nowrap;
  margin-left: 29px;
  text-align: center;
  width: 170px;
}

.IMSDashboard .widget-box-dashboard .list-news .news-item .statistic {
  color: #727272;
  white-space: nowrap;
  margin-left: 29px;
}

.IMSDashboard .widget-box-dashboard .list-news .news-item .statistic .sprt {
  padding: 0 5px;
}

/* Box active page */

.IMSDashboard .widget-box-dashboard .active-page {
  height: 300px;
  border-radius: unset;
  border: unset;
}

.IMSDashboard .widget-box-dashboard .active-page.cafef {
  height: 500px;
}

.IMSDashboard .widget-box-dashboard .cafef .ims-list-view.active-page .list-view-body .ims-list-view-row:first-child {
  margin-top: 0px;
}

.IMSDashboard .widget-box-dashboard .cafef .ims-list-view.active-page .list-view-body .ims-list-view-row {
  padding: 0px 20px;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-cell {
  margin-right: 25px;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-cell:last-child {
  margin-right: 0;
}

.IMSDashboard .widget-box-dashboard .active-page .ims-list-view-row.header {
  height: 33px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #dfe0eb;
  background: #fff;
}

.IMSDashboard .widget-box-dashboard .active-page .ims-list-view-row.header .list-view-cell {
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #9fa2b4;
}

.IMSDashboard .widget-box-dashboard .active-page .ims-list-view-row.header .list-view-cell.user-online,
.IMSDashboard .widget-box-dashboard .active-page .ims-list-view-row.header .list-view-cell.ctr,
.IMSDashboard .widget-box-dashboard .active-page .ims-list-view-row.header .list-view-cell.source {
  text-align: center;
}

.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.title-cell {
  min-width: 120px;
  display: flex;
  z-index: 2;
}

.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.source,
.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.date-public,
.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.user-online,
.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.exit-rate,
.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.total-view,
.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.ctr {
  width: 92px;
  flex: none;
  flex-grow: unset;
  z-index: 2;
}

.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.source {
  width: 140px;
  text-align: center;
}

.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.user-online,
.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.exit-rate,
.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.ctr {
  width: 74px;
}

.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.total-view {
  width: 64px;
}

.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.exit-rate span,
.IMSDashboard .widget-box-dashboard .active-page .list-view-cell.ctr span {
  margin-left: 3px;
}

.IMSDashboard .widget-box-dashboard .active-page.thanhnien .text-cell {
  width: 140px !important;
}

.IMSDashboard .widget-box-dashboard .active-page.thanhnien .ims-list-view-row.header .list-view-cell {
  text-align: center;
}

/* list-view-body  */

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body {
  /* width: calc(100% + 10px); */
  width: 100%;
  height: calc(100% - 36px);
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .ims-list-view-row {
  display: flex;
  align-items: center;
  padding: 0 20px;
  padding-bottom: 9px;
  margin-top: 6px;
  position: relative;
  background: #fff;
  border-bottom: none;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .ims-list-view-row:first-child {
  margin-top: 15px;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .ims-list-view-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  height: 100%;
  border-bottom: 2px dotted #dfe0eb;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .ims-list-view-row:last-child::after {
  content: none;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .ims-list-view-row.active-page-color-default {
  background: #fff0b3;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .ims-list-view-row.active-page-color-blue {
  background: #96f2d7;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .ims-list-view-row.active-page-color-red {
  background: #ffa8a8;
}

.IMSDashboard .widget-box-dashboard .active-page .list-view-body .list-view-cell.title-cell .title-content {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #50565b;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.IMSDashboard .widget-box-dashboard .active-page .list-view-body .list-view-cell.title-cell .status-title {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  position: absolute;
}

.IMSDashboard .widget-box-dashboard .active-page .list-view-body .list-view-cell.source,
.IMSDashboard .widget-box-dashboard .active-page .list-view-body .list-view-cell.date-public,
.IMSDashboard .widget-box-dashboard .active-page .list-view-body .list-view-cell.user-online,
.IMSDashboard .widget-box-dashboard .active-page .list-view-body .list-view-cell.exit-rate,
.IMSDashboard .widget-box-dashboard .active-page .list-view-body .list-view-cell.total-view,
.IMSDashboard .widget-box-dashboard .active-page .list-view-body .list-view-cell.ctr {
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.67;
  color: #909090;
}

.IMSDashboard .widget-box-dashboard .active-page .list-view-body .list-view-cell.date-public {
  display: flex;
  flex-direction: column;
}

.IMSDashboard .widget-box-dashboard .active-page .list-view-body .list-view-cell.total-view {
  font-weight: bold;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.user-online,
.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.ctr,
.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.exit-rate {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.user-online .total-user-online {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f79d10;
  border-radius: 10px;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.ctr .total-ctr,
.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.exit-rate .total-exit-rate {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: bold;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.ctr .total-ctr.bad,
.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.exit-rate .total-exit-rate.bad {
  background: #ffe2e2;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.user-online .total-user-online.stability {
  background: #f79d10;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.user-online .total-user-online.coming-down {
  background: #ea5252;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.user-online .total-user-online.coming-up {
  background: #43bb78;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.user-online .total-user-online span {
  font-family: Arial;
  font-size: 12px;
  line-height: 1.67;
  color: #ffffff;
}

.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.ctr .total-ctr span,
.IMSDashboard .widget-box-dashboard .ims-list-view.active-page .list-view-body .list-view-cell.exit-rate .total-exit-rate span {
  font-family: Arial;
  font-size: 12px;
  line-height: 1.67;
  color: #909090;
}

/******** BOX TAG HOT********/

.IMSDashboard .widget-box-dashboard .hot-tags {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  display: grid;
  grid-template-columns: 49% 49%;
  grid-column-gap: 2%;
}

.IMSDashboard .widget-box-dashboard .hot-tags .tag-item {
  color: #666;
  line-height: 21px;
  margin: 10px 0;
  display: flex;
  /* float: left;
    width: 49%;
    max-width: 50%; */
  align-items: center;
}

.IMSDashboard .widget-box-dashboard .hot-tags .tag-item:last-child {
  margin-bottom: 0;
}

.IMSDashboard .widget-box-dashboard .hot-tags .tag-item .name {
  flex-grow: 1;
  color: #666666;
  font-size: 13px;
}

.IMSDashboard .widget-box-dashboard .hot-tags .tag-item .counter {
  justify-content: flex-end;
  background: #f4f9fd;
  padding: 2px 6px;
  font-weight: bold;
  font-size: 13px;
  color: #87a4bc;
  border: 1px solid #d0dae3;
  border-radius: 17px;
  min-width: 75px;
  margin-right: 5px;
  text-align: center;
}

.IMSDashboard .widget-box-dashboard .hot-tags.embed {
  padding: 0px;
}

.IMSDashboard .widget-box-dashboard .hot-tags.embed iframe {
  box-shadow: none !important;
}

/****** BOX TIN HOT *****/

.IMSDashboard .widget-box-dashboard .hot-news .content-wrap {
  height: 270px;
}

.IMSDashboard .widget-box-dashboard .hot-news .news-item {
  color: #666666;
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 21px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.IMSDashboard .widget-box-dashboard .hot-news .news-item:last-child {
  margin-bottom: 0;
}

.IMSDashboard .widget-box-dashboard .hot-news .news-item .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
  width: 50px;
  flex: none;
}

.IMSDashboard .widget-box-dashboard .hot-news .news-item .info-wrapper {
  display: flex;
  flex-grow: 1;
}

.IMSDashboard .widget-box-dashboard .hot-news .news-item .ims-checkboxlabel {
  flex: none;
  margin-right: 10px;
}

.IMSDashboard .widget-box-dashboard .hot-news .news-item .info {
  flex-direction: column;
  margin-left: 15px;
  display: flex;
  justify-content: space-between;
}

.IMSDashboard .widget-box-dashboard .hot-news .news-item .avatar {
  width: 63px;
  height: 63px;
  flex: none;
  display: block;
  background: #ececec;
}

.IMSDashboard .widget-box-dashboard .hot-news .news-item .title {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: justify;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* styles for '...' fix Firefox + IE */

.IMSDashboard .news-item .three-dot-title {
  color: #666666;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  padding-right: 1em;
}

/* create the ... */

.IMSDashboard .news-item .three-dot-title:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}

/* hide ... if we have text, which is less than or equal to max lines */

.IMSDashboard .news-item .three-dot-title:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.IMSDashboard .widget-box-dashboard .hot-news .news-item .author-info {
  color: #9a9a9a;
  font-size: 12px;
}

.IMSDashboard .widget-box-dashboard .hot-news .news-item .date {
  color: #909090;
  white-space: nowrap;
  margin-left: 15px;
  text-align: center;
}

.IMSDashboard .widget-box-dashboard .hot-news .news-item .statistic {
  color: #727272;
  white-space: nowrap;
  margin-left: 15px;
}

.IMSDashboard .widget-box-dashboard .hot-news .news-item.top-new-video .statistic {
  width: 30%;
  text-align: center;
  flex: none;
}

/******* THỐNG KÊ SẢN LƯỢNG ********/

.statistic-yield-box {
  font-size: 15px;
  color: #666666;
  width: 49%;
  float: left;
}

.statistic-yield-box:nth-child(even) {
  float: right;
  padding-left: 20px;
}

.statistic-yield-box .box-info {
  margin-bottom: 15px;
  border: 1px solid #b7c9d7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: max-content;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  background: #f4f9fd;
  font-family: Arial;
}

.statistic-yield-box ul > li {
  display: inline-block;
  vertical-align: top;
  min-width: 95px;
  line-height: 25px;
}

.statistic-yield-box ul > li > div {
  border-right: 1px solid #b7c9d7;
  height: 50px;
}

.statistic-yield-box ul > li:last-child > div {
  border-right: none;
}

.statistic-yield-box ul > li:first-child {
  width: 140px;
}

.statistic-yield-box .box-title {
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
}

.statistic-yield-box .row-info {
  display: block;
  margin: 7px 0;
  padding: 0px 6px;
}

.statistic-yield-box .row-info .counter > i {
  margin-right: 5px;
}

.statistic-yield-box .row-info > label,
.statistic-yield-box .row-info > div {
  display: block;
  text-align: center;
}

@media screen and (min-width: 1366px) {
  /* .IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box {
        width: 300px;
    } */

  .IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box {
    width: 20%;
  }

  .IMSDashboard .widget-box-dashboard.statistic-realtime .chart-box {
    width: 80%;
  }


}

@media screen and (min-width: 1600px) {
  /* .IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box {
        width: 320px;
    } */

  .IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box {
    width: 18%;
  }
}

@media screen and (max-width: 1280px) {
  .IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box {
    width: 25%;
  }

  .IMSDashboard .widget-box-dashboard.statistic-realtime .chart-box {
    width: 75%;
  }

  .statistic-yield-box {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 1024px) {
  .news-item .icon-wrapper {
    margin-right: 20px;
  }

  .IMSDashboard .widget-box-dashboard.statistic-realtime {
    flex-direction: column;
  }

  .IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box,
  .IMSDashboard .widget-box-dashboard.statistic-realtime .chart-box {
    width: 100%;
  }

  .IMSDashboard .widget-box-dashboard .hot-tags {
    display: grid;
    grid-template-columns: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .news-item .icon-wrapper {
    margin-right: 20px;
  }
}

/***** list video *****/

.widget-box-dashboard .video-box .content-wrap {
  height: 330px;
}

.widget-box-dashboard .list-videos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.widget-box-dashboard .list-videos .video-item {
  display: flex;
  flex-direction: column;
  margin: 0 10px 20px 0;
  flex: none;
  width: 24%;
  padding: 20px;
  box-sizing: border-box;
  border: solid 1px #e8e8e8;
  background: #fff;
  font-size: 12px;
  border-radius: 4px;
  min-width: 280px;
  max-width: 320px;
}

.widget-box-dashboard .list-videos .video-item .top-info {
  display: flex;
  align-items: center;
}

.widget-box-dashboard .list-videos .video-item .space {
  flex-grow: 1;
}

.widget-box-dashboard .list-videos .video-item .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45px;
  flex: none;
}

.widget-box-dashboard .list-videos .video-item .statistic {
  color: #727272;
  white-space: nowrap;
  margin-left: 29px;
}

.widget-box-dashboard .list-videos .video-item .avatar-wrapper {
  width: 100%;
  height: 160px;
  background-color: #9a9a9a;
  margin-top: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget-box-dashboard .list-videos .video-item .zone {
  font-size: 13px;
  color: #2ea2c7;
  margin-top: 10px;
  line-height: 22px;
}

.widget-box-dashboard .list-videos .video-item .title {
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #50565b;
  margin-top: 15px;
  word-wrap: break-word;
  overflow: hidden;
}

.widget-box-dashboard .list-videos .video-item .author-info {
  font-size: 12px;
  color: #909090;
  align-self: flex-end;
  width: 100%;
  margin-top: 10px;
  line-height: 16px;
}

.widget-box-dashboard .list-videos .video-item .play-button {
  background: transparent url(../images/play_button.png) 0 0 no-repeat;
  width: 92px;
  height: 107px;
  opacity: 0.8;
  transform: scale(0.5);
  cursor: pointer;
}

/******** mobile layout *********/

.mobile-layout .IMSDashboard {
  background: #dfe1e4;
}

.mobile-layout .IMSDashboard .IMSCenter .padding-box {
  margin: 15px;
}

.mobile-layout .IMSDashboard .widget-box-dashboard {
  box-shadow: 0 1px 2px rgba(174, 179, 187, 0.6);
  border: 1px solid #d2d4d8;
}

.mobile-layout .IMSDashboard .widget-box-dashboard.statistic-realtime {
  display: flex;
  flex-direction: column;
}

.mobile-layout .IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box,
.mobile-layout .IMSDashboard .widget-box-dashboard.statistic-realtime .chart-box {
  float: none;
  width: 100%;
}

.mobile-layout .IMSDashboard .widget-box-dashboard.statistic-realtime .counter-box {
  border-right: none;
}

.mobile-layout .IMSDashboard .widget-box-dashboard header {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 10px;
}

.mobile-layout .IMSDashboard .widget-box-dashboard .box-content {
  padding: 15px;
  display: grid;
  grid-template-columns: 100%;
}

.mobile-layout .IMSDashboard .widget-box-dashboard .list-news .news-item {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  padding: 10px;
}

.mobile-layout .IMSDashboard .widget-box-dashboard .list-news .news-item .icon-wrapper {
  margin-right: 0px;
}

.mobile-layout .IMSDashboard .widget-box-dashboard .list-news .news-item .zone,
.mobile-layout .IMSDashboard .widget-box-dashboard .list-news .news-item .date {
  width: auto;
  margin-left: 0px;
  text-align: left;
}

.mobile-layout .IMSDashboard .widget-box-dashboard .hot-news .news-item {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  padding: 10px;
}

.mobile-layout .IMSDashboard .widget-box-dashboard .list-news .content-wrap,
.mobile-layout .IMSDashboard .widget-box-dashboard .hot-news .content-wrap {
  height: auto;
}

.mobile-layout .IMSDashboard .widget-box-dashboard .hot-tags .tag-item {
  width: 100%;
  float: none;
  max-width: initial;
}

.mobile-layout .statistic-yield-box {
  width: 100%;
  float: none;
}

.mobile-layout .statistic-yield-box:nth-child(even) {
  float: none;
  padding-left: 0px;
}

@media screen and (max-width: 400px) {
  .mobile-layout .IMSDashboard .IMSCenter .padding-box {
    margin: 10px;
  }

  .mobile-layout .statistic-yield-box ul > li:first-child {
    width: auto;
  }

  .mobile-layout .statistic-yield-box .row-info {
    padding: 0px 5px;
  }
}

/*analytics dasboard*/

.analytics-dashboard {
  background: #fff;
}

.analytics-dashboard .dashboard-toolbar {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #efeef0 100%);
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #efeef0 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #efeef0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#efeef0',GradientType=0 );
  border-bottom: solid 1px #dedde0;
  padding: 10px;
  min-height: 50px;
  flex: none;
}

.analytics-dashboard .dashboard-content {
  display: flex;
  flex-grow: 1;
  width: 100%;
  height: calc(100% - 50px);
}

.analytics-dashboard .dashboard-content .tb-wrap {
  padding: 20px;
}

.analytics-dashboard .dashboard-content .tb-wrap .list-route-filter {
  display: flex;
  justify-content: space-between;
  height: 60px;
  flex: none;
  align-items: center;
  width: 100%;
}

.analytics-dashboard .dashboard-content .tb-wrap .list-route-filter .section-paging {
  margin-left: auto;
}

.analytics-dashboard .dashboard-content table.list-items {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d5dbe5;
}

.analytics-dashboard .dashboard-content table.list-items .tb-header {
  background: #f1f3f6;
  border-bottom: 1px solid #d5dbe5;
  color: #3e4e5d;
  font-size: 14px;
}

.analytics-dashboard .dashboard-content table.list-items .tb-header th {
  border-left: 1px solid #d5dbe5;
  height: 43px;
}

.analytics-dashboard .dashboard-content table.list-items .tb-header .fa,
.analytics-dashboard .dashboard-content table.list-items .tb-header .fi {
  width: 16px;
  height: 16px;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row {
  border-bottom: 1px dotted #999999;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row td {
  border-left: 1px solid #d5dbe5;
  padding: 10px;
  text-align: center;
  min-width: 60px;
}

.analytics-dashboard .dashboard-content table.list-items .tb-header .td-index,
.analytics-dashboard .dashboard-content table.list-items .tb-row .td-index {
  border-left: none;
  padding: 0px;
  width: 30px;
}

.analytics-dashboard .dashboard-content table.list-items .tb-header .td-read-time,
.analytics-dashboard .dashboard-content table.list-items .tb-row .td-read-time {
  width: 80px;
}

.analytics-dashboard .dashboard-content table.list-items .tb-header .td-user-online,
.analytics-dashboard .dashboard-content table.list-items .tb-row .td-user-online {
  width: 74px;
}

.analytics-dashboard .dashboard-content table.list-items .tb-header .td-source,
.analytics-dashboard .dashboard-content table.list-items .tb-row .td-source {
  width: 140px;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row .td-index .number {
  font-size: 20px;
  color: #999999;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row .td-title {
  color: #405c78;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row .td-title a {
  margin-left: 10px;
  color: #665a5a;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row .td-share .fa,
.analytics-dashboard .dashboard-content table.list-items .tb-row .td-share .fi {
  color: #358ed7;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row td.bad {
  background: #ffe2e2;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row .td-user-online .fa,
.analytics-dashboard .dashboard-content table.list-items .tb-row .td-user-online .fi {
  font-size: 18px;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row .td-user-online .fa-minus,
.analytics-dashboard .dashboard-content table.list-items .tb-row .td-user-online .fi-minus {
  color: #f79d10;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row .td-user-online .fa-caret-up,
.analytics-dashboard .dashboard-content table.list-items .tb-row .td-user-online .fi-caret-up {
  color: #43bb78;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row .td-user-online .fa-caret-down,
.analytics-dashboard .dashboard-content table.list-items .tb-row .td-user-online .fi-caret-down {
  color: #ea5252;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row .td-source {
  text-align: left;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row .td-source .source-item {
  font-size: 12px;
  line-height: 18px;
}

.analytics-dashboard .dashboard-content table.list-items .td-source .source-percent {
  background: #dddddd;
  border-radius: 3px;
  display: inline-block;
  height: 6px;
  margin-top: 3px;
  width: 56px;
  margin-right: 4px;
}

.analytics-dashboard .dashboard-content table.list-items .td-source .source-percent > span {
  background: #677482;
  border-radius: 3px;
  display: block;
  height: 6px;
  width: 0;
}

.analytics-dashboard .dashboard-content table.list-items .tb-row .td-source .source-item .fa,
.analytics-dashboard .dashboard-content table.list-items .tb-row .td-source .source-item .fi {
  margin-right: 4px;
  color: #5d6a9a;
}

.analytics-dashboard .dashboard-content .filter-options {
  margin-bottom: 20px;
}

.analytics-dashboard .dashboard-content .filter-options .ims-select-list {
  width: 300px;
  margin-right: 10px;
}

.analytics-dashboard .dashboard-content .filter-options .ims-select-list .ims-select-list-content li.parent {
  font-weight: bold;
}

.analytics-dashboard .dashboard-content .filter-options .ims-select-list .ims-select-list-content li.child {
  padding-left: 25px;
}

.analytics-dashboard .dashboard-content .filter-options.filter-date-range {
  margin-right: 10px;
}

.analytics-dashboard .dashboard-content .filter-options.filter-keyword {
  width: 300px;
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}

.analytics-dashboard .dashboard-content .filter-options.filter-keyword .search-keyword {
  width: calc(100% - 30px);
}

.analytics-dashboard .dashboard-content .filter-options.filter-keyword .search-keyword input {
  border: none;
  outline: none;
}

.analytics-dashboard .dashboard-content .filter-options.filter-keyword .btn-search {
  position: absolute;
  top: 0;
  left: calc(100% - 30px);
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e3e3e3;
  cursor: pointer;
  color: #838383;
}

/***** SPORT5 dashboard *****/

.dashboard-content.sport5 .tb-wrap {
  padding-top: 0px;
}

.dashboard-content.sport5 .wrapper-chart-by-date {
  margin-left: -20px;
  margin-right: -30px;
  background-color: #1a1b1c;
  position: relative;
}

.dashboard-content.sport5 .chart-filter-bar {
  height: 60px;
  background-color: #383838;
  display: flex;
}

.dashboard-content.sport5 .chart-filter-bar .chart-filter-wrapper {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.dashboard-content.sport5 .chart-filter-bar .filter-item {
  flex-grow: 1;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.dashboard-content.sport5 .chart-filter-bar .filter-item .ims-select-list .ims-select-list-input-wrapper {
  background-color: #1a1b1c !important;
  border-radius: 2px !important;
  border: 1px solid #5d6064 !important;
}

.dashboard-content.sport5 .chart-filter-bar .filter-item .ims-select-list .ims-select-list-input-wrapper .updown-wrapper {
  border-left: 1px solid #5d6064 !important;
}

.dashboard-content.sport5 .chart-filter-bar .filter-item .ims-select-list .ims-select-list-input-wrapper .ims-select-list-input {
  color: #bbbbbb;
  text-transform: capitalize;
}

.dashboard-content.sport5 .chart-filter-bar .filter-item .ims-select-list .ims-select-list-content {
  background-color: #1a1b1c !important;
  border: 1px solid #5d6064 !important;
  border-radius: 2px !important;
}

.dashboard-content.sport5 .chart-filter-bar .filter-item .ims-select-list li {
  color: #fff;
  text-transform: capitalize;
}

.dashboard-content.sport5 .chart-filter-bar .filter-item .ims-select-list li.selected {
  color: #000;
}

.dashboard-content.sport5 .chart-filter-bar .filter-item-label {
  margin-right: 5px;
  color: #bbbbbb;
}

.dashboard-content.sport5 .chart-filter-bar .filter-item-value {
  color: white;
}

.dashboard-content.sport5 .chart-filter-bar .filter-text {
  color: #bbbbbb;
  background-color: #1a1b1c;
  border: 1px solid #5d6064;
  border-radius: 2px;
  outline: none;
  height: 28px;
  padding: 6px 0 6px 6px;
  width: 100%;
}

.dashboard-content.sport5 .chart-wrapper {
  padding: 30px 0 10px 0;
  max-width: 1000px;
  margin: auto;
  min-height: 350px;
}

.dashboard-content.sport5 .chart-tooltip {
  background-color: #fff;
  padding: 6px 9px 6px 9px;
  margin: -10px;
  border-radius: 5px;
  color: #a0a0a0;
}

.dashboard-content.sport5 .chart-tooltip-title {
  font-size: 11px;
}

.dashboard-content.sport5 .chart-tooltip b {
  color: black;
}

.dashboard-content.sport5 .list-by-site-wrap {
  position: relative;
}

.dashboard-content.sport5 .filter-sites {
  height: 60px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.dashboard-content.sport5 .filter-sites .btn {
  color: #666;
  font-size: 14px;
  margin-left: 8px;
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  text-transform: uppercase;
}

.dashboard-content.sport5 .filter-sites .btn:first-child {
  margin-right: 15px;
}

.dashboard-content.sport5 .filter-sites .btn.selected {
  background-color: #3b3b3b;
  color: white !important;
}

.dashboard-content.sport5 .filter-sites .btn i {
  color: #a0a0a0;
  margin-left: 5px;
}

.dashboard-content.sport5 table.list-items .tb-row .share-comment-like-fb {
  width: 85px;
  text-align: left;
}

.dashboard-content.sport5 .share-comment-like-fb div {
  padding: 2px 0;
}

.dashboard-content.sport5 .share-comment-like-fb div i {
  font-size: 15px;
  color: #868686;
  margin-right: 10px;
}

.dashboard-content.sport5 table.list-items .td-distribution-date {
  font-size: 12px;
  width: 124px;
}

.dashboard-content.sport5 table.list-items .td-distribution-date .publishby {
  color: #004ce5;
  display: block;
  margin-bottom: 8px;
  text-align: left;
}

.dashboard-content.sport5 table.list-items .tb-header .td-source,
.dashboard-content.sport5 table.list-items .tb-row .td-source {
  width: 90px;
}

.dashboard-content.sport5 table.list-items .tb-row .td-source .source-item .fa,
.dashboard-content.sport5 table.list-items .tb-row .td-source .source-item .fi {
  font-size: 16px;
  margin-right: 6px;
}

.dashboard-content.sport5 table.list-items .source-icons {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url("../images/dashboard_source_icons.png") center center no-repeat;
}

.dashboard-content.sport5 table.list-items .source-icons.kenh14 {
  background-position: 0px -40px;
}

.dashboard-content.sport5 table.list-items .source-icons.soha {
  background-position: 0px -60px;
}

.dashboard-content.sport5 table.list-items .source-icons.google {
  background-position: 0px -20px;
}

.dashboard-content.sport5 table.list-items .source-icons.facebook {
  background-position: 0px 0px;
}

.dashboard-content.sport5 table.list-items .source-icons.cafef {
  background-position: 0px -80px;
}

.dashboard-content.sport5 table.list-items .source-icons.coccoc {
  background-position: 0px -99px;
}

/***** ALEXA ****/

.alexa-statistic .rank-row {
  flex: none;
  margin-bottom: 20px;
}

.alexa-statistic .rank-row label {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin-bottom: 6px;
  display: block;
}

.alexa-statistic .rank-row .fa-globe {
  color: #666;
  margin-right: 4px;
}

.alexa-statistic .rank-row .rank-count {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.alexa-statistic .rank-row .rank-delta {
  font-size: 12px;
  margin-left: 5px;
  padding: 3px 8px;
  color: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.alexa-statistic .rank-row .rank-delta .fa,
.alexa-statistic .rank-row .rank-delta .fi {
  margin-right: 2px;
}

.alexa-statistic .rank-row .rank-delta.chang-down {
  background: #2bbb0f;
  color: #fff;
}

.alexa-statistic .rank-row .rank-delta.chang-up {
  background: #e41f26;
  color: #fff;
}

.alexa-statistic .flag.vn {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFsSURBVHjaYvzPgAD/UNlYEUAAmuTYAAAQhAEYqF/zFbe50RZ1cMmS9TLi0pJLRjZohAMTGFUN9HdnHgEE1sDw//+Tp0ClINW/f4NI9d////3+f+b3/1+////+9f/XL6A4o6ws0AaAAGIBm/0fRTVQ2v3Pf97f/4/9Aqv+DdHA8Ps3UANAALEAMSNQNdDGP3+ALvnf8vv/t9//9X/////7f+uv/4K//iciNABNBwggsJP+/IW4kuH3n//1v/8v+wVSDURmv/57//7/CeokoKFA0wECiAnkpL9/wH4CO+DNr/+VQA1A9PN/w6//j36CVIMRxEkAAQR20m+QpSBXgU0CuSTj9/93v/8v//V/xW+48UBD/zAwAAQQSAMzOMiABoBUswCd8ev/M7A669//OX7///Lr/x+gBlCoAJ0DEEAgDUy//zBISoKNAfoepJNRFmQkyJecfxj4/kDCEIiAigECiPErakTiiWMIAAgwAB4ZUlqMMhQQAAAAAElFTkSuQmCC");
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-right: 4px;
}

@-webkit-keyframes flash-keyframes {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash-keyframes {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash-animation {
  -webkit-animation-name: flash-keyframes;
  animation-name: flash-keyframes;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

section.widget-box-dashboard.news-hot-google .tag-hot-google {
  border-right: 2px solid #d0dae3;
}

section.widget-box-dashboard.news-hot-google .item-news-google-hot {
  padding: 8px 0px;
}

section.widget-box-dashboard.news-hot-google .tag-item {
  cursor: pointer;
  display: inline-block;
  flex-flow: wrap;
}

section.widget-box-dashboard.news-hot-google .tag-item.active {
  font-weight: bold;
}

section.widget-box-dashboard.news-hot-google .tag-item:hover .name {
  text-decoration: underline;
}

section.widget-box-dashboard.news-hot-google .item-title {
  font-size: 15px;
  color: #333;
}

section.widget-box-dashboard.news-hot-google .item-title:hover {
  text-decoration: underline;
}

.IMSDashboard .widget-box-dashboard:last-child.padding-box .ims-select-list.dropdown-for-7days {
  font-size: 11px;
  font-family: 'Roboto Condensed Bold';
  font-weight: normal;
  height: 28px;
  line-height: 18px;
  min-width: 21px;
  padding: 2px 7px;
  width: unset;
  margin-top: 10px;
}

.IMSDashboard .widget-box-dashboard:last-child.padding-box .ims-select-list.dropdown-for-7days .ims-select-list-input-wrapper {
  width: 100px;
}

.IMSDashboard .widget-box-dashboard:last-child.padding-box .ims-select-list.dropdown-for-7days .ims-select-list-input-wrapper .input-wrapper-content {
  padding: 2px 0px 12px 26px;
}

.IMSDashboard .widget-box-dashboard:last-child.padding-box .ims-select-list.dropdown-for-7days .ims-select-list-input-wrapper .ims-select-list-input.noselect {
  font-family: Roboto;
}

.IMSDashboard .widget-box-dashboard:last-child.padding-box .ims-select-list .ims-select-list-content {
  width: 100px;
}

.IMSDashboard .widget-box-dashboard:last-child.padding-box header {
  overflow: unset;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.IMSDashboard .widget-box-dashboard:last-child.padding-box {
  overflow: unset;
}

/* [js-css-concat.js] Statics\css\dashboard-preview-modal.css */
/* preview modal */

.analytics-preview-modal {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.analytics-preview-modal a {
  text-decoration: none;
  color: inherit;
}

.analytics-preview-modal .ims-edit-toolbar {
  background: #fff;
  border-bottom: solid 1px #dbdbdb;
  flex-shrink: 0;
}

.analytics-preview-modal > .footer {
  flex-shrink: 0;
}

.analytics-preview-modal > .body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 40px 0;
}

.analytics-preview-modal > .body .container {
  /*max-width: 900px;
        min-width: 610px;
        width: 60vw;*/
  width: 900px;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  margin: auto;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 5px -5px #BDBDBD;
  -moz-box-shadow: 0 10px 5px -5px #BDBDBD;
  box-shadow: 0 10px 5px -5px #BDBDBD;
  padding: 25px 25px 50px 25px;
}

.analytics-preview-modal > .body .block-title {
  color: #949494;
  font-size: 27px;
  text-align: center;
  margin: 90px 0 25px 0;
}

.analytics-preview-modal > .body .header-block {
  margin-bottom: 25px;
}

.analytics-preview-modal > .body .header-block > .title {
  font-weight: bold;
  color: #777777;
  font-size: 24px;
  display: flex;
  justify-content: center;
}

.analytics-preview-modal > .body .header-block > .description {
  color: #999;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.analytics-preview-modal > .body .summary-stats {
  align-self: center;
  max-width: 100%;
}

.analytics-preview-modal > .body .summary-stats .green {
  color: #66cc99 !important;
}

.analytics-preview-modal > .body .summary-stats .red {
  color: #fc7474 !important;
}

.analytics-preview-modal > .body .summary-stats > .row-boxes {
  display: flex;
  justify-content: center;
}

.analytics-preview-modal > .body .summary-stats > .row-boxes > .row-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #d2d2d2;
  padding: 20px;
  overflow: hidden;
}

.analytics-preview-modal > .body .summary-stats > .row-boxes > .row-box:not(:first-child) {
  border-left: none;
}

.analytics-preview-modal > .body .summary-stats > .row-boxes > .row-box > .key {
  color: gray;
  margin-bottom: 2px;
  white-space: nowrap;
}

.analytics-preview-modal > .body .summary-stats > .row-boxes > .row-box > .value {
  font-weight: bold;
  font-size: 32px;
  color: #6b6b6b;
}

.analytics-preview-modal > .body .summary-stats > .row-message {
  margin-top: 20px;
  font-size: 14px;
  color: #5d5d5d;
  display: flex;
}

.analytics-preview-modal > .body .summary-stats > .row-message > .bullet-indent {
  margin-right: 6px;
}

.analytics-preview-modal > .body .sources-stats {
  display: flex;
  justify-content: space-between;
}

.analytics-preview-modal > .body .sources-stats .header {
  color: #6b6b6b;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  height: 46px;
}

.analytics-preview-modal > .body .sources-stats .left-block .header .enter {
  flex-grow: 1;
  position: relative;
}

.analytics-preview-modal > .body .sources-stats .left-block .header .enter > p {
  text-align: right;
  padding-right: 36px;
}

.analytics-preview-modal > .body .sources-stats .left-block .header .enter .icon-entry {
  position: absolute;
  right: 0;
  top: -14px;
  color: #66cc99;
  font-size: 40px;
}

.analytics-preview-modal > .body .sources-stats .right-block .header .redirect {
  background: transparent url("../images/icon_RefOut.png") no-repeat left bottom;
  width: 245px;
  flex-shrink: 0;
  position: relative;
}

.analytics-preview-modal > .body .sources-stats .right-block .header .redirect > p {
  position: absolute;
  font-size: 13px;
  text-align: center;
  left: 67px;
  bottom: 12px;
  width: 84px;
  color: white;
  font-weight: normal;
}

.analytics-preview-modal > .body .sources-stats .right-block .header .exit {
  flex-grow: 1;
  position: relative;
}

.analytics-preview-modal > .body .sources-stats .right-block .header .exit > p {
  padding-left: 50px;
}

.analytics-preview-modal > .body .sources-stats .right-block .header .exit .icon-exit {
  position: absolute;
  left: 22px;
  top: -14px;
  color: #ff7676;
  font-size: 40px;
}

.analytics-preview-modal > .body .sources-stats .ref-sources table {
  background: #e4e4e4;
}

.analytics-preview-modal > .body .sources-stats .out-sources table {
  background: #b8e7cf;
}

.analytics-preview-modal > .body .sources-stats .out-sources table td {
  border-bottom: 2px solid white;
}

.analytics-preview-modal > .body .sources-stats table {
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
  color: #333333;
  border-collapse: collapse;
}

.analytics-preview-modal > .body .sources-stats table td {
  padding-top: 7px;
  padding-bottom: 7px;
}

.analytics-preview-modal > .body .sources-stats table col.col-val {
  width: 60px;
}



.analytics-preview-modal > .body .sources-stats table td.key {
  word-wrap: break-word;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 12px;
}

.analytics-preview-modal > .body .sources-stats table td.val {
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

.analytics-preview-modal > .body .sources-stats > .left-block {
  width: 29%;
  flex-shrink: 0;
}



.analytics-preview-modal > .body .sources-stats > .right-block {
  width: 69%;
  flex-shrink: 0;
}

.analytics-preview-modal > .body .sources-stats > .right-block table tr:not(:last-child) td {
  border-bottom: 2px solid white;
}

.analytics-preview-modal > .body .sources-stats > .right-block > .fb-stats {
  display: flex;
}



.analytics-preview-modal > .body .sources-stats > .right-block > .fb-stats table tr.row-like {
  background: #a0cfff;
}

.analytics-preview-modal > .body .sources-stats > .right-block > .fb-stats table tr.row-share {
  background: #d2e9ff;
}

.analytics-preview-modal > .body .sources-stats > .right-block > .fb-stats .fanpage-share {
  width: 215px;
  flex-shrink: 0;
  background: #e4e4e4;
  color: white;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 2px;
}

.analytics-preview-modal > .body .sources-stats > .right-block > .fb-stats .fanpage-share.shared {
  background: #a0cfff;
}

.analytics-preview-modal > .body .sources-stats > .right-block > .fb-stats .fanpage-share > i {
  font-size: 30px;
  left: 25px;
  position: absolute;
}

.analytics-preview-modal > .body .sources-stats > .right-block > .fb-stats .fanpage-share > p {
  padding-left: 30px;
}

.analytics-preview-modal > .body .exit-block {
  display: flex;
  justify-content: center;
}

.analytics-preview-modal > .body .exit-block > button {
  padding: 10px 25px;
  background: #fa2d47;
  border: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}

/******* sport5 *******/

.analytics-preview-modal > .body .header-block .header-left {
  float: left;
  width: 72%;
}

.analytics-preview-modal > .body .header-block .header-left > .label,
.analytics-preview-modal > .body .header-block .header-right > .label {
  text-transform: uppercase;
  color: #949494;
  font-weight: bold;
}

.analytics-preview-modal > .body .header-block .header-left > .label {
  /*padding-left: 12px;*/
}

.analytics-preview-modal > .body .header-block .header-right {
  float: right;
  width: 28%;
  padding-left: 36px;
}

.analytics-preview-modal > .body .header-block .header-left > .title {
  font-weight: bold;
  color: #2c2c2c;
  font-size: 24px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.analytics-preview-modal > .body .header-block .header-right > .info {
  margin-top: 10px;
}

.analytics-preview-modal > .body .header-block .header-right > .info .username {
  font-size: 15px;
  color: #104aff;
  line-height: 22px;
}

.analytics-preview-modal > .body .header-block .header-right > .info .date-time {
  font-size: 16px;
  line-height: 32px;
}

.analytics-preview-modal.sport5 > .body .summary-stats {
  margin-left: -25px;
  margin-right: -25px;
  align-self: unset;
  max-width: unset;
}

.analytics-preview-modal.sport5 > .body .summary-stats > .row-boxes {
  background: #fafafa;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.analytics-preview-modal.sport5 > .body .summary-stats > .row-boxes .row-box {
  border: none;
  flex-grow: 1;
}

.analytics-preview-modal.sport5 > .body .summary-stats > .row-message {
  margin-left: 30px;
}

.analytics-preview-modal > .body .summary-detail {
  margin-left: -25px;
  margin-right: -25px;
  padding: 0 25px;
  box-sizing: border-box;
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}

.analytics-preview-modal > .body .summary-detail table {
  width: 100%;
  margin: 0px;
}

.analytics-preview-modal > .body .summary-detail table th {
  color: #444444;
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  padding: 15px 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.analytics-preview-modal > .body .summary-detail table td {
  color: #222222;
  font-family: Arial;
  font-size: 12px;
  padding: 15px 10px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}

.analytics-preview-modal > .body .summary-detail table tr:last-child td {
  border-bottom: none;
}

.analytics-preview-modal > .body .summary-detail table tr .site-name {
  width: 140px;
  text-align: left;
}

.analytics-preview-modal > .body .summary-detail table tr td.site-name {
  text-transform: uppercase;
}

.analytics-preview-modal.sport5 > .body .block-title {
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

.analytics-preview-modal.sport5 > .body .block-title label {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.analytics-preview-modal > .body .block-title .filter-sites {
  width: 200px;
  float: right;
  height: 38px;
  font-size: 14px;
}

.analytics-preview-modal > .body .block-title .filter-sites .ims-select-list .ims-select-list-content li {
  color: #222222;
}

/* DashboardDetail */

#IMS_PluginNewsPreviewContent {
  position: relative;
}

#IMS_PluginNewsPreviewContent .showPreview {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

#IMSPreviewContainer {
  position: absolute;
  background: url(../images/icon-loading.gif) no-repeat scroll center center rgba(255, 255, 255, 0.90);
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transition: transform ease-out .3s;
  z-index: 9999;
  display: flex;
  height: 100%;
}

#IMSPreviewContainer .PLPWrapper {
  margin: auto;
  height: 100%;
}

#IMSPreviewContainer ._desktop,
#IMSPreviewContainer ._desktop iframe,
#IMSPreviewContainer ._talbet iframe {
  width: 100%;
}

#IMSPreviewContainer ._talbet {
  width: 85%;
}

#IMSPreviewContainer ._mobile,
#IMSPreviewContainer ._mobile iframe {
  width: 440px;
}

#IMSPreviewContainer .PLPWrapper iframe {
  border: 1px solid #dedede;
  overflow-x: hidden;
  height: 100%;
  background: #fff;
}

#IMSPreviewContainer .removeIframeAnalytics {
  -moz-user-select: none;
  background: orange none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 10px 10px;
  position: absolute;
  right: 30px;
  top: 15px;
  z-index: 99999;
  border: 1px solid #276b71;
}

#IMSPreviewContainer .removeIframe i {
  padding-right: 20px;
  margin-right: 5px;
  background: url(../images/icon_close_15x15.png) no-repeat scroll;
}

#IMSPreviewContainer .actionPreviewMode {
  position: absolute;
  right: 55px;
  top: 100px;
  text-align: center;
  z-index: 10000;
}

#IMSPreviewContainer .actionPreviewMode .button {
  color: #fff;
  font-size: 30px;
  display: block;
  cursor: pointer;
  background-color: #f0ad4e;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 52px;
}

#IMSPreviewContainer .actionPreviewMode .button.active {
  background-color: #4286da;
}

/* [js-css-concat.js] statics\css\dashboard-overview.css */
.IMSDashboard {
  background: #edf1f5;
}

.IMSFullScreen {
  display: flex;
  flex-grow: 1;
}

.IMSCenter {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.IMSDashboard .flex-row-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}

.IMSDashboard .IMSCenter .padding-box {
  margin: 20px;
}

.IMSDashboard .dasboard-overview-container {
  min-width: 1260px;
  overflow-x: scroll;
}

.dasboard-overview-container .haf {
  width: calc(50% - (20px / 2));
}

.IMSDashboard .dasboard-overview-container .dasboard-overview {
  height: 100%;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.IMSDashboard .dasboard-overview-container .dasboard-overview .box-content {
  padding: 0 20px;
  text-align: left;
}

.IMSDashboard .dasboard-overview-container .dasboard-overview .no-result,
.notify-container .notify-content .no-result {
  color: #eb9316;
}

/* dasboard-overview-statistical */

.dasboard-overview-container .dasboard-overview-statistical-container {
  display: flex;
  box-sizing: border-box;
}

.dasboard-overview-container .dasboard-overview-statistical-container .dasboard-overview {
  width: 100%;
  -webkit-box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
  box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
  margin-right: 20px;
  border-radius: 4px;
  background: #fff;
  min-height: 150px;
}

.dasboard-overview-container .dasboard-overview-statistical-container .dasboard-overview:last-child {
  margin-right: 0px;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-header {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #243654;
  cursor: pointer;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-header .view-detail,
.notify-container .notify-header.other-site .view-detail {
  text-transform: none;
  font-weight: initial;
  color: #4fc6e1;
  display: block;
  float: right;
  font-size: 13px;
  cursor: pointer;
  font-family: "Roboto";
  text-indent: initial;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-header .view-detail .fi,
.notify-container .notify-header.other-site .view-detail .fi {
  margin-left: 5px;
  font-size: 12px;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-content {
  padding: 10px 15px 15px 15px;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-content .box-content {
  padding: 0;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-content .statistic-item,
.notify-container .notify-content .notify-items .statistic-item {
  margin-bottom: 7px;
  display: flex;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-content .statistic-item:first-child,
.notify-container .notify-content .notify-items .statistic-item:first-child {
  margin-bottom: 8px;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-content .statistic-item:last-child,
.notify-container .notify-content .notify-items .statistic-item:last-child {
  margin-bottom: 0;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-content .statistic-item .statistic-item-header,
.dasboard-overview-container .dasboard-overview .dasboard-overview-content .statistic-item .statistic-item-detail,
.notify-container .notify-content .notify-items .statistic-item .statistic-item-header,
.notify-container .notify-content .notify-items .statistic-item .statistic-item-detail {
  width: 50%;
  display: flex;
  align-items: center;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-content .statistic-item .statistic-item-header .title,
.notify-container .notify-content .notify-items .statistic-item .statistic-item-header .title {
  font-family: "Roboto";
  font-size: 12px;
  line-height: 14px;
  color: #7987a1;
}

.notify-container .notify-content .notify-items .statistic-item .statistic-item-header .title {
  padding: 0;
  font-weight: unset;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-content .statistic-item .statistic-item-header .status,
.notify-container .notify-content .notify-items .statistic-item .statistic-item-header .status {
  margin-left: 10px;
  width: 20px;
  height: 2px;
  background: #3fb1de;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-content .statistic-item .statistic-item-header .status.stability,
.notify-container .notify-content .notify-items .statistic-item .statistic-item-header .status.stability {
  background: #f2ca52;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-content .statistic-item .statistic-item-detail .current-value,
.notify-container .notify-content .notify-items .statistic-item .statistic-item-detail .current-value {
  font-size: 24px;
  line-height: 28px;
  color: #6c757d;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-content .statistic-item .statistic-item-detail .prev-value,
.notify-container .notify-content .notify-items .statistic-item .statistic-item-detail .prev-value {
  font-size: 13px;
  line-height: 15px;
  color: #b9b9c3;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-content .statistic-item .statistic-item-detail .current-percent,
.notify-container .notify-content .notify-items .statistic-item .statistic-item-detail .current-percent {
  margin-left: 6px;
  padding-top: 6px;
}

.dasboard-overview-container .dasboard-overview .dasboard-overview-content .statistic-item .statistic-item-detail .current-percent span,
.notify-container .notify-content .notify-items .statistic-item .statistic-item-detail .current-percent span {
  display: inline-block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #4fc6e1;
  margin-left: 4px;
}

/* dasboard-overview-news */

.dasboard-overview-news-container .dasboard-overview .dasboard-overview-header {
  height: 40px;
  border: none;
  padding-left: 20px;
}

.dasboard-overview-news-container .dasboard-overview .dasboard-overview-content {
  padding: 0;
  margin: 16px;
  border-right: none;
}

.dasboard-overview-news-container .dasboard-overview-content .dasboard-overview-header {
  padding-left: 16px;
  height: 26px;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item {
  display: flex;
  align-items: center;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .no-result {
  padding-left: 16px;
  margin-top: 10px;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 9px;
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eeeeee;
  width: 70%;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item:last-of-type .item-content-left {
  border-bottom: none;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-left .title {
  font-family: "Roboto";
  font-size: 13px;
  line-height: 15px;
  color: #7987a1;
  flex: 1;
  max-width: 145px;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-left .group-item {
  display: flex;
  align-items: center;
  width: 240px;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-left .group-item .no-result {
  padding: 0;
  margin-top: 0;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-left .status-container {
  display: flex;
  align-items: center;
  flex: none;
  min-width: 105px;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-left .status-container .status {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 2px 3px 1px 2px;
  height: 17px;
  width: 60px;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-left .status-container .status.info {
  background: #4fc6e1;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-left .status-container .status.danger {
  background: #f25767;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-left .status-container .status span {
  display: inline-block;
  padding-left: 3px;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-left .total {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 21px;
  color: #6c757d;
  padding-right: 16px;
  width: 57px;
  text-align: center;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-left .total-previous-period {
  font-family: "Roboto";
  font-size: 13px;
  line-height: 15px;
  color: #98a6ad;
  flex: none;
  width: 122px;
  padding-left: 16px;
  border-left: 1px solid #eeeeee;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
  margin-left: 16px;
  padding-bottom: 9px;
  width: 30%;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-right .title {
  margin-left: 16px;
  font-family: "Roboto";
  font-size: 13px;
  line-height: 15px;
  color: #7987a1;
}

.dasboard-overview-news-container .dasboard-overview-content .news-item .item-content-right .total-news {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16px;
  color: #6c757d;
}

/* dasboard-overview-comment */

.dasboard-overview-comment-container {
  margin-bottom: 20px;
}

.dasboard-overview-comment-container .dasboard-overview .dasboard-overview-header {
  height: 40px;
  border: none;
  padding-left: 20px;
}

.dasboard-overview-comment-container .dasboard-overview .dasboard-overview-comment-warpper {
  display: flex;
}

.dasboard-overview-comment-container .dasboard-overview .dasboard-overview-comment-warpper.container-fluid {
  flex-wrap: wrap;
}

.dasboard-overview-comment-container .dasboard-overview .dasboard-overview-comment-warpper.container-fluid .dasboard-news-container {
  width: 25%;
}

.dasboard-overview-comment-container .dasboard-overview .dasboard-news-container {
  width: 100%;
  height: 97px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 9px 15px 15px 15px;
}

.dasboard-overview-comment-container .dasboard-overview .dasboard-news-container .dasboard-overview-site-name {
  font-family: "Roboto";
  color: #7987a1;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
  font-weight: bold;
}

.dasboard-overview-comment-container .dasboard-overview .dasboard-news-container .dasboard-overview-content {
  padding: 0;
}

.dasboard-overview-comment-container .dasboard-overview .dasboard-news-container .statistic-item .statistic-item-detail {
  width: 100%;
}

.dasboard-overview-comment-container .dasboard-overview .dasboard-news-container .dasboard-overview-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dasboard-overview-comment-container .dasboard-overview .dasboard-news-container.empty-data .dasboard-overview-content {
  justify-content: unset;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 18px;
}

/* dasboard-overview-account */

.dasboard-overview-account-container.padding-box {
  margin-bottom: 0 !important;
}

.dasboard-overview-account-container .dasboard-overview .dasboard-overview-header {
  height: 40px;
  border: none;
  padding-left: 20px;
}

.dasboard-overview-account-container .dasboard-overview-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-right: none;
  padding-top: 7px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0;
}

.dasboard-overview-account-container .dasboard-overview-content.container-fluid .dasboard-overview-wrap {
  width: 100%;
}

.dasboard-overview-account-container .dasboard-overview-content .dasboard-overview-wrap {
  width: calc(50% - (35px / 2));
  margin-bottom: 16px;
  display: initial;
  justify-content: initial;
  flex-wrap: initial;
}

.dasboard-overview-account-container .dasboard-overview-content .dasboard-overview-wrap header {
  padding-left: 14px;
  height: 24px;
}

.dasboard-overview-account-container .dasboard-overview-body .box-content {
  padding: 15px 14px !important;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--title {
  height: 44px;
  margin: 0 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--title .list-view-cell {
  width: 20%;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 14px;
  color: #7987a1;
  text-align: center;
}

.dasboard-overview-account-container .dasboard-overview-body.no-royalty .dasboard-overview-body--title .list-view-cell,
.dasboard-overview-account-container .dasboard-overview-body.no-royalty .dasboard-overview-body--content .list-view-cell {
  width: 25%;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--title .list-view-cell:first-child {
  text-align: left;
  width: 30%;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--title .list-view-cell:last-child {
  text-align: right;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--content {
  height: calc(100% - 44px);
  margin: 0 16px;
  margin-bottom: 10px;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--content .account-item {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--content .account-item:last-child {
  border-bottom: none;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--content .list-view-cell {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Roboto";
  font-size: 13px;
  line-height: 15px;
  color: #7987a1;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--content .list-view-cell:first-child {
  justify-content: flex-start;
  width: 30%;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--content .list-view-cell:last-child {
  justify-content: flex-end;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--content .list-view-cell .avatar {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #acbfcb;
  overflow: hidden;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--content .list-view-cell .full-name {
  display: inline-block;
  margin-left: 8px;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #7987a1;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--content .list-view-cell .percent {
  display: inline-block;
  margin-left: 4px;
  color: #98a6ad;
}

.dasboard-overview-account-container .dasboard-overview-body .dasboard-overview-body--content .list-view-cell .no-config {
  color: #eb9316;
}

.ims-sidebar-left-panel {
  width: 320px;
  display: flex;
  position: absolute;
  max-height: 100%;
  left: -380px;
  transition: left 0.3s;
  padding: 25px 15px;
}

body.menu-left-active .ims-sidebar-left-panel.menu {
  left: 0;
  position: absolute;
}

.ims-sidebar-left-panel.menu .btn-close {
  display: block;
}

.ims-sidebar-left-panel header {
  padding-left: 0;
}

.notify-container .notify-content .notify-items {
  /* height: 154px; */
}

.notify-items .author {
  margin-bottom: 8px;
  display: flex;
}

.notify-items .author .current-percent {
  margin-left: 6px;
}

.notify-items .author .current-percent span {
  display: inline-block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #4fc6e1;
  margin-left: 4px;
}

.notify-container .notify-header.other-site {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notify-container > section {
  margin-bottom: 20px;
}

body.menu-left-active .IMSCenter.dashboard-overview {
  padding-left: 320px;
}

@media screen and (min-width: 1600px) {
  .ims-sidebar-left-panel {
    left: 0;
  }

  .IMSCenter.dashboard-overview {
    padding-left: 320px;
  }

  .ims-sidebar-left ul.list-items li.square.menu {
    display: none;
  }

  .ims-sidebar-left-panel.menu .btn-close {
    display: none;
  }

  .IMSDashboard .dasboard-overview-container {
    min-width: calc(1260px - 300px);
  }
}