body{
  color: #73748d;
}
.swal2-popup {
  font-size: 1.6rem !important;
}

.nav-tabs {
  cursor: pointer;
}

.datatable_hidden {
  display: none;
}

.navbar-logo {
  margin: 4px 0px;
  float: left;
}

#navbar-login {
  padding-top: 8px;
  padding-bottom: 0px;
}

#navbar-dropdown {
  margin-top: 6px;
  margin-right: 15px;
}

/*.form-signin {
  max-width: 400px;
  padding: 15px;
  margin: 40px auto 0px auto;
}*/

ul .dropdown-menu .ng-isolate-scope {
  visibility: visible;
  display: block;
  opacity: 1;
}

#login-button {
  padding: 10px 15px;
}

.form-signin-heading {
  text-align: center;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin .top-input {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-signin .middle-input {
  margin-bottom: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-signin .bottom-input {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.header {
  margin-top: 10px;
}

.sidebar {
  padding-left: 0px;
}

.sidebar a {
  color: #201e1c;
}

.sidebar a:hover {
  color: #201e1c;
}

.api_heading {
  font-family: 'Open Sans', sans-serif;
  background-color: #201e1c;
  border-radius: 5px;
  padding: 10px;
  color: #E2E2E2;
  width: 100%;
}

p {
  font-size: 1.2em;
}

.hover {
  visibility: visible;
}

.edit-button {
  display: none;
}

.editable-row:hover .edit-button {
  display: inline-block;
  padding: 3px 6px;
  font-size: 9px;
}

.remove-row {
  float: right;
  cursor: pointer;
}

.pagination {
  margin: 0px;
}
/* 
@media (min-width: 992px) {
  .modal-dialog {
      width: 700px;
  }
} */

.dropdown-menu>li>a {
  cursor: pointer;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.typeahead {
  /* border-left-radius: 6px !important; */
  float: none !important;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.typeahead-button {
  line-height: 1.39 !important;
}

.ct-point {
  cursor: pointer;
}

.ct-timeline-point {
  cursor: pointer;
  stroke: #ffffff;
  stroke-width: 1px;
}

.ct-point-sending {
  fill: #428bca !important;
}

.ct-point-error {
  fill: #6c7a89 !important;
}

.ct-point-clicked {
  fill: #F39C12 !important;
}

.ct-point-opened {
  fill: #f9bf3b !important;
}

.ct-point-sent {
  fill: #1abc9c !important;
}

.ct-point-success {
  fill: #f05b4f !important;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  min-width: 5em;
  padding: .5em;
  background: #283F50;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  margin-left: 1.25em;
  font-size: .75em;
  border-radius: 4px;
}

.chartist-pie-tooltip {
  position: absolute;
  display: inline-block;
  min-width: 5em;
  padding: .5em;
  background: #283F50;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  margin-left: 1.25em;
  font-size: .75em;
  border-radius: 4px;
}

.chartist-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #283F50
}

.chartist-chart {
  height: 175px;
}

.chartist-legend {
  list-style: none;
  position: absolute;
  padding-left: 0px;
  top: 0;
}

.chartist-legend li {
  display: block;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 8px;
  font-size: 14px;
  cursor: default;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.chartist-legend li span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
}

.ct-series-a .ct-slice-donut {
  stroke: #1abc9c !important;
}

.ct-slice-donut.ct-slice-donut-error {
  stroke: #6c7a89 !important;
}

.ct-slice-donut.ct-slice-donut-sent {
  stroke: #1abc9c !important
}

.ct-slice-donut.ct-slice-donut-opened {
  stroke: #f9bf3b !important;
}

.ct-slice-donut.ct-slice-donut-success {
  stroke: #f05b4f !important;
}

.ct-slice-donut.ct-slice-donut-clicked {
  stroke: #F39C12 !important;
}

.ct-slice-donut.ct-slice-donut-sending {
  stroke: #428bca !important;
}

.ct-legend-error {
  background-color: #6c7a89 !important;
}

.ct-legend-sent {
  background-color: #1abc9c !important;
}

.ct-legend-opened {
  background-color: #f9bf3b !important;
}

.ct-legend-success {
  background-color: #f05b4f !important;
}

.ct-legend-clicked {
  background-color: #F39C12 !important;
}

.ct-legend-sending {
  background-color: #428bca !important;
}

.badge-clicked {
  background-color: #F39C12 !important;
  color: #fff;
}

.gophish-editor {
  font-family: 'Courier New', Monospace !important;
  font-size: small !important;
}

#resultsMap {
  margin-top: -30px;
}

/* Handle the navbar collapse at < 1300px */

@media (min-width: 768px) and (max-width: 1300px) {
  .navbar-collapse.collapse {
      display: none !important;
  }

  .navbar-collapse.collapse.in {
      display: block !important;
  }

  .navbar-header .collapse,
  .navbar-toggle {
      display: block !important;
  }

  .navbar-header {
      float: none !important;
  }
}

/* Table Styling */

.modal-content table {
  table-layout: fixed;
}

.modal-content .dataTable tbody td {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Smaller font on modal tables */
}

.dataTables_info {
  font-size: 15px;
}

td.details-control {
  cursor: pointer;
}

.timeline {
  text-align: left;
  background-color: #ffffff;
}

.timeline-graph {
  margin-left: 30px;
}

.timeline>h6 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.timeline>.subtitle {
  color: #999999;
  font-style: italic;
  margin-bottom: 15px;
  display: block;
}

.timeline-entry {
  position: relative;
  padding-bottom: 36px;
}

.timeline-bar {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  width: 1px;
  left: -6px;
  background: #aaaaaa;
}

.timeline-entry:last-child .timeline-bar {
  display: none;
}

.timeline-entry:last-child {
  padding-bottom: 0px;
}

.timeline-icon {
  position: relative;
  float: left;
  margin-left: -24px;
  width: 36px;
  top: -5px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
}

.timeline-icon>i {
  margin-top: 10px;
  color: #ffffff;
}

.timeline-message {
  padding-left: 30px;
}

.timeline-date {
  float: right;
  color: #999999;
  font-style: italic;
}

.timeline-event-details {
  font-size: 16px;
  margin-top: 5px;
  cursor: pointer;
}

.timeline-replay-button {
  margin-top: 10px;
}

.timeline-event-details>.table-responsive {
  display: none;
}

.timeline-event-details {
  margin-top: 10px;
  margin-bottom: 10px;
}

.timeline-event-results {
  font-size: 16px;
  display: none;
}

.timeline-device-details {
  font-size: .8em;
  margin-top: 10px;
}

.timeline-device-os>span.fa-stack {
  font-size: .8em;
}

.timeline-device-browser>span.fa-stack {
  font-size: .8em;
}

.timeline-device-browser>span.fa-stack>i.fa-stack-1x {
  font-size: 1.5em;
}

i.fa-vendor-icon {
  font-size: .6em;
}

i.fa-tablet+i.fa-vendor-icon {
  top: -2px;
}

i.fa-tablet+i.fa-vendor-icon {
  top: -2px;
}

i.fa-laptop+i.fa-vendor-icon {
  top: -2px;
}

.tooltip-inner {
  width: 300px !important;
}

#refresh_message {
  display: none;
}

#capture_passwords {
  display: none;
}

#redirect_url {
  display: none;
}

@media (max-width: 767px) {
  .navbar-header {
      margin-left: 10px !important;
  }
}


.btn-blue {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.btn-blue:hover {
  background-color: #64a1d6;
}


.color-success {
  font-weight: bold;
  color: #f05b4f!important;
}

.color-sent {
  font-weight: bold;
  color: #1abc9c!important;
}

.color-opened {
  font-weight: bold;
  color: #f9bf3b!important;
}

.color-clicked {
  font-weight: bold;
  color: #f39c12!important;
}

.color-reported {
  font-weight: bold;
  color: #45d6ef!important;
}

.color-success {
  color: #f05b4f!important;
}


#resultsMapContainer {
  display: none;
}

#csv-template {
  margin-left: 15px;
  cursor: pointer;
}

