@media print {
  body, page {
    margin: 0;
    box-shadow: 0;
  }
}
html, body {
  overflow-x: hidden;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
embed,
embed:hover,
embed:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.text-decoration:hover {
	color: inherit !important;
	border-bottom: 2px solid !important;
}
/* Popover */
.popover{
	max-width: 35vw !important;
	display: flex !important;
    flex-direction: column !important;
    max-height: 90vh !important;
}
.popover-body {
    overflow: auto !important;
}
/* Progress Bar */
.text-shadow-black {
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

.text-shadow-cyan {
	text-shadow:
		-1px -1px 0 #008B8B,
		1px -1px 0 #008B8B,
		-1px 1px 0 #008B8B,
		1px 1px 0 #008B8B;
}

.text-shadow-magenta {
	text-shadow:
		-1px -1px 0 #8B008B,
		1px -1px 0 #8B008B,
		-1px 1px 0 #8B008B,
		1px 1px 0 #8B008B;
}

.text-shadow-yellow {
	text-shadow:
		-1px -1px 0 #edb100,
		1px -1px 0 #edb100,
		-1px 1px 0 #edb100,
		1px 1px 0 #edb100;
}
/*------------*/
.bg-dimax {
	background-color: #931217;
}
.text-dimax {
	color: #931217;
}
.focus-dimax{
	box-shadow: 0 0 0 0.2rem #f39da1;
}
.btn-dimax {
	background-color: #931217;
	border-color: #931217;
	color: #ffffff;
}
.btn-dimax:hover {
    background-color:#750e12;
	color: #ffffff;
}
.btn-dimax:disabled {
	border-color: #343a40;
    background-color:#868e96;
	color: #ffffff;
}
.btn-dimax:disabled:hover {
	border-color: #343a40;
    background-color:#868e96;
	color: #ffffff;
}
.btn-dimax:focus {
    border-color: #931217;
	box-shadow: 0 0 0 0.2rem #f39da1;
}
.btn-dimax.focus {
    border-color: #931217;
	box-shadow: 0 0 0 0.2rem #f39da1;
}
.border.border-dimax {
    border-color: #931217 !important;
	border-style: solid !important;
	border-width: .5px !important;
}
.btn-outline-dimax {
	background-color: #ffffff;
	border-color: #931217;
	color: #931217;
}
.btn-outline-dimax:hover {
    background-color:#750e12;
	color: #ffffff;
}
.btn-outline-dimax:disabled {
	border-color: #343a40;
    background-color:#868e96;
	color: #ffffff;
}
.btn-outline-dimax:disabled:hover {
	border-color: #343a40;
    background-color:#868e96;
	color: #ffffff;
}
.btn-outline-dimax.active {
    background-color:#750e12;
	color: #ffffff;
}
.btn-outline-dimax:focus {
    border-color: #931217;
	box-shadow: 0 0 0 0.2rem #f39da1;
}
.btn-outline-dimax.focus {
    border-color: #931217;
	box-shadow: 0 0 0 0.2rem #f39da1;
}
.btn-outline-warning:hover {
    color:#fff !important;
}
.btn-outline-warning.active {
    color:#fff !important;
}
.btn-outline-warning:disabled:hover {
    color:#ffc107 !important;
}
.bg-dimax-blue {
	background-color: #125793;
}
.text-dimax-blue {
	color: #125793;
}
.btn-dimax-blue {
	background-color: #125793;
	border-color: #125793;
	color: #ffffff;
}
.btn-dimax-blue:hover {
    background-color:#0e4575;
	color: #ffffff;
}
.btn-dimax-blue:disabled {
	background-color: #125793;
	border-color: #125793;
	color: #ffffff;
}
.btn-dimax-blue:disabled:hover {
	background-color: #125793;
	border-color: #125793;
	color: #ffffff;
}
.btn-dimax-blue.active {
    background-color:#0e4575;
	color: #ffffff;
}
.btn-dimax-blue:focus {
    border-color: #125793;
	box-shadow: 0 0 0 0.2rem #88abc9;
}
.btn-dimax-blue.focus {
    border-color: #125793;
	box-shadow: 0 0 0 0.2rem #88abc9;
}
.btn-outline-dimax-blue {
	background-color: #ffffff;
	border-color: #125793;
	color: #125793;
}
.btn-outline-dimax-blue:hover {
    background-color:#0e4575;
	color: #ffffff;
}
.btn-outline-dimax-blue:disabled {
	background-color: #ffffff;
	border-color: #125793;
	color: #125793;
}
.btn-outline-dimax-blue:disabled:hover {
	background-color: #ffffff;
	border-color: #125793;
	color: #125793;
}
.btn-outline-dimax-blue.active {
    background-color:#0e4575;
	color: #ffffff;
}
.btn-outline-dimax-blue:focus {
    border-color: #125793;
	box-shadow: 0 0 0 0.2rem #88abc9;
}
.btn-outline-dimax-blue.focus {
    border-color: #125793;
	box-shadow: 0 0 0 0.2rem #88abc9;
}
.border.border-dimax-blue {
    border-color: #125793 !important;
	border-style: solid !important;
	border-width: .5px !important;
}
.bg-dimax-green {
	background-color: #12934e;
}
.text-dimax-green {
	color: #12934e;
}
.btn-dimax-green {
	background-color: #12934e;
	border-color: #12934e;
	color: #ffffff;
}
.btn-dimax-green:hover {
    background-color:#0e753e;
	color: #ffffff;
}
.btn-dimax-green:disabled {
	border-color: #343a40;
    background-color:#868e96;
	color: #ffffff;
}
.btn-dimax-green:disabled:hover {
	border-color: #343a40;
    background-color:#868e96;
	color: #ffffff;
}
.btn-dimax-green.active {
    background-color:#0e753e;
	color: #ffffff;
}
.btn-dimax-green:focus {
    border-color: #12934e;
	box-shadow: 0 0 0 0.2rem #a0d3b8;
}
.btn-dimax-green.focus {
    border-color: #12934e;
	box-shadow: 0 0 0 0.2rem #a0d3b8;
}
.btn-outline-dimax-green {
	background-color: #ffffff;
	border-color: #12934e;
	color: #12934e;
}
.btn-outline-dimax-green:hover {
    background-color:#0e753e;
	color: #ffffff;
}
.btn-outline-dimax-green:disabled {
	border-color: #343a40;
    background-color:#868e96;
	color: #ffffff;
}
.btn-outline-dimax-green:disabled:hover {
	border-color: #343a40;
    background-color:#868e96;
	color: #ffffff;
}
.btn-outline-dimax-green.active {
    background-color:#0e753e;
	color: #ffffff;
}
.btn-outline-dimax-green:focus {
    border-color: #12934e;
	box-shadow: 0 0 0 0.2rem #a0d3b8;
}
.btn-outline-dimax-green.focus {
    border-color: #12934e;
	box-shadow: 0 0 0 0.2rem #a0d3b8;
}
.border.border-dimax-green {
    border-color: #12934e !important;
	border-style: solid !important;
	border-width: .5px !important;
}
.btn-outline-warning:hover {
    color:#fff !important;
}
.btn-outline-warning:disabled:hover {
    color:#ffc107 !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;
}
/*Gray*/
.bg-gray {
	background-color: #e9ecef;
}
.text-gray {
	color: #e9ecef;
}
.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-xs {
	font-size: 0.875rem !important;
	vertical-align: middle !important;
}
.material-icons.md-sm {
	font-size: 1.3125rem !important;
	vertical-align: middle !important;
}
.material-icons-outlined.md-sm {
	font-size: 1.3125rem !important;
	vertical-align: middle !important;
}
.material-icons.md-18 {
	font-size: 18px;
}
.material-icons.md-20 {
	font-size: 20px;
}
.material-icons.md-22 {
	font-size: 22px;
}
.material-icons.md-24 {
	font-size: 24px;
} /* Default */
.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;
}
.cursor-default {
	cursor: default;
}
.del {
	text-decoration: line-through;
}
.link {
	cursor: pointer;
}
.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;
}
/* Turn Off Bootstrap Select Blue */
.dropdown-item.active, .dropdown-item:active {
	color: #212529 !important;
	text-decoration: none !important;
	background-color: #e9ecef !important;
}
/*Darker Focus
.custom-file-input:focus ~ .custom-file-label,
.btn.btn-white.focus,
.dropdown-item:focus,
.dropdown-item.focus,
select:focus,
textarea:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="number"]:focus {
	border-color: #868e96 !important;
	box-shadow: 0 0 0 0.2rem #bbc2c8 !important;
}
*/
/*Lighter Focus*/
.custom-file-input:focus ~ .custom-file-label,
.btn.btn-white.focus,
.dropdown-item:focus,
.dropdown-item.focus,
select:focus,
textarea:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="search"]: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-opacity-secondary {
  background: rgba(108, 117, 125, 0.6) !important;
}
.bg-opacity-gray {
  background: rgba(206, 212, 218, 0.6) !important;
}

