﻿/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss

    paars: #392e51
    rood: #e4322b
    licht blauw: #71bbe0
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*******************
/*Top bar
*******************/
/*darken(@color-primary,30%); */
.topbar {
  position: relative;
  background: #392e51;
}
.strong {
  font-weight: bolder;
  text-decoration: solid;
}
.topbar:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
  border-right: 20px solid #221c30;
  border-bottom: 20px solid #221c30;
  clear: both;
}
.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none;
}
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
  color: #ffffff !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover,
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}
.hdr-nav-bar .navbar .navbar-nav > li.active > a {
  border-color: #392e51;
}
/*******************
/*General Elements
*******************/
.lstick {
  background: #392e51;
}
a.link:hover,
a.link:focus {
  color: #392e51 !important;
}
.bg-theme {
  background-color: #392e51 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #392e51;
  border-color: #392e51;
}
.sidebar-nav,
.left-sidebar {
  color: #fdfdfd;
  background-color: #71bbe0;
}
.left-sidebar a,
.sidebar-nav > ul > li > a i,
.sidebar-nav ul li a {
  color: #fdfdfd !important;
  /*background: @color-secondary !important;*/
}
.sidebar-nav > ul > li:hover,
.sidebar-nav > ul > li:hover a,
.sidebar-nav > ul > li:hover a i,
.sidebar-nav ul li .collapse,
.sidebar-nav ul li .collapse a {
  color: #392e51 !important;
}
.right-sidebar .rpanel-title {
  background: #392e51;
}
.stylish-table tbody tr:hover,
.stylish-table tbody tr.active {
  border-left: 4px solid #392e51;
}
.text-themecolor {
  color: #392e51 !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #392e51;
  color: #392e51;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #392e51;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #392e51;
  color: #ffffff;
  border: 1px solid #392e51;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #392e51;
  opacity: 0.7;
  border: 1px solid #392e51;
}
.btn-themecolor.active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}
/*******************
/*sidebar navigation
*******************/
.label-themecolor {
  background: #392e51;
}
.sidebar-nav > ul > li.active > a {
  color: #392e51;
  border-color: #392e51;
}
.sidebar-nav > ul > li.active > a i {
  color: #392e51;
}
.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
  color: #392e51;
}
.sidebar-nav ul li a.active i,
.sidebar-nav ul li a:hover i {
  color: #fff;
}
.sidebar-nav > ul > li > a i {
  color: #a6b7bf;
}
.card.card-outline-primary,
.card.card-outline-secondary {
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
}
.card.card-outline-primary {
  border-color: #392e51;
}
.btn.btn-primary {
  background-color: #392e51;
  color: #fdfdfd;
}
html body .text-primary {
  color: #392e51 !important;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  cursor: not-allowed;
  background-color: #ccc;
  color: #333;
  border-color: #333;
}
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  background-color: #ccc !important;
  color: #333 !important;
  border-color: #333;
}
.btn.btn-outline-primary:not(:disabled):not(.disabled) {
  color: #392e51 !important;
  border-color: #392e51 !important;
}
.btn.btn-outline-primary:not(:disabled):not(.disabled):hover,
.btn.btn-outline-primary:not(:disabled):not(.disabled):focus,
.btn.btn-outline-primary:not(:disabled):not(.disabled).focus,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #392e51 !important;
  border-color: #392e51 !important;
}
.btn.btn-outline-secondary:not(:disabled):not(.disabled) {
  color: #71bbe0 !important;
  border-color: #71bbe0 !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #71bbe0 !important;
  border-color: #71bbe0 !important;
}
.btn.btn-secondary {
  background-color: #71bbe0;
  color: #fdfdfd;
}
.card.card-outline-primary > .card-header {
  background-color: #392e51;
  color: #fdfdfd;
  position: relative;
}
.card.card-outline-primary > .card-header:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #221c30;
  border-bottom: 15px solid #221c30;
  clear: both;
}
.card.card-outline-secondary {
  border-color: #71bbe0;
}
.card.card-outline-secondary > .card-header {
  background-color: #71bbe0;
  color: #fdfdfd;
  position: relative;
}
.card.card-outline-secondary > .card-header:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #47a7d7;
  border-bottom: 15px solid #47a7d7;
  clear: both;
}
#main-wrapper {
  min-height: 100%;
  background: #f6f9fa;
}
.loader__figure {
  border: 0 solid #392e51;
}
.loader__label {
  color: #392e51;
}
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb !important;
  opacity: 1;
  /* Firefox */
  font-style: italic !important;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb !important;
  font-style: italic !important;
}
input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bbb !important;
  font-style: italic !important;
}
input.form-control.input-validation-error {
  border-color: red !important;
}
.card.card-primary {
  border-color: #392e51;
  background-color: #392e51;
  color: #fff !important;
}
.card.card-secondary {
  border-color: #71bbe0;
  background-color: #71bbe0;
  color: #fff !important;
}
.card.card-primary h3,
.card.card-secondary h3 {
  color: #fff !important;
}
.bg-primary {
  background-color: #392e51 !important;
}
html {
  background: linear-gradient(to bottom, #a0a0a0 0%, rgba(160, 160, 160, 0.15) 100%), linear-gradient(to bottom, #000000 0%, #000000 100%), url('../../../assets/images/background/chips-circuit-board-contemporary-1105379.jpg');
  background-size: cover;
  background-position-y: bottom;
  background-blend-mode: normal,saturation,normal;
}
body,
#main-wrapper,
.page-wrapper {
  background: none !important;
}
.fix-header .page-wrapper {
  padding-top: 70px;
  margin-bottom: 0;
}
.mini-sidebar .left-sidebar footer .hidden-collapsed {
  display: none;
}
.card.m-md-5 {
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.27);
}
.m-md-5 {
  margin: 0;
  margin-top: 1rem !important;
}
@media (min-width: 576px) {
  .m-md-5 {
    margin: 0 !important;
    margin-top: 1rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 1rem !important;
    margin-top: 1rem !important;
  }
  .fix-header .page-wrapper {
    margin-bottom: -15px !important;
  }
}
@media (min-width: 992px) {
  .m-md-5 {
    margin: 2rem !important;
    margin-top: 1rem !important;
  }
  .fix-header .page-wrapper {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1200px) {
  .m-md-5 {
    margin: 3rem !important;
  }
  .fix-header .page-wrapper {
    margin-bottom: -47px !important;
  }
}
.d-flex.flex-row .align-self-center > .fa {
  margin-top: 10px;
}
.card.disabled {
  opacity: 0.8;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.card-header > .btn-group-sm {
  margin: -6px;
}