.cke_chrome {
  border-top: 0 !important;
}

.cke_autocomplete_panel {
  width: 400px !important;
}

.cke_autocomplete_panel>li {
  padding: 10px 5px !important;
}

/* = = = REST OF CUSTOM = = = */

/*= = tables = = */

th.table-actions-w15, td.table-actions-w15{
  width: 15%!important;
}

th.table-actions-w20, td.table-actions-w20{
  width: 20%!important;
}

#profile + .select2.select2-container{
  width: initial!important;
  flex-grow: 1;
}

/*= = icons inside buttons = =*/

.btn.btn-primary i.la{
  color: #fff;
}

/*= = select-2 = =*/

.select2-container--default .select2-results__option.select2-results__option--highlighted {
  background: #5897fb;
  color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #ddd;
  color: #888;
}

/* = = charts = = */

.highcharts-title {
  font-family: Poppins,Helvetica,sans-serif;
  font-size: 14px!important;
  fill: #74788d!important;
  font-weight: 500;
}

/*= = = badges = =*/
.badge[data-toggle="kt-tooltip"]{
  cursor: help;
}

/*= = loading spinner = = =*/
#loading{
  text-align: center;
  padding:4em;
}

#loading > div{
  display: inline-block;
}

/*= = = iframe HTML preview*/

