/*

* Override Pages default styles or create your own styles here

*/
body {
  /*&.has-secondary-header {
    .page-container {
      .page-content-wrapper .content {
        padding-top: 130px;
      }
      @media (max-width: 480px) {
        .page-content-wrapper .content {
          padding-top: 115px;
        }
      }
    }
  }*/
}
body:not(.sidebar-visible) .page-sidebar .sidebar-header {
  padding-right: 15px;
}
.header {
  display: block;
  height: auto !important;
}
.header .secondary-header {
  margin-right: -20px;
  padding-left: 70px;
  transition: all 0.5s;
}
body.menu-pin .header .secondary-header {
  padding-left: 250px;
}
.header .secondary-header a.btn {
  color: white;
}
.header .secondary-header .secondary-header-content {
  height: 57px;
}
.header .brand {
  width: auto;
  padding-left: 100px;
}
@media (min-width: 768px) {
  .header .header-inner {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .header .secondary-header {
    padding-left: 0;
    margin-right: -15px;
    margin-left: -15px;
  }
  .header .brand {
    padding-left: 0;
  }
}
.sticky-content {
  position: fixed !important;
  top: 60px;
  left: 0;
  right: 0;
  padding-left: 70px;
  z-index: 699;
}
body.menu-pin .sticky-content {
  padding-left: 250px;
}
@media (max-width: 991px) {
  .sticky-content {
    padding-left: 0;
  }
}
.fit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.profile-dropdown-toggle {
  cursor: pointer;
}
.bg-black {
  background-color: black;
}
.bg-blue-dark {
  background: #181c8f !important;
}
.app-name {
  font-weight: 500 !important;
  margin: 0;
}
.brand.isotype {
  display: block;
  padding-top: 10px;
  width: 35px;
}
body.sidebar-visible .brand.isotype {
  display: none;
}
@media (max-width: 991px) {
  .brand.isotype {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-sidebar .sidebar-header {
    padding: 0 20px !important;
  }
}
@media (max-width: 767px) {
  .jumbotron,
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.mobile .page-sidebar .sidebar-menu .menu-items li.active > a,
body.mobile .page-sidebar .sidebar-menu .menu-items li.open > a {
  color: #627182;
}
.app-name.app-name-sidebar {
  display: inline-block;
  vertical-align: middle;
}
.playlist-card {
  min-height: 0 !important;
}
.playlist-card-title {
  text-transform: none !important;
}
.filter-title {
  min-height: 0 !important;
}
.ctrl-buttons {
  padding: 15px 0;
}
.ctrl-buttons .btn {
  padding: 2px 20px;
}
.modal.fill-in .close {
  top: 8px;
}
.modal.fade.fill-in > .close > i {
  font-size: 32px;
  position: fixed;
  right: 10px;
}
.modal.fade.fill-in.show {
  background-color: #f5f6f7;
}
.select2-container--focus .select2-selection {
  box-shadow: none;
  background: #f6f9fa;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.select2-container--focus .select2-selection--multiple .select2-selection__choice {
  background-color: white !important;
}
.pgn-wrapper {
  z-index: 10000 !important;
}
.dropdown-menu {
  padding-top: 0 !important;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}
.dropdown-menu > li:first-child,
.dropdown-menu > .dropdown-item:first-child {
  padding-top: 0px !important;
  margin-top: 9px;
}
.dropdown-menu .dropdown-item:hover {
  color: black !important;
}
.profile-dropdown > a > i {
  font-size: 14px;
  vertical-align: text-bottom;
}
/* Shadows */
.shadow-2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.shadow-3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
}
.shadow-4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}
.shadow-6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}
.shadow-8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.form-horizontal .form-group .control-label {
  opacity: 0.8 !important;
}
.page-sidebar .sidebar-menu .menu-items > li > a > .title {
  width: 100% !important;
}
.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.md-card .card-header {
  padding: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: none;
}
.md-card .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.md-card .card-icon .card-bg {
  margin: 5px;
  background-size: 70%;
}
.md-card .card-icon i {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.md-card .card-title {
  position: relative;
  font-size: 14px !important;
  color: white;
  padding-left: 10px !important;
}
.md-card .card-block {
  position: relative;
  padding: 20px;
}
.md-card .card-block p {
  font-size: 16px;
  line-height: 24px;
}
.md-card .card-block > ul {
  padding-left: 15px;
  font-size: 15px;
}
.md-card .card-footer {
  font-size: 14px;
}
.md-card .card-overflow-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.md-card .card-overflow-menu .ellipsis-btn {
  display: inline-block;
}
.md-card .card-overflow-menu .show > .dropdown-menu {
  transform: scale(1) !important;
}
.md-card .card-overflow-menu .dropdown-menu {
  top: 0;
  border: none;
  background: white !important;
  display: block !important;
  transition: all 0.2s;
  transform: scale(0);
  transform-origin: 0 0;
}
.md-card .card-overflow-menu .dropdown-menu .dropdown-item {
  padding: 0 20px;
  border-radius: 0;
}
.md-card .card-overflow-menu .dropdown-menu .dropdown-item:first-child {
  padding-top: 0 !important;
  margin-top: 9px;
}
.md-card .card-overflow-menu .dropdown-menu .dropdown-item:hover,
.md-card .card-overflow-menu .dropdown-menu .dropdown-item:focus,
.md-card .card-overflow-menu .dropdown-menu .dropdown-item:active {
  background-color: #f7f7f9 !important;
}
.md-card .card-overflow-menu ul {
  margin: 0;
  padding: 0;
}
.md-card .card-overflow-menu i {
  min-width: 15px;
  text-align: right;
  font-size: 16px;
}
.image-card .card-title {
  margin: 30px !important;
}
.image-card .card-block {
  padding: 20px;
}
.md-card .card-bg,
.image-card .card-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.md-tabs .md-tab {
  font-size: 14px;
  letter-spacing: .25px;
  padding: 10px 16px;
  font-weight: 600;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.md-tabs .md-tab.active {
  color: white;
}
.md-tabs .md-tab.active:after {
  content: "";
  height: 3px;
  background: white;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.simple-card {
  padding: 20px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
  background: white;
  border-radius: 7px 7px 10px 10px;
}
.account-thumbnail {
  border-radius: 50%;
  width: 100%;
  position: relative;
}
.account-thumbnail span {
  font-size: 50px;
  font-size: 6vw;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .account-thumbnail span {
    font-size: 20px;
    font-size: 10vw;
  }
}
.settings-field label {
  font-size: 16px;
  width: 160px;
}
@media (max-width: 468px) {
  .settings-field label {
    width: 100%;
  }
}
.settings-field span {
  font-size: 16px;
  color: #37474F;
}
.form-group .help {
  font-size: 12px;
  color: rgba(122, 137, 148, 0.7);
}
.pos-relative {
  position: relative;
}
