/*Badge*/
/* RouteBar */
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.card {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.card:last-child {
  margin-bottom: 0;
}
.card .card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card .card-subtitle {
  color: #797979;
  font-weight: 600;
  margin: -1rem 0 1rem 0;
}

.p-toast.p-toast-top-right, .p-toast.p-toast-top-left, .p-toast.p-toast-top-center {
  top: 70px;
}

.fadeInDown {
  -webkit-animation: fadeInDown 0.2s;
  animation: fadeInDown 0.2s;
}

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.2s;
  animation: fadeOutUp 0.2s;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
.widget-overview-box {
  color: #ffffff;
  min-height: 120px;
  position: relative;
}
.widget-overview-box i {
  float: right;
  font-size: 21px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.widget-overview-box img {
  position: absolute;
  right: 0;
  width: 90px;
  bottom: 0;
}
.widget-overview-box .overview-title {
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: left;
  margin-bottom: 5px;
}
.widget-overview-box .overview-numbers {
  line-height: 31px;
  font-size: 24px;
  text-align: left;
  margin-bottom: 8px;
}
.widget-overview-box .overview-ratios {
  line-height: 18px;
  font-size: 14px;
  text-align: left;
  opacity: 0.95;
}
.widget-overview-box.monthly-sales {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px 10px 20px;
  background: #ff7295; /* Old browsers */
  background: -moz-linear-gradient(240deg, #ff7295 0%, #fe875d 100%);
  background: -webkit-linear-gradient(240deg, #ff7295 0%, #fe875d 100%);
  background: linear-gradient(240deg, #ff7295 0%, #fe875d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff7295", endColorstr="#fe875d",GradientType=1 );
}
.widget-overview-box.monthly-views {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px 10px 20px;
  background: #00aadf; /* Old browsers */
  background: -moz-linear-gradient(240deg, #00aadf 0%, #0071bc 100%);
  background: -webkit-linear-gradient(240deg, #00aadf 0%, #0071bc 100%);
  background: linear-gradient(240deg, #00aadf 0%, #0071bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00aadf", endColorstr="#0071bc",GradientType=1 );
}
.widget-overview-box.monthly-users {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px 10px 20px;
  background: #4b7ecf; /* Old browsers */
  background: -moz-linear-gradient(240deg, #4b7ecf 0%, #8e70ee 100%);
  background: -webkit-linear-gradient(240deg, #4b7ecf 0%, #8e70ee 100%);
  background: linear-gradient(240deg, #4b7ecf 0%, #8e70ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4b7ecf", endColorstr="#8e70ee",GradientType=1 );
}

.widget-stats {
  background-color: #ffffff;
  min-height: 120px;
  position: relative;
  margin-top: 29px;
  border-top: 7px solid #4b6cb7;
  border-bottom: solid 1px #d6d7d9;
  border-right: solid 1px #d6d7d9;
  border-left: solid 1px #d6d7d9;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-stats .stats-icon {
  display: inline-block;
  position: relative;
  top: -7px;
  background: #ffffff;
  padding: 0 5px;
  height: 7px;
}
.widget-stats .stats-icon img {
  position: relative;
  top: -10px;
  margin-bottom: -10px;
}
.widget-stats .message-icon {
  height: 34px;
  width: 44px;
}
.widget-stats .doc-icon {
  height: 34px;
  width: 25px;
}
.widget-stats .mark-icon {
  height: 34px;
  width: 25px;
}
.widget-stats img.profile-icon {
  /*top: -15px;
      margin-bottom: -5px;*/
  height: 34px;
  width: 34px;
}
.widget-stats .stats-numbers {
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
}
.widget-stats .stats-title {
  line-height: 21px;
  font-size: 17px;
}
.widget-stats .stats-subtitle {
  line-height: 18px;
  font-size: 14px;
  color: #aeb0b5;
}
.widget-stats .stats-subtitle span {
  color: #00bfe7;
}

.widget-timeline .timeline-wrapper {
  position: relative;
}
.widget-timeline .timeline-wrapper .timeline-line {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  background: #dddddd;
  top: 0;
}
.widget-timeline .timeline-wrapper ul {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.widget-timeline .timeline-wrapper ul li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.widget-timeline .timeline-wrapper ul li .timeline-message {
  width: 45%;
  overflow: hidden;
  position: relative;
}
.widget-timeline .timeline-wrapper ul li .timeline-message img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 0;
}
.widget-timeline .timeline-wrapper ul li .timeline-message span {
  position: relative;
  z-index: 10;
  display: block;
  padding: 15px;
}
.widget-timeline .timeline-wrapper ul li .timeline-message span.love {
  color: #cd2026;
  background-color: #f8dede;
  font-weight: 600;
  text-align: right;
}
.widget-timeline .timeline-wrapper ul li .timeline-message span.checked {
  font-weight: 600;
  color: #00a6d2;
  background-color: #e1f3f8;
}
.widget-timeline .timeline-wrapper ul li .timeline-message span.event {
  color: #f39f19;
  font-weight: 600;
  background-color: #fff1d2;
}
.widget-timeline .timeline-wrapper ul li .timeline-icon {
  z-index: 100;
  line-height: 30px;
}
.widget-timeline .timeline-wrapper ul li .timeline-icon img {
  width: 30px;
  height: 30px;
}
.widget-timeline .timeline-wrapper ul li .timeline-icon span {
  font-weight: 600;
  color: #5b616b;
}
.widget-timeline .timeline-wrapper ul li.odd .timeline-icon {
  position: absolute;
  left: 50%;
  margin-left: -16px;
}
.widget-timeline .timeline-wrapper ul li.odd .timeline-icon span {
  float: right;
}
.widget-timeline .timeline-wrapper ul li.odd .timeline-icon img {
  float: left;
  margin-right: 15px;
}
.widget-timeline .timeline-wrapper ul li.odd .timeline-message {
  float: left;
}
.widget-timeline .timeline-wrapper ul li.odd .timeline-message span {
  padding: 15px;
  text-align: right;
}
.widget-timeline .timeline-wrapper ul li.even .timeline-icon {
  position: absolute;
  right: 50%;
  margin-right: -16px;
  text-align: right;
}
.widget-timeline .timeline-wrapper ul li.even .timeline-icon span {
  float: left;
}
.widget-timeline .timeline-wrapper ul li.even .timeline-icon img {
  float: right;
  margin-left: 15px;
}
.widget-timeline .timeline-wrapper ul li.even .timeline-message {
  float: right;
}
.widget-timeline .timeline-wrapper ul li.even .timeline-message span {
  padding: 15px;
}

.widget-chat ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widget-chat ul li {
  padding: 16px 0;
  font-size: 0;
}
.widget-chat ul li:after {
  content: "";
  display: table;
  clear: both;
}
.widget-chat ul li .message-meta {
  font-size: 14px;
  width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  text-align: left;
}
.widget-chat ul li .message-meta img {
  width: 48px;
  height: 48px;
  display: block;
}
.widget-chat ul li .message-meta .name {
  font-weight: 600;
}
.widget-chat ul li .message-meta .time {
  color: #aeb0b5;
  display: block;
}
.widget-chat ul li .message {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 160px);
  padding: 12px;
  background-color: #f4f4f4;
  display: inline-block;
  vertical-align: top;
}
.widget-chat ul li.message-from .message-meta {
  border-left: 4px solid #4aa564;
}
.widget-chat ul li.message-from .message-meta img {
  float: left;
  margin-right: 8px;
}
.widget-chat ul li.message-own .message-meta {
  border-right: 4px solid #e31c3d;
}
.widget-chat ul li.message-own .message-meta img {
  float: right;
  margin-left: 8px;
}
.widget-chat .write-message {
  border-top: 1px solid #d6d7d9;
  margin-top: 10px;
  position: relative;
}
.widget-chat .write-message i {
  font-size: 24px;
  color: #d6d7d9;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -14px;
}
.widget-chat .write-message input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding-left: 36px;
}
.widget-chat .write-message input:focus {
  outline: 0 none;
}

.widget-profile .p-panel-content {
  padding: 0;
  text-align: center;
}
.widget-profile img {
  width: 100%;
}
.widget-profile .profile-avatar {
  width: 120px;
  height: 120px;
  top: -60px;
  position: relative;
}
.widget-profile .profile-name {
  font-weight: 600;
  color: #212121;
  text-align: center;
  display: block;
  margin-top: -75px;
}
.widget-profile .profile-role {
  color: #212121;
  text-align: center;
  display: block;
}
.widget-profile .p-button {
  margin-top: 16px;
}
.widget-profile .profile-statistics-panel {
  text-align: center;
  display: inline-block;
  position: relative;
}
.widget-profile .profile-statistics-panel .profile-statistics {
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.widget-profile .profile-statistics-panel .statistics-title {
  border-bottom: 4px solid transparent;
  padding-bottom: 10px;
}

.widget-team ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-team ul li {
  padding: 16px;
  border-left: 3px solid rgba(0, 0, 0, 0);
}
.widget-team ul li:after {
  content: "";
  display: table;
  clear: both;
}
.widget-team ul li:hover {
  background-color: #f2f3f3;
  border-color: #f2f3f3;
}
.widget-team ul li .team-box {
  display: inline-block;
  vertical-align: middle;
}
.widget-team ul li .team-member {
  text-align: left;
  display: block;
  font-weight: 600;
  color: #212121;
}
.widget-team ul li img {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
}
.widget-team ul li a {
  display: block;
  float: right;
  background-color: #0872b9;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: 6px;
  text-align: center;
  margin-top: 4px;
}
.widget-team ul li a i {
  line-height: inherit;
  font-size: 22px;
  color: #ffffff;
}

.widget-resolution-center {
  padding-bottom: 8px;
}
.widget-resolution-center .p-inputtext {
  display: block;
}
.widget-resolution-center .p-outputlabel {
  vertical-align: middle;
}
.widget-resolution-center .p-button {
  margin-top: 5px;
  display: block;
}

.widget-pricing-box {
  text-align: center;
}
.widget-pricing-box .pricing-header {
  color: #ffffff;
  background-color: #122e51;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 12px 0px;
}
.widget-pricing-box .pricing-subheader {
  background-color: #efefef;
}
.widget-pricing-box .price {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #122e51;
}
.widget-pricing-box .duration {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #4773aa;
}
.widget-pricing-box .pricing-content {
  background-color: #ffffff;
  min-height: 250px;
  padding-top: 20px;
}
.widget-pricing-box .pricing-content span {
  text-align: center;
  display: block;
  padding: 2px 0;
}
.widget-pricing-box .p-button {
  position: relative;
  top: -55px;
}
.widget-pricing-box.pricing-basic .pricing-header {
  background-color: #00a6d2;
}
.widget-pricing-box.pricing-basic .price {
  color: #00a6d2;
}
.widget-pricing-box.pricing-basic .duration {
  color: #00a6d2;
}