iframe.html-preview{
  border: none;
  width: 100%;
  min-height: 500px;
}

.email-campaign-preview iframe.html-preview{
  min-height: 280px;
}

select.full-width + .select2.select2-container{
  width: 100%!important;
}

/*= = = = Results Table = = == */

table i.text-muted{
  color: #b5b6bb!important;
}

select.result-recipient-select + .select2, .form-group > .select2{
  width: 100%!important;
}

div.recipient-col button{
  margin-top:4px;
}

div.recipient-col:not(.changed) button{
  display: none;
}

/*= = = = Courses = = = = */

.course__name{
  color: #5d78ff!important;
  font-weight: 700;
}

.course__banner{
  margin-top: 1rem;
  border-radius: 5px;
  display: inline-block;
  width: 140px;
  max-width: 100%;
  min-height: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: solid thin rgba(204,204,204,0.3);
}

.course__banner.course__banner--small{
  width: 50px;
  max-width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  margin-top: 0px;
  display: inline-block;
}


.course__banner--full-width{
  width: 100%;
}

.course-preview--small .kt-widget__head{
  display: flex;
}

.course-preview--small .course__banner{
  flex-basis: 50px;
}

.course-preview--small .course-preview__name{
  margin-left: 10px;
}

.course-preview--small .kt-portlet__body{
  padding: 10px;
}

.course__description{
  margin-top: 0.5rem;
  color: #595d6e;
  font-weight: 400;
  padding-right: 2rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: .5rem;
  font-size: 1em;
  text-align: left;
}

.report-item__name,
.report-item__name a{
  color: #2D76CC!important;
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 600;
}

.kt-pagination.kt-pagination--brand .kt-pagination__links .kt-link--disabled,
.kt-pagination.kt-pagination--brand .kt-pagination__links .kt-link--disabled:hover{
  background: rgba(93, 120, 255, 0.1);
  opacity: .3;
  color: #74788d;
}

.kt-header--fixed #student-portal-preview{
  position: relative;
  z-index: 1;
}
.kt-header--fixed #student-portal-preview .kt-header{
  position: relative;
}

.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datetimepicker table tr td span.disabled, .datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}


.template-preview{
  cursor: pointer;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  border: solid thin #efefef;
  padding: 10px;
  height: 180px;
  margin-bottom: 10px;
  overflow: hidden;
}

.template-preview.selected{
  border-color: #1479FB;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.template-preview.placeholder{
  box-shadow: none;
  background-color: #fbfbfb;
  border: none;
  cursor: auto;
}

.template-preview .preview-image{
  max-width: 100%;
  border: solid thin #f3f3f3;
  border-radius: 2px;
}
.template-preview .preview-image.no-image{
  display: none;
}

.template-preview .template-name{
  position: relative;
  display: block;
  text-overflow: ellipsis;
}

#templateTable .preview-image,
#templateTableSystem .preview-image,
#pagesTable .preview-image,
#pagesTableSystem .preview-image{
  cursor: zoom-in;
  width: 120px;
  border: solid thin #f3f3f3;
  border-radius: 2px;
}

#templateTable .preview-image.preview-error,
#templateTableSystem .preview-image.preview-error,
#pagesTable .preview-image.preview-error,
#pagesTableSystem .preview-image.preview-error{
  cursor: initial;
  content: url('/images/no-preview.jpeg')!important;
  width: 120px;
  max-width: 120px;
}

