/*
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*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #04040445;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*******************
/*Top bar
*******************/
.topbar {
  background: #1E88E5;
}

.topbar .navbar-header {
  background: #2196f3;
}

.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: #FFF !important;
  background: #0288D1;
}

/*******************
/*General Elements
*******************/
/* hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(187, 222, 251, 0.9), rgba(66, 165, 245, 0.9), rgba(41, 98, 255, 1.0));
} */

a.link:hover, a.link:focus {
  color: #1e88e5 !important;
}

.bg-theme {
  background-color: #1e88e5 !important;
}

.bg-themecolor {
  background-color: #1e88e5 !important;
}

.bg-light-themecolor {
  background-color: #abcbe7;
  color: #1e88e5 }

.close-modal {
  margin-top: -25px;
  margin-right: -25px;
  border: 2px solid #FFF;
  color: #FFFFFF;
  font-size: 18px !important;
  background: radial-gradient(#2196F3, #1976D2, #0D47A1);
}
    
.close-modal:hover {
  margin-top: -25px;
  margin-right: -25px;
  border: 2px solid #FFF;
  color: #FFFFFF;
  font-size: 18px !important;
  background: radial-gradient( #42A5F5, #42A5F5, #42A5F5);
}

[type="checkbox"]:checked.chk-col-themecolor + label:before {
  border-right: 2px solid #1e88e5;
  border-bottom: 2px solid #1e88e5; }

[type="checkbox"].filled-in:checked.chk-col-themecolor + label:after {
  border: 2px solid #1e88e5;
  background-color: #1e88e5; }

.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;
  border-color: #1e88e5;
}

.right-sidebar .rpanel-title {
  background: #1e88e5;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #1e88e5;
}

.text-themecolor {
  color: #1e88e5 !important;
}

.badge-themecolor {
  background-color: #1e88e5;
}

.label-light-themecolor {
  background-color: #abc0db;
  color: #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;
}

/*******************
/*Buttons
*******************/
.btn-outline-themecolor {
  color: #1e88e5;
  background-color: transparent;
  border-color: #1e88e5; }
  .btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
    background: #1e88e5;
    border-color: #1e88e5;
    color: #ffffff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }
  .btn-outline-red.active, .btn-outline-red:focus {
    -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }


.btn-themecolor,
.btn-themecolor.disabled {
  background: #1e88e5;
  color: #ffffff;
  border: 1px solid #1e88e5;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #1e88e5;
  opacity: 0.7;
  border: 1px solid #1e88e5;
}

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

/*******************
/*sidebar navigation
*******************/
.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 > 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;
}

.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
  color: #ffffff;
  background: #1E88E5;
}

.sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li.active:hover > a i {
  color: #ffffff;
}

.sidebar-nav > ul > li.active > a:after, .sidebar-nav > ul > li.active:hover > a:after {
  border-color: #ffffff;
}

/*---------------------------------- steeps jquery themecolor --------------------------------*/
.actions ul li a {
  background: #29B6F6 !important;
}

.current .title .step-number {
  background: #29B6F6 !important;
  color: #fff !important; }
.current .title .step-text {
  color: #29B6F6 !important; }
  

/* end */

/* ---------------- Data Tables ------------ */
.dataTables_filter input:focus {
  background-image: linear-gradient(#81D4FA, #81D4FA), linear-gradient(#d9d9d9, #d9d9d9);
}
/* end */

/* bootstrap material datepicker */
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #0086c3;
}
.dtp div.dtp-date, .dtp div.dtp-time {
  background: #29b6f6;
}
.dtp table.dtp-picker-days tr > td > a.selected {
  background: #29b6f6;
}
/* end */

.input-cant-ventas {
  border-radius: 50% !important;
  border-width: 1px;
  border-color: #29b6f6;
  width: 45px !important;
  height: 45px !important;
  color: #29b6f6;
  font-size: 16px;
}
