/* Import minovate */
/* Fix link styling with AngularJS */
.nav, .pagination, .carousel, .panel-title, a {
  cursor: pointer;
}

th.actions-column {
  width: 1%;
}

td.actions {
  white-space: nowrap;
  text-align: right;
}

.appWrapper.header-fixed.aside-fixed #content.header-hidden {
  top: 0;
}

.appWrapper.header-fixed.aside-fixed #content.sidebar-hidden {
  left: 0;
}

.type-identifier {
  font-weight: 700;
  font-size: 85%;
  text-transform: uppercase;
  padding-right: 5px;
  color: #666666;
}

.icon-invisible {
  /* To use font-awesome icons as spacers */
  visibility: hidden;
}

.badge .badge-lg,
.label .label-lg {
  font-size: 14px;
}

.moment-picker {
  z-index: 3000;
}

.control-label {
  font-weight: bold;
}

.color-class.selected {
  box-shadow: inset 0px 0px 0px 2px #666;
}

/* Fix ui-select element positioning */
.ui-select-bootstrap .ui-select-choices {
  top: auto !important;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  margin-top: 0px;
}

.notifications .panel-heading {
  color: #aaa !important;
}
.notifications .panel-footer .alert {
  margin-bottom: 0px;
  padding: 10px 8px;
}

.block-ui-message {
  padding: 4px;
  font-size: 14px;
}

ol.list-type.circle li.circle-filled::before, ul.list-type.circle li.circle-filled::before {
  content: "\f111";
}