#report-wrapper .preview-image{
  border: none;
}

.list-group-item .form-check-label{
  cursor: pointer;
}

.flat-input{
  padding: 10px;
  min-width: 200px;
  width: 100%;
  display: inline-block;
  border: solid thin #ebedf2;
  border-radius: 4px;
  margin-right: 20px;
}

/*Dashboard*/

#dashboard .kt-widget26__content{
  flex-grow: 0;
  padding-bottom: 0px;
}

#dashboard .kt-widget26__chart{
  padding-left: 1.5rem;
}

.thumb-tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #FFFFFF url(example/loader.gif) no-repeat center padding-box;
  border-radius: 4px;
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.25);
}

.thumb-tooltip-image {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dataTables_length{
  display: inline-block;
  width: 200px;
}

.datatable-select-filter{
  display: inline-block;
  width: 300px;
}

.datatable-select-filter .select2{
  width: calc(100% - 80px)!important;
  margin-left: 10px;
}

.datatable-select-filter .select2-selection__clear{
  margin-top: -16px!important;
}

.kt-header {
    background-color: #fff;
}

.data-breach{
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  background: #fafafa;
  border-radius: 5px;
}

.data-breach .breach-icon{
  display: inline-block;
  border-radius: 2px;
  padding:5px;
}

.data-breach .breach-icon.custom-icon{
  background: #eee;
}

.data-breach .breach-icon.default-icon{
  background: #eee;
}

.data-breach .breach-description{
  margin-top: 0px;
}

/*charts*/

.radar-chart .level {
  stroke: grey;
  stroke-width: 0.5;
}

.radar-chart .axis line {
  stroke: grey;
  stroke-width: 1;
}
.radar-chart .axis .legend {
  font-family: sans-serif;
  font-size: 13px;
}
.radar-chart .axis .legend.top {
  dy:1em;
}
.radar-chart .axis .legend.left {
  text-anchor: start;
}
.radar-chart .axis .legend.middle {
  text-anchor: middle;
}
.radar-chart .axis .legend.right {
  text-anchor: end;
}

.radar-chart .tooltip {
  font-family: sans-serif;
  font-size: 13px;
  transition: opacity 200ms;
  opacity: 0;
}
.radar-chart .tooltip.visible {
  opacity: 1;
}

/* area transition when hovering */
.radar-chart .area {
  stroke-width: 2;
  fill-opacity: 0.5;
}
.radar-chart.focus .area {
  fill-opacity: 0.1;
}
.radar-chart.focus .area.focused {
  fill-opacity: 0.7;
}

.radar-chart .circle {
  fill-opacity: 0.9;
}

/* transitions */
.radar-chart .area, .radar-chart .circle {
  transition: opacity 300ms, fill-opacity 200ms;
  opacity: 1;
}
.radar-chart .d3-enter, .radar-chart .d3-exit {
  opacity: 0;
}

.risk-factors-chart{
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  cursor: default;
}
.risk-factors-chart text{
  cursor: default;
}

.risk-score-bar{
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  background: #e7e9f0;
}

.risk-score-bar .risk-value{
  position: absolute;
  text-shadow: -1px 1px 0px #fff;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
}

.risk-score-bar .risk-score--progress{
  position: relative;
  text-align: center;
}

.risk-score-bar .risk-value--inprogress{
  color: #fff;
  font-weight: 500;
  text-shadow: -1px 1px 0px rgb(0, 0, 0,0.25);
}

.percentage-score-bar{
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  background: #e7e9f0;
}

.percentage-score-bar .percentage-value{
  position: absolute;
  text-shadow: -1px 1px 0px #fff;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
}

.table-header-rotated {
  border-collapse: collapse;
  margin-top: 120px;
  margin-right: 200px;
}
.table-header-rotated td {
  width: 30px;
}
.table-header-rotated td {
  text-align: center;
  padding: 10px 5px;
  /* border: 1px solid #ccc; */
}
.table-header-rotated th.rotate {
  height: 140px;
  white-space: nowrap;
  color: #444;
  font-weight: 400;
}

.table-header-rotated th.rotate > div {
  transform: translate(25px, 51px) rotate(315deg);
  width: 30px;
}
.table-header-rotated th.rotate > div > span {
  /* border-bottom: 1px solid #ccc; */
  padding: 5px 10px;
}
.table-header-rotated th.row-header {
  padding: 0 10px;
  /* border-bottom: 1px solid #ccc; */
}

.training-matrix{
  width: calc(100% - 100px);
}

.training-matrix .not-enrolled{
  background: #eee;
}

.training-matrix tbody td{
  font-weight: 500;
}

.training-matrix:not(.training-legend) tbody tr > td{
  border: solid thin #ccc;
}

.training-matrix tbody tr:nth-child(odd) > td:first-child{
  background-color: #f5f5f5;
}

.training-legend tbody td:not([class^="st-"]){
  padding-left: 8px;
  padding-right: 8px;
}
/* 
{strokeStyle: "#1CBD27", min: 0, max: 20}, // Red from 100 to 130
                {strokeStyle: "#FECE35", min: 20, max: 40}, // Yellow
                {strokeStyle: "#FD9927", min: 40, max: 60}, // Green
                {strokeStyle: "#FD6721", min: 60, max: 80}, // Yellow
                {strokeStyle: "#CF292B", min: 80, max: 100}  // Red */

.training-matrix .st-completed{
  background: #1CBD27;
  color: #fff;
}

.training-matrix .st-not_attempted{
 /* background-color: #FD6721;  */
 background-color: #BFBFBF;
 color: #fff;
}

.training-matrix .pct-fail{
  background: rgb(242, 113, 113);
  color: #fff;
}

.training-matrix .pct-ok{
  background: rgb(227, 242, 171);
}

.training-matrix .pct-better{
  background: rgb(171, 242, 171);
  color: #222;
}
.training-matrix td.highlight div,
.training-matrix td.highlight span{
  pointer-events: none;
}

.training-matrix.highlighted td,
.training-matrix.highlighted th span{
  position: relative;
}

.training-matrix.highlighted td.active::after{
  content: " ";
  position: absolute;
  top:0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #1950af31;
}

.training-matrix.highlighted th.active span{
  color: #1950af;
  background: #f3f3f3;
}

.inline-number-widget{
  display: block;
  clear: both;
  color: rgb(0, 0, 0);
  font-size: 24px;
}

.lms-iframe{
  width: 100%;
  height: 800px;
  border: none;
}

/*Text colors*/

.text-grey{
  color: #333333;
}

.text-bolder{
  font-weight: 700;
}

/* report widget*/
.widget-container{
  background-color: #fafafa;
  padding-top: 1.5em;
  height:100%;
  border: solid thin #f7f7f7;
  overflow: hidden;
}

.widget-container canvas.gauge{
  transform: translateX(-50%);
  margin-left: 50%;
}

.widget-container--white{
  background-color: #fff;
}

.widget-container .inline-number-widget{
  font-size: 3em;
}

.widget-container .kt-widget.kt-widget--user-profile-1{
  padding-left: 1em;
  padding-right: 1em;
}

h3 + .inline-number-widget{
  margin-top: -0.3em;
}

.widget-centered{
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-item.disabled{
  filter: grayscale(100%);
  opacity: 0.8;
}

.recipient-card .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username {
  font-size: 2em;
}
.recipient-card .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username i{
  font-size: 1.5rem;
}

.recipient-card .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__subtitle {
  font-size: 1.2em;
}

.empty-state{
  color: #aaa;
  text-align: center;
  background: #fdfdfd;
  padding: 50px;
  border-radius: 0px;
  border: solid thin #fafafa;
}

.empty-state h5{
  font-weight: 500;
}

.empty-state i.empty-state-icon{
  font-size:3.5rem;
  color: #aaa;
  display: block;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 1428px) {
  table.dataTable{
    table-layout: fixed; 
    word-wrap: break-word;
  }
  /* table.dataTable th.no-sort{
    width: 10px!important;
  } */
}

table.dataTable tbody td .btn-sm{
  padding-left: 6px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
}

.plugin-preview{
  box-shadow: 0px 1px 8px rgba(0,0,0,0.2);
}

.manifest-url{
  background-color: #f3f3f3;
  color: #444;
  padding:8px;
  border-radius: 4px;
}

div.fr-popup.fr-active{
  z-index: 99!important;
}