.card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  word-wrap: none;
}
.card .card-header {
  background: transparent;
  border-radius: 0px;
  border-bottom: 0px;
  padding: 20px 20px 7px 20px;
  position: relative;
  z-index: 3;
  min-height: 48px;
}
.card .card-header.separator:after {
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  left: 16px;
  right: 16px;
  position: absolute;
  bottom: 0;
}
.card .card-header + .card-body {
  padding-top: 0;
}
.card .card-header .card-title {
  font-family: 'Montserrat';
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.06em;
  font-size: 10.5px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.card .card-header .card-controls {
  float: right;
  margin-top: -3px;
}
.card .card-header .card-controls ul {
  margin: 0;
  padding: 0;
}
.card .card-header .card-controls ul li {
  display: inline-block;
  list-style: none;
  line-height: 0;
}
.card .card-header .card-controls:after {
  content: "";
  display: table;
  clear: both;
}
.card .card-header.card-header-hover .card-title {
  opacity: .4;
}
.card .card-header.card-header-hover:hover .card-title {
  opacity: 1;
}
.card.card-default {
  border: 1px solid rgba(230, 230, 230, 0.7);
}
.card.card-default > .card-header {
  color: #333;
}
.card.card-bordered {
  border: 1px solid rgba(225, 225, 226, 0.7);
}
.card.card-borderless {
  border: none;
}
.card.card-condensed .card-header {
  padding: 13px 13px 0 13px;
  min-height: 30px;
}
.card.card-condensed .card-header .card-title {
  opacity: .4;
}
.card.card-condensed .card-body {
  padding: 13px;
}
.card.card-hover .card-header .card-title {
  opacity: .4;
}
.card.card-hover:hover .card-header .card-title {
  opacity: 1;
}
.card.card-transparent {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card.card-transparent .card-body {
  background: transparent;
}
.card.full-height {
  height: calc(100%);
}
.card.full-height .card-body {
  height: auto;
  width: 100%;
  height: 100%;
}
.card.card-featured {
  -webkit-box-shadow: -1px 1px 3px 0px rgba(121, 129, 135, 0.14);
  box-shadow: -1px 1px 3px 0px rgba(121, 129, 135, 0.14);
  width: calc(100% - 50px);
  float: right;
}
.card.card-featured .card-title h4 {
  font-family: 'Montserrat';
  font-size: 16px;
  text-transform: uppercase;
  color: #e8e9ea;
}
.card.card-featured .card-body h3 {
  line-height: 34px;
  font-size: 26px;
}
.card.card-featured .footer .username {
  line-height: 8px;
  padding-top: 10px;
  font-size: 16px;
}
.card.card-featured .footer .buttons li {
  display: inline;
  list-style: none;
  font-weight: bold;
  margin-left: 20px;
}
.card.card-featured .footer .buttons li:first-child {
  margin-left: 0;
}
.card.card-featured .footer .buttons .heart {
  color: #f94816;
}
.card.card-featured .footer .buttons .comment {
  color: #575a5d;
}
.card.card-featured .ribbon {
  width: 38px;
  height: 38px;
  margin-left: -39px;
  float: left;
  -webkit-box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.14);
}
.card.card-featured .ribbon.green {
  background: #0084ff;
}
.card.card-featured .ribbon.blue {
  background: #1dbb99;
}
.card.hover-fill:hover {
  background: #e8e9ea;
}
.card.hover-stroke:hover {
  border: 1px solid #e1e1e2;
}
.card .card-body {
  padding: 20px;
}
.card .card-body.no-padding .row {
  margin-left: 0;
  margin-right: 0;
}
.card .card-body.no-bottom-padding {
  padding-bottom: 0;
}
.card .card-body.no-top-padding {
  padding-top: 0;
}
.card .card-body .title {
  margin-top: 0px;
}
.card .card-body.scrollable {
  margin-bottom: 20px;
}
/* Portlets
------------------------------------
*/
.card-progress {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  display: none;
  z-index: 2;
}
.card-progress > .progress,
.card-progress > .progress.progress-small {
  height: 3px;
}
.card-progress > .progress-circle-indeterminate,
.card-progress > .card-bar-indeterminate {
  display: block;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
}
.card-progress > .progress-circle-indeterminate {
  width: 35px;
  height: 35px;
}
.card-maximized {
  position: fixed !important;
  left: 280px;
  top: 59px;
  bottom: 0;
  right: 0;
  z-index: 600;
  margin: 0;
  width: auto;
}
/* Pages notification holder */
.card .pgn-wrapper {
  position: absolute;
  z-index: 602;
  left: 0 !important;
  top: 0 !important;
}
.card-header a:not(.btn) {
  color: #575a5d !important;
  opacity: .4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.card-header a:not(.btn).card-refresh {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.card-header a:not(.btn).card-refresh.refreshing {
  opacity: 1;
}
.card-header .dropdown-menu .dropdown-item {
  padding: 0 20px !important;
}
.card-header .dropdown-menu .dropdown-item:hover {
  opacity: 1;
  background-color: transparent;
}
.card-header a[data-toggle]:hover {
  opacity: 1;
}
.card-icon {
  -moz-osx-font-smoothing: grayscale;
  font-family: "pages-icon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}
.card-icon-close:before {
  content: "\e60a";
}
.card-icon-maximize:before {
  content: "\e634";
}
.card-icon-refresh:before {
  content: "\e600";
}
.card-icon-collapse:before {
  content: "\e62c";
}
.card-icon-settings:before {
  content: "\e655";
}
.card-icon-refresh-lg-master,
.card-icon-refresh-lg-white {
  width: 15px;
  height: 15px;
  display: block;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.card-icon-refresh-lg-master.fade,
.card-icon-refresh-lg-white.fade {
  opacity: 0.1;
}
.card-icon-refresh-lg-master {
  background-image: url('../../img/progress/progress-circle-lg-master-static.svg');
}
.card-icon-refresh-lg-white {
  background-image: url('../../img/progress/progress-circle-lg-white-static.svg');
}
.card-icon-refresh-lg-master-animated,
.card-icon-refresh-lg-white-animated {
  width: 15px;
  height: 15px;
  display: block;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.card-icon-refresh-lg-master-animated.active,
.card-icon-refresh-lg-white-animated.active {
  opacity: 1;
}
.card-icon-refresh-lg-master-animated {
  background-image: url('../../img/progress/progress-circle-lg-master.svg');
}
.card-icon-refresh-lg-white-animated {
  background-image: url('../../img/progress/progress-circle-lg-white.svg');
}
/* For demo purpose only */
.card-scroll {
  height: 100px;
}
.sortable .card-header {
  cursor: move;
}
/* To prevent lag while dragging */
.ui-sortable-handle {
  transition: max-height 0.3s ease 0s;
}
.sortable .grid .grid-title {
  cursor: move;
}
.ui-sortable {
  min-height: 0px !important;
}
.ui-sortable-placeholder {
  border: 1px dotted black;
  visibility: visible !important;
  height: 100% !important;
}
.ui-sortable-placeholder * {
  visibility: hidden;
}
.sortable-box-placeholder {
  background-color: #e8e9ea;
  border: 1px dashed #e1e1e2;
  display: block;
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}
.sortable-box-placeholder * {
  visibility: hidden;
}
.sortable .card {
  transition: none;
}
.sortable-column {
  padding-bottom: 100px;
}
.demo-card-scrollable {
  height: 158px;
}
.card-body {
  padding: 15px;
}

/* Social Cards
------------------------------------
*/
.social-card {
  padding-bottom: 0;
  margin-bottom: 0;
  background: transparent;
  float: left;
  position: relative;
  border-radius: 4px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-bottom: 20px;
  width: 300px;
  border: 1px solid #e1e1e2;
}
.social-card .circle {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  border-radius: 50%;
  border: 2px solid #e8e9ea;
  width: 9px;
  height: 9px;
  background: #4c6175;
  z-index: 1;
}
.social-card .circle:hover {
  cursor: pointer;
}
.social-card.full-width {
  width: 100% !important;
}
.social-card.status {
  background: #cce6ff;
  border-radius: 4px;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.social-card.status:hover,
.social-card.status.hover {
  border-color: #d2d7dd !important;
}
.social-card.status h5 {
  font-size: 12px;
  margin: 0;
}
.social-card.status h5 .time {
  color: #fff;
}
.social-card.status h2 {
  color: #2c2d2f;
  font-size: 25px;
  line-height: 32px;
  margin: 0;
  font-weight: normal;
}
.social-card.status .reactions {
  color: #e8e9ea;
  opacity: .45;
  font-size: 12px;
  margin: 5px 0 0;
  padding: 0;
}
.social-card.status .reactions li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.social-card.status .circle {
  width: 9px;
  height: 9px;
  border: none;
  background: #0084ff;
}
.social-card .card-header,
.social-card .card-footer {
  background-color: transparent;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.social-card.share .card-header {
  padding: 15px 15px 12px;
  border-bottom: 1px solid #e1e1e2;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.social-card.share .card-header.last {
  border-bottom: none;
}
.social-card.share .card-header .user-pic {
  float: left;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.social-card.share .card-header .user-pic > img {
  width: 30px;
  height: 30px;
}
.social-card.share .card-header h5 {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  line-height: 22.7px;
  font-family: arial;
  letter-spacing: -0.006em;
  margin-top: -3px;
}
.social-card.share .card-header h6 {
  font-size: 12px;
  margin: 0;
  font-family: arial;
  opacity: .45;
}
.social-card.share .card-description {
  padding: 12px 16px 11px;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}
.social-card.share .card-description p {
  margin-bottom: 4px;
}
.social-card.share .card-description .via {
  opacity: .45;
  display: block;
  font-size: 12px;
  font-family: arial;
}
.social-card.share .card-content {
  position: relative;
}
.social-card.share .card-content .buttons {
  left: 17px;
  padding: 0;
  position: absolute;
  top: 10px;
}
.social-card.share .card-content .buttons li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.social-card.share .card-content .buttons li a {
  color: #fff;
}
.social-card.share .card-feed {
  overflow: hidden;
  position: relative;
  max-height: 400px;
}
.social-card.share .card-feed:hover .buttons {
  opacity: 1;
}
.social-card.share .card-feed .buttons {
  position: absolute;
  top: 5px;
  right: 0;
  opacity: 0;
}
.social-card.share .card-feed .buttons li {
  display: inline-block;
  list-style: none;
}
.social-card.share .card-feed .buttons li a {
  color: #fff;
  opacity: 0.8;
  padding: 5px;
}
.social-card.share .card-feed > * {
  max-width: 100%;
}
.social-card.share .card-footer {
  padding: 14px 16px 11px;
  font-size: 12px !important;
}
.social-card.share .card-footer .time {
  float: left;
  opacity: .45;
  font-family: arial;
  margin-top: 1px;
}
.social-card.share .card-footer .reactions {
  float: right;
  margin: 0;
  padding: 0;
  opacity: .45;
}
.social-card.share .card-footer .reactions li {
  display: inline-block;
  list-style: none;
}
.social-card.share .card-footer .reactions li a {
  color: inherit;
}
.social-card.share .card-description,
.social-card.share .card-feed,
.social-card.share .card-footer {
  border-color: transparent;
  border-style: solid;
}
.social-card.share .card-description {
  border-width: 1px;
}
.social-card.share .card-feed {
  border-width: 0 1px;
  margin-top: -2px;
}
.social-card.share .card-footer {
  border-width: 0 1px 1px 1px;
}
.social-card.share.share-other .card-description {
  padding-bottom: 0;
}
.social-card.share.share-other .card-footer {
  padding-top: 0;
  border-radius: 0;
}
.social-card.share.share-other .card-footer:hover {
  background: #fff;
}
.social-card.share.share-other .card-header {
  border-top: 1px solid #cce6ff;
}
.social-card.share.share-other .circle {
  background: #f7cf5f;
}
.social-card.col1 {
  width: 300px;
}
.social-card.col2 {
  width: 620px;
}
.social-card.col3 {
  width: 920px;
}
.social-card img {
  width: 100%;
}