@media print {
  body, page {
    margin: 0;
    box-shadow: 0;
  }
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.text-decoration:hover {
  color: inherit !important;
  border-bottom: 2px solid !important;
}
.btn-white {
	background-color: #fff;
	border-color: #ced4da;
	color: #495057;
}
.btn-white:hover {
	background-color: #f8f9fa;
	border-color: #ced4da;
	color: #495057;
}
.btn-white:disabled {
	border-color: #343a40;
    background-color:#868e96;
	color: #ffffff;
}
.btn-white:disabled:hover {
	border-color: #343a40;
    background-color:#868e96;
	color: #ffffff;
}
.btn-white:focus {
	border-color: #ced4da;
	box-shadow: 0 0 0 0.2rem #e9ecef;
}
.bg-gray {
	background-color: #e9ecef;
}
.text-gray {
	color: #e9ecef;
}
.text-charcoal {
	color: #495057;
}
.border-gray {
  border-color: #ced4da !important;
}
.btn-gray {
	background-color: #e9ecef;
	border-color: #ced4da;
	color: #495057;
}
.btn-gray:hover {
	background-color: #dee2e7;
	border-color: #ced4da;
	color: #495057;
}
.btn-gray.active, .btn-gray:active {
	background-color: #dee2e7;
	border-color: #ced4da;
	color: #495057;
}
.btn-gray:focus, .btn-gray.focus {
	border-color: #ced4da !important;
	box-shadow: 0 0 0 0.2rem rgba(222, 226, 231, 0.5) !important;
}
.btn-gray.disabled, .btn-gray:disabled {
  background-color:#e9ecef;
  border-color: #ced4da;
  color: #495057;
  opacity: 1 !important;
}

.btn-outline-gray {
	background-color: #fff;
	border-color: #ced4da;
	color: #495057;
}
.btn-outline-gray:hover {
	background-color: #e9ecef;
	border-color: #ced4da;
	color: #495057;
}
.btn-outline-gray.active, .btn-outline-gray:active {
	background-color: #e9ecef;
	border-color: #ced4da;
	color: #495057;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
	border-color: #ced4da !important;
	box-shadow: 0 0 0 0.2rem rgba(222, 226, 231, 0.5) !important;
}

/* Rules for icon sizes: */
.material-icons {
	vertical-align: bottom;
}
.material-icons.md-18 {
	font-size: 18px;
}
.material-icons.md-24 {
	font-size: 24px;
} /* Default */
.material-icons.md-26 {
	font-size: 26px;
}
.material-icons.md-28 {
	font-size: 28px;
}
.material-icons.md-29 {
	font-size: 29px;
}
.material-icons.md-30 {
	font-size: 30px;
}
.material-icons.md-32 {
	font-size: 32px;
}
.material-icons.md-36 {
	font-size: 36px;
}
.material-icons.md-48 {
	font-size: 48px;
}
.material-icons.md-64 {
	font-size: 64px;
}

.material-icons-outlined {
	vertical-align: bottom;
}
.material-icons-outlined.md-18 {
	font-size: 18px;
}
.material-icons-outlined.md-24 {
	font-size: 24px;
} /* Default */
.material-icons-outlined.md-36 {
	font-size: 36px;
}
.material-icons-outlined.md-48 {
	font-size: 48px;
}
.material-icons-outlined.md-64 {
	font-size: 64px;
}

a[data-toggle="collapse"] {
	position: relative;
}
.no-drop {
	cursor: no-drop;
}
.material-icons-block:after {
	position: absolute;
	content: "block";
	color: #dc3545;
	font-weight: 300;
	font-size: 1.6em;
	left: 8px;
	top: -7px;
}
.material-icons-done:after {
	position: absolute;
	content: "panorama_fish_eye";
	color: #28a745;
	font-weight: 300;
	font-size: 1.6em;
	left: 8px;
	top: -7px;
}
.alert {
	margin-bottom: 1px;
	height: 30px;
	line-height:30px;
	padding:0px 15px;
}
/* Turn Off Select Blue */
::selection {
	background: #868e96;
	color: #fff;
}
/*Lighter Focus*/
.custom-file-input:focus ~ .custom-file-label,
select:focus,
textarea:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="number"]:focus {
	border-color: #ced4da !important;
	box-shadow: 0 0 0 0.2rem #e9ecef !important;
}
.btn-dark:focus {
    border-color: #343a40;
}
.btn-secondary:focus {
    border-color: #868e96;
}
.bg-black {
	background-color: #000;
}
/* Margins based on pixel */
.mpl-24 {
  margin-left: 24px !important;
}
.mpl-28 {
  margin-left: 28px !important;
}
.mpl-32 {
  margin-left: 32px !important;
}
.mpl-36 {
  margin-left: 36px !important;
}
.mpl-40 {
  margin-left: 40px !important;
}
.mpl-44 {
  margin-left: 44px !important;
}
.mpl-48 {
  margin-left: 48px !important;
}
.bg-gradient {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
    background-repeat: repeat-x !important;
}
.gradient-buttons .btn {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
    background-repeat: repeat-x;
}
/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 75px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 75px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.sidebar .nav-link.active {
	background-color: #e9ecef;
	color: rgba(0, 0, 0, 0.9);
}
.sidebar .navbar-nav .nav-link:not(.active) {
	color: rgba(0, 0, 0, 0.5);
}
.sidebar .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}
.link {
	cursor: pointer;
}
/*Hex Colors
$dimax:	  #931217
$blue:    #007bff !default; // primary
$indigo:  #6610f2 !default;
$purple:  #6f42c1 !default;
$pink:    #e83e8c !default;
$red:     #dc3545 !default; // danger
$orange:  #fd7e14 !default;
$yellow:  #ffc107 !default; // warning
$green:   #28a745 !default; // success
$teal:    #20c997 !default;
$cyan:    #17a2b8 !default; // info

// Grays
$white:    #fff !default;
$gray-100: #f8f9fa !default; // light
$gray-200: #e9ecef !default;
$gray-300: #dee2e6 !default;
$gray-400: #ced4da !default;
$gray-500: #adb5bd !default;
$gray-600: #868e96 !default; // secondary
$gray-700: #495057 !default;
$gray-800: #343a40 !default; // dark
$gray-900: #212529 !default;
$black:    #000 !default;*/