.media-list {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.media-list .media-entry.media-entry-cut {
  background-color: #f7f7f7 !important;
  color: #aaa;
}
.media-list .media-entry.media-entry-selected {
  color: #111;
  background-color: #9bd8eb !important;
}
.media-list .media-entry.media-entry-selected a, .media-list .media-entry.media-entry-selected a:hover {
  color: #111;
}

/* Fix ng-image-gallery. It's UI is placed partially below other screen elements */
.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content {
  left: 80px;
  top: 36px;
}
.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.event-current {
  border-color: #014466 !important;
  border-style: dashed;
  border-width: 3px;
}

.calendar-selector .fa {
  font-weight: bold;
  font-size: 18px;
}
.calendar-selector.calendar-unselected {
  color: #aaaaaa !important;
}
.calendar-selector.calendar-unselected .fa.fa-eye {
  display: none;
}
.calendar-selector.calendar-selected {
  color: inherit;
}
.calendar-selector.calendar-selected .fa.fa-eye-slash {
  display: none;
}

.help-block.calendar-member {
  margin-top: 0;
  margin-bottom: 5px;
}

.help-block.calendar-member-offset {
  margin-top: 0;
  margin-bottom: 5px;
}

.calendar-member-offset {
  padding-left: 52px;
}

.card-container {
  position: relative;
}
.card-container .card-no-back {
  min-height: 110px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  cursor: pointer;
  z-index: 9;
}
.card-container .card-no-back .front {
  height: 100%;
  position: relative;
  width: 100%;
  padding: 28px;
  top: 0;
  left: 0;
  z-index: 11;
}

.account-ticket {
  padding: 6px 6px !important;
}
.account-ticket .account-ticket-header {
  font-size: 16px !important;
  line-height: 100% !important;
  min-height: 23px;
}

.form-compact {
  /* Fix ui-select element positioning */
}
.form-compact .tile .tile-header {
  padding: 6px 15px;
}
.form-compact .tile .tile-widget {
  padding: 6px 8px;
}
.form-compact .tile .tile-header .controls > li > a {
  line-height: 37px;
}
.form-compact .tile .tile-header h1, .form-compact .tile .tile-header h2, .form-compact .tile .tile-header h3, .form-compact .tile .tile-header h4 {
  line-height: 24px;
}
.form-compact .tile .tile-body {
  padding: 10px;
}
.form-compact .nav > li > a {
  padding: 6px 9px;
}
.form-compact .tab-content .tab-pane {
  padding: 10px;
}
.form-compact .form-group {
  margin-bottom: 8px;
}
.form-compact label {
  margin-bottom: 2px;
}
.form-compact input.form-control, .form-compact select.form-control, .form-compact span.form-control {
  height: 24px;
  padding: 2px 4px;
}
.form-compact .ui-select-bootstrap .ui-select-choices {
  top: auto !important;
}
.form-compact .ui-select-bootstrap .ui-select-toggle > a.btn {
  margin-top: 0px;
}
.form-compact .checkbox, .form-compact .radio {
  margin-top: 0px;
}
.form-compact .checkbox + .checkbox, .form-compact .radio + .radio {
  margin-top: 0px;
}
.form-compact .table.table-custom > tbody > tr td,
.form-compact .table.table-custom > tbody > tr th,
.form-compact .table.table-custom > tfoot > tr td,
.form-compact .table.table-custom > tfoot > tr th,
.form-compact .table.table-custom > thead > tr td,
.form-compact .table.table-custom > thead > tr th {
  padding: 4px;
}

.modal-dialog.modal-full {
  margin: 0;
  width: 100%;
}
.modal-dialog.modal-hg {
  width: 95%;
}

@media print {
  table.table-printable.table-custom > tbody > tr td, table.table-printable.table-custom > tbody > tr th, table.table-printable.table-custom > tfoot > tr td, table.table-printable.table-custom > tfoot > tr th, table.table-printable.table-custom > thead > tr td, table.table-printable.table-custom > thead > tr th {
    padding: 0 2px;
  }
}
th.tablesort-sortable {
  position: relative;
  cursor: pointer;
  padding-bottom: 3px !important;
}
th.tablesort-sortable:hover {
  background-color: #f0f0f0;
}
th.tablesort-sortable:after {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  color: #dbe0e2;
  line-height: 8px;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0dc";
}
th.tablesort-sortable.tablesort-asc {
  border-bottom: 3px solid #428bca !important;
  padding-bottom: 1px !important;
}
th.tablesort-sortable.tablesort-asc:after {
  color: #428bca;
  content: "\f0de";
  border-color: #428bca;
}
th.tablesort-sortable.tablesort-desc {
  border-bottom: 3px solid #428bca !important;
  padding-bottom: 1px !important;
}
th.tablesort-sortable.tablesort-desc:after {
  color: #428bca;
  content: "\f0dd";
  border-color: #428bca;
}

.tile .tile-header .controls ul.pagination {
  margin: 0;
  border: 0;
  height: 100%;
}
.tile .tile-header .controls ul.pagination li > a {
  line-height: 30px;
  border-top: 0;
  border-bottom: 0;
}
.tile .tile-header .controls ul.pagination li:first-child > a {
  border-left: 0;
}
.tile .tile-header .controls ul.pagination li:last-child > a {
  border-right: 0;
}

/* Minovate override: show tile controls on mobile */
@media only screen and (max-width: 628px) {
  .tile .tile-header .controls {
    display: block;
  }
}
/* Copy of .tile .tile-header .controls */
.tile .tile-footer .controls {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
.tile .tile-footer .controls > li {
  display: inline-block;
  height: 100%;
  float: left;
}
.tile .tile-footer .controls > li > a {
  display: block;
  height: 100%;
  line-height: 43px;
  min-width: 41px;
  padding: 0 10px;
  text-align: center;
  color: #666666;
}
.tile .tile-footer .controls > li > a:hover {
  color: #333333;
  text-decoration: none;
}
.tile .tile-footer .controls ul.pagination {
  margin: 0;
  border: 0;
  height: 100%;
}
.tile .tile-footer .controls ul.pagination li > a {
  line-height: 30px;
  border-top: 0;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.tile .tile-footer .controls ul.pagination li:first-child > a {
  border-left: 0;
}
.tile .tile-footer .controls ul.pagination li:last-child > a {
  border-right: 0;
}
.tile .tile-footer .controls .expand {
  display: none;
}
.tile .tile-footer.dvd .controls > li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.tile .tile-footer.dvd.dvd-white .controls > li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.tile .tile-footer .btn {
  padding: 2px 5px;
  margin-right: -24px;
}
.tile .tile-footer.cover {
  padding: 0;
}

.tile[class*=bg-]:not(.bg-default) .controls > li,
.tile-widget[class*=bg-]:not(.bg-default) .controls > li,
.tile-body[class*=bg-]:not(.bg-default) .controls > li,
.tile-footer[class*=bg-]:not(.bg-default) .controls > li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.tile[class*=bg-]:not(.bg-default) .controls > li:last-child,
.tile-widget[class*=bg-]:not(.bg-default) .controls > li:last-child,
.tile-body[class*=bg-]:not(.bg-default) .controls > li:last-child,
.tile-footer[class*=bg-]:not(.bg-default) .controls > li:last-child {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
}
.tile[class*=bg-]:not(.bg-default) .controls > li:nth-last-child(2),
.tile-widget[class*=bg-]:not(.bg-default) .controls > li:nth-last-child(2),
.tile-body[class*=bg-]:not(.bg-default) .controls > li:nth-last-child(2),
.tile-footer[class*=bg-]:not(.bg-default) .controls > li:nth-last-child(2) {
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
}

.pulse {
  border-radius: 50%;
  cursor: pointer;
  padding: 4px;
  box-shadow: 0 0 0 10px rgba(240, 60, 2, 0);
}

.pulse-active {
  animation: pulse 2s infinite, pulse-color 0.5s infinite;
  background: #F03C02;
  box-shadow: 0 0 0 rgba(240, 60, 2, 0.7);
}

.pulse:hover {
  animation: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 60, 2, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(240, 60, 2, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(240, 60, 2, 0);
  }
}
@keyframes pulse-color {
  0% {
    color: #ff0000;
  }
  50% {
    color: inherit;
  }
}
#header .branding a.brand {
  background: url(../images/branding_logo_header.png) no-repeat 0 10px;
}
#header .notifications .dropdown-menu {
  min-width: 400px;
}
#header .notifications .notification a {
  color: #666;
}
#header .notifications .notification .notification-time {
  color: #aaa;
}
#header .notifications .notification.unread {
  background-color: #536781;
}
#header .notifications .notification.unread a {
  color: #eeeeee;
}
#header .notifications .notification.unread .notification-title {
  font-weight: bolder;
}
#header .notifications .notification.unread .notification-time {
  color: #bbb;
}