﻿/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*Theme Colors*/
/* colors below are overrode with style selection*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff; }
  .preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px); }

/*******************
/*Body
*******************/
#main-wrapper {
  background: #eef5f9; }

.page-wrapper {
  background: #eef5f9; }

.page-titles {
  background: #1e88e5; }
  .page-titles > div > h3 {
    color: #ffffff; }

.footer {
  background: #cfcfcf; }

/*******************
/*Top bar
*******************/
.logo-center .topbar .navbar-header {
  background: transparent;
  box-shadow: none; }

.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none; }

.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8); }

/*******************
/*General Elements
*******************/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1e88e5; }

a,
a.link {
  color: #1e88e5; }
  a:hover, a:focus,
  a.link:hover,
  a.link:focus {
    color: #1e88e5; }

a.alt {
  color: #1e88e5; }

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #1e88e5; }

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #1e88e5;
  color: #1e88e5; }

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #1e88e5; }

.dropdown-item {
  color: #607d8b; }
  .dropdown-item:hover {
    background-color: #1e88e5;
    color: #ffffff; }
    .dropdown-item:hover a {
      color: #ffffff; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link.active {
  background-color: #1e88e5;
  border-bottom: 2px solid #ffffff;
  color: #ffffff; }

.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link:hover {
  background-color: #1e88e5;
  color: #ffffff; }

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor-alt.disabled {
  background: #1e88e5;
  color: #ffffff;
  border: 1px solid #1e88e5; }
  .btn-themecolor:hover,
  .btn-themecolor-alt.disabled:hover {
    background: #1e88e5;
    opacity: 0.7;
    border: 1px solid #1e88e5; }
  .btn-themecolor.active, .btn-themecolor:focus,
  .btn-themecolor-alt.disabled.active,
  .btn-themecolor-alt.disabled:focus {
    background: #028ee1; }

/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
  background: #fff; }

.mini-sidebar .sidebar-nav {
  background: transparent; }

.card-no-border .sidebar-footer {
  background: #cfcfcf; }

/*******************
/* Bootstrap Buttons
*******************/
.btn-primary,
.btn-primary.disabled {
  background: #8CD1FC;
  border: 1px solid #8CD1FC;
  box-shadow: 0 2px 2px 0 rgba(100, 45, 0, 0.14), 0 3px 1px -2px rgba(100, 45, 0, 0.2), 0 1px 5px 0 rgba(100, 45, 0, 0.12);
  transition: 0.2s ease-in; }
  .btn-primary:hover,
  .btn-primary.disabled:hover {
    background: #8CD1FC;
    box-shadow: 0 14px 26px -12px rgba(100, 45, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(100, 45, 0, 0.2);
    border: 1px solid #8CD1FC; }
  .btn-primary.active, .btn-primary:focus,
  .btn-primary.disabled.active,
  .btn-primary.disabled:focus {
    background: #D3EFF8;
    box-shadow: 0 14px 26px -12px rgba(100, 45, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(100, 45, 0, 0.2); }

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #8CD1FC;
  border-color: #D3EFF8; }

.btn-secondary,
.btn-secondary.disabled {
  background: #1e88e5;
  border: 1px solid #1e88e5;
  color: #ffffff; }
  .btn-secondary:hover,
  .btn-secondary.disabled:hover {
    background: #1e88e5;
    opacity: 0.7;
    border: 1px solid #1e88e5; }
  .btn-secondary.active, .btn-secondary:focus,
  .btn-secondary.disabled.active,
  .btn-secondary.disabled:focus {
    background: #1e88e5;
    box-shadow: none;
    color: #ffffff; }

/*******************
/* Bootstrap Modals
*******************/
.modal-header,
.modal-footer {
  background-color: #1e88e5 !important; }
  .modal-header h4,
  .modal-footer h4 {
    color: #ffffff; }

.modal-header {
  border-bottom: #028ee1; }

.modal-footer {
  border-top: #028ee1; }

/*******************
/*Top bar
*******************/
.topbar {
  background: #ffffff; }
  .topbar .top-navbar .navbar-header .navbar-brand .logo {
    display: inline-block;
    color: rgba(38, 50, 56, 0.8); }
  .topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
    color: rgba(38, 50, 56, 0.8) !important; }
    .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
      color: #1e88e5 !important; }

/*******************
/*General Elements
*******************/
html body .bg-megna {
  background-color: #00897b !important; }

html body .bg-theme {
  background-color: #1e88e5 !important; }

html body .bg-inverse {
  background-color: #2f3d4a !important; }

html body .bg-purple {
  background-color: #7460ee !important; }

html body .bg-light-primary {
  background-color: #e9f0fb !important;
  color: #263238 !important; }

html body .bg-light-success {
  background-color: #eaffe6 !important;
  color: #263238 !important; }

html body .bg-light-info {
  background-color: #cfecfe !important;
  color: #263238 !important; }

html body .bg-light-extra {
  background-color: #ebf3f5 !important; }

html body .bg-light-warning {
  background-color: #fffce6 !important;
  color: #263238 !important; }

html body .bg-light-danger {
  background-color: #fceae9 !important;
  color: #263238 !important; }

html body .bg-light-inverse {
  background-color: #f6f6f6 !important; }

html body .bg-light {
  background-color: #f2f4f8 !important; }

html body .bg-white {
  background-color: #ffffff !important; }

.pagination .page-item > a {
  border-color: #028ee1 !important; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #1e88e5 !important;
  color: #ffffff !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: #1e88e5 !important;
  border-color: #1e88e5 !important;
  color: #ffffff !important; }

.right-sidebar .rmb-0 text-white {
  background: #1e88e5; }

.text-themecolor {
  color: #1e88e5 !important; }

.text-themecolor-alt {
  color: #1e88e5 !important; }

.text-contrast {
  color: #67757c !important; }

.table-row {
  background-color: #ffffff; }

.table-row-alt {
  background-color: #f2f4f8; }

.dropdown-menu {
  border: 1px solid;
  border-color: #1e88e5 !important; }

/*******************
/*Buttons
*******************/
.btn-outline-themecolor,
.btn-outline-themecolor.disabled {
  background: #ffffff;
  color: #1e88e5;
  border: 1px solid #1e88e5; }
  .btn-outline-themecolor:hover, .btn-outline-themecolor:active,
  .btn-outline-themecolor.disabled:hover,
  .btn-outline-themecolor.disabled:active {
    background: #1e88e5;
    opacity: 0.7;
    border: 1px solid #1e88e5;
    color: #ffffff; }
  .btn-outline-themecolor:focus,
  .btn-outline-themecolor.disabled:focus {
    background: #1e88e5;
    color: #ffffff; }

/*******************
/*sidebar navigation
*******************/
@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
    background: #fff; }
  .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
    background: #1e88e5;
    border-color: #1e88e5; } }

.sidebar-nav {
  background: #fff; }
  .sidebar-nav ul li a {
    color: #607d8b; }
    .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
      color: #1e88e5; }
    .sidebar-nav ul li a.active {
      color: #263238; }
  .sidebar-nav ul li.nav-small-cap {
    color: #99abb4; }
  .sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
    color: #ffffff !important;
    background: #1e88e5 !important; }
    .sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li.active:hover > a i {
      color: #ffffff !important; }
    .sidebar-nav > ul > li.active > a:after, .sidebar-nav > ul > li.active:hover > a:after {
      border-color: #ffffff; }
  .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
    color: #1e88e5; }
  .sidebar-nav > ul > li > a i {
    color: #99abb4; }
  .sidebar-nav > ul > li > a.active {
    font-weight: 400;
    background: #ffffff;
    color: #1e88e5; }

.user-profile {
  background-color: #1e88e5; }

/*.user-profile .profile-text a {
    color: $sidebar-text !important;
}*/
.dropdown-user li > a {
  color: #607d8b !important; }
  .dropdown-user li > a:hover {
    background-color: #1e88e5 !important;
    color: #ffffff !important; }

.col-themecolor {
  background-color: #ffffff; }

/****************
When click on sidebar toggler and also for tablet
*****************/
@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
    background: #f2f6f8; }
  .mini-sidebar .sidebar-nav {
    padding: 5px; }
  .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
    background: #1e88e5;
    color: #ffffff;
    border-color: #1e88e5; }
    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a i {
      color: #ffffff; }
  .mini-sidebar .sidebar-nav #sidebarnav > li.active > a.active {
    border-color: #1e88e5; } }

/*******************
/* Bootstrap Elements
*******************/
.card {
  background-color: #ffffff; }
  .card h4, .card h3, .card label {
    color: #1e88e5; }
  .card table, .card small {
    color: #848a96; }
  .card .card-body {
    color: #848a96; }

.card-outline-primary .card-header {
  background-color: #1e88e5; }

/*******************
/* Bootstrap Buttons
*******************/
.btn-outline-primary {
  color: #8CD1FC;
  background-color: #ffffff;
  border-color: #8CD1FC;
  box-shadow: 0 2px 2px 0 rgba(100, 45, 0, 0.14), 0 3px 1px -2px rgba(100, 45, 0, 0.2), 0 1px 5px 0 rgba(100, 45, 0, 0.12);
  transition: 0.2s ease-in; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    background: #8CD1FC;
    box-shadow: 0 14px 26px -12px rgba(100, 45, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(100, 45, 0, 0.2);
    color: #ffffff;
    border-color: #8CD1FC; }
  .btn-outline-primary.active, .btn-outline-primary:focus {
    box-shadow: 0 14px 26px -12px rgba(100, 45, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(100, 45, 0, 0.2); }

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #D3EFF8;
  border: 1px solid #D3EFF8; }

.btn-outline-secondary {
  background-color: #ffffff;
  box-shadow: 0 14px 26px -12px rgba(255, 194, 32, 0.14), 0 4px 23px 0 rgba(0, 0, 0, 0.2), 0 8px 10px -5px rgba(255, 194, 32, 0.12);
  transition: 0.2s ease-in; }
  .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 14px 26px -12px rgba(255, 194, 32, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 194, 32, 0.2); }
  .btn-outline-secondary.active, .btn-outline-secondary:focus {
    box-shadow: 0 14px 26px -12px rgba(255, 194, 32, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 194, 32, 0.2); }

.modal-body,
.modal-content {
  background-color: #ffffff !important; }
  .modal-body .form-group > label,
  .modal-body .checkbox, .modal-body h4,
  .modal-content .form-group > label,
  .modal-content .checkbox,
  .modal-content h4 {
    color: #1e88e5; }