/* 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;
}

/* Gradient Buttons */
.gradient-buttons .btn.btn-white,
.gradient-buttons .btn.btn-dimax,
.gradient-buttons .btn.btn-dimax-green,
.gradient-buttons .btn.btn-dimax-blue,
.gradient-buttons .btn.btn-dark,
.gradient-buttons .btn.btn-gray,
.gradient-buttons .btn.btn-warning,
.gradient-buttons .btn.btn-secondary {
    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)) !important;
    background-repeat: repeat-x !important;
}

.gradient-buttons .btn.btn-outline-dimax:hover,
.gradient-buttons .btn.btn-outline-dimax-green:hover,
.gradient-buttons .btn.btn-outline-dimax-blue:hover,
.gradient-buttons .btn.btn-outline-dark:hover,
.gradient-buttons .btn.btn-outline-gray:hover,
.gradient-buttons .btn.btn-outline-warning:hover,
.gradient-buttons .btn.btn-outline-secondary:hover {
    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)) !important;
    background-repeat: repeat-x !important;
}

.gradient-buttons .btn.btn-outline-dimax.active,
.gradient-buttons .btn.btn-outline-dimax-green.active,
.gradient-buttons .btn.btn-outline-dimax-blue.active,
.gradient-buttons .btn.btn-outline-dark.active,
.gradient-buttons .btn.btn-outline-gray.active,
.gradient-buttons .btn.btn-outline-warning.active,
.gradient-buttons .btn.btn-outline-secondary.active {
    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)) !important;
    background-repeat: repeat-x !important;
}

