.widget_list {
  background: transparent; }

.icon {
  font-size: .8em;
  position: relative;
  top: -1px; }

.widgetLayout .panel-actions {
  right: 20px; }

.widgetLayout .action-group .dropdown-toggle {
  cursor: pointer;
  font-size: 18px;
  height: 24px;
  padding: 0 9px;
  margin-right: -9px;
  display: block; }

.widgetLayout .panel-heading {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }

.widgetLayout .heading-icon {
  position: absolute;
  left: 22px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  color: #2f2f2f;
  width: 22px;
  text-align: center; }

.widgetLayout .heading-right {
  margin-left: auto;
  display: flex;
  align-items: center; }

.widgetLayout .panel-actions a {
  margin-left: 8px; }

.widgetLayout .panel-title {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin-left: 49px;
  margin-right: 20px; }

.widgetLayout .nav-tabs {
  margin-bottom: 20px; }

.widgetLayout .draggableHandle {
  position: absolute;
  left: 0;
  z-index: 10;
  cursor: move !important;
  color: #e2e2e2;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 2px;
  line-height: 0; }
  .widgetLayout .draggableHandle:before {
    content: "\f00a";
    font-weight: 400; }

.widgetLayout .heading-actions {
  display: flex;
  align-items: center; }
  .widgetLayout .heading-actions a {
    color: #76838f;
    margin-left: 12px;
    display: flex;
    align-items: center; }
    .widgetLayout .heading-actions a i {
      margin-right: 3px; }

.widgetLayout .closeHandle {
  padding: 5px;
  margin-right: -5px;
  margin-left: 8px; }

.widgetLayout h2.title {
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 15px; }
  .widgetLayout h2.title i {
    margin-right: .5em;
    font-size: 16px; }

.widgetLayout .panel {
  padding: 25px; }
  .widgetLayout .panel .panel-body {
    padding: 0; }

.widgetLayout .btn-orange {
  background: #ee7338;
  border-color: #ee7338;
  color: #fff;
  text-transform: uppercase; }
  .widgetLayout .btn-orange:hover {
    background: #e05613;
    border-color: #e05613; }

.widgetLayout .top-message {
  display: flex;
  align-items: baseline; }
  @media (max-width: 767px) {
    .widgetLayout .top-message {
      flex-direction: column;
      align-items: baseline; } }
  .widgetLayout .top-message .btn {
    margin-left: auto;
    margin-top: auto; }
    @media (max-width: 767px) {
      .widgetLayout .top-message .btn {
        margin-left: 0;
        margin-top: 0; } }
  .widgetLayout .top-message .content {
    padding: 0 40px; }
    @media (max-width: 767px) {
      .widgetLayout .top-message .content {
        padding: 20px 0; } }
  .widgetLayout .top-message .title {
    font-size: 17px;
    font-weight: 500; }
  .widgetLayout .top-message .text {
    font-size: 15px; }
  .widgetLayout .top-message .date span {
    display: block;
    text-align: center;
    padding: 2px 18px;
    font-size: 20px; }
    .widgetLayout .top-message .date span:first-of-type {
      font-weight: 500; }
    .widgetLayout .top-message .date span:last-child {
      background: #212c32;
      color: #fff;
      font-size: 15px;
      text-transform: lowercase; }

    .grid-stack-item-mobile {
      background: #fff;
      margin: 0 10px 10px;
      padding: 1px;
    }

    .grid-stack-item-mobile .panel-heading {
      margin-top: 25px;
    }

    .page-content .grid-stack-item-mobile .tab-content > .tab-pane {
      margin-top: 0;
    }

/*# sourceMappingURL=widgetLayout.css.map */