.bg-gradient {
    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)) !important;
    background-repeat: repeat-x !important;
}

.shadow-dark {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.45) !important;
}
.btn-group-xs > .btn, .btn-xs {
	padding: 0.2rem 0.2rem;
	font-size: 0.75rem;
	line-height: .85;
	border-radius: 0.2rem;
}
.form-control-xs {
	height: calc(1em + 0.5rem + 1px);
	padding: 0.2rem 0.2rem;
	font-size: 0.75rem;
	line-height: .85;
	border-radius: 0.2rem;
}
.form-control-xxs {
  height: calc(0.5rem + 1px);
  padding: 0.1rem 0.1rem;
  font-size: 0.35rem;
  line-height: .65;
  border-radius: 0.1rem;
}
/* Form Range */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
/* Modal Medium */
@media (min-width: 784px) {
  .modal-md {
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .modal-xxl {
    max-width: 1340px;
  }
}
/*Input Icons*/
.input-icon {
	position: relative;
}
.input-icon > i {
	position: absolute;
	display: block;
	transform: translate(0, -50%);
	top: 50%;
	pointer-events: none;
	width: 15px;
	text-align: center;
	font-style: normal;
	padding-bottom: 3px;
}
/*Disable LastPass*/
[data-lastpass-icon-root], [data-lastpass-root] {
    display: none !important;
}
/*Remove Rounded Edges*/
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

iframe {
	width: 100%;
	height: 100%;
	border: 0 !important;
}
/*Notifications*/
.notification-text {
	font-size: 13px;
}
.notification-unread{
	background-color: #fffec8;
}
.notification-read{
	background-color: white;
}
/*Calendar Popup*/
.popup {
	position: absolute;
	width: 340px;
	height: 400px;
	background-color: white;
	border: 1px solid #ddd;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 10000;
}
/*Hex Colors
$dimax:	  #931217
$cymax_red #d31111
$cymax_gray #3d3d3d
$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; // default text color
$black:    #000 !default;
dimax to cymax
#931217 -> #d31111
#750e12 -> #af0e0e
#f39da1 -> #f79d9d
*/