/**
 *  Google Chrome
 */
/**
 *  Themes
 */
md-content.md-Black-theme {
  background-color: #212121;
}
md-menu-content.md-Black-theme {
  background-color: #313131;
  color: #EEE;
}
md-input-container.md-Snow_White-theme:not(.md-input-invalid).md-input-focused label,
md-input-container.md-Snow_White-theme:not(.md-input-invalid).md-input-focused md-icon {
  color: rgba(0, 0, 0, 0.8);
}
md-menu-content md-menu-item .md-button {
  color: #4c4c4c !important;
}
md-tabs.md-Snow_White-theme .md-tab.md-active,
md-tabs.md-Snow_White-theme .md-tab.md-active md-icon,
md-tabs.md-Snow_White-theme .md-tab.md-focused,
md-tabs.md-Snow_White-theme .md-tab.md-focused md-icon {
  color: #000000 !important;
}
md-select.md-Valak-theme .md-select-icon,
.md-Valak-theme,
md-icon.md-Valak-theme {
  color: rgba(255, 255, 255, 0.54);
}
md-input-container.md-Valak-theme .md-input,
.md-Valak-theme input {
  color: rgba(255, 255, 255, 0.87);
  border-color: rgba(0, 0, 0, 0.12);
}
md-input-container.md-Valak-theme .md-input:-ms-input-placeholder,
.md-Valak-theme input:-ms-input-placeholder {
  color: #696969;
}
md-input-container.md-Valak-theme .md-input::placeholder,
.md-Valak-theme input::placeholder {
  color: #696969;
}
md-input-container.md-Valak-theme .md-placeholder,
md-input-container.md-Valak-theme label {
  color: #696969;
}
.md-subheader.md-Valak-theme {
  color: #696969;
}
md-input-container.md-Valak-theme:not(.md-input-invalid).md-input-has-value label {
  color: rgba(160, 160, 160, 0.54);
}
.md-Valak-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle {
  border-top-color: rgba(167, 167, 167, 0.54);
}
md-autocomplete.md-Valak-theme {
  background: #404040;
}
md-select.md-Valak-theme:not([disabled]):focus .md-select-value {
  border-bottom-color: #455a64;
  color: rgba(255, 255, 255, 0.87) !important;
}
.md-button md-icon {
  color: inherit !important;
}
.rounded-well.as-sortable-dragging {
  overflow: hidden;
  height: 40px !important;
  background: none !important;
}
.select-40 span.md-select-icon {
  margin-top: -7px;
}
/*
|--------------------------------------------------------------------------
| Datatables
|--------------------------------------------------------------------------
*/
table.dataTable.no-footer {
  border-bottom: 1px solid #DDD;
}
.md-table.hasInputs md-input-container {
  margin: 0 !important;
  width: 100% !important;
}
.md-table.hasInputs md-input-container input {
  width: 100%;
}
.rowsel {
  background: #e6e6e6 !important;
}
.dataTables_filter {
  position: fixed;
  top: 133px;
  right: 20px;
}
.md-cell.md-cell-avatar {
  width: 30px;
}
.md-cell.md-cell-avatar img {
  width: 30px;
  max-width: 30px;
  border-radius: 50px;
}
.md-table-short thead.md-head > tr.md-row {
  height: 30px !important;
}
.md-table-short tbody.md-body > tr.md-row,
.md-table-short tfoot.md-foot > tr.md-row {
  height: 30px !important;
}
.md-table-short .md-cell md-icon {
  line-height: 26px;
}
.md-table-short .md-cell-avatar {
  width: 25px;
}
.md-table-short .md-cell-avatar img {
  width: 25px;
  max-width: 25px;
  border-radius: 50px;
}
.table-col-compress td.md-cell:first-child,
.table-col-compress th.md-column:first-child {
  padding: 0 15px !important;
}
.table-col-compress td.md-cell:nth-child(n+2):nth-last-child(n+2),
.table-col-compress th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 15px 0 0 !important;
}
.table-col-compress td.md-cell:last-child,
.table-col-compress th.md-column:last-child {
  padding: 0 15px 0 0 !important;
}
.text-xs .md-column {
  font-size: 1.2em !important;
}
.text-xs .md-cell {
  font-size: 1em !important;
}
.Overflower {
  overflow: auto;
  max-height: calc(100vh - 170px) !important;
}
.md-table-pagination {
  height: 40px;
}
.md-table-pagination .md-select-value {
  line-height: 25px;
}
.md-headline {
  line-height: 30px;
}
/*
|--------------------------------------------------------------------------
| Angular Material
|--------------------------------------------------------------------------
*/
.md-pointer {
  cursor: pointer;
}
.md-toast-error .md-toast-content {
  background-color: #CE4200;
}
.md-toast-success .md-toast-content {
  background-color: #00695C;
}
.md-toolbar-tools {
  height: 60px;
}
.md-toolbar-icon {
  margin: 3px 10px 0 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.md-toolbar-icon:hover {
  opacity: 1;
}
.md-icon-button.md-thin {
  padding: 0;
  width: 20px;
}
.md-button.md-white {
  color: white !important;
}
.md-button.md-white svg {
  fill: white;
}
.md-button.md-black {
  color: black !important;
}
.md-button.md-black svg {
  fill: black;
}
.btn-clear-white {
  background: rgba(255, 255, 255, 0.4) !important;
}
.md-button:not(.md-fab):not(.md-icon-button) {
  padding: 0 15px;
}
.md-button:not(.md-fab):not(.md-icon-button).md-mini {
  padding: 0 8px;
}
.md-button.md-fab {
  min-width: 0px;
}
.md-button-grey {
  background: #a0a0a0 !important;
  color: white !important;
}
.md-button-grey md-icon {
  color: white !important;
}
.md-button-grey svg {
  fill: white;
}
.md-button-grey:hover {
  background: #808080 !important;
}
.md-hover {
  opacity: 0.3;
  transition: opacity 0.3s;
}
.md-hover:hover {
  opacity: 1;
}
.md-grid-item-content {
  height: 96px;
}
.md-grid-item-content md-icon {
  height: 48px;
  width: 48px;
  margin: 10px;
}
md-icon svg {
  pointer-events: none;
  fill: currentColor;
}
md-input-container .md-errors-spacer {
  min-height: 0 !important;
  position: absolute;
  bottom: -16px;
}
md-input-container label {
  white-space: pre;
}
md-input-container > md-icon {
  top: 0;
  height: 100%;
}
md-input-container .md-button:not(.md-datepicker-button) {
  margin-top: -7px !important;
}
.fixInputContainers md-input-container {
  margin-bottom: 10px;
}
.md-compact-input-containers md-input-container {
  margin: 12px 0;
}
.md-input-topmargin {
  line-height: 30px;
  margin-top: 10px;
}
.md-input-container {
  position: relative;
  padding: 2px;
  vertical-align: middle;
  min-height: 50px;
  margin-top: 11px;
}
.md-input-container md-datepicker .md-datepicker-input-container {
  margin-left: 0;
  padding-top: 5px;
}
.md-input-container md-datepicker .md-datepicker-triangle-button {
  margin: 0;
  right: 15px;
}
.md-input-container label {
  color: rgba(0, 0, 0, 0.54);
  white-space: pre;
  transform: translate3d(0, 8px, 0) scale(0.75);
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.5s;
  -ms-flex-order: 1;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 3px;
  padding-right: 0;
  z-index: 1;
  transform-origin: left top;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
}
.md-input-container.small {
  min-height: 20px;
}
.md-input-container .input {
  -ms-flex-order: 2;
  order: 2;
  display: block;
  margin-top: 0;
  background: none;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  width: 100%;
  box-sizing: border-box;
  float: left;
}
md-datepicker.no-button .md-datepicker-button {
  display: none;
}
md-datepicker.twinFix {
  transform: translateX(-12px);
}
md-datepicker.twinFix .md-datepicker-button {
  display: none !important;
}
md-datepicker.twinFix .md-datepicker-input {
  max-width: 90px;
}
md-calendar.rangepicker .md-calendar-date-selection-indicator {
  border-radius: 0 50% 50% 0 !important;
}
md-calendar.rangepicker .md-calendar-date-today .md-calendar-date-selection-indicator {
  border-radius: 50% !important;
}
md-calendar.rangepicker .md-calendar-selected-date .md-calendar-date-selection-indicator {
  border-radius: 50% 0 0 50% !important;
}
.md-datepicker-button {
  top: -4px !important;
  left: 10px !important;
  margin: 0 !important;
}
.fix-datepicker .md-datepicker-button {
  left: 0px !important;
}
.fix-datepicker .md-icon-button + .md-datepicker-input-container {
  margin-left: 0px !important;
}
.fix-datepicker ~ label:not(.md-no-float):not(.md-container-ignore) {
  width: 100%;
  left: 10px;
  right: auto;
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  width: 100% !important;
  left: 10px !important;
  right: auto !important;
}
input.md-display-1 {
  height: 50px;
}
.md-input-discrete:not(.md-input-focused) .md-input {
  border-color: transparent;
}
/*md-select{
	md-select-value{
		line-height: 25px;
		.md-text{
			md-icon.fa-list{ margin-bottom: 3px; }
		}
		md-icon.fa-fw{
			width: 24px;
			line-height: 15px !important;
			margin-right: 4px;
		}
	}
}*/
.md-select-value.fixpos .md-text {
  line-height: 22px;
}
.md-select-value md-icon {
  line-height: 17px !important;
}
md-select.md-no-underline .md-select-value,
.md-no-underline input {
  border-bottom-color: transparent !important;
}
md-select.disp-inline .md-select-value > span > .md-text {
  display: inline;
}
md-option md-icon.fa-fw {
  width: 24px;
  line-height: 24px !important;
  margin-right: 5px;
}
.md-no-button > .md-button {
  display: none;
}
/**
 *  mdDatepicker
 */
md-datepicker,
.md-datepicker-input {
  background: none !important;
}
.md-datepicker-calendar-pane {
  border-width: 0px;
}
.md-datepicker-calendar-pane .md-datepicker-input-mask {
  display: none;
}
.md-datepicker-full .md-datepicker-input-container {
  width: calc(100% - 70px) !important;
}
md-card-title {
  padding: 16px !important;
}
md-card,
md-card-title,
md-card-content,
md-card-actions {
  color: black;
}
md-card.border-radius-left {
  border-radius: 2px 0px 0px 2px;
}
md-card.border-radius-right {
  border-radius: 0px 2px 2px 0px;
}
md-card-header .md-button,
md-card-title .md-button {
  line-height: 30px !important;
  min-height: 30px !important;
  height: 30px !important;
}
md-card-header .md-button.md-icon-button,
md-card-title .md-button.md-icon-button {
  padding: 0px !important;
  width: 30px !important;
}
md-dialog.md-dialog-min-600 md-dialog-content {
  min-width: 600px;
}
@media (max-width: 959px) {
  md-dialog-content {
    min-width: 0 !important;
  }
  md-dialog.md-dialog-fullscreen {
    min-height: 100% !important;
  }
}
.const-width550 {
  width: 550px;
}
.min-width550 {
  min-width: 550px;
}
@media (max-width: 550px) {
  .const-width550,
  .min-width550 {
    width: 100%;
  }
}
.const-width650 {
  width: 650px;
}
.min-width650 {
  min-width: 650px;
}
@media (max-width: 650px) {
  .const-width650,
  .min-width650 {
    width: 100%;
  }
}
.md-dialog-close {
  position: absolute;
  right: -5px;
  top: 0px;
}
.md-dialog-button-left {
  margin-left: -8px !important;
}
md-content.md-no-bg {
  background: none !important;
  color: white;
}
md-sidenav {
  color: black;
}
.md-tabs-fullheight md-tab-content > div {
  height: 100%;
}
.md-tabs-fullheight md-tab-content > div > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
}
/**
 *  Md Datatable
 */
table.md-table th.md-column {
  font-size: 1em;
}
.md-table-dark th.md-column {
  color: #6f6f6f !important;
}
.md-table-dark td.md-cell {
  color: white !important;
}
/**
 *  Autocomplete
 */
/**
 *  Toolbar
 */
md-toolbar md-select {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 16px;
}
md-toolbar.md-short {
  min-height: 40px !important;
}
md-toolbar.md-short .md-toolbar-tools {
  height: 40px !important;
  max-height: 40px !important;
  font-size: 18px;
  padding: 0 13px;
}
md-toolbar.md-short .md-subtitle {
  line-height: 40px;
  margin: 0 15px 0 0;
}
md-toolbar.md-short md-tabs {
  min-height: 40px;
}
md-toolbar.md-short md-tabs md-tabs-canvas {
  height: 40px !important;
}
md-toolbar.md-short md-tabs md-tabs-canvas md-pagination-wrapper {
  height: 40px !important;
}
md-toolbar.md-short md-tabs md-tabs-canvas .md-tab {
  padding: 8px 24px;
}
md-toolbar.md-short .md-button {
  line-height: 30px;
  min-height: 30px;
  height: 30px;
}
md-toolbar.md-short .md-button.md-icon-button {
  padding: 0px;
  width: 30px;
}
md-tabs.md-short {
  min-height: 40px;
}
md-tabs.md-short md-tabs-canvas {
  height: 40px !important;
}
md-tabs.md-short md-tabs-canvas md-pagination-wrapper {
  height: 40px !important;
}
md-tabs.md-short md-tabs-canvas .md-tab {
  padding: 8px 24px;
}
/**
 *  mdProgress
 */
md-progress-circular.rounded svg path {
  stroke-linecap: round;
}
md-progress-circular.md-progress-thin svg path {
  stroke-width: 8px !important;
}
md-progress-circular.md-progress-withtrack {
  box-shadow: inset 0 0 0 2px #fafafa, inset 0 0 0 10px #ebebeb;
  border-radius: 50%;
}
.progress-with-value {
  position: relative;
}
.progress-with-value .value {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/**
 *  Font Awesome
 */
/*.fa-list{
	margin-right: 10px;
	height: 18px;
}*/
/**
 *  Dialogs
 */
.md-dialog-form {
  padding: 30px 20px 10px;
}
md-dialog.md-dialog-fullheight {
  min-height: 100%;
}
/**
 *  Slider
 */
.md-thumb-container {
  cursor: pointer;
}
/**
 *  Menu
 */
.md-subheader {
  background-color: transparent !important;
}
.md-subheader.label .md-subheader-inner {
  padding: 0 3px !important;
  font-size: 12px;
  color: #8e8e8e;
  font-weight: 400;
}
.md-subheader.md-subheader-compact .md-subheader-inner,
.md-subheader.compact .md-subheader-inner {
  padding: 5px 10px;
}
.md-subheader.no-padding .md-subheader-inner {
  padding: 0px;
}
md-menu-content .md-menu > .md-button:after {
  right: 10px !important;
}
.md-menu-item-tall {
  height: auto !important;
}
.md-list-compact .md-subheader-inner {
  padding-bottom: 5px;
  padding-left: 10px;
}
.md-list-compact md-list-item {
  min-height: 35px;
  height: 35px;
}
.md-list-compact md-list-item .md-list-item-inner {
  min-height: 35px;
  height: 35px;
}
.md-list-compact md-divider {
  margin-top: 15px;
}
.md-list-compact md-icon {
  line-height: 25px;
}
.md-list-item-chip {
  background: #e5e5e5;
  border-radius: 20px;
  padding: 0px 10px 0 10px !important;
  margin-bottom: 5px;
  border: 1px solid #c7c7c7;
}
.chip-data {
  background: rgba(0, 0, 0, 0.13);
  padding: 0 10px;
  border-radius: 100px;
  margin: 0px -3px 0 5px;
}
.md-list-tickets md-list-item {
  background-color: #EFEFEF;
  border: 1px solid #DEDEDE;
  margin-top: -1px;
}
md-list-item .md-list-item-inner p {
  line-height: 20px;
}
md-list-item.itemsel {
  background-color: #ececec;
  border: 0px solid #e1e1e1;
  border-width: 1px 0;
}
md-list-item.itemsel-clear {
  background-color: rgba(255, 255, 255, 0.6);
}
md-list-item .md-list-indpercent {
  font-size: 18px;
  color: #868686;
  margin-right: -5px;
  font-weight: 300;
  width: 40px;
  text-align: right;
}
.md-list-item-inner {
  -ms-flex: inherit;
  flex: inherit;
}
#loading-bar .bar {
  background: rgba(255, 255, 255, 0.75);
}
/**
 *  Switch
 */
md-switch .md-bar {
  left: 0px;
  top: 2px;
  height: 21px;
  border-radius: 15px;
}
.md-checkbox-round .md-icon {
  border-radius: 50%;
}
/**
 * ng sortable
 */
.as-sortable-item.layout-row,
.as-sortable-placeholder.layout-row,
.as-sortable-item.layout-column,
.as-sortable-placeholder.layout-column {
  display: -ms-flexbox !important;
  display: flex !important;
}
md-toolbar.md-has-open-menu {
  z-index: 75;
}
/**
 * Bottom Sheet - Grid List
 */
md-bottom-sheet.md-grid md-list md-list-item {
  margin: 0;
}
md-bottom-sheet.md-grid md-list md-list-item .md-button {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
md-bottom-sheet.md-grid md-list md-list-item .md-button md-icon {
  margin: 15px 0 0;
}
md-bottom-sheet.md-grid md-list md-list-item .md-grid-text {
  font-size: 16px;
  white-space: pre-wrap;
  width: 100%;
  text-align: center;
  padding-top: 0;
}
/**
 * OrgChart
 */
.OrgChart_Big .title {
  /*font-size: 15px !important;
		height: 40px !important;
		line-height: 40px !important;
		padding: 0 15px !important;*/
}
.historicChart .nv-bars rect {
  width: 15px;
}
html {
  overflow: hidden;
}
img {
  max-width: 100%;
}
* {
  -ms-flex: none;
  flex: none;
}
button {
  -ms-flex: initial;
  flex: initial;
}
/**
 *  Box model
 */
.no-overflow {
  overflow: hidden;
}
.no-overflow-all * {
  overflow: hidden;
}
.overflow {
  overflow: auto;
}
.overflow-y {
  overflow-y: auto;
  overflow-x: hidden;
}
.overflow-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.invisible {
  opacity: 0;
}
.abs {
  position: absolute;
}
.relative {
  position: relative;
}
.pos-fixed,
.fixed {
  position: fixed !important;
}
.abs.bottom {
  bottom: 15px;
}
.abs.right {
  right: 10px;
}
.inline-block {
  display: inline-block;
}
.right {
  float: right;
}
.left {
  float: left;
}
.vert-aling-middle {
  vertical-align: middle;
}
.top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.rotate-45 {
  transform: rotate(45deg);
}
.rotate-90 {
  transform: rotate(90deg);
}
.rotate-180 {
  transform: rotate(180deg);
}
.rotate-270 {
  transform: rotate(270deg);
}
.rotate-360 {
  transform: rotate(360deg);
}
.scale1-2 {
  transform: scale(1.2);
}
.scale1-5 {
  transform: scale(1.5);
}
.scale2 {
  transform: scale(2);
}
.outline-children > * {
  outline: 1px solid blue;
}
.border {
  border: 1px solid #e1e1e1 !important;
}
.border-top {
  border-top: 1px solid #e1e1e1 !important;
}
.border-bottom {
  border-bottom: 1px solid #e1e1e1 !important;
}
.border-right {
  border-right: 1px solid #e1e1e1 !important;
}
.border-left {
  border-left: 1px solid #e1e1e1 !important;
}
.border-radius {
  border-radius: 5px !important;
}
.border-rounded {
  border-radius: 500px;
}
.border-left-dash {
  border-left: 1px dashed #cecece;
}
.winitial {
  width: initial !important;
  max-width: initial !important;
}
.w0 {
  width: 0px !important;
}
.w5 {
  width: 5px !important;
}
.w10 {
  width: 10px !important;
}
.w15 {
  width: 15px !important;
}
.w20 {
  width: 20px !important;
}
.w25 {
  width: 25px !important;
}
.w30 {
  width: 30px !important;
}
.w35 {
  width: 35px !important;
}
.w40 {
  width: 40px !important;
}
.w45 {
  width: 45px !important;
}
.w50 {
  width: 50px !important;
}
.w55 {
  width: 55px !important;
}
.w60 {
  width: 60px !important;
}
.w65 {
  width: 65px !important;
}
.w70 {
  width: 70px !important;
}
.w75 {
  width: 75px !important;
}
.w80 {
  width: 80px !important;
}
.w85 {
  width: 85px !important;
}
.w90 {
  width: 90px !important;
}
.w95 {
  width: 95px !important;
}
.w100 {
  width: 100px !important;
}
.w105 {
  width: 105px !important;
}
.w110 {
  width: 110px !important;
}
.w115 {
  width: 115px !important;
}
.w120 {
  width: 120px !important;
}
.w125 {
  width: 125px !important;
}
.w130 {
  width: 130px !important;
}
.w135 {
  width: 135px !important;
}
.w140 {
  width: 140px !important;
}
.w145 {
  width: 145px !important;
}
.w150 {
  width: 150px !important;
}
.w155 {
  width: 155px !important;
}
.w160 {
  width: 160px !important;
}
.w165 {
  width: 165px !important;
}
.w170 {
  width: 170px !important;
}
.w175 {
  width: 175px !important;
}
.w180 {
  width: 180px !important;
}
.w185 {
  width: 185px !important;
}
.w190 {
  width: 190px !important;
}
.w195 {
  width: 195px !important;
}
.w200 {
  width: 200px !important;
}
.w205 {
  width: 205px !important;
}
.w210 {
  width: 210px !important;
}
.w215 {
  width: 215px !important;
}
.w220 {
  width: 220px !important;
}
.w225 {
  width: 225px !important;
}
.w230 {
  width: 230px !important;
}
.w235 {
  width: 235px !important;
}
.w240 {
  width: 240px !important;
}
.w245 {
  width: 245px !important;
}
.w250 {
  width: 250px !important;
}
.w255 {
  width: 255px !important;
}
.w260 {
  width: 260px !important;
}
.w265 {
  width: 265px !important;
}
.w270 {
  width: 270px !important;
}
.w275 {
  width: 275px !important;
}
.w280 {
  width: 280px !important;
}
.w285 {
  width: 285px !important;
}
.w290 {
  width: 290px !important;
}
.w295 {
  width: 295px !important;
}
.w300 {
  width: 300px !important;
}
.w305 {
  width: 305px !important;
}
.w310 {
  width: 310px !important;
}
.w315 {
  width: 315px !important;
}
.w320 {
  width: 320px !important;
}
.w325 {
  width: 325px !important;
}
.w330 {
  width: 330px !important;
}
.w335 {
  width: 335px !important;
}
.w340 {
  width: 340px !important;
}
.w345 {
  width: 345px !important;
}
.w350 {
  width: 350px !important;
}
.w355 {
  width: 355px !important;
}
.w360 {
  width: 360px !important;
}
.w365 {
  width: 365px !important;
}
.w370 {
  width: 370px !important;
}
.w375 {
  width: 375px !important;
}
.w380 {
  width: 380px !important;
}
.w385 {
  width: 385px !important;
}
.w390 {
  width: 390px !important;
}
.w395 {
  width: 395px !important;
}
.w400 {
  width: 400px !important;
}
.w405 {
  width: 405px !important;
}
.w410 {
  width: 410px !important;
}
.w415 {
  width: 415px !important;
}
.w420 {
  width: 420px !important;
}
.w425 {
  width: 425px !important;
}
.w430 {
  width: 430px !important;
}
.w435 {
  width: 435px !important;
}
.w440 {
  width: 440px !important;
}
.w445 {
  width: 445px !important;
}
.w450 {
  width: 450px !important;
}
.w455 {
  width: 455px !important;
}
.w460 {
  width: 460px !important;
}
.w465 {
  width: 465px !important;
}
.w470 {
  width: 470px !important;
}
.w475 {
  width: 475px !important;
}
.w480 {
  width: 480px !important;
}
.w485 {
  width: 485px !important;
}
.w490 {
  width: 490px !important;
}
.w495 {
  width: 495px !important;
}
.w500 {
  width: 500px !important;
}
.w505 {
  width: 505px !important;
}
.w510 {
  width: 510px !important;
}
.w515 {
  width: 515px !important;
}
.w520 {
  width: 520px !important;
}
.w525 {
  width: 525px !important;
}
.w530 {
  width: 530px !important;
}
.w535 {
  width: 535px !important;
}
.w540 {
  width: 540px !important;
}
.w545 {
  width: 545px !important;
}
.w550 {
  width: 550px !important;
}
.w555 {
  width: 555px !important;
}
.w560 {
  width: 560px !important;
}
.w565 {
  width: 565px !important;
}
.w570 {
  width: 570px !important;
}
.w575 {
  width: 575px !important;
}
.w580 {
  width: 580px !important;
}
.w585 {
  width: 585px !important;
}
.w590 {
  width: 590px !important;
}
.w595 {
  width: 595px !important;
}
.w600 {
  width: 600px !important;
}
.w605 {
  width: 605px !important;
}
.w610 {
  width: 610px !important;
}
.w615 {
  width: 615px !important;
}
.w620 {
  width: 620px !important;
}
.w625 {
  width: 625px !important;
}
.w630 {
  width: 630px !important;
}
.w635 {
  width: 635px !important;
}
.w640 {
  width: 640px !important;
}
.w645 {
  width: 645px !important;
}
.w650 {
  width: 650px !important;
}
.w655 {
  width: 655px !important;
}
.w660 {
  width: 660px !important;
}
.w665 {
  width: 665px !important;
}
.w670 {
  width: 670px !important;
}
.w675 {
  width: 675px !important;
}
.w680 {
  width: 680px !important;
}
.w685 {
  width: 685px !important;
}
.w690 {
  width: 690px !important;
}
.w695 {
  width: 695px !important;
}
.w700 {
  width: 700px !important;
}
.w705 {
  width: 705px !important;
}
.w710 {
  width: 710px !important;
}
.w715 {
  width: 715px !important;
}
.w720 {
  width: 720px !important;
}
.w725 {
  width: 725px !important;
}
.w730 {
  width: 730px !important;
}
.w735 {
  width: 735px !important;
}
.w740 {
  width: 740px !important;
}
.w745 {
  width: 745px !important;
}
.w750 {
  width: 750px !important;
}
.w755 {
  width: 755px !important;
}
.w760 {
  width: 760px !important;
}
.w765 {
  width: 765px !important;
}
.w770 {
  width: 770px !important;
}
.w775 {
  width: 775px !important;
}
.w780 {
  width: 780px !important;
}
.w785 {
  width: 785px !important;
}
.w790 {
  width: 790px !important;
}
.w795 {
  width: 795px !important;
}
.w800 {
  width: 800px !important;
}
.w805 {
  width: 805px !important;
}
.w810 {
  width: 810px !important;
}
.w815 {
  width: 815px !important;
}
.w820 {
  width: 820px !important;
}
.w825 {
  width: 825px !important;
}
.w830 {
  width: 830px !important;
}
.w835 {
  width: 835px !important;
}
.w840 {
  width: 840px !important;
}
.w845 {
  width: 845px !important;
}
.w850 {
  width: 850px !important;
}
.w855 {
  width: 855px !important;
}
.w860 {
  width: 860px !important;
}
.w865 {
  width: 865px !important;
}
.w870 {
  width: 870px !important;
}
.w875 {
  width: 875px !important;
}
.w880 {
  width: 880px !important;
}
.w885 {
  width: 885px !important;
}
.w890 {
  width: 890px !important;
}
.w895 {
  width: 895px !important;
}
.w900 {
  width: 900px !important;
}
.w905 {
  width: 905px !important;
}
.w910 {
  width: 910px !important;
}
.w915 {
  width: 915px !important;
}
.w920 {
  width: 920px !important;
}
.w925 {
  width: 925px !important;
}
.w930 {
  width: 930px !important;
}
.w935 {
  width: 935px !important;
}
.w940 {
  width: 940px !important;
}
.w945 {
  width: 945px !important;
}
.w950 {
  width: 950px !important;
}
.w955 {
  width: 955px !important;
}
.w960 {
  width: 960px !important;
}
.w965 {
  width: 965px !important;
}
.w970 {
  width: 970px !important;
}
.w975 {
  width: 975px !important;
}
.w980 {
  width: 980px !important;
}
.w985 {
  width: 985px !important;
}
.w990 {
  width: 990px !important;
}
.w995 {
  width: 995px !important;
}
.w1000 {
  width: 1000px !important;
}
.w1005 {
  width: 1005px !important;
}
.w1010 {
  width: 1010px !important;
}
.w1015 {
  width: 1015px !important;
}
.w1020 {
  width: 1020px !important;
}
.w1025 {
  width: 1025px !important;
}
.w1030 {
  width: 1030px !important;
}
.w1035 {
  width: 1035px !important;
}
.w1040 {
  width: 1040px !important;
}
.w1045 {
  width: 1045px !important;
}
.w1050 {
  width: 1050px !important;
}
.w1055 {
  width: 1055px !important;
}
.w1060 {
  width: 1060px !important;
}
.w1065 {
  width: 1065px !important;
}
.w1070 {
  width: 1070px !important;
}
.w1075 {
  width: 1075px !important;
}
.w1080 {
  width: 1080px !important;
}
.w1085 {
  width: 1085px !important;
}
.w1090 {
  width: 1090px !important;
}
.w1095 {
  width: 1095px !important;
}
.w1100 {
  width: 1100px !important;
}
.w1105 {
  width: 1105px !important;
}
.w1110 {
  width: 1110px !important;
}
.w1115 {
  width: 1115px !important;
}
.w1120 {
  width: 1120px !important;
}
.w1125 {
  width: 1125px !important;
}
.w1130 {
  width: 1130px !important;
}
.w1135 {
  width: 1135px !important;
}
.w1140 {
  width: 1140px !important;
}
.w1145 {
  width: 1145px !important;
}
.w1150 {
  width: 1150px !important;
}
.w1155 {
  width: 1155px !important;
}
.w1160 {
  width: 1160px !important;
}
.w1165 {
  width: 1165px !important;
}
.w1170 {
  width: 1170px !important;
}
.w1175 {
  width: 1175px !important;
}
.w1180 {
  width: 1180px !important;
}
.w1185 {
  width: 1185px !important;
}
.w1190 {
  width: 1190px !important;
}
.w1195 {
  width: 1195px !important;
}
.w1200 {
  width: 1200px !important;
}
.w1205 {
  width: 1205px !important;
}
.w1210 {
  width: 1210px !important;
}
.w1215 {
  width: 1215px !important;
}
.w1220 {
  width: 1220px !important;
}
.w1225 {
  width: 1225px !important;
}
.w1230 {
  width: 1230px !important;
}
.w1235 {
  width: 1235px !important;
}
.w1240 {
  width: 1240px !important;
}
.w1245 {
  width: 1245px !important;
}
.w1250 {
  width: 1250px !important;
}
.w1255 {
  width: 1255px !important;
}
.w1260 {
  width: 1260px !important;
}
.w1265 {
  width: 1265px !important;
}
.w1270 {
  width: 1270px !important;
}
.w1275 {
  width: 1275px !important;
}
.w1280 {
  width: 1280px !important;
}
.w1285 {
  width: 1285px !important;
}
.w1290 {
  width: 1290px !important;
}
.w1295 {
  width: 1295px !important;
}
.w1300 {
  width: 1300px !important;
}
.w1305 {
  width: 1305px !important;
}
.w1310 {
  width: 1310px !important;
}
.w1315 {
  width: 1315px !important;
}
.w1320 {
  width: 1320px !important;
}
.w1325 {
  width: 1325px !important;
}
.w1330 {
  width: 1330px !important;
}
.w1335 {
  width: 1335px !important;
}
.w1340 {
  width: 1340px !important;
}
.w1345 {
  width: 1345px !important;
}
.w1350 {
  width: 1350px !important;
}
.w1355 {
  width: 1355px !important;
}
.w1360 {
  width: 1360px !important;
}
.w1365 {
  width: 1365px !important;
}
.w1370 {
  width: 1370px !important;
}
.w1375 {
  width: 1375px !important;
}
.w1380 {
  width: 1380px !important;
}
.w1385 {
  width: 1385px !important;
}
.w1390 {
  width: 1390px !important;
}
.w1395 {
  width: 1395px !important;
}
.w1400 {
  width: 1400px !important;
}
.w1405 {
  width: 1405px !important;
}
.w1410 {
  width: 1410px !important;
}
.w1415 {
  width: 1415px !important;
}
.w1420 {
  width: 1420px !important;
}
.w1425 {
  width: 1425px !important;
}
.w1430 {
  width: 1430px !important;
}
.w1435 {
  width: 1435px !important;
}
.w1440 {
  width: 1440px !important;
}
.w1445 {
  width: 1445px !important;
}
.w1450 {
  width: 1450px !important;
}
.w1455 {
  width: 1455px !important;
}
.w1460 {
  width: 1460px !important;
}
.w1465 {
  width: 1465px !important;
}
.w1470 {
  width: 1470px !important;
}
.w1475 {
  width: 1475px !important;
}
.w1480 {
  width: 1480px !important;
}
.w1485 {
  width: 1485px !important;
}
.w1490 {
  width: 1490px !important;
}
.w1495 {
  width: 1495px !important;
}
.w1500 {
  width: 1500px !important;
}
.w1505 {
  width: 1505px !important;
}
.w1510 {
  width: 1510px !important;
}
.w1515 {
  width: 1515px !important;
}
.w1520 {
  width: 1520px !important;
}
.w1525 {
  width: 1525px !important;
}
.w1530 {
  width: 1530px !important;
}
.w1535 {
  width: 1535px !important;
}
.w1540 {
  width: 1540px !important;
}
.w1545 {
  width: 1545px !important;
}
.w1550 {
  width: 1550px !important;
}
.w1555 {
  width: 1555px !important;
}
.w1560 {
  width: 1560px !important;
}
.w1565 {
  width: 1565px !important;
}
.w1570 {
  width: 1570px !important;
}
.w1575 {
  width: 1575px !important;
}
.w1580 {
  width: 1580px !important;
}
.w1585 {
  width: 1585px !important;
}
.w1590 {
  width: 1590px !important;
}
.w1595 {
  width: 1595px !important;
}
.w1600 {
  width: 1600px !important;
}
.w1605 {
  width: 1605px !important;
}
.w1610 {
  width: 1610px !important;
}
.w1615 {
  width: 1615px !important;
}
.w1620 {
  width: 1620px !important;
}
.w1625 {
  width: 1625px !important;
}
.w1630 {
  width: 1630px !important;
}
.w1635 {
  width: 1635px !important;
}
.w1640 {
  width: 1640px !important;
}
.w1645 {
  width: 1645px !important;
}
.w1650 {
  width: 1650px !important;
}
.w1655 {
  width: 1655px !important;
}
.w1660 {
  width: 1660px !important;
}
.w1665 {
  width: 1665px !important;
}
.w1670 {
  width: 1670px !important;
}
.w1675 {
  width: 1675px !important;
}
.w1680 {
  width: 1680px !important;
}
.w1685 {
  width: 1685px !important;
}
.w1690 {
  width: 1690px !important;
}
.w1695 {
  width: 1695px !important;
}
.w1700 {
  width: 1700px !important;
}
.w1705 {
  width: 1705px !important;
}
.w1710 {
  width: 1710px !important;
}
.w1715 {
  width: 1715px !important;
}
.w1720 {
  width: 1720px !important;
}
.w1725 {
  width: 1725px !important;
}
.w1730 {
  width: 1730px !important;
}
.w1735 {
  width: 1735px !important;
}
.w1740 {
  width: 1740px !important;
}
.w1745 {
  width: 1745px !important;
}
.w1750 {
  width: 1750px !important;
}
.w1755 {
  width: 1755px !important;
}
.w1760 {
  width: 1760px !important;
}
.w1765 {
  width: 1765px !important;
}
.w1770 {
  width: 1770px !important;
}
.w1775 {
  width: 1775px !important;
}
.w1780 {
  width: 1780px !important;
}
.w1785 {
  width: 1785px !important;
}
.w1790 {
  width: 1790px !important;
}
.w1795 {
  width: 1795px !important;
}
.w1800 {
  width: 1800px !important;
}
.w1805 {
  width: 1805px !important;
}
.w1810 {
  width: 1810px !important;
}
.w1815 {
  width: 1815px !important;
}
.w1820 {
  width: 1820px !important;
}
.w1825 {
  width: 1825px !important;
}
.w1830 {
  width: 1830px !important;
}
.w1835 {
  width: 1835px !important;
}
.w1840 {
  width: 1840px !important;
}
.w1845 {
  width: 1845px !important;
}
.w1850 {
  width: 1850px !important;
}
.w1855 {
  width: 1855px !important;
}
.w1860 {
  width: 1860px !important;
}
.w1865 {
  width: 1865px !important;
}
.w1870 {
  width: 1870px !important;
}
.w1875 {
  width: 1875px !important;
}
.w1880 {
  width: 1880px !important;
}
.w1885 {
  width: 1885px !important;
}
.w1890 {
  width: 1890px !important;
}
.w1895 {
  width: 1895px !important;
}
.w1900 {
  width: 1900px !important;
}
.w1905 {
  width: 1905px !important;
}
.w1910 {
  width: 1910px !important;
}
.w1915 {
  width: 1915px !important;
}
.w1920 {
  width: 1920px !important;
}
.w1925 {
  width: 1925px !important;
}
.w1930 {
  width: 1930px !important;
}
.w1935 {
  width: 1935px !important;
}
.w1940 {
  width: 1940px !important;
}
.w1945 {
  width: 1945px !important;
}
.w1950 {
  width: 1950px !important;
}
.w1955 {
  width: 1955px !important;
}
.w1960 {
  width: 1960px !important;
}
.w1965 {
  width: 1965px !important;
}
.w1970 {
  width: 1970px !important;
}
.w1975 {
  width: 1975px !important;
}
.w1980 {
  width: 1980px !important;
}
.w1985 {
  width: 1985px !important;
}
.w1990 {
  width: 1990px !important;
}
.w1995 {
  width: 1995px !important;
}
.w2000 {
  width: 2000px !important;
}
.mw0 {
  min-width: 0px !important;
}
.mw5 {
  min-width: 5px !important;
}
.mw10 {
  min-width: 10px !important;
}
.mw15 {
  min-width: 15px !important;
}
.mw20 {
  min-width: 20px !important;
}
.mw25 {
  min-width: 25px !important;
}
.mw30 {
  min-width: 30px !important;
}
.mw35 {
  min-width: 35px !important;
}
.mw40 {
  min-width: 40px !important;
}
.mw45 {
  min-width: 45px !important;
}
.mw50 {
  min-width: 50px !important;
}
.mw55 {
  min-width: 55px !important;
}
.mw60 {
  min-width: 60px !important;
}
.mw65 {
  min-width: 65px !important;
}
.mw70 {
  min-width: 70px !important;
}
.mw75 {
  min-width: 75px !important;
}
.mw80 {
  min-width: 80px !important;
}
.mw85 {
  min-width: 85px !important;
}
.mw90 {
  min-width: 90px !important;
}
.mw95 {
  min-width: 95px !important;
}
.mw100 {
  min-width: 100px !important;
}
.mw105 {
  min-width: 105px !important;
}
.mw110 {
  min-width: 110px !important;
}
.mw115 {
  min-width: 115px !important;
}
.mw120 {
  min-width: 120px !important;
}
.mw125 {
  min-width: 125px !important;
}
.mw130 {
  min-width: 130px !important;
}
.mw135 {
  min-width: 135px !important;
}
.mw140 {
  min-width: 140px !important;
}
.mw145 {
  min-width: 145px !important;
}
.mw150 {
  min-width: 150px !important;
}
.mw155 {
  min-width: 155px !important;
}
.mw160 {
  min-width: 160px !important;
}
.mw165 {
  min-width: 165px !important;
}
.mw170 {
  min-width: 170px !important;
}
.mw175 {
  min-width: 175px !important;
}
.mw180 {
  min-width: 180px !important;
}
.mw185 {
  min-width: 185px !important;
}
.mw190 {
  min-width: 190px !important;
}
.mw195 {
  min-width: 195px !important;
}
.mw200 {
  min-width: 200px !important;
}
.mw205 {
  min-width: 205px !important;
}
.mw210 {
  min-width: 210px !important;
}
.mw215 {
  min-width: 215px !important;
}
.mw220 {
  min-width: 220px !important;
}
.mw225 {
  min-width: 225px !important;
}
.mw230 {
  min-width: 230px !important;
}
.mw235 {
  min-width: 235px !important;
}
.mw240 {
  min-width: 240px !important;
}
.mw245 {
  min-width: 245px !important;
}
.mw250 {
  min-width: 250px !important;
}
.mw255 {
  min-width: 255px !important;
}
.mw260 {
  min-width: 260px !important;
}
.mw265 {
  min-width: 265px !important;
}
.mw270 {
  min-width: 270px !important;
}
.mw275 {
  min-width: 275px !important;
}
.mw280 {
  min-width: 280px !important;
}
.mw285 {
  min-width: 285px !important;
}
.mw290 {
  min-width: 290px !important;
}
.mw295 {
  min-width: 295px !important;
}
.mw300 {
  min-width: 300px !important;
}
.mw305 {
  min-width: 305px !important;
}
.mw310 {
  min-width: 310px !important;
}
.mw315 {
  min-width: 315px !important;
}
.mw320 {
  min-width: 320px !important;
}
.mw325 {
  min-width: 325px !important;
}
.mw330 {
  min-width: 330px !important;
}
.mw335 {
  min-width: 335px !important;
}
.mw340 {
  min-width: 340px !important;
}
.mw345 {
  min-width: 345px !important;
}
.mw350 {
  min-width: 350px !important;
}
.mw355 {
  min-width: 355px !important;
}
.mw360 {
  min-width: 360px !important;
}
.mw365 {
  min-width: 365px !important;
}
.mw370 {
  min-width: 370px !important;
}
.mw375 {
  min-width: 375px !important;
}
.mw380 {
  min-width: 380px !important;
}
.mw385 {
  min-width: 385px !important;
}
.mw390 {
  min-width: 390px !important;
}
.mw395 {
  min-width: 395px !important;
}
.mw400 {
  min-width: 400px !important;
}
.mw405 {
  min-width: 405px !important;
}
.mw410 {
  min-width: 410px !important;
}
.mw415 {
  min-width: 415px !important;
}
.mw420 {
  min-width: 420px !important;
}
.mw425 {
  min-width: 425px !important;
}
.mw430 {
  min-width: 430px !important;
}
.mw435 {
  min-width: 435px !important;
}
.mw440 {
  min-width: 440px !important;
}
.mw445 {
  min-width: 445px !important;
}
.mw450 {
  min-width: 450px !important;
}
.mw455 {
  min-width: 455px !important;
}
.mw460 {
  min-width: 460px !important;
}
.mw465 {
  min-width: 465px !important;
}
.mw470 {
  min-width: 470px !important;
}
.mw475 {
  min-width: 475px !important;
}
.mw480 {
  min-width: 480px !important;
}
.mw485 {
  min-width: 485px !important;
}
.mw490 {
  min-width: 490px !important;
}
.mw495 {
  min-width: 495px !important;
}
.mw500 {
  min-width: 500px !important;
}
.mw505 {
  min-width: 505px !important;
}
.mw510 {
  min-width: 510px !important;
}
.mw515 {
  min-width: 515px !important;
}
.mw520 {
  min-width: 520px !important;
}
.mw525 {
  min-width: 525px !important;
}
.mw530 {
  min-width: 530px !important;
}
.mw535 {
  min-width: 535px !important;
}
.mw540 {
  min-width: 540px !important;
}
.mw545 {
  min-width: 545px !important;
}
.mw550 {
  min-width: 550px !important;
}
.mw555 {
  min-width: 555px !important;
}
.mw560 {
  min-width: 560px !important;
}
.mw565 {
  min-width: 565px !important;
}
.mw570 {
  min-width: 570px !important;
}
.mw575 {
  min-width: 575px !important;
}
.mw580 {
  min-width: 580px !important;
}
.mw585 {
  min-width: 585px !important;
}
.mw590 {
  min-width: 590px !important;
}
.mw595 {
  min-width: 595px !important;
}
.mw600 {
  min-width: 600px !important;
}
.mw605 {
  min-width: 605px !important;
}
.mw610 {
  min-width: 610px !important;
}
.mw615 {
  min-width: 615px !important;
}
.mw620 {
  min-width: 620px !important;
}
.mw625 {
  min-width: 625px !important;
}
.mw630 {
  min-width: 630px !important;
}
.mw635 {
  min-width: 635px !important;
}
.mw640 {
  min-width: 640px !important;
}
.mw645 {
  min-width: 645px !important;
}
.mw650 {
  min-width: 650px !important;
}
.mw655 {
  min-width: 655px !important;
}
.mw660 {
  min-width: 660px !important;
}
.mw665 {
  min-width: 665px !important;
}
.mw670 {
  min-width: 670px !important;
}
.mw675 {
  min-width: 675px !important;
}
.mw680 {
  min-width: 680px !important;
}
.mw685 {
  min-width: 685px !important;
}
.mw690 {
  min-width: 690px !important;
}
.mw695 {
  min-width: 695px !important;
}
.mw700 {
  min-width: 700px !important;
}
.mw705 {
  min-width: 705px !important;
}
.mw710 {
  min-width: 710px !important;
}
.mw715 {
  min-width: 715px !important;
}
.mw720 {
  min-width: 720px !important;
}
.mw725 {
  min-width: 725px !important;
}
.mw730 {
  min-width: 730px !important;
}
.mw735 {
  min-width: 735px !important;
}
.mw740 {
  min-width: 740px !important;
}
.mw745 {
  min-width: 745px !important;
}
.mw750 {
  min-width: 750px !important;
}
.mw755 {
  min-width: 755px !important;
}
.mw760 {
  min-width: 760px !important;
}
.mw765 {
  min-width: 765px !important;
}
.mw770 {
  min-width: 770px !important;
}
.mw775 {
  min-width: 775px !important;
}
.mw780 {
  min-width: 780px !important;
}
.mw785 {
  min-width: 785px !important;
}
.mw790 {
  min-width: 790px !important;
}
.mw795 {
  min-width: 795px !important;
}
.mw800 {
  min-width: 800px !important;
}
.mw805 {
  min-width: 805px !important;
}
.mw810 {
  min-width: 810px !important;
}
.mw815 {
  min-width: 815px !important;
}
.mw820 {
  min-width: 820px !important;
}
.mw825 {
  min-width: 825px !important;
}
.mw830 {
  min-width: 830px !important;
}
.mw835 {
  min-width: 835px !important;
}
.mw840 {
  min-width: 840px !important;
}
.mw845 {
  min-width: 845px !important;
}
.mw850 {
  min-width: 850px !important;
}
.mw855 {
  min-width: 855px !important;
}
.mw860 {
  min-width: 860px !important;
}
.mw865 {
  min-width: 865px !important;
}
.mw870 {
  min-width: 870px !important;
}
.mw875 {
  min-width: 875px !important;
}
.mw880 {
  min-width: 880px !important;
}
.mw885 {
  min-width: 885px !important;
}
.mw890 {
  min-width: 890px !important;
}
.mw895 {
  min-width: 895px !important;
}
.mw900 {
  min-width: 900px !important;
}
.mw905 {
  min-width: 905px !important;
}
.mw910 {
  min-width: 910px !important;
}
.mw915 {
  min-width: 915px !important;
}
.mw920 {
  min-width: 920px !important;
}
.mw925 {
  min-width: 925px !important;
}
.mw930 {
  min-width: 930px !important;
}
.mw935 {
  min-width: 935px !important;
}
.mw940 {
  min-width: 940px !important;
}
.mw945 {
  min-width: 945px !important;
}
.mw950 {
  min-width: 950px !important;
}
.mw955 {
  min-width: 955px !important;
}
.mw960 {
  min-width: 960px !important;
}
.mw965 {
  min-width: 965px !important;
}
.mw970 {
  min-width: 970px !important;
}
.mw975 {
  min-width: 975px !important;
}
.mw980 {
  min-width: 980px !important;
}
.mw985 {
  min-width: 985px !important;
}
.mw990 {
  min-width: 990px !important;
}
.mw995 {
  min-width: 995px !important;
}
.mw1000 {
  min-width: 1000px !important;
}
.mw1005 {
  min-width: 1005px !important;
}
.mw1010 {
  min-width: 1010px !important;
}
.mw1015 {
  min-width: 1015px !important;
}
.mw1020 {
  min-width: 1020px !important;
}
.mw1025 {
  min-width: 1025px !important;
}
.mw1030 {
  min-width: 1030px !important;
}
.mw1035 {
  min-width: 1035px !important;
}
.mw1040 {
  min-width: 1040px !important;
}
.mw1045 {
  min-width: 1045px !important;
}
.mw1050 {
  min-width: 1050px !important;
}
.mw1055 {
  min-width: 1055px !important;
}
.mw1060 {
  min-width: 1060px !important;
}
.mw1065 {
  min-width: 1065px !important;
}
.mw1070 {
  min-width: 1070px !important;
}
.mw1075 {
  min-width: 1075px !important;
}
.mw1080 {
  min-width: 1080px !important;
}
.mw1085 {
  min-width: 1085px !important;
}
.mw1090 {
  min-width: 1090px !important;
}
.mw1095 {
  min-width: 1095px !important;
}
.mw1100 {
  min-width: 1100px !important;
}
.mw1105 {
  min-width: 1105px !important;
}
.mw1110 {
  min-width: 1110px !important;
}
.mw1115 {
  min-width: 1115px !important;
}
.mw1120 {
  min-width: 1120px !important;
}
.mw1125 {
  min-width: 1125px !important;
}
.mw1130 {
  min-width: 1130px !important;
}
.mw1135 {
  min-width: 1135px !important;
}
.mw1140 {
  min-width: 1140px !important;
}
.mw1145 {
  min-width: 1145px !important;
}
.mw1150 {
  min-width: 1150px !important;
}
.mw1155 {
  min-width: 1155px !important;
}
.mw1160 {
  min-width: 1160px !important;
}
.mw1165 {
  min-width: 1165px !important;
}
.mw1170 {
  min-width: 1170px !important;
}
.mw1175 {
  min-width: 1175px !important;
}
.mw1180 {
  min-width: 1180px !important;
}
.mw1185 {
  min-width: 1185px !important;
}
.mw1190 {
  min-width: 1190px !important;
}
.mw1195 {
  min-width: 1195px !important;
}
.mw1200 {
  min-width: 1200px !important;
}
.mw1205 {
  min-width: 1205px !important;
}
.mw1210 {
  min-width: 1210px !important;
}
.mw1215 {
  min-width: 1215px !important;
}
.mw1220 {
  min-width: 1220px !important;
}
.mw1225 {
  min-width: 1225px !important;
}
.mw1230 {
  min-width: 1230px !important;
}
.mw1235 {
  min-width: 1235px !important;
}
.mw1240 {
  min-width: 1240px !important;
}
.mw1245 {
  min-width: 1245px !important;
}
.mw1250 {
  min-width: 1250px !important;
}
.mw1255 {
  min-width: 1255px !important;
}
.mw1260 {
  min-width: 1260px !important;
}
.mw1265 {
  min-width: 1265px !important;
}
.mw1270 {
  min-width: 1270px !important;
}
.mw1275 {
  min-width: 1275px !important;
}
.mw1280 {
  min-width: 1280px !important;
}
.mw1285 {
  min-width: 1285px !important;
}
.mw1290 {
  min-width: 1290px !important;
}
.mw1295 {
  min-width: 1295px !important;
}
.mw1300 {
  min-width: 1300px !important;
}
.mw1305 {
  min-width: 1305px !important;
}
.mw1310 {
  min-width: 1310px !important;
}
.mw1315 {
  min-width: 1315px !important;
}
.mw1320 {
  min-width: 1320px !important;
}
.mw1325 {
  min-width: 1325px !important;
}
.mw1330 {
  min-width: 1330px !important;
}
.mw1335 {
  min-width: 1335px !important;
}
.mw1340 {
  min-width: 1340px !important;
}
.mw1345 {
  min-width: 1345px !important;
}
.mw1350 {
  min-width: 1350px !important;
}
.mw1355 {
  min-width: 1355px !important;
}
.mw1360 {
  min-width: 1360px !important;
}
.mw1365 {
  min-width: 1365px !important;
}
.mw1370 {
  min-width: 1370px !important;
}
.mw1375 {
  min-width: 1375px !important;
}
.mw1380 {
  min-width: 1380px !important;
}
.mw1385 {
  min-width: 1385px !important;
}
.mw1390 {
  min-width: 1390px !important;
}
.mw1395 {
  min-width: 1395px !important;
}
.mw1400 {
  min-width: 1400px !important;
}
.mw1405 {
  min-width: 1405px !important;
}
.mw1410 {
  min-width: 1410px !important;
}
.mw1415 {
  min-width: 1415px !important;
}
.mw1420 {
  min-width: 1420px !important;
}
.mw1425 {
  min-width: 1425px !important;
}
.mw1430 {
  min-width: 1430px !important;
}
.mw1435 {
  min-width: 1435px !important;
}
.mw1440 {
  min-width: 1440px !important;
}
.mw1445 {
  min-width: 1445px !important;
}
.mw1450 {
  min-width: 1450px !important;
}
.mw1455 {
  min-width: 1455px !important;
}
.mw1460 {
  min-width: 1460px !important;
}
.mw1465 {
  min-width: 1465px !important;
}
.mw1470 {
  min-width: 1470px !important;
}
.mw1475 {
  min-width: 1475px !important;
}
.mw1480 {
  min-width: 1480px !important;
}
.mw1485 {
  min-width: 1485px !important;
}
.mw1490 {
  min-width: 1490px !important;
}
.mw1495 {
  min-width: 1495px !important;
}
.mw1500 {
  min-width: 1500px !important;
}
.mw1505 {
  min-width: 1505px !important;
}
.mw1510 {
  min-width: 1510px !important;
}
.mw1515 {
  min-width: 1515px !important;
}
.mw1520 {
  min-width: 1520px !important;
}
.mw1525 {
  min-width: 1525px !important;
}
.mw1530 {
  min-width: 1530px !important;
}
.mw1535 {
  min-width: 1535px !important;
}
.mw1540 {
  min-width: 1540px !important;
}
.mw1545 {
  min-width: 1545px !important;
}
.mw1550 {
  min-width: 1550px !important;
}
.mw1555 {
  min-width: 1555px !important;
}
.mw1560 {
  min-width: 1560px !important;
}
.mw1565 {
  min-width: 1565px !important;
}
.mw1570 {
  min-width: 1570px !important;
}
.mw1575 {
  min-width: 1575px !important;
}
.mw1580 {
  min-width: 1580px !important;
}
.mw1585 {
  min-width: 1585px !important;
}
.mw1590 {
  min-width: 1590px !important;
}
.mw1595 {
  min-width: 1595px !important;
}
.mw1600 {
  min-width: 1600px !important;
}
.mw1605 {
  min-width: 1605px !important;
}
.mw1610 {
  min-width: 1610px !important;
}
.mw1615 {
  min-width: 1615px !important;
}
.mw1620 {
  min-width: 1620px !important;
}
.mw1625 {
  min-width: 1625px !important;
}
.mw1630 {
  min-width: 1630px !important;
}
.mw1635 {
  min-width: 1635px !important;
}
.mw1640 {
  min-width: 1640px !important;
}
.mw1645 {
  min-width: 1645px !important;
}
.mw1650 {
  min-width: 1650px !important;
}
.mw1655 {
  min-width: 1655px !important;
}
.mw1660 {
  min-width: 1660px !important;
}
.mw1665 {
  min-width: 1665px !important;
}
.mw1670 {
  min-width: 1670px !important;
}
.mw1675 {
  min-width: 1675px !important;
}
.mw1680 {
  min-width: 1680px !important;
}
.mw1685 {
  min-width: 1685px !important;
}
.mw1690 {
  min-width: 1690px !important;
}
.mw1695 {
  min-width: 1695px !important;
}
.mw1700 {
  min-width: 1700px !important;
}
.mw1705 {
  min-width: 1705px !important;
}
.mw1710 {
  min-width: 1710px !important;
}
.mw1715 {
  min-width: 1715px !important;
}
.mw1720 {
  min-width: 1720px !important;
}
.mw1725 {
  min-width: 1725px !important;
}
.mw1730 {
  min-width: 1730px !important;
}
.mw1735 {
  min-width: 1735px !important;
}
.mw1740 {
  min-width: 1740px !important;
}
.mw1745 {
  min-width: 1745px !important;
}
.mw1750 {
  min-width: 1750px !important;
}
.mw1755 {
  min-width: 1755px !important;
}
.mw1760 {
  min-width: 1760px !important;
}
.mw1765 {
  min-width: 1765px !important;
}
.mw1770 {
  min-width: 1770px !important;
}
.mw1775 {
  min-width: 1775px !important;
}
.mw1780 {
  min-width: 1780px !important;
}
.mw1785 {
  min-width: 1785px !important;
}
.mw1790 {
  min-width: 1790px !important;
}
.mw1795 {
  min-width: 1795px !important;
}
.mw1800 {
  min-width: 1800px !important;
}
.mw1805 {
  min-width: 1805px !important;
}
.mw1810 {
  min-width: 1810px !important;
}
.mw1815 {
  min-width: 1815px !important;
}
.mw1820 {
  min-width: 1820px !important;
}
.mw1825 {
  min-width: 1825px !important;
}
.mw1830 {
  min-width: 1830px !important;
}
.mw1835 {
  min-width: 1835px !important;
}
.mw1840 {
  min-width: 1840px !important;
}
.mw1845 {
  min-width: 1845px !important;
}
.mw1850 {
  min-width: 1850px !important;
}
.mw1855 {
  min-width: 1855px !important;
}
.mw1860 {
  min-width: 1860px !important;
}
.mw1865 {
  min-width: 1865px !important;
}
.mw1870 {
  min-width: 1870px !important;
}
.mw1875 {
  min-width: 1875px !important;
}
.mw1880 {
  min-width: 1880px !important;
}
.mw1885 {
  min-width: 1885px !important;
}
.mw1890 {
  min-width: 1890px !important;
}
.mw1895 {
  min-width: 1895px !important;
}
.mw1900 {
  min-width: 1900px !important;
}
.mw1905 {
  min-width: 1905px !important;
}
.mw1910 {
  min-width: 1910px !important;
}
.mw1915 {
  min-width: 1915px !important;
}
.mw1920 {
  min-width: 1920px !important;
}
.mw1925 {
  min-width: 1925px !important;
}
.mw1930 {
  min-width: 1930px !important;
}
.mw1935 {
  min-width: 1935px !important;
}
.mw1940 {
  min-width: 1940px !important;
}
.mw1945 {
  min-width: 1945px !important;
}
.mw1950 {
  min-width: 1950px !important;
}
.mw1955 {
  min-width: 1955px !important;
}
.mw1960 {
  min-width: 1960px !important;
}
.mw1965 {
  min-width: 1965px !important;
}
.mw1970 {
  min-width: 1970px !important;
}
.mw1975 {
  min-width: 1975px !important;
}
.mw1980 {
  min-width: 1980px !important;
}
.mw1985 {
  min-width: 1985px !important;
}
.mw1990 {
  min-width: 1990px !important;
}
.mw1995 {
  min-width: 1995px !important;
}
.mw2000 {
  min-width: 2000px !important;
}
.mxw0 {
  max-width: 0px !important;
}
.mxw5 {
  max-width: 5px !important;
}
.mxw10 {
  max-width: 10px !important;
}
.mxw15 {
  max-width: 15px !important;
}
.mxw20 {
  max-width: 20px !important;
}
.mxw25 {
  max-width: 25px !important;
}
.mxw30 {
  max-width: 30px !important;
}
.mxw35 {
  max-width: 35px !important;
}
.mxw40 {
  max-width: 40px !important;
}
.mxw45 {
  max-width: 45px !important;
}
.mxw50 {
  max-width: 50px !important;
}
.mxw55 {
  max-width: 55px !important;
}
.mxw60 {
  max-width: 60px !important;
}
.mxw65 {
  max-width: 65px !important;
}
.mxw70 {
  max-width: 70px !important;
}
.mxw75 {
  max-width: 75px !important;
}
.mxw80 {
  max-width: 80px !important;
}
.mxw85 {
  max-width: 85px !important;
}
.mxw90 {
  max-width: 90px !important;
}
.mxw95 {
  max-width: 95px !important;
}
.mxw100 {
  max-width: 100px !important;
}
.mxw105 {
  max-width: 105px !important;
}
.mxw110 {
  max-width: 110px !important;
}
.mxw115 {
  max-width: 115px !important;
}
.mxw120 {
  max-width: 120px !important;
}
.mxw125 {
  max-width: 125px !important;
}
.mxw130 {
  max-width: 130px !important;
}
.mxw135 {
  max-width: 135px !important;
}
.mxw140 {
  max-width: 140px !important;
}
.mxw145 {
  max-width: 145px !important;
}
.mxw150 {
  max-width: 150px !important;
}
.mxw155 {
  max-width: 155px !important;
}
.mxw160 {
  max-width: 160px !important;
}
.mxw165 {
  max-width: 165px !important;
}
.mxw170 {
  max-width: 170px !important;
}
.mxw175 {
  max-width: 175px !important;
}
.mxw180 {
  max-width: 180px !important;
}
.mxw185 {
  max-width: 185px !important;
}
.mxw190 {
  max-width: 190px !important;
}
.mxw195 {
  max-width: 195px !important;
}
.mxw200 {
  max-width: 200px !important;
}
.mxw205 {
  max-width: 205px !important;
}
.mxw210 {
  max-width: 210px !important;
}
.mxw215 {
  max-width: 215px !important;
}
.mxw220 {
  max-width: 220px !important;
}
.mxw225 {
  max-width: 225px !important;
}
.mxw230 {
  max-width: 230px !important;
}
.mxw235 {
  max-width: 235px !important;
}
.mxw240 {
  max-width: 240px !important;
}
.mxw245 {
  max-width: 245px !important;
}
.mxw250 {
  max-width: 250px !important;
}
.mxw255 {
  max-width: 255px !important;
}
.mxw260 {
  max-width: 260px !important;
}
.mxw265 {
  max-width: 265px !important;
}
.mxw270 {
  max-width: 270px !important;
}
.mxw275 {
  max-width: 275px !important;
}
.mxw280 {
  max-width: 280px !important;
}
.mxw285 {
  max-width: 285px !important;
}
.mxw290 {
  max-width: 290px !important;
}
.mxw295 {
  max-width: 295px !important;
}
.mxw300 {
  max-width: 300px !important;
}
.mxw305 {
  max-width: 305px !important;
}
.mxw310 {
  max-width: 310px !important;
}
.mxw315 {
  max-width: 315px !important;
}
.mxw320 {
  max-width: 320px !important;
}
.mxw325 {
  max-width: 325px !important;
}
.mxw330 {
  max-width: 330px !important;
}
.mxw335 {
  max-width: 335px !important;
}
.mxw340 {
  max-width: 340px !important;
}
.mxw345 {
  max-width: 345px !important;
}
.mxw350 {
  max-width: 350px !important;
}
.mxw355 {
  max-width: 355px !important;
}
.mxw360 {
  max-width: 360px !important;
}
.mxw365 {
  max-width: 365px !important;
}
.mxw370 {
  max-width: 370px !important;
}
.mxw375 {
  max-width: 375px !important;
}
.mxw380 {
  max-width: 380px !important;
}
.mxw385 {
  max-width: 385px !important;
}
.mxw390 {
  max-width: 390px !important;
}
.mxw395 {
  max-width: 395px !important;
}
.mxw400 {
  max-width: 400px !important;
}
.mxw405 {
  max-width: 405px !important;
}
.mxw410 {
  max-width: 410px !important;
}
.mxw415 {
  max-width: 415px !important;
}
.mxw420 {
  max-width: 420px !important;
}
.mxw425 {
  max-width: 425px !important;
}
.mxw430 {
  max-width: 430px !important;
}
.mxw435 {
  max-width: 435px !important;
}
.mxw440 {
  max-width: 440px !important;
}
.mxw445 {
  max-width: 445px !important;
}
.mxw450 {
  max-width: 450px !important;
}
.mxw455 {
  max-width: 455px !important;
}
.mxw460 {
  max-width: 460px !important;
}
.mxw465 {
  max-width: 465px !important;
}
.mxw470 {
  max-width: 470px !important;
}
.mxw475 {
  max-width: 475px !important;
}
.mxw480 {
  max-width: 480px !important;
}
.mxw485 {
  max-width: 485px !important;
}
.mxw490 {
  max-width: 490px !important;
}
.mxw495 {
  max-width: 495px !important;
}
.mxw500 {
  max-width: 500px !important;
}
.mxw505 {
  max-width: 505px !important;
}
.mxw510 {
  max-width: 510px !important;
}
.mxw515 {
  max-width: 515px !important;
}
.mxw520 {
  max-width: 520px !important;
}
.mxw525 {
  max-width: 525px !important;
}
.mxw530 {
  max-width: 530px !important;
}
.mxw535 {
  max-width: 535px !important;
}
.mxw540 {
  max-width: 540px !important;
}
.mxw545 {
  max-width: 545px !important;
}
.mxw550 {
  max-width: 550px !important;
}
.mxw555 {
  max-width: 555px !important;
}
.mxw560 {
  max-width: 560px !important;
}
.mxw565 {
  max-width: 565px !important;
}
.mxw570 {
  max-width: 570px !important;
}
.mxw575 {
  max-width: 575px !important;
}
.mxw580 {
  max-width: 580px !important;
}
.mxw585 {
  max-width: 585px !important;
}
.mxw590 {
  max-width: 590px !important;
}
.mxw595 {
  max-width: 595px !important;
}
.mxw600 {
  max-width: 600px !important;
}
.mxw605 {
  max-width: 605px !important;
}
.mxw610 {
  max-width: 610px !important;
}
.mxw615 {
  max-width: 615px !important;
}
.mxw620 {
  max-width: 620px !important;
}
.mxw625 {
  max-width: 625px !important;
}
.mxw630 {
  max-width: 630px !important;
}
.mxw635 {
  max-width: 635px !important;
}
.mxw640 {
  max-width: 640px !important;
}
.mxw645 {
  max-width: 645px !important;
}
.mxw650 {
  max-width: 650px !important;
}
.mxw655 {
  max-width: 655px !important;
}
.mxw660 {
  max-width: 660px !important;
}
.mxw665 {
  max-width: 665px !important;
}
.mxw670 {
  max-width: 670px !important;
}
.mxw675 {
  max-width: 675px !important;
}
.mxw680 {
  max-width: 680px !important;
}
.mxw685 {
  max-width: 685px !important;
}
.mxw690 {
  max-width: 690px !important;
}
.mxw695 {
  max-width: 695px !important;
}
.mxw700 {
  max-width: 700px !important;
}
.mxw705 {
  max-width: 705px !important;
}
.mxw710 {
  max-width: 710px !important;
}
.mxw715 {
  max-width: 715px !important;
}
.mxw720 {
  max-width: 720px !important;
}
.mxw725 {
  max-width: 725px !important;
}
.mxw730 {
  max-width: 730px !important;
}
.mxw735 {
  max-width: 735px !important;
}
.mxw740 {
  max-width: 740px !important;
}
.mxw745 {
  max-width: 745px !important;
}
.mxw750 {
  max-width: 750px !important;
}
.mxw755 {
  max-width: 755px !important;
}
.mxw760 {
  max-width: 760px !important;
}
.mxw765 {
  max-width: 765px !important;
}
.mxw770 {
  max-width: 770px !important;
}
.mxw775 {
  max-width: 775px !important;
}
.mxw780 {
  max-width: 780px !important;
}
.mxw785 {
  max-width: 785px !important;
}
.mxw790 {
  max-width: 790px !important;
}
.mxw795 {
  max-width: 795px !important;
}
.mxw800 {
  max-width: 800px !important;
}
.mxw805 {
  max-width: 805px !important;
}
.mxw810 {
  max-width: 810px !important;
}
.mxw815 {
  max-width: 815px !important;
}
.mxw820 {
  max-width: 820px !important;
}
.mxw825 {
  max-width: 825px !important;
}
.mxw830 {
  max-width: 830px !important;
}
.mxw835 {
  max-width: 835px !important;
}
.mxw840 {
  max-width: 840px !important;
}
.mxw845 {
  max-width: 845px !important;
}
.mxw850 {
  max-width: 850px !important;
}
.mxw855 {
  max-width: 855px !important;
}
.mxw860 {
  max-width: 860px !important;
}
.mxw865 {
  max-width: 865px !important;
}
.mxw870 {
  max-width: 870px !important;
}
.mxw875 {
  max-width: 875px !important;
}
.mxw880 {
  max-width: 880px !important;
}
.mxw885 {
  max-width: 885px !important;
}
.mxw890 {
  max-width: 890px !important;
}
.mxw895 {
  max-width: 895px !important;
}
.mxw900 {
  max-width: 900px !important;
}
.mxw905 {
  max-width: 905px !important;
}
.mxw910 {
  max-width: 910px !important;
}
.mxw915 {
  max-width: 915px !important;
}
.mxw920 {
  max-width: 920px !important;
}
.mxw925 {
  max-width: 925px !important;
}
.mxw930 {
  max-width: 930px !important;
}
.mxw935 {
  max-width: 935px !important;
}
.mxw940 {
  max-width: 940px !important;
}
.mxw945 {
  max-width: 945px !important;
}
.mxw950 {
  max-width: 950px !important;
}
.mxw955 {
  max-width: 955px !important;
}
.mxw960 {
  max-width: 960px !important;
}
.mxw965 {
  max-width: 965px !important;
}
.mxw970 {
  max-width: 970px !important;
}
.mxw975 {
  max-width: 975px !important;
}
.mxw980 {
  max-width: 980px !important;
}
.mxw985 {
  max-width: 985px !important;
}
.mxw990 {
  max-width: 990px !important;
}
.mxw995 {
  max-width: 995px !important;
}
.mxw1000 {
  max-width: 1000px !important;
}
.mxw1005 {
  max-width: 1005px !important;
}
.mxw1010 {
  max-width: 1010px !important;
}
.mxw1015 {
  max-width: 1015px !important;
}
.mxw1020 {
  max-width: 1020px !important;
}
.mxw1025 {
  max-width: 1025px !important;
}
.mxw1030 {
  max-width: 1030px !important;
}
.mxw1035 {
  max-width: 1035px !important;
}
.mxw1040 {
  max-width: 1040px !important;
}
.mxw1045 {
  max-width: 1045px !important;
}
.mxw1050 {
  max-width: 1050px !important;
}
.mxw1055 {
  max-width: 1055px !important;
}
.mxw1060 {
  max-width: 1060px !important;
}
.mxw1065 {
  max-width: 1065px !important;
}
.mxw1070 {
  max-width: 1070px !important;
}
.mxw1075 {
  max-width: 1075px !important;
}
.mxw1080 {
  max-width: 1080px !important;
}
.mxw1085 {
  max-width: 1085px !important;
}
.mxw1090 {
  max-width: 1090px !important;
}
.mxw1095 {
  max-width: 1095px !important;
}
.mxw1100 {
  max-width: 1100px !important;
}
.mxw1105 {
  max-width: 1105px !important;
}
.mxw1110 {
  max-width: 1110px !important;
}
.mxw1115 {
  max-width: 1115px !important;
}
.mxw1120 {
  max-width: 1120px !important;
}
.mxw1125 {
  max-width: 1125px !important;
}
.mxw1130 {
  max-width: 1130px !important;
}
.mxw1135 {
  max-width: 1135px !important;
}
.mxw1140 {
  max-width: 1140px !important;
}
.mxw1145 {
  max-width: 1145px !important;
}
.mxw1150 {
  max-width: 1150px !important;
}
.mxw1155 {
  max-width: 1155px !important;
}
.mxw1160 {
  max-width: 1160px !important;
}
.mxw1165 {
  max-width: 1165px !important;
}
.mxw1170 {
  max-width: 1170px !important;
}
.mxw1175 {
  max-width: 1175px !important;
}
.mxw1180 {
  max-width: 1180px !important;
}
.mxw1185 {
  max-width: 1185px !important;
}
.mxw1190 {
  max-width: 1190px !important;
}
.mxw1195 {
  max-width: 1195px !important;
}
.mxw1200 {
  max-width: 1200px !important;
}
.mxw1205 {
  max-width: 1205px !important;
}
.mxw1210 {
  max-width: 1210px !important;
}
.mxw1215 {
  max-width: 1215px !important;
}
.mxw1220 {
  max-width: 1220px !important;
}
.mxw1225 {
  max-width: 1225px !important;
}
.mxw1230 {
  max-width: 1230px !important;
}
.mxw1235 {
  max-width: 1235px !important;
}
.mxw1240 {
  max-width: 1240px !important;
}
.mxw1245 {
  max-width: 1245px !important;
}
.mxw1250 {
  max-width: 1250px !important;
}
.mxw1255 {
  max-width: 1255px !important;
}
.mxw1260 {
  max-width: 1260px !important;
}
.mxw1265 {
  max-width: 1265px !important;
}
.mxw1270 {
  max-width: 1270px !important;
}
.mxw1275 {
  max-width: 1275px !important;
}
.mxw1280 {
  max-width: 1280px !important;
}
.mxw1285 {
  max-width: 1285px !important;
}
.mxw1290 {
  max-width: 1290px !important;
}
.mxw1295 {
  max-width: 1295px !important;
}
.mxw1300 {
  max-width: 1300px !important;
}
.mxw1305 {
  max-width: 1305px !important;
}
.mxw1310 {
  max-width: 1310px !important;
}
.mxw1315 {
  max-width: 1315px !important;
}
.mxw1320 {
  max-width: 1320px !important;
}
.mxw1325 {
  max-width: 1325px !important;
}
.mxw1330 {
  max-width: 1330px !important;
}
.mxw1335 {
  max-width: 1335px !important;
}
.mxw1340 {
  max-width: 1340px !important;
}
.mxw1345 {
  max-width: 1345px !important;
}
.mxw1350 {
  max-width: 1350px !important;
}
.mxw1355 {
  max-width: 1355px !important;
}
.mxw1360 {
  max-width: 1360px !important;
}
.mxw1365 {
  max-width: 1365px !important;
}
.mxw1370 {
  max-width: 1370px !important;
}
.mxw1375 {
  max-width: 1375px !important;
}
.mxw1380 {
  max-width: 1380px !important;
}
.mxw1385 {
  max-width: 1385px !important;
}
.mxw1390 {
  max-width: 1390px !important;
}
.mxw1395 {
  max-width: 1395px !important;
}
.mxw1400 {
  max-width: 1400px !important;
}
.mxw1405 {
  max-width: 1405px !important;
}
.mxw1410 {
  max-width: 1410px !important;
}
.mxw1415 {
  max-width: 1415px !important;
}
.mxw1420 {
  max-width: 1420px !important;
}
.mxw1425 {
  max-width: 1425px !important;
}
.mxw1430 {
  max-width: 1430px !important;
}
.mxw1435 {
  max-width: 1435px !important;
}
.mxw1440 {
  max-width: 1440px !important;
}
.mxw1445 {
  max-width: 1445px !important;
}
.mxw1450 {
  max-width: 1450px !important;
}
.mxw1455 {
  max-width: 1455px !important;
}
.mxw1460 {
  max-width: 1460px !important;
}
.mxw1465 {
  max-width: 1465px !important;
}
.mxw1470 {
  max-width: 1470px !important;
}
.mxw1475 {
  max-width: 1475px !important;
}
.mxw1480 {
  max-width: 1480px !important;
}
.mxw1485 {
  max-width: 1485px !important;
}
.mxw1490 {
  max-width: 1490px !important;
}
.mxw1495 {
  max-width: 1495px !important;
}
.mxw1500 {
  max-width: 1500px !important;
}
.mxw1505 {
  max-width: 1505px !important;
}
.mxw1510 {
  max-width: 1510px !important;
}
.mxw1515 {
  max-width: 1515px !important;
}
.mxw1520 {
  max-width: 1520px !important;
}
.mxw1525 {
  max-width: 1525px !important;
}
.mxw1530 {
  max-width: 1530px !important;
}
.mxw1535 {
  max-width: 1535px !important;
}
.mxw1540 {
  max-width: 1540px !important;
}
.mxw1545 {
  max-width: 1545px !important;
}
.mxw1550 {
  max-width: 1550px !important;
}
.mxw1555 {
  max-width: 1555px !important;
}
.mxw1560 {
  max-width: 1560px !important;
}
.mxw1565 {
  max-width: 1565px !important;
}
.mxw1570 {
  max-width: 1570px !important;
}
.mxw1575 {
  max-width: 1575px !important;
}
.mxw1580 {
  max-width: 1580px !important;
}
.mxw1585 {
  max-width: 1585px !important;
}
.mxw1590 {
  max-width: 1590px !important;
}
.mxw1595 {
  max-width: 1595px !important;
}
.mxw1600 {
  max-width: 1600px !important;
}
.mxw1605 {
  max-width: 1605px !important;
}
.mxw1610 {
  max-width: 1610px !important;
}
.mxw1615 {
  max-width: 1615px !important;
}
.mxw1620 {
  max-width: 1620px !important;
}
.mxw1625 {
  max-width: 1625px !important;
}
.mxw1630 {
  max-width: 1630px !important;
}
.mxw1635 {
  max-width: 1635px !important;
}
.mxw1640 {
  max-width: 1640px !important;
}
.mxw1645 {
  max-width: 1645px !important;
}
.mxw1650 {
  max-width: 1650px !important;
}
.mxw1655 {
  max-width: 1655px !important;
}
.mxw1660 {
  max-width: 1660px !important;
}
.mxw1665 {
  max-width: 1665px !important;
}
.mxw1670 {
  max-width: 1670px !important;
}
.mxw1675 {
  max-width: 1675px !important;
}
.mxw1680 {
  max-width: 1680px !important;
}
.mxw1685 {
  max-width: 1685px !important;
}
.mxw1690 {
  max-width: 1690px !important;
}
.mxw1695 {
  max-width: 1695px !important;
}
.mxw1700 {
  max-width: 1700px !important;
}
.mxw1705 {
  max-width: 1705px !important;
}
.mxw1710 {
  max-width: 1710px !important;
}
.mxw1715 {
  max-width: 1715px !important;
}
.mxw1720 {
  max-width: 1720px !important;
}
.mxw1725 {
  max-width: 1725px !important;
}
.mxw1730 {
  max-width: 1730px !important;
}
.mxw1735 {
  max-width: 1735px !important;
}
.mxw1740 {
  max-width: 1740px !important;
}
.mxw1745 {
  max-width: 1745px !important;
}
.mxw1750 {
  max-width: 1750px !important;
}
.mxw1755 {
  max-width: 1755px !important;
}
.mxw1760 {
  max-width: 1760px !important;
}
.mxw1765 {
  max-width: 1765px !important;
}
.mxw1770 {
  max-width: 1770px !important;
}
.mxw1775 {
  max-width: 1775px !important;
}
.mxw1780 {
  max-width: 1780px !important;
}
.mxw1785 {
  max-width: 1785px !important;
}
.mxw1790 {
  max-width: 1790px !important;
}
.mxw1795 {
  max-width: 1795px !important;
}
.mxw1800 {
  max-width: 1800px !important;
}
.mxw1805 {
  max-width: 1805px !important;
}
.mxw1810 {
  max-width: 1810px !important;
}
.mxw1815 {
  max-width: 1815px !important;
}
.mxw1820 {
  max-width: 1820px !important;
}
.mxw1825 {
  max-width: 1825px !important;
}
.mxw1830 {
  max-width: 1830px !important;
}
.mxw1835 {
  max-width: 1835px !important;
}
.mxw1840 {
  max-width: 1840px !important;
}
.mxw1845 {
  max-width: 1845px !important;
}
.mxw1850 {
  max-width: 1850px !important;
}
.mxw1855 {
  max-width: 1855px !important;
}
.mxw1860 {
  max-width: 1860px !important;
}
.mxw1865 {
  max-width: 1865px !important;
}
.mxw1870 {
  max-width: 1870px !important;
}
.mxw1875 {
  max-width: 1875px !important;
}
.mxw1880 {
  max-width: 1880px !important;
}
.mxw1885 {
  max-width: 1885px !important;
}
.mxw1890 {
  max-width: 1890px !important;
}
.mxw1895 {
  max-width: 1895px !important;
}
.mxw1900 {
  max-width: 1900px !important;
}
.mxw1905 {
  max-width: 1905px !important;
}
.mxw1910 {
  max-width: 1910px !important;
}
.mxw1915 {
  max-width: 1915px !important;
}
.mxw1920 {
  max-width: 1920px !important;
}
.mxw1925 {
  max-width: 1925px !important;
}
.mxw1930 {
  max-width: 1930px !important;
}
.mxw1935 {
  max-width: 1935px !important;
}
.mxw1940 {
  max-width: 1940px !important;
}
.mxw1945 {
  max-width: 1945px !important;
}
.mxw1950 {
  max-width: 1950px !important;
}
.mxw1955 {
  max-width: 1955px !important;
}
.mxw1960 {
  max-width: 1960px !important;
}
.mxw1965 {
  max-width: 1965px !important;
}
.mxw1970 {
  max-width: 1970px !important;
}
.mxw1975 {
  max-width: 1975px !important;
}
.mxw1980 {
  max-width: 1980px !important;
}
.mxw1985 {
  max-width: 1985px !important;
}
.mxw1990 {
  max-width: 1990px !important;
}
.mxw1995 {
  max-width: 1995px !important;
}
.mxw2000 {
  max-width: 2000px !important;
}
.mxh0 {
  max-height: 0px !important;
}
.mxh5 {
  max-height: 5px !important;
}
.mxh10 {
  max-height: 10px !important;
}
.mxh15 {
  max-height: 15px !important;
}
.mxh20 {
  max-height: 20px !important;
}
.mxh25 {
  max-height: 25px !important;
}
.mxh30 {
  max-height: 30px !important;
}
.mxh35 {
  max-height: 35px !important;
}
.mxh40 {
  max-height: 40px !important;
}
.mxh45 {
  max-height: 45px !important;
}
.mxh50 {
  max-height: 50px !important;
}
.mxh55 {
  max-height: 55px !important;
}
.mxh60 {
  max-height: 60px !important;
}
.mxh65 {
  max-height: 65px !important;
}
.mxh70 {
  max-height: 70px !important;
}
.mxh75 {
  max-height: 75px !important;
}
.mxh80 {
  max-height: 80px !important;
}
.mxh85 {
  max-height: 85px !important;
}
.mxh90 {
  max-height: 90px !important;
}
.mxh95 {
  max-height: 95px !important;
}
.mxh100 {
  max-height: 100px !important;
}
.mxh105 {
  max-height: 105px !important;
}
.mxh110 {
  max-height: 110px !important;
}
.mxh115 {
  max-height: 115px !important;
}
.mxh120 {
  max-height: 120px !important;
}
.mxh125 {
  max-height: 125px !important;
}
.mxh130 {
  max-height: 130px !important;
}
.mxh135 {
  max-height: 135px !important;
}
.mxh140 {
  max-height: 140px !important;
}
.mxh145 {
  max-height: 145px !important;
}
.mxh150 {
  max-height: 150px !important;
}
.mxh155 {
  max-height: 155px !important;
}
.mxh160 {
  max-height: 160px !important;
}
.mxh165 {
  max-height: 165px !important;
}
.mxh170 {
  max-height: 170px !important;
}
.mxh175 {
  max-height: 175px !important;
}
.mxh180 {
  max-height: 180px !important;
}
.mxh185 {
  max-height: 185px !important;
}
.mxh190 {
  max-height: 190px !important;
}
.mxh195 {
  max-height: 195px !important;
}
.mxh200 {
  max-height: 200px !important;
}
.mxh205 {
  max-height: 205px !important;
}
.mxh210 {
  max-height: 210px !important;
}
.mxh215 {
  max-height: 215px !important;
}
.mxh220 {
  max-height: 220px !important;
}
.mxh225 {
  max-height: 225px !important;
}
.mxh230 {
  max-height: 230px !important;
}
.mxh235 {
  max-height: 235px !important;
}
.mxh240 {
  max-height: 240px !important;
}
.mxh245 {
  max-height: 245px !important;
}
.mxh250 {
  max-height: 250px !important;
}
.mxh255 {
  max-height: 255px !important;
}
.mxh260 {
  max-height: 260px !important;
}
.mxh265 {
  max-height: 265px !important;
}
.mxh270 {
  max-height: 270px !important;
}
.mxh275 {
  max-height: 275px !important;
}
.mxh280 {
  max-height: 280px !important;
}
.mxh285 {
  max-height: 285px !important;
}
.mxh290 {
  max-height: 290px !important;
}
.mxh295 {
  max-height: 295px !important;
}
.mxh300 {
  max-height: 300px !important;
}
.mxh305 {
  max-height: 305px !important;
}
.mxh310 {
  max-height: 310px !important;
}
.mxh315 {
  max-height: 315px !important;
}
.mxh320 {
  max-height: 320px !important;
}
.mxh325 {
  max-height: 325px !important;
}
.mxh330 {
  max-height: 330px !important;
}
.mxh335 {
  max-height: 335px !important;
}
.mxh340 {
  max-height: 340px !important;
}
.mxh345 {
  max-height: 345px !important;
}
.mxh350 {
  max-height: 350px !important;
}
.mxh355 {
  max-height: 355px !important;
}
.mxh360 {
  max-height: 360px !important;
}
.mxh365 {
  max-height: 365px !important;
}
.mxh370 {
  max-height: 370px !important;
}
.mxh375 {
  max-height: 375px !important;
}
.mxh380 {
  max-height: 380px !important;
}
.mxh385 {
  max-height: 385px !important;
}
.mxh390 {
  max-height: 390px !important;
}
.mxh395 {
  max-height: 395px !important;
}
.mxh400 {
  max-height: 400px !important;
}
.mxh405 {
  max-height: 405px !important;
}
.mxh410 {
  max-height: 410px !important;
}
.mxh415 {
  max-height: 415px !important;
}
.mxh420 {
  max-height: 420px !important;
}
.mxh425 {
  max-height: 425px !important;
}
.mxh430 {
  max-height: 430px !important;
}
.mxh435 {
  max-height: 435px !important;
}
.mxh440 {
  max-height: 440px !important;
}
.mxh445 {
  max-height: 445px !important;
}
.mxh450 {
  max-height: 450px !important;
}
.mxh455 {
  max-height: 455px !important;
}
.mxh460 {
  max-height: 460px !important;
}
.mxh465 {
  max-height: 465px !important;
}
.mxh470 {
  max-height: 470px !important;
}
.mxh475 {
  max-height: 475px !important;
}
.mxh480 {
  max-height: 480px !important;
}
.mxh485 {
  max-height: 485px !important;
}
.mxh490 {
  max-height: 490px !important;
}
.mxh495 {
  max-height: 495px !important;
}
.mxh500 {
  max-height: 500px !important;
}
.mxh505 {
  max-height: 505px !important;
}
.mxh510 {
  max-height: 510px !important;
}
.mxh515 {
  max-height: 515px !important;
}
.mxh520 {
  max-height: 520px !important;
}
.mxh525 {
  max-height: 525px !important;
}
.mxh530 {
  max-height: 530px !important;
}
.mxh535 {
  max-height: 535px !important;
}
.mxh540 {
  max-height: 540px !important;
}
.mxh545 {
  max-height: 545px !important;
}
.mxh550 {
  max-height: 550px !important;
}
.mxh555 {
  max-height: 555px !important;
}
.mxh560 {
  max-height: 560px !important;
}
.mxh565 {
  max-height: 565px !important;
}
.mxh570 {
  max-height: 570px !important;
}
.mxh575 {
  max-height: 575px !important;
}
.mxh580 {
  max-height: 580px !important;
}
.mxh585 {
  max-height: 585px !important;
}
.mxh590 {
  max-height: 590px !important;
}
.mxh595 {
  max-height: 595px !important;
}
.mxh600 {
  max-height: 600px !important;
}
.mxh605 {
  max-height: 605px !important;
}
.mxh610 {
  max-height: 610px !important;
}
.mxh615 {
  max-height: 615px !important;
}
.mxh620 {
  max-height: 620px !important;
}
.mxh625 {
  max-height: 625px !important;
}
.mxh630 {
  max-height: 630px !important;
}
.mxh635 {
  max-height: 635px !important;
}
.mxh640 {
  max-height: 640px !important;
}
.mxh645 {
  max-height: 645px !important;
}
.mxh650 {
  max-height: 650px !important;
}
.mxh655 {
  max-height: 655px !important;
}
.mxh660 {
  max-height: 660px !important;
}
.mxh665 {
  max-height: 665px !important;
}
.mxh670 {
  max-height: 670px !important;
}
.mxh675 {
  max-height: 675px !important;
}
.mxh680 {
  max-height: 680px !important;
}
.mxh685 {
  max-height: 685px !important;
}
.mxh690 {
  max-height: 690px !important;
}
.mxh695 {
  max-height: 695px !important;
}
.mxh700 {
  max-height: 700px !important;
}
.mxh705 {
  max-height: 705px !important;
}
.mxh710 {
  max-height: 710px !important;
}
.mxh715 {
  max-height: 715px !important;
}
.mxh720 {
  max-height: 720px !important;
}
.mxh725 {
  max-height: 725px !important;
}
.mxh730 {
  max-height: 730px !important;
}
.mxh735 {
  max-height: 735px !important;
}
.mxh740 {
  max-height: 740px !important;
}
.mxh745 {
  max-height: 745px !important;
}
.mxh750 {
  max-height: 750px !important;
}
.mxh755 {
  max-height: 755px !important;
}
.mxh760 {
  max-height: 760px !important;
}
.mxh765 {
  max-height: 765px !important;
}
.mxh770 {
  max-height: 770px !important;
}
.mxh775 {
  max-height: 775px !important;
}
.mxh780 {
  max-height: 780px !important;
}
.mxh785 {
  max-height: 785px !important;
}
.mxh790 {
  max-height: 790px !important;
}
.mxh795 {
  max-height: 795px !important;
}
.mxh800 {
  max-height: 800px !important;
}
.mxh805 {
  max-height: 805px !important;
}
.mxh810 {
  max-height: 810px !important;
}
.mxh815 {
  max-height: 815px !important;
}
.mxh820 {
  max-height: 820px !important;
}
.mxh825 {
  max-height: 825px !important;
}
.mxh830 {
  max-height: 830px !important;
}
.mxh835 {
  max-height: 835px !important;
}
.mxh840 {
  max-height: 840px !important;
}
.mxh845 {
  max-height: 845px !important;
}
.mxh850 {
  max-height: 850px !important;
}
.mxh855 {
  max-height: 855px !important;
}
.mxh860 {
  max-height: 860px !important;
}
.mxh865 {
  max-height: 865px !important;
}
.mxh870 {
  max-height: 870px !important;
}
.mxh875 {
  max-height: 875px !important;
}
.mxh880 {
  max-height: 880px !important;
}
.mxh885 {
  max-height: 885px !important;
}
.mxh890 {
  max-height: 890px !important;
}
.mxh895 {
  max-height: 895px !important;
}
.mxh900 {
  max-height: 900px !important;
}
.mxh905 {
  max-height: 905px !important;
}
.mxh910 {
  max-height: 910px !important;
}
.mxh915 {
  max-height: 915px !important;
}
.mxh920 {
  max-height: 920px !important;
}
.mxh925 {
  max-height: 925px !important;
}
.mxh930 {
  max-height: 930px !important;
}
.mxh935 {
  max-height: 935px !important;
}
.mxh940 {
  max-height: 940px !important;
}
.mxh945 {
  max-height: 945px !important;
}
.mxh950 {
  max-height: 950px !important;
}
.mxh955 {
  max-height: 955px !important;
}
.mxh960 {
  max-height: 960px !important;
}
.mxh965 {
  max-height: 965px !important;
}
.mxh970 {
  max-height: 970px !important;
}
.mxh975 {
  max-height: 975px !important;
}
.mxh980 {
  max-height: 980px !important;
}
.mxh985 {
  max-height: 985px !important;
}
.mxh990 {
  max-height: 990px !important;
}
.mxh995 {
  max-height: 995px !important;
}
.mxh1000 {
  max-height: 1000px !important;
}
.mxh1005 {
  max-height: 1005px !important;
}
.mxh1010 {
  max-height: 1010px !important;
}
.mxh1015 {
  max-height: 1015px !important;
}
.mxh1020 {
  max-height: 1020px !important;
}
.mxh1025 {
  max-height: 1025px !important;
}
.mxh1030 {
  max-height: 1030px !important;
}
.mxh1035 {
  max-height: 1035px !important;
}
.mxh1040 {
  max-height: 1040px !important;
}
.mxh1045 {
  max-height: 1045px !important;
}
.mxh1050 {
  max-height: 1050px !important;
}
.mxh1055 {
  max-height: 1055px !important;
}
.mxh1060 {
  max-height: 1060px !important;
}
.mxh1065 {
  max-height: 1065px !important;
}
.mxh1070 {
  max-height: 1070px !important;
}
.mxh1075 {
  max-height: 1075px !important;
}
.mxh1080 {
  max-height: 1080px !important;
}
.mxh1085 {
  max-height: 1085px !important;
}
.mxh1090 {
  max-height: 1090px !important;
}
.mxh1095 {
  max-height: 1095px !important;
}
.mxh1100 {
  max-height: 1100px !important;
}
.mxh1105 {
  max-height: 1105px !important;
}
.mxh1110 {
  max-height: 1110px !important;
}
.mxh1115 {
  max-height: 1115px !important;
}
.mxh1120 {
  max-height: 1120px !important;
}
.mxh1125 {
  max-height: 1125px !important;
}
.mxh1130 {
  max-height: 1130px !important;
}
.mxh1135 {
  max-height: 1135px !important;
}
.mxh1140 {
  max-height: 1140px !important;
}
.mxh1145 {
  max-height: 1145px !important;
}
.mxh1150 {
  max-height: 1150px !important;
}
.mxh1155 {
  max-height: 1155px !important;
}
.mxh1160 {
  max-height: 1160px !important;
}
.mxh1165 {
  max-height: 1165px !important;
}
.mxh1170 {
  max-height: 1170px !important;
}
.mxh1175 {
  max-height: 1175px !important;
}
.mxh1180 {
  max-height: 1180px !important;
}
.mxh1185 {
  max-height: 1185px !important;
}
.mxh1190 {
  max-height: 1190px !important;
}
.mxh1195 {
  max-height: 1195px !important;
}
.mxh1200 {
  max-height: 1200px !important;
}
.mxh1205 {
  max-height: 1205px !important;
}
.mxh1210 {
  max-height: 1210px !important;
}
.mxh1215 {
  max-height: 1215px !important;
}
.mxh1220 {
  max-height: 1220px !important;
}
.mxh1225 {
  max-height: 1225px !important;
}
.mxh1230 {
  max-height: 1230px !important;
}
.mxh1235 {
  max-height: 1235px !important;
}
.mxh1240 {
  max-height: 1240px !important;
}
.mxh1245 {
  max-height: 1245px !important;
}
.mxh1250 {
  max-height: 1250px !important;
}
.mxh1255 {
  max-height: 1255px !important;
}
.mxh1260 {
  max-height: 1260px !important;
}
.mxh1265 {
  max-height: 1265px !important;
}
.mxh1270 {
  max-height: 1270px !important;
}
.mxh1275 {
  max-height: 1275px !important;
}
.mxh1280 {
  max-height: 1280px !important;
}
.mxh1285 {
  max-height: 1285px !important;
}
.mxh1290 {
  max-height: 1290px !important;
}
.mxh1295 {
  max-height: 1295px !important;
}
.mxh1300 {
  max-height: 1300px !important;
}
.mxh1305 {
  max-height: 1305px !important;
}
.mxh1310 {
  max-height: 1310px !important;
}
.mxh1315 {
  max-height: 1315px !important;
}
.mxh1320 {
  max-height: 1320px !important;
}
.mxh1325 {
  max-height: 1325px !important;
}
.mxh1330 {
  max-height: 1330px !important;
}
.mxh1335 {
  max-height: 1335px !important;
}
.mxh1340 {
  max-height: 1340px !important;
}
.mxh1345 {
  max-height: 1345px !important;
}
.mxh1350 {
  max-height: 1350px !important;
}
.mxh1355 {
  max-height: 1355px !important;
}
.mxh1360 {
  max-height: 1360px !important;
}
.mxh1365 {
  max-height: 1365px !important;
}
.mxh1370 {
  max-height: 1370px !important;
}
.mxh1375 {
  max-height: 1375px !important;
}
.mxh1380 {
  max-height: 1380px !important;
}
.mxh1385 {
  max-height: 1385px !important;
}
.mxh1390 {
  max-height: 1390px !important;
}
.mxh1395 {
  max-height: 1395px !important;
}
.mxh1400 {
  max-height: 1400px !important;
}
.mxh1405 {
  max-height: 1405px !important;
}
.mxh1410 {
  max-height: 1410px !important;
}
.mxh1415 {
  max-height: 1415px !important;
}
.mxh1420 {
  max-height: 1420px !important;
}
.mxh1425 {
  max-height: 1425px !important;
}
.mxh1430 {
  max-height: 1430px !important;
}
.mxh1435 {
  max-height: 1435px !important;
}
.mxh1440 {
  max-height: 1440px !important;
}
.mxh1445 {
  max-height: 1445px !important;
}
.mxh1450 {
  max-height: 1450px !important;
}
.mxh1455 {
  max-height: 1455px !important;
}
.mxh1460 {
  max-height: 1460px !important;
}
.mxh1465 {
  max-height: 1465px !important;
}
.mxh1470 {
  max-height: 1470px !important;
}
.mxh1475 {
  max-height: 1475px !important;
}
.mxh1480 {
  max-height: 1480px !important;
}
.mxh1485 {
  max-height: 1485px !important;
}
.mxh1490 {
  max-height: 1490px !important;
}
.mxh1495 {
  max-height: 1495px !important;
}
.mxh1500 {
  max-height: 1500px !important;
}
.mxh1505 {
  max-height: 1505px !important;
}
.mxh1510 {
  max-height: 1510px !important;
}
.mxh1515 {
  max-height: 1515px !important;
}
.mxh1520 {
  max-height: 1520px !important;
}
.mxh1525 {
  max-height: 1525px !important;
}
.mxh1530 {
  max-height: 1530px !important;
}
.mxh1535 {
  max-height: 1535px !important;
}
.mxh1540 {
  max-height: 1540px !important;
}
.mxh1545 {
  max-height: 1545px !important;
}
.mxh1550 {
  max-height: 1550px !important;
}
.mxh1555 {
  max-height: 1555px !important;
}
.mxh1560 {
  max-height: 1560px !important;
}
.mxh1565 {
  max-height: 1565px !important;
}
.mxh1570 {
  max-height: 1570px !important;
}
.mxh1575 {
  max-height: 1575px !important;
}
.mxh1580 {
  max-height: 1580px !important;
}
.mxh1585 {
  max-height: 1585px !important;
}
.mxh1590 {
  max-height: 1590px !important;
}
.mxh1595 {
  max-height: 1595px !important;
}
.mxh1600 {
  max-height: 1600px !important;
}
.mxh1605 {
  max-height: 1605px !important;
}
.mxh1610 {
  max-height: 1610px !important;
}
.mxh1615 {
  max-height: 1615px !important;
}
.mxh1620 {
  max-height: 1620px !important;
}
.mxh1625 {
  max-height: 1625px !important;
}
.mxh1630 {
  max-height: 1630px !important;
}
.mxh1635 {
  max-height: 1635px !important;
}
.mxh1640 {
  max-height: 1640px !important;
}
.mxh1645 {
  max-height: 1645px !important;
}
.mxh1650 {
  max-height: 1650px !important;
}
.mxh1655 {
  max-height: 1655px !important;
}
.mxh1660 {
  max-height: 1660px !important;
}
.mxh1665 {
  max-height: 1665px !important;
}
.mxh1670 {
  max-height: 1670px !important;
}
.mxh1675 {
  max-height: 1675px !important;
}
.mxh1680 {
  max-height: 1680px !important;
}
.mxh1685 {
  max-height: 1685px !important;
}
.mxh1690 {
  max-height: 1690px !important;
}
.mxh1695 {
  max-height: 1695px !important;
}
.mxh1700 {
  max-height: 1700px !important;
}
.mxh1705 {
  max-height: 1705px !important;
}
.mxh1710 {
  max-height: 1710px !important;
}
.mxh1715 {
  max-height: 1715px !important;
}
.mxh1720 {
  max-height: 1720px !important;
}
.mxh1725 {
  max-height: 1725px !important;
}
.mxh1730 {
  max-height: 1730px !important;
}
.mxh1735 {
  max-height: 1735px !important;
}
.mxh1740 {
  max-height: 1740px !important;
}
.mxh1745 {
  max-height: 1745px !important;
}
.mxh1750 {
  max-height: 1750px !important;
}
.mxh1755 {
  max-height: 1755px !important;
}
.mxh1760 {
  max-height: 1760px !important;
}
.mxh1765 {
  max-height: 1765px !important;
}
.mxh1770 {
  max-height: 1770px !important;
}
.mxh1775 {
  max-height: 1775px !important;
}
.mxh1780 {
  max-height: 1780px !important;
}
.mxh1785 {
  max-height: 1785px !important;
}
.mxh1790 {
  max-height: 1790px !important;
}
.mxh1795 {
  max-height: 1795px !important;
}
.mxh1800 {
  max-height: 1800px !important;
}
.mxh1805 {
  max-height: 1805px !important;
}
.mxh1810 {
  max-height: 1810px !important;
}
.mxh1815 {
  max-height: 1815px !important;
}
.mxh1820 {
  max-height: 1820px !important;
}
.mxh1825 {
  max-height: 1825px !important;
}
.mxh1830 {
  max-height: 1830px !important;
}
.mxh1835 {
  max-height: 1835px !important;
}
.mxh1840 {
  max-height: 1840px !important;
}
.mxh1845 {
  max-height: 1845px !important;
}
.mxh1850 {
  max-height: 1850px !important;
}
.mxh1855 {
  max-height: 1855px !important;
}
.mxh1860 {
  max-height: 1860px !important;
}
.mxh1865 {
  max-height: 1865px !important;
}
.mxh1870 {
  max-height: 1870px !important;
}
.mxh1875 {
  max-height: 1875px !important;
}
.mxh1880 {
  max-height: 1880px !important;
}
.mxh1885 {
  max-height: 1885px !important;
}
.mxh1890 {
  max-height: 1890px !important;
}
.mxh1895 {
  max-height: 1895px !important;
}
.mxh1900 {
  max-height: 1900px !important;
}
.mxh1905 {
  max-height: 1905px !important;
}
.mxh1910 {
  max-height: 1910px !important;
}
.mxh1915 {
  max-height: 1915px !important;
}
.mxh1920 {
  max-height: 1920px !important;
}
.mxh1925 {
  max-height: 1925px !important;
}
.mxh1930 {
  max-height: 1930px !important;
}
.mxh1935 {
  max-height: 1935px !important;
}
.mxh1940 {
  max-height: 1940px !important;
}
.mxh1945 {
  max-height: 1945px !important;
}
.mxh1950 {
  max-height: 1950px !important;
}
.mxh1955 {
  max-height: 1955px !important;
}
.mxh1960 {
  max-height: 1960px !important;
}
.mxh1965 {
  max-height: 1965px !important;
}
.mxh1970 {
  max-height: 1970px !important;
}
.mxh1975 {
  max-height: 1975px !important;
}
.mxh1980 {
  max-height: 1980px !important;
}
.mxh1985 {
  max-height: 1985px !important;
}
.mxh1990 {
  max-height: 1990px !important;
}
.mxh1995 {
  max-height: 1995px !important;
}
.mxh2000 {
  max-height: 2000px !important;
}
.h0 {
  height: 0px !important;
}
.h5 {
  height: 5px !important;
}
.h10 {
  height: 10px !important;
}
.h15 {
  height: 15px !important;
}
.h20 {
  height: 20px !important;
}
.h25 {
  height: 25px !important;
}
.h30 {
  height: 30px !important;
}
.h35 {
  height: 35px !important;
}
.h40 {
  height: 40px !important;
}
.h45 {
  height: 45px !important;
}
.h50 {
  height: 50px !important;
}
.h55 {
  height: 55px !important;
}
.h60 {
  height: 60px !important;
}
.h65 {
  height: 65px !important;
}
.h70 {
  height: 70px !important;
}
.h75 {
  height: 75px !important;
}
.h80 {
  height: 80px !important;
}
.h85 {
  height: 85px !important;
}
.h90 {
  height: 90px !important;
}
.h95 {
  height: 95px !important;
}
.h100 {
  height: 100px !important;
}
.h105 {
  height: 105px !important;
}
.h110 {
  height: 110px !important;
}
.h115 {
  height: 115px !important;
}
.h120 {
  height: 120px !important;
}
.h125 {
  height: 125px !important;
}
.h130 {
  height: 130px !important;
}
.h135 {
  height: 135px !important;
}
.h140 {
  height: 140px !important;
}
.h145 {
  height: 145px !important;
}
.h150 {
  height: 150px !important;
}
.h155 {
  height: 155px !important;
}
.h160 {
  height: 160px !important;
}
.h165 {
  height: 165px !important;
}
.h170 {
  height: 170px !important;
}
.h175 {
  height: 175px !important;
}
.h180 {
  height: 180px !important;
}
.h185 {
  height: 185px !important;
}
.h190 {
  height: 190px !important;
}
.h195 {
  height: 195px !important;
}
.h200 {
  height: 200px !important;
}
.h205 {
  height: 205px !important;
}
.h210 {
  height: 210px !important;
}
.h215 {
  height: 215px !important;
}
.h220 {
  height: 220px !important;
}
.h225 {
  height: 225px !important;
}
.h230 {
  height: 230px !important;
}
.h235 {
  height: 235px !important;
}
.h240 {
  height: 240px !important;
}
.h245 {
  height: 245px !important;
}
.h250 {
  height: 250px !important;
}
.h255 {
  height: 255px !important;
}
.h260 {
  height: 260px !important;
}
.h265 {
  height: 265px !important;
}
.h270 {
  height: 270px !important;
}
.h275 {
  height: 275px !important;
}
.h280 {
  height: 280px !important;
}
.h285 {
  height: 285px !important;
}
.h290 {
  height: 290px !important;
}
.h295 {
  height: 295px !important;
}
.h300 {
  height: 300px !important;
}
.h305 {
  height: 305px !important;
}
.h310 {
  height: 310px !important;
}
.h315 {
  height: 315px !important;
}
.h320 {
  height: 320px !important;
}
.h325 {
  height: 325px !important;
}
.h330 {
  height: 330px !important;
}
.h335 {
  height: 335px !important;
}
.h340 {
  height: 340px !important;
}
.h345 {
  height: 345px !important;
}
.h350 {
  height: 350px !important;
}
.h355 {
  height: 355px !important;
}
.h360 {
  height: 360px !important;
}
.h365 {
  height: 365px !important;
}
.h370 {
  height: 370px !important;
}
.h375 {
  height: 375px !important;
}
.h380 {
  height: 380px !important;
}
.h385 {
  height: 385px !important;
}
.h390 {
  height: 390px !important;
}
.h395 {
  height: 395px !important;
}
.h400 {
  height: 400px !important;
}
.h405 {
  height: 405px !important;
}
.h410 {
  height: 410px !important;
}
.h415 {
  height: 415px !important;
}
.h420 {
  height: 420px !important;
}
.h425 {
  height: 425px !important;
}
.h430 {
  height: 430px !important;
}
.h435 {
  height: 435px !important;
}
.h440 {
  height: 440px !important;
}
.h445 {
  height: 445px !important;
}
.h450 {
  height: 450px !important;
}
.h455 {
  height: 455px !important;
}
.h460 {
  height: 460px !important;
}
.h465 {
  height: 465px !important;
}
.h470 {
  height: 470px !important;
}
.h475 {
  height: 475px !important;
}
.h480 {
  height: 480px !important;
}
.h485 {
  height: 485px !important;
}
.h490 {
  height: 490px !important;
}
.h495 {
  height: 495px !important;
}
.h500 {
  height: 500px !important;
}
.h505 {
  height: 505px !important;
}
.h510 {
  height: 510px !important;
}
.h515 {
  height: 515px !important;
}
.h520 {
  height: 520px !important;
}
.h525 {
  height: 525px !important;
}
.h530 {
  height: 530px !important;
}
.h535 {
  height: 535px !important;
}
.h540 {
  height: 540px !important;
}
.h545 {
  height: 545px !important;
}
.h550 {
  height: 550px !important;
}
.h555 {
  height: 555px !important;
}
.h560 {
  height: 560px !important;
}
.h565 {
  height: 565px !important;
}
.h570 {
  height: 570px !important;
}
.h575 {
  height: 575px !important;
}
.h580 {
  height: 580px !important;
}
.h585 {
  height: 585px !important;
}
.h590 {
  height: 590px !important;
}
.h595 {
  height: 595px !important;
}
.h600 {
  height: 600px !important;
}
.h605 {
  height: 605px !important;
}
.h610 {
  height: 610px !important;
}
.h615 {
  height: 615px !important;
}
.h620 {
  height: 620px !important;
}
.h625 {
  height: 625px !important;
}
.h630 {
  height: 630px !important;
}
.h635 {
  height: 635px !important;
}
.h640 {
  height: 640px !important;
}
.h645 {
  height: 645px !important;
}
.h650 {
  height: 650px !important;
}
.h655 {
  height: 655px !important;
}
.h660 {
  height: 660px !important;
}
.h665 {
  height: 665px !important;
}
.h670 {
  height: 670px !important;
}
.h675 {
  height: 675px !important;
}
.h680 {
  height: 680px !important;
}
.h685 {
  height: 685px !important;
}
.h690 {
  height: 690px !important;
}
.h695 {
  height: 695px !important;
}
.h700 {
  height: 700px !important;
}
.h705 {
  height: 705px !important;
}
.h710 {
  height: 710px !important;
}
.h715 {
  height: 715px !important;
}
.h720 {
  height: 720px !important;
}
.h725 {
  height: 725px !important;
}
.h730 {
  height: 730px !important;
}
.h735 {
  height: 735px !important;
}
.h740 {
  height: 740px !important;
}
.h745 {
  height: 745px !important;
}
.h750 {
  height: 750px !important;
}
.h755 {
  height: 755px !important;
}
.h760 {
  height: 760px !important;
}
.h765 {
  height: 765px !important;
}
.h770 {
  height: 770px !important;
}
.h775 {
  height: 775px !important;
}
.h780 {
  height: 780px !important;
}
.h785 {
  height: 785px !important;
}
.h790 {
  height: 790px !important;
}
.h795 {
  height: 795px !important;
}
.h800 {
  height: 800px !important;
}
.h805 {
  height: 805px !important;
}
.h810 {
  height: 810px !important;
}
.h815 {
  height: 815px !important;
}
.h820 {
  height: 820px !important;
}
.h825 {
  height: 825px !important;
}
.h830 {
  height: 830px !important;
}
.h835 {
  height: 835px !important;
}
.h840 {
  height: 840px !important;
}
.h845 {
  height: 845px !important;
}
.h850 {
  height: 850px !important;
}
.h855 {
  height: 855px !important;
}
.h860 {
  height: 860px !important;
}
.h865 {
  height: 865px !important;
}
.h870 {
  height: 870px !important;
}
.h875 {
  height: 875px !important;
}
.h880 {
  height: 880px !important;
}
.h885 {
  height: 885px !important;
}
.h890 {
  height: 890px !important;
}
.h895 {
  height: 895px !important;
}
.h900 {
  height: 900px !important;
}
.h905 {
  height: 905px !important;
}
.h910 {
  height: 910px !important;
}
.h915 {
  height: 915px !important;
}
.h920 {
  height: 920px !important;
}
.h925 {
  height: 925px !important;
}
.h930 {
  height: 930px !important;
}
.h935 {
  height: 935px !important;
}
.h940 {
  height: 940px !important;
}
.h945 {
  height: 945px !important;
}
.h950 {
  height: 950px !important;
}
.h955 {
  height: 955px !important;
}
.h960 {
  height: 960px !important;
}
.h965 {
  height: 965px !important;
}
.h970 {
  height: 970px !important;
}
.h975 {
  height: 975px !important;
}
.h980 {
  height: 980px !important;
}
.h985 {
  height: 985px !important;
}
.h990 {
  height: 990px !important;
}
.h995 {
  height: 995px !important;
}
.h1000 {
  height: 1000px !important;
}
.h1005 {
  height: 1005px !important;
}
.h1010 {
  height: 1010px !important;
}
.h1015 {
  height: 1015px !important;
}
.h1020 {
  height: 1020px !important;
}
.h1025 {
  height: 1025px !important;
}
.h1030 {
  height: 1030px !important;
}
.h1035 {
  height: 1035px !important;
}
.h1040 {
  height: 1040px !important;
}
.h1045 {
  height: 1045px !important;
}
.h1050 {
  height: 1050px !important;
}
.h1055 {
  height: 1055px !important;
}
.h1060 {
  height: 1060px !important;
}
.h1065 {
  height: 1065px !important;
}
.h1070 {
  height: 1070px !important;
}
.h1075 {
  height: 1075px !important;
}
.h1080 {
  height: 1080px !important;
}
.h1085 {
  height: 1085px !important;
}
.h1090 {
  height: 1090px !important;
}
.h1095 {
  height: 1095px !important;
}
.h1100 {
  height: 1100px !important;
}
.h1105 {
  height: 1105px !important;
}
.h1110 {
  height: 1110px !important;
}
.h1115 {
  height: 1115px !important;
}
.h1120 {
  height: 1120px !important;
}
.h1125 {
  height: 1125px !important;
}
.h1130 {
  height: 1130px !important;
}
.h1135 {
  height: 1135px !important;
}
.h1140 {
  height: 1140px !important;
}
.h1145 {
  height: 1145px !important;
}
.h1150 {
  height: 1150px !important;
}
.h1155 {
  height: 1155px !important;
}
.h1160 {
  height: 1160px !important;
}
.h1165 {
  height: 1165px !important;
}
.h1170 {
  height: 1170px !important;
}
.h1175 {
  height: 1175px !important;
}
.h1180 {
  height: 1180px !important;
}
.h1185 {
  height: 1185px !important;
}
.h1190 {
  height: 1190px !important;
}
.h1195 {
  height: 1195px !important;
}
.h1200 {
  height: 1200px !important;
}
.h1205 {
  height: 1205px !important;
}
.h1210 {
  height: 1210px !important;
}
.h1215 {
  height: 1215px !important;
}
.h1220 {
  height: 1220px !important;
}
.h1225 {
  height: 1225px !important;
}
.h1230 {
  height: 1230px !important;
}
.h1235 {
  height: 1235px !important;
}
.h1240 {
  height: 1240px !important;
}
.h1245 {
  height: 1245px !important;
}
.h1250 {
  height: 1250px !important;
}
.h1255 {
  height: 1255px !important;
}
.h1260 {
  height: 1260px !important;
}
.h1265 {
  height: 1265px !important;
}
.h1270 {
  height: 1270px !important;
}
.h1275 {
  height: 1275px !important;
}
.h1280 {
  height: 1280px !important;
}
.h1285 {
  height: 1285px !important;
}
.h1290 {
  height: 1290px !important;
}
.h1295 {
  height: 1295px !important;
}
.h1300 {
  height: 1300px !important;
}
.h1305 {
  height: 1305px !important;
}
.h1310 {
  height: 1310px !important;
}
.h1315 {
  height: 1315px !important;
}
.h1320 {
  height: 1320px !important;
}
.h1325 {
  height: 1325px !important;
}
.h1330 {
  height: 1330px !important;
}
.h1335 {
  height: 1335px !important;
}
.h1340 {
  height: 1340px !important;
}
.h1345 {
  height: 1345px !important;
}
.h1350 {
  height: 1350px !important;
}
.h1355 {
  height: 1355px !important;
}
.h1360 {
  height: 1360px !important;
}
.h1365 {
  height: 1365px !important;
}
.h1370 {
  height: 1370px !important;
}
.h1375 {
  height: 1375px !important;
}
.h1380 {
  height: 1380px !important;
}
.h1385 {
  height: 1385px !important;
}
.h1390 {
  height: 1390px !important;
}
.h1395 {
  height: 1395px !important;
}
.h1400 {
  height: 1400px !important;
}
.h1405 {
  height: 1405px !important;
}
.h1410 {
  height: 1410px !important;
}
.h1415 {
  height: 1415px !important;
}
.h1420 {
  height: 1420px !important;
}
.h1425 {
  height: 1425px !important;
}
.h1430 {
  height: 1430px !important;
}
.h1435 {
  height: 1435px !important;
}
.h1440 {
  height: 1440px !important;
}
.h1445 {
  height: 1445px !important;
}
.h1450 {
  height: 1450px !important;
}
.h1455 {
  height: 1455px !important;
}
.h1460 {
  height: 1460px !important;
}
.h1465 {
  height: 1465px !important;
}
.h1470 {
  height: 1470px !important;
}
.h1475 {
  height: 1475px !important;
}
.h1480 {
  height: 1480px !important;
}
.h1485 {
  height: 1485px !important;
}
.h1490 {
  height: 1490px !important;
}
.h1495 {
  height: 1495px !important;
}
.h1500 {
  height: 1500px !important;
}
.h1505 {
  height: 1505px !important;
}
.h1510 {
  height: 1510px !important;
}
.h1515 {
  height: 1515px !important;
}
.h1520 {
  height: 1520px !important;
}
.h1525 {
  height: 1525px !important;
}
.h1530 {
  height: 1530px !important;
}
.h1535 {
  height: 1535px !important;
}
.h1540 {
  height: 1540px !important;
}
.h1545 {
  height: 1545px !important;
}
.h1550 {
  height: 1550px !important;
}
.h1555 {
  height: 1555px !important;
}
.h1560 {
  height: 1560px !important;
}
.h1565 {
  height: 1565px !important;
}
.h1570 {
  height: 1570px !important;
}
.h1575 {
  height: 1575px !important;
}
.h1580 {
  height: 1580px !important;
}
.h1585 {
  height: 1585px !important;
}
.h1590 {
  height: 1590px !important;
}
.h1595 {
  height: 1595px !important;
}
.h1600 {
  height: 1600px !important;
}
.h1605 {
  height: 1605px !important;
}
.h1610 {
  height: 1610px !important;
}
.h1615 {
  height: 1615px !important;
}
.h1620 {
  height: 1620px !important;
}
.h1625 {
  height: 1625px !important;
}
.h1630 {
  height: 1630px !important;
}
.h1635 {
  height: 1635px !important;
}
.h1640 {
  height: 1640px !important;
}
.h1645 {
  height: 1645px !important;
}
.h1650 {
  height: 1650px !important;
}
.h1655 {
  height: 1655px !important;
}
.h1660 {
  height: 1660px !important;
}
.h1665 {
  height: 1665px !important;
}
.h1670 {
  height: 1670px !important;
}
.h1675 {
  height: 1675px !important;
}
.h1680 {
  height: 1680px !important;
}
.h1685 {
  height: 1685px !important;
}
.h1690 {
  height: 1690px !important;
}
.h1695 {
  height: 1695px !important;
}
.h1700 {
  height: 1700px !important;
}
.h1705 {
  height: 1705px !important;
}
.h1710 {
  height: 1710px !important;
}
.h1715 {
  height: 1715px !important;
}
.h1720 {
  height: 1720px !important;
}
.h1725 {
  height: 1725px !important;
}
.h1730 {
  height: 1730px !important;
}
.h1735 {
  height: 1735px !important;
}
.h1740 {
  height: 1740px !important;
}
.h1745 {
  height: 1745px !important;
}
.h1750 {
  height: 1750px !important;
}
.h1755 {
  height: 1755px !important;
}
.h1760 {
  height: 1760px !important;
}
.h1765 {
  height: 1765px !important;
}
.h1770 {
  height: 1770px !important;
}
.h1775 {
  height: 1775px !important;
}
.h1780 {
  height: 1780px !important;
}
.h1785 {
  height: 1785px !important;
}
.h1790 {
  height: 1790px !important;
}
.h1795 {
  height: 1795px !important;
}
.h1800 {
  height: 1800px !important;
}
.h1805 {
  height: 1805px !important;
}
.h1810 {
  height: 1810px !important;
}
.h1815 {
  height: 1815px !important;
}
.h1820 {
  height: 1820px !important;
}
.h1825 {
  height: 1825px !important;
}
.h1830 {
  height: 1830px !important;
}
.h1835 {
  height: 1835px !important;
}
.h1840 {
  height: 1840px !important;
}
.h1845 {
  height: 1845px !important;
}
.h1850 {
  height: 1850px !important;
}
.h1855 {
  height: 1855px !important;
}
.h1860 {
  height: 1860px !important;
}
.h1865 {
  height: 1865px !important;
}
.h1870 {
  height: 1870px !important;
}
.h1875 {
  height: 1875px !important;
}
.h1880 {
  height: 1880px !important;
}
.h1885 {
  height: 1885px !important;
}
.h1890 {
  height: 1890px !important;
}
.h1895 {
  height: 1895px !important;
}
.h1900 {
  height: 1900px !important;
}
.h1905 {
  height: 1905px !important;
}
.h1910 {
  height: 1910px !important;
}
.h1915 {
  height: 1915px !important;
}
.h1920 {
  height: 1920px !important;
}
.h1925 {
  height: 1925px !important;
}
.h1930 {
  height: 1930px !important;
}
.h1935 {
  height: 1935px !important;
}
.h1940 {
  height: 1940px !important;
}
.h1945 {
  height: 1945px !important;
}
.h1950 {
  height: 1950px !important;
}
.h1955 {
  height: 1955px !important;
}
.h1960 {
  height: 1960px !important;
}
.h1965 {
  height: 1965px !important;
}
.h1970 {
  height: 1970px !important;
}
.h1975 {
  height: 1975px !important;
}
.h1980 {
  height: 1980px !important;
}
.h1985 {
  height: 1985px !important;
}
.h1990 {
  height: 1990px !important;
}
.h1995 {
  height: 1995px !important;
}
.h2000 {
  height: 2000px !important;
}
.mh0 {
  min-height: 0px !important;
}
.mh5 {
  min-height: 5px !important;
}
.mh10 {
  min-height: 10px !important;
}
.mh15 {
  min-height: 15px !important;
}
.mh20 {
  min-height: 20px !important;
}
.mh25 {
  min-height: 25px !important;
}
.mh30 {
  min-height: 30px !important;
}
.mh35 {
  min-height: 35px !important;
}
.mh40 {
  min-height: 40px !important;
}
.mh45 {
  min-height: 45px !important;
}
.mh50 {
  min-height: 50px !important;
}
.mh55 {
  min-height: 55px !important;
}
.mh60 {
  min-height: 60px !important;
}
.mh65 {
  min-height: 65px !important;
}
.mh70 {
  min-height: 70px !important;
}
.mh75 {
  min-height: 75px !important;
}
.mh80 {
  min-height: 80px !important;
}
.mh85 {
  min-height: 85px !important;
}
.mh90 {
  min-height: 90px !important;
}
.mh95 {
  min-height: 95px !important;
}
.mh100 {
  min-height: 100px !important;
}
.mh105 {
  min-height: 105px !important;
}
.mh110 {
  min-height: 110px !important;
}
.mh115 {
  min-height: 115px !important;
}
.mh120 {
  min-height: 120px !important;
}
.mh125 {
  min-height: 125px !important;
}
.mh130 {
  min-height: 130px !important;
}
.mh135 {
  min-height: 135px !important;
}
.mh140 {
  min-height: 140px !important;
}
.mh145 {
  min-height: 145px !important;
}
.mh150 {
  min-height: 150px !important;
}
.mh155 {
  min-height: 155px !important;
}
.mh160 {
  min-height: 160px !important;
}
.mh165 {
  min-height: 165px !important;
}
.mh170 {
  min-height: 170px !important;
}
.mh175 {
  min-height: 175px !important;
}
.mh180 {
  min-height: 180px !important;
}
.mh185 {
  min-height: 185px !important;
}
.mh190 {
  min-height: 190px !important;
}
.mh195 {
  min-height: 195px !important;
}
.mh200 {
  min-height: 200px !important;
}
.mh205 {
  min-height: 205px !important;
}
.mh210 {
  min-height: 210px !important;
}
.mh215 {
  min-height: 215px !important;
}
.mh220 {
  min-height: 220px !important;
}
.mh225 {
  min-height: 225px !important;
}
.mh230 {
  min-height: 230px !important;
}
.mh235 {
  min-height: 235px !important;
}
.mh240 {
  min-height: 240px !important;
}
.mh245 {
  min-height: 245px !important;
}
.mh250 {
  min-height: 250px !important;
}
.mh255 {
  min-height: 255px !important;
}
.mh260 {
  min-height: 260px !important;
}
.mh265 {
  min-height: 265px !important;
}
.mh270 {
  min-height: 270px !important;
}
.mh275 {
  min-height: 275px !important;
}
.mh280 {
  min-height: 280px !important;
}
.mh285 {
  min-height: 285px !important;
}
.mh290 {
  min-height: 290px !important;
}
.mh295 {
  min-height: 295px !important;
}
.mh300 {
  min-height: 300px !important;
}
.mh305 {
  min-height: 305px !important;
}
.mh310 {
  min-height: 310px !important;
}
.mh315 {
  min-height: 315px !important;
}
.mh320 {
  min-height: 320px !important;
}
.mh325 {
  min-height: 325px !important;
}
.mh330 {
  min-height: 330px !important;
}
.mh335 {
  min-height: 335px !important;
}
.mh340 {
  min-height: 340px !important;
}
.mh345 {
  min-height: 345px !important;
}
.mh350 {
  min-height: 350px !important;
}
.mh355 {
  min-height: 355px !important;
}
.mh360 {
  min-height: 360px !important;
}
.mh365 {
  min-height: 365px !important;
}
.mh370 {
  min-height: 370px !important;
}
.mh375 {
  min-height: 375px !important;
}
.mh380 {
  min-height: 380px !important;
}
.mh385 {
  min-height: 385px !important;
}
.mh390 {
  min-height: 390px !important;
}
.mh395 {
  min-height: 395px !important;
}
.mh400 {
  min-height: 400px !important;
}
.mh405 {
  min-height: 405px !important;
}
.mh410 {
  min-height: 410px !important;
}
.mh415 {
  min-height: 415px !important;
}
.mh420 {
  min-height: 420px !important;
}
.mh425 {
  min-height: 425px !important;
}
.mh430 {
  min-height: 430px !important;
}
.mh435 {
  min-height: 435px !important;
}
.mh440 {
  min-height: 440px !important;
}
.mh445 {
  min-height: 445px !important;
}
.mh450 {
  min-height: 450px !important;
}
.mh455 {
  min-height: 455px !important;
}
.mh460 {
  min-height: 460px !important;
}
.mh465 {
  min-height: 465px !important;
}
.mh470 {
  min-height: 470px !important;
}
.mh475 {
  min-height: 475px !important;
}
.mh480 {
  min-height: 480px !important;
}
.mh485 {
  min-height: 485px !important;
}
.mh490 {
  min-height: 490px !important;
}
.mh495 {
  min-height: 495px !important;
}
.mh500 {
  min-height: 500px !important;
}
.mh505 {
  min-height: 505px !important;
}
.mh510 {
  min-height: 510px !important;
}
.mh515 {
  min-height: 515px !important;
}
.mh520 {
  min-height: 520px !important;
}
.mh525 {
  min-height: 525px !important;
}
.mh530 {
  min-height: 530px !important;
}
.mh535 {
  min-height: 535px !important;
}
.mh540 {
  min-height: 540px !important;
}
.mh545 {
  min-height: 545px !important;
}
.mh550 {
  min-height: 550px !important;
}
.mh555 {
  min-height: 555px !important;
}
.mh560 {
  min-height: 560px !important;
}
.mh565 {
  min-height: 565px !important;
}
.mh570 {
  min-height: 570px !important;
}
.mh575 {
  min-height: 575px !important;
}
.mh580 {
  min-height: 580px !important;
}
.mh585 {
  min-height: 585px !important;
}
.mh590 {
  min-height: 590px !important;
}
.mh595 {
  min-height: 595px !important;
}
.mh600 {
  min-height: 600px !important;
}
.mh605 {
  min-height: 605px !important;
}
.mh610 {
  min-height: 610px !important;
}
.mh615 {
  min-height: 615px !important;
}
.mh620 {
  min-height: 620px !important;
}
.mh625 {
  min-height: 625px !important;
}
.mh630 {
  min-height: 630px !important;
}
.mh635 {
  min-height: 635px !important;
}
.mh640 {
  min-height: 640px !important;
}
.mh645 {
  min-height: 645px !important;
}
.mh650 {
  min-height: 650px !important;
}
.mh655 {
  min-height: 655px !important;
}
.mh660 {
  min-height: 660px !important;
}
.mh665 {
  min-height: 665px !important;
}
.mh670 {
  min-height: 670px !important;
}
.mh675 {
  min-height: 675px !important;
}
.mh680 {
  min-height: 680px !important;
}
.mh685 {
  min-height: 685px !important;
}
.mh690 {
  min-height: 690px !important;
}
.mh695 {
  min-height: 695px !important;
}
.mh700 {
  min-height: 700px !important;
}
.mh705 {
  min-height: 705px !important;
}
.mh710 {
  min-height: 710px !important;
}
.mh715 {
  min-height: 715px !important;
}
.mh720 {
  min-height: 720px !important;
}
.mh725 {
  min-height: 725px !important;
}
.mh730 {
  min-height: 730px !important;
}
.mh735 {
  min-height: 735px !important;
}
.mh740 {
  min-height: 740px !important;
}
.mh745 {
  min-height: 745px !important;
}
.mh750 {
  min-height: 750px !important;
}
.mh755 {
  min-height: 755px !important;
}
.mh760 {
  min-height: 760px !important;
}
.mh765 {
  min-height: 765px !important;
}
.mh770 {
  min-height: 770px !important;
}
.mh775 {
  min-height: 775px !important;
}
.mh780 {
  min-height: 780px !important;
}
.mh785 {
  min-height: 785px !important;
}
.mh790 {
  min-height: 790px !important;
}
.mh795 {
  min-height: 795px !important;
}
.mh800 {
  min-height: 800px !important;
}
.mh805 {
  min-height: 805px !important;
}
.mh810 {
  min-height: 810px !important;
}
.mh815 {
  min-height: 815px !important;
}
.mh820 {
  min-height: 820px !important;
}
.mh825 {
  min-height: 825px !important;
}
.mh830 {
  min-height: 830px !important;
}
.mh835 {
  min-height: 835px !important;
}
.mh840 {
  min-height: 840px !important;
}
.mh845 {
  min-height: 845px !important;
}
.mh850 {
  min-height: 850px !important;
}
.mh855 {
  min-height: 855px !important;
}
.mh860 {
  min-height: 860px !important;
}
.mh865 {
  min-height: 865px !important;
}
.mh870 {
  min-height: 870px !important;
}
.mh875 {
  min-height: 875px !important;
}
.mh880 {
  min-height: 880px !important;
}
.mh885 {
  min-height: 885px !important;
}
.mh890 {
  min-height: 890px !important;
}
.mh895 {
  min-height: 895px !important;
}
.mh900 {
  min-height: 900px !important;
}
.mh905 {
  min-height: 905px !important;
}
.mh910 {
  min-height: 910px !important;
}
.mh915 {
  min-height: 915px !important;
}
.mh920 {
  min-height: 920px !important;
}
.mh925 {
  min-height: 925px !important;
}
.mh930 {
  min-height: 930px !important;
}
.mh935 {
  min-height: 935px !important;
}
.mh940 {
  min-height: 940px !important;
}
.mh945 {
  min-height: 945px !important;
}
.mh950 {
  min-height: 950px !important;
}
.mh955 {
  min-height: 955px !important;
}
.mh960 {
  min-height: 960px !important;
}
.mh965 {
  min-height: 965px !important;
}
.mh970 {
  min-height: 970px !important;
}
.mh975 {
  min-height: 975px !important;
}
.mh980 {
  min-height: 980px !important;
}
.mh985 {
  min-height: 985px !important;
}
.mh990 {
  min-height: 990px !important;
}
.mh995 {
  min-height: 995px !important;
}
.mh1000 {
  min-height: 1000px !important;
}
.mh1005 {
  min-height: 1005px !important;
}
.mh1010 {
  min-height: 1010px !important;
}
.mh1015 {
  min-height: 1015px !important;
}
.mh1020 {
  min-height: 1020px !important;
}
.mh1025 {
  min-height: 1025px !important;
}
.mh1030 {
  min-height: 1030px !important;
}
.mh1035 {
  min-height: 1035px !important;
}
.mh1040 {
  min-height: 1040px !important;
}
.mh1045 {
  min-height: 1045px !important;
}
.mh1050 {
  min-height: 1050px !important;
}
.mh1055 {
  min-height: 1055px !important;
}
.mh1060 {
  min-height: 1060px !important;
}
.mh1065 {
  min-height: 1065px !important;
}
.mh1070 {
  min-height: 1070px !important;
}
.mh1075 {
  min-height: 1075px !important;
}
.mh1080 {
  min-height: 1080px !important;
}
.mh1085 {
  min-height: 1085px !important;
}
.mh1090 {
  min-height: 1090px !important;
}
.mh1095 {
  min-height: 1095px !important;
}
.mh1100 {
  min-height: 1100px !important;
}
.mh1105 {
  min-height: 1105px !important;
}
.mh1110 {
  min-height: 1110px !important;
}
.mh1115 {
  min-height: 1115px !important;
}
.mh1120 {
  min-height: 1120px !important;
}
.mh1125 {
  min-height: 1125px !important;
}
.mh1130 {
  min-height: 1130px !important;
}
.mh1135 {
  min-height: 1135px !important;
}
.mh1140 {
  min-height: 1140px !important;
}
.mh1145 {
  min-height: 1145px !important;
}
.mh1150 {
  min-height: 1150px !important;
}
.mh1155 {
  min-height: 1155px !important;
}
.mh1160 {
  min-height: 1160px !important;
}
.mh1165 {
  min-height: 1165px !important;
}
.mh1170 {
  min-height: 1170px !important;
}
.mh1175 {
  min-height: 1175px !important;
}
.mh1180 {
  min-height: 1180px !important;
}
.mh1185 {
  min-height: 1185px !important;
}
.mh1190 {
  min-height: 1190px !important;
}
.mh1195 {
  min-height: 1195px !important;
}
.mh1200 {
  min-height: 1200px !important;
}
.mh1205 {
  min-height: 1205px !important;
}
.mh1210 {
  min-height: 1210px !important;
}
.mh1215 {
  min-height: 1215px !important;
}
.mh1220 {
  min-height: 1220px !important;
}
.mh1225 {
  min-height: 1225px !important;
}
.mh1230 {
  min-height: 1230px !important;
}
.mh1235 {
  min-height: 1235px !important;
}
.mh1240 {
  min-height: 1240px !important;
}
.mh1245 {
  min-height: 1245px !important;
}
.mh1250 {
  min-height: 1250px !important;
}
.mh1255 {
  min-height: 1255px !important;
}
.mh1260 {
  min-height: 1260px !important;
}
.mh1265 {
  min-height: 1265px !important;
}
.mh1270 {
  min-height: 1270px !important;
}
.mh1275 {
  min-height: 1275px !important;
}
.mh1280 {
  min-height: 1280px !important;
}
.mh1285 {
  min-height: 1285px !important;
}
.mh1290 {
  min-height: 1290px !important;
}
.mh1295 {
  min-height: 1295px !important;
}
.mh1300 {
  min-height: 1300px !important;
}
.mh1305 {
  min-height: 1305px !important;
}
.mh1310 {
  min-height: 1310px !important;
}
.mh1315 {
  min-height: 1315px !important;
}
.mh1320 {
  min-height: 1320px !important;
}
.mh1325 {
  min-height: 1325px !important;
}
.mh1330 {
  min-height: 1330px !important;
}
.mh1335 {
  min-height: 1335px !important;
}
.mh1340 {
  min-height: 1340px !important;
}
.mh1345 {
  min-height: 1345px !important;
}
.mh1350 {
  min-height: 1350px !important;
}
.mh1355 {
  min-height: 1355px !important;
}
.mh1360 {
  min-height: 1360px !important;
}
.mh1365 {
  min-height: 1365px !important;
}
.mh1370 {
  min-height: 1370px !important;
}
.mh1375 {
  min-height: 1375px !important;
}
.mh1380 {
  min-height: 1380px !important;
}
.mh1385 {
  min-height: 1385px !important;
}
.mh1390 {
  min-height: 1390px !important;
}
.mh1395 {
  min-height: 1395px !important;
}
.mh1400 {
  min-height: 1400px !important;
}
.mh1405 {
  min-height: 1405px !important;
}
.mh1410 {
  min-height: 1410px !important;
}
.mh1415 {
  min-height: 1415px !important;
}
.mh1420 {
  min-height: 1420px !important;
}
.mh1425 {
  min-height: 1425px !important;
}
.mh1430 {
  min-height: 1430px !important;
}
.mh1435 {
  min-height: 1435px !important;
}
.mh1440 {
  min-height: 1440px !important;
}
.mh1445 {
  min-height: 1445px !important;
}
.mh1450 {
  min-height: 1450px !important;
}
.mh1455 {
  min-height: 1455px !important;
}
.mh1460 {
  min-height: 1460px !important;
}
.mh1465 {
  min-height: 1465px !important;
}
.mh1470 {
  min-height: 1470px !important;
}
.mh1475 {
  min-height: 1475px !important;
}
.mh1480 {
  min-height: 1480px !important;
}
.mh1485 {
  min-height: 1485px !important;
}
.mh1490 {
  min-height: 1490px !important;
}
.mh1495 {
  min-height: 1495px !important;
}
.mh1500 {
  min-height: 1500px !important;
}
.mh1505 {
  min-height: 1505px !important;
}
.mh1510 {
  min-height: 1510px !important;
}
.mh1515 {
  min-height: 1515px !important;
}
.mh1520 {
  min-height: 1520px !important;
}
.mh1525 {
  min-height: 1525px !important;
}
.mh1530 {
  min-height: 1530px !important;
}
.mh1535 {
  min-height: 1535px !important;
}
.mh1540 {
  min-height: 1540px !important;
}
.mh1545 {
  min-height: 1545px !important;
}
.mh1550 {
  min-height: 1550px !important;
}
.mh1555 {
  min-height: 1555px !important;
}
.mh1560 {
  min-height: 1560px !important;
}
.mh1565 {
  min-height: 1565px !important;
}
.mh1570 {
  min-height: 1570px !important;
}
.mh1575 {
  min-height: 1575px !important;
}
.mh1580 {
  min-height: 1580px !important;
}
.mh1585 {
  min-height: 1585px !important;
}
.mh1590 {
  min-height: 1590px !important;
}
.mh1595 {
  min-height: 1595px !important;
}
.mh1600 {
  min-height: 1600px !important;
}
.mh1605 {
  min-height: 1605px !important;
}
.mh1610 {
  min-height: 1610px !important;
}
.mh1615 {
  min-height: 1615px !important;
}
.mh1620 {
  min-height: 1620px !important;
}
.mh1625 {
  min-height: 1625px !important;
}
.mh1630 {
  min-height: 1630px !important;
}
.mh1635 {
  min-height: 1635px !important;
}
.mh1640 {
  min-height: 1640px !important;
}
.mh1645 {
  min-height: 1645px !important;
}
.mh1650 {
  min-height: 1650px !important;
}
.mh1655 {
  min-height: 1655px !important;
}
.mh1660 {
  min-height: 1660px !important;
}
.mh1665 {
  min-height: 1665px !important;
}
.mh1670 {
  min-height: 1670px !important;
}
.mh1675 {
  min-height: 1675px !important;
}
.mh1680 {
  min-height: 1680px !important;
}
.mh1685 {
  min-height: 1685px !important;
}
.mh1690 {
  min-height: 1690px !important;
}
.mh1695 {
  min-height: 1695px !important;
}
.mh1700 {
  min-height: 1700px !important;
}
.mh1705 {
  min-height: 1705px !important;
}
.mh1710 {
  min-height: 1710px !important;
}
.mh1715 {
  min-height: 1715px !important;
}
.mh1720 {
  min-height: 1720px !important;
}
.mh1725 {
  min-height: 1725px !important;
}
.mh1730 {
  min-height: 1730px !important;
}
.mh1735 {
  min-height: 1735px !important;
}
.mh1740 {
  min-height: 1740px !important;
}
.mh1745 {
  min-height: 1745px !important;
}
.mh1750 {
  min-height: 1750px !important;
}
.mh1755 {
  min-height: 1755px !important;
}
.mh1760 {
  min-height: 1760px !important;
}
.mh1765 {
  min-height: 1765px !important;
}
.mh1770 {
  min-height: 1770px !important;
}
.mh1775 {
  min-height: 1775px !important;
}
.mh1780 {
  min-height: 1780px !important;
}
.mh1785 {
  min-height: 1785px !important;
}
.mh1790 {
  min-height: 1790px !important;
}
.mh1795 {
  min-height: 1795px !important;
}
.mh1800 {
  min-height: 1800px !important;
}
.mh1805 {
  min-height: 1805px !important;
}
.mh1810 {
  min-height: 1810px !important;
}
.mh1815 {
  min-height: 1815px !important;
}
.mh1820 {
  min-height: 1820px !important;
}
.mh1825 {
  min-height: 1825px !important;
}
.mh1830 {
  min-height: 1830px !important;
}
.mh1835 {
  min-height: 1835px !important;
}
.mh1840 {
  min-height: 1840px !important;
}
.mh1845 {
  min-height: 1845px !important;
}
.mh1850 {
  min-height: 1850px !important;
}
.mh1855 {
  min-height: 1855px !important;
}
.mh1860 {
  min-height: 1860px !important;
}
.mh1865 {
  min-height: 1865px !important;
}
.mh1870 {
  min-height: 1870px !important;
}
.mh1875 {
  min-height: 1875px !important;
}
.mh1880 {
  min-height: 1880px !important;
}
.mh1885 {
  min-height: 1885px !important;
}
.mh1890 {
  min-height: 1890px !important;
}
.mh1895 {
  min-height: 1895px !important;
}
.mh1900 {
  min-height: 1900px !important;
}
.mh1905 {
  min-height: 1905px !important;
}
.mh1910 {
  min-height: 1910px !important;
}
.mh1915 {
  min-height: 1915px !important;
}
.mh1920 {
  min-height: 1920px !important;
}
.mh1925 {
  min-height: 1925px !important;
}
.mh1930 {
  min-height: 1930px !important;
}
.mh1935 {
  min-height: 1935px !important;
}
.mh1940 {
  min-height: 1940px !important;
}
.mh1945 {
  min-height: 1945px !important;
}
.mh1950 {
  min-height: 1950px !important;
}
.mh1955 {
  min-height: 1955px !important;
}
.mh1960 {
  min-height: 1960px !important;
}
.mh1965 {
  min-height: 1965px !important;
}
.mh1970 {
  min-height: 1970px !important;
}
.mh1975 {
  min-height: 1975px !important;
}
.mh1980 {
  min-height: 1980px !important;
}
.mh1985 {
  min-height: 1985px !important;
}
.mh1990 {
  min-height: 1990px !important;
}
.mh1995 {
  min-height: 1995px !important;
}
.mh2000 {
  min-height: 2000px !important;
}
.hauto {
  height: auto;
}
.wauto {
  width: auto;
}
.vh10,
.h10vh {
  min-height: 10vh !important;
}
.vh20,
.h20vh {
  min-height: 20vh !important;
}
.vh30,
.h30vh {
  min-height: 30vh !important;
}
.vh40,
.h40vh {
  min-height: 40vh !important;
}
.vh50,
.h50vh {
  min-height: 50vh !important;
}
.vh60,
.h60vh {
  min-height: 60vh !important;
}
.vh70,
.h70vh {
  min-height: 70vh !important;
}
.vh80,
.h80vh {
  min-height: 80vh !important;
}
.vh90,
.h90vh {
  min-height: 90vh !important;
}
.vh95,
.h95vh {
  min-height: 95vh !important;
}
.vh100,
.h100vh {
  min-height: 100vh !important;
}
.w100vh {
  width: 100vh;
}
.w500vh {
  width: 500vh;
}
.w100p {
  width: 100%;
}
.h100p {
  height: 100%;
}
.mxh90vh {
  max-height: 90vh !important;
}
.mxh95vh {
  max-height: 95vh !important;
}
.seam-top {
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.2) !important;
}
.seam-bottom {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2) !important;
  z-index: 1;
}
.seam-right {
  box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.2) !important;
  z-index: 1;
}
.seam-inner-top {
  box-shadow: inset 0 50px 30px -60px;
}
/**
 *  md-content
 */
.md-content-secondary {
  background-color: #eaeaea !important;
}
.well {
  background-color: #f0f0f0 !important;
  border: 1px solid #e1e1e1;
}
.well-clear {
  background-color: rgba(240, 240, 240, 0.8) !important;
}
.bg-white {
  background-color: white !important;
}
.bg-grey {
  background-color: #e2e2e2 !important;
}
.bg-lightgrey-2 {
  background-color: #f0f0f0 !important;
}
.bg-lightgrey-3 {
  background-color: #f5f5f5 !important;
}
.bg-lightgrey-4 {
  background-color: #fafafa !important;
}
.bg-yellow {
  background-color: #FFE082 !important;
}
.bg-green {
  background-color: #00695c !important;
  color: white !important;
}
.bg-teal {
  background-color: #00a59a !important;
  color: white !important;
}
.bg-ocean {
  background-color: #2b6086 !important;
  color: white !important;
}
.bg-darkgrey {
  background-color: #d2d2d2 !important;
}
.bg-black-1 {
  background-color: #2d2d2d !important;
  color: white !important;
}
.bg-black-2 {
  background-color: #272727 !important;
  color: white !important;
}
.bg-red {
  background: #960000 !important;
  color: white !important;
}
.bg-gold {
  background-color: #d2bc00 !important;
  color: black !important;
}
/**
 *  Buttons
 */
.md-button-filler {
  width: 100%;
}
.md-button-dashed {
  border: 2px dashed rgba(0, 0, 0, 0.15);
}
.has-close-icon {
  position: relative;
}
.has-close-icon .close-icon {
  position: absolute;
  color: white;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.31);
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  border: 1px solid white;
  padding: 3px;
  opacity: 0.1;
  transition: all 0.4s;
}
.has-close-icon:hover .close-icon {
  opacity: 0.7;
}
.has-close-icon:hover .close-icon:hover {
  border: 1px solid red;
  background: red;
}
.has-hidden-close .btn-close-red {
  color: white;
  background: #f70000;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
  transition: all 0.3s linear;
}
.has-hidden-close:hover .btn-close-red {
  opacity: 0.5;
}
.has-hidden-close:hover .btn-close-red:hover {
  opacity: 1;
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.38);
}
.show-on-hover {
  opacity: 0;
  transition: opacity 0.3s;
}
.show-on-hover:hover {
  opacity: 1;
}
.focus-on-hover {
  opacity: 0.3;
  transition: opacity 0.3s;
}
.focus-on-hover:hover {
  opacity: 1;
}
.show-child-on-hover .child {
  display: none !important;
  opacity: 0 !important;
  transition: all 0.3s;
}
.show-child-on-hover:hover .child {
  display: block !important;
  opacity: 1 !important;
}
/**
 *  Tooltips
 */
md-tooltip {
  font-size: 14px !important;
  background-color: #1e1e1e !important;
  height: 25px !important;
  line-height: 25px !important;
}
/**
 *  Text alignment
 */
.input-right * {
  text-align: right !important;
}
.input-left * {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left  !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-clear {
  opacity: 0.5;
}
.text-upper {
  text-transform: uppercase;
}
.text-capit {
  text-transform: capitalize;
}
.text-bold {
  font-weight: bold;
}
.text-thin {
  font-weight: 300 !important;
}
.text-semibold {
  font-weight: 400;
}
.text-underline {
  text-decoration: underline;
}
.md-label {
  color: #9a9a9a;
  font-size: 12px;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 99%;
}
.text-black {
  color: black !important;
  fill: black !important;
}
.text-red {
  color: red !important;
  fill: red !important;
}
.text-orange {
  color: #ff5722 !important;
  fill: #ff5722 !important;
}
.text-green {
  color: #00695c !important;
  fill: #00695c !important;
}
.text-green-bold {
  color: #00695c !important;
  fill: #00695c !important;
  font-weight: 500;
}
.text-ocean {
  color: #2b6086;
}
.text-xs {
  font-size: 10px !important;
}
.text-7pt {
  font-size: 7pt !important;
}
.text-10pt {
  font-size: 10pt !important;
}
.text-12px {
  font-size: 12px !important;
}
.text-16px {
  font-size: 16px !important;
}
.text-18px {
  font-size: 18px !important;
}
.text-20px {
  font-size: 20px !important;
  line-height: 25px !important;
}
.lh20,
.lh20 .md-button {
  line-height: 20px !important;
}
.lh25,
.lh25 .md-button {
  line-height: 25px !important;
}
.lh30,
.lh30 .md-button {
  line-height: 30px !important;
}
.lh40,
.lh40 .md-button {
  line-height: 40px !important;
}
.lh50,
.lh50 .md-button {
  line-height: 50px !important;
}
.md-headline label {
  font-size: 16px;
}
.md-subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  opacity: 0.7;
}
.bar-text-black * {
  color: black !important;
  fill: black !important;
}
.nowrap,
.nowrap .md-label {
  white-space: nowrap !important;
}
md-progress-circular.md-state-ok path {
  stroke: #00b51d;
}
.datepicker-inline {
  height: 20px;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
  transition: all 0.3s linear;
  /*
	.md-icon-button {
		margin: 0;
		height: 20px;
		min-height: 20px;
		line-height: 20px;
		padding: 0;
		width: 20px;
		min-width: 20px;
		border-radius: 0;
	}

	.md-datepicker-calendar-icon{
		height: 20px; width: 20px;
	}

	




	.md-datepicker-triangle-button{
		transform: none;
		width: 20px !important;
	}

	&.md-datepicker-open{
		height: 40px;
		.md-datepicker-input {
    		//margin-left: 24px;
    		//height: 20px;
    	}
    	.md-datepicker-button{ margin-right: 20px; }
	}*/
}
.datepicker-inline .md-datepicker-button {
  min-height: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  width: 20px !important;
  margin: 0 -5px 0 0 !important;
  border-radius: 0 !important;
}
.datepicker-inline .md-datepicker-button .md-datepicker-calendar-icon {
  line-height: 20px;
  min-height: 20px;
  height: 20px;
  width: 20px;
}
.datepicker-inline .md-datepicker-input-container {
  padding-bottom: 0;
}
.datepicker-inline .md-datepicker-input-container .md-datepicker-input {
  min-width: 100px;
  width: 100px;
}
.datepicker-inline .md-datepicker-triangle-button {
  height: 20px !important;
  width: 20px !important;
  line-height: 20px !important;
  top: 0;
}
/**
 *  Chips
 */
.md-chips .md-chip .md-chip-remove md-icon {
  opacity: 0.3;
}
.md-chips .md-chip .md-chip-remove md-icon:hover {
  opacity: 1;
}
/**
 *  Img
 */
.md-img-round,
.img-rounded {
  border-radius: 50%;
}
.img-placeholder {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #313131;
  background-size: cover;
}
.Avatar-medium {
  height: 45px;
  border-radius: 50px;
  margin: 0px 10px 0 0;
}
.md-avatar {
  vertical-align: middle;
  border-radius: 50%;
}
.md-logo {
  vertical-align: middle;
  margin-right: 5px;
}
.icon-avatar-small {
  padding: 5px !important;
}
/**
 *  Modal
 */
md-dialog.not-that-tall {
  max-height: 90% !important;
}
md-backdrop.md-opaque {
  opacity: 0.7;
}
/**
 *  Inputs
 */
.md-input-fixed-label label {
  transform: translate3d(0, 6px, 0) scale(0.75) !important;
}
.md-input-fixed-label input {
  color: inherit !important;
}
md-select .opt-img,
md-select-menu .opt-img {
  height: 26px;
  vertical-align: middle;
  border-radius: 20px;
  margin-right: 5px;
  margin-bottom: 3px;
}
/**
 *  ngMessages
 */
.ErrorMessages {
  color: #E00F00;
  text-align: right;
}
/**
 *  Special toolbar
 */
.md-toolbar-searchbar {
  height: 100%;
  min-width: 10px;
}
.md-toolbar-searchbar md-icon {
  opacity: 0.7;
  transition: hover 0.3s;
  line-height: 25px;
  margin-right: 0px;
}
.md-toolbar-searchbar md-icon:hover {
  opacity: 1;
}
.md-toolbar-searchbar input {
  height: 100%;
  outline: none;
  border: none;
  background: none;
}
/**
 *  Datatables
 */
.md-cell-compress {
  width: 1px;
  white-space: nowrap;
}
.md-cell-compress > *:only-child {
  display: table;
  margin: 0 auto !important;
}
.md-cell-compress .md-icon-button {
  margin: 0;
}
.table-basic,
.table-basic th,
.table-basic td {
  border: 1px solid #909090;
  border-collapse: collapse;
  padding: 5px 5px;
}
.md-row.md-row-hover {
  background-color: transparent;
  transition: background-color 0.3s;
}
.md-row.md-row-hover:hover {
  background-color: rgba(117, 117, 117, 0.17);
}
.table-nowrap tbody td {
  white-space: nowrap;
}
/**
 *  Helpers
 */
.Outline {
  outline: 1px solid blue;
}
.Hidden {
  display: none !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.transition {
  transition: all 0.3s;
}
.end-spacer {
  height: 20px;
  width: 100%;
}
.padding {
  padding: 10px !important;
}
.padding-right {
  padding-right: 10px !important;
}
.padding-left {
  padding-left: 10px !important;
}
.padding-bottom {
  padding-bottom: 10px !important;
}
.padding-top {
  padding-top: 10px !important;
}
.padding-5-10 {
  padding: 5px 10px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-5-0 {
  padding: 5px 0 !important;
}
.padding-5-10 {
  padding: 5px 10px !important;
}
.padding-0-10 {
  padding: 0 10px !important;
}
.padding-0-20 {
  padding: 0 20px !important;
}
.padding-10-0 {
  padding: 10px 0 !important;
}
.padding-10-20 {
  padding: 10px 20px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-but-top {
  padding: 0 10px 10px 10px !important;
}
.padding-but-right {
  padding: 10px 0px 10px 10px !important;
}
.padding-but-bottom {
  padding: 10px 10px 0 10px !important;
}
.padding-but-left {
  padding: 10px 10px 10px 0 !important;
}
.margin {
  margin: 10px !important;
}
.margin-right {
  margin-right: 10px !important;
}
.margin-left {
  margin-left: 10px !important;
}
.margin-bottom {
  margin-bottom: 10px !important;
}
.margin-top {
  margin-top: 10px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-0-10 {
  margin: 0 10px !important;
}
.margin-5-0 {
  margin: 5px 0 !important;
}
.margin-5 {
  margin: 5px !important;
}
.margin-10-0 {
  margin: 10px 0 !important;
}
.margin-20-0 {
  margin: 20px 0 !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-minus-10 {
  margin: -10px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-right-minus-5 {
  margin-right: -5px !important;
}
.margin-but-top {
  margin: 0 10px 10px 10px !important;
}
.margin-but-right {
  margin: 10px 0px 10px 10px !important;
}
.margin-but-bottom {
  margin: 10px 10px 0 10px !important;
}
.margin-but-left {
  margin: 10px 10px 10px 0 !important;
}
.no-border-top {
  border-top: 0 !important;
}
.no-border-right {
  border-right: 0 !important;
}
.no-border-bottom {
  border-bottom: 0 !important;
}
.no-border-left {
  border-left: 0 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.bg-lightgreen {
  background-color: #cce1de !important;
}
.only-on-print {
  display: none;
}
@media print {
  .not-on-print {
    display: none;
  }
  .on-print {
    display: initial !important;
  }
  .only-on-print {
    display: initial;
  }
  .no-padding-on-print {
    padding: 0 !important;
  }
}
.pagebreak {
  page-break-before: always;
}
.panel-alert {
  background-color: #9C0000;
  color: #FFF;
  padding: 10px;
}
.PosRelative {
  position: relative;
}
.Pointer {
  cursor: pointer;
  outline: none;
}
.wu100 {
  width: 100%;
  max-width: 100px;
}
.wu200 {
  width: 100%;
  max-width: 200px;
}
.wu300 {
  width: 100%;
  max-width: 300px;
}
.wu400 {
  width: 100%;
  max-width: 400px;
}
.wu500 {
  width: 100%;
  max-width: 500px;
}
.wu600 {
  width: 100%;
  max-width: 600px;
}
.wu700 {
  width: 100%;
  max-width: 700px;
}
.wu800 {
  width: 100%;
  max-width: 800px;
}
.wu900 {
  width: 100%;
  max-width: 900px;
}
.wu990 {
  width: 100%;
  max-width: 990px;
}
.wu1000 {
  width: 100%;
  max-width: 1000px;
}
/**
 *  Responsive
 */
@media (max-width: 400px) {
  .wu400 {
    width: 100% !important;
    max-width: auto !important;
  }
}
@media (max-width: 599px) {
  .no-padding-xs {
    padding: 0 !important;
  }
  .no-margin-xs {
    margin: 0 !important;
  }
  .padding-xs {
    padding: 10px !important;
  }
  .padding-top-xs {
    padding-top: 10px !important;
  }
  .padding-right-xs {
    padding-right: 10px !important;
  }
  .padding-bottom-xs {
    padding-bottom: 10px !important;
  }
  .padding-left-xs {
    padding-left: 10px !important;
  }
  .wu600 {
    width: 100% !important;
    max-width: auto !important;
  }
}
@media (max-width: 990px) {
  .wu990 {
    width: 100% !important;
    max-width: auto !important;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .no-padding-sm {
    padding: 0 !important;
  }
  .no-margin-sm {
    margin: 0 !important;
  }
}
@media (min-width: 960px) {
  .mw800-gt-sm {
    min-width: 800px !important;
  }
  .mw900-gt-sm {
    min-width: 900px !important;
  }
}
@media (min-width: 600px) {
  .well-clear-gt-xs {
    background-color: rgba(240, 240, 240, 0.8) !important;
    border: none;
  }
}
/**
 *  Editable Headers
 */
.editable-headers input {
  width: 100%;
  border: 1px solid transparent;
  outline: none;
  background: none;
}
.editable-headers input:hover {
  border: 1px dashed rgba(0, 0, 0, 0.15);
  background-color: #FDFDE5;
}
.editable-headers h1,
.editable-headers h2,
.editable-headers h3 {
  margin: 0;
}
.editable-headers .md-display-2 {
  font-size: 35px;
  line-height: 35px;
}
.editable-headers .md-headline {
  font-size: 20px;
}
/**
 *  Circular Progress
 */
.md-progress-ind {
  position: relative;
}
.md-progress-ind span.md-progress-ind_number {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  text-align: center;
  line-height: 120px;
}
.md-progress-ind.show_ind_bg .md-half-circle {
  border-bottom-color: #D6D6D6 !important;
}
.md-progress-ind.show_ind_bg .md-left .md-half-circle {
  border-right-color: #D6D6D6 !important;
}
.md-progress-ind.show_ind_bg .md-right .md-half-circle {
  border-left-color: #D6D6D6 !important;
}
.md-progress-ind.size_120 {
  width: 120px;
  height: 120px;
}
.md-progress-ind.size_120 span.md-progress-ind_number {
  line-height: 120px;
  font-size: 40px;
  font-weight: 300;
}
.md-progress-ind.size_120 .md-half-circle {
  border-width: 4px !important;
}
.md-progress-ind.size_120 .md-gap {
  border-top-width: 4px !important;
}
.no-wrap {
  white-space: nowrap;
}
/**
 *  Theme
 */
md-toolbar.md-Transparent-theme,
md-toolbar.md-Transparent,
md-tabs.md-Transparent-theme > md-tabs-wrapper {
  background: none !important;
  color: inherit !important;
  fill: inherit !important;
}
md-toolbar.md-Transparent-theme {
  box-shadow: none;
}
md-menu-content.md-Transparent-theme {
  color: #e0e0e0;
}
.md-Transparent-theme .md-datepicker-open .md-datepicker-input-container,
.md-Transparent-theme .md-datepicker-input-mask-opaque {
  background: white !important;
}
md-tabs.md-Black-theme .md-tab.md-active,
md-tabs.md-Black-theme .md-tab.md-active md-icon,
md-tabs.md-Black-theme .md-tab.md-focused,
md-tabs.md-Black-theme .md-tab.md-focused md-icon {
  color: #ffffff;
}
.no-bg {
  background: none !important;
}
/**
 *  Sidenav
 */
.clear_85 {
  opacity: .85 !important;
}
/**
 *   Fixs
 */
/*md-dialog .md-actions, md-dialog md-dialog-actions {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	box-sizing: border-box;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 0;
	padding-right: 8px;
	padding-left: 16px;
	min-height: 52px;
	overflow: hidden;
}*/
/**
 *  Scroll
 */
.hasScroll::-webkit-scrollbar {
  height: 9px;
  width: 9px;
}
.hasScroll::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.hasScroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.hasScroll::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 10px;
  border: 1px solid transparent;
}
.hasScroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.hasScroll::-webkit-scrollbar-thumb:active {
  background-color: #ffffff;
}
.darkScroll::-webkit-scrollbar {
  height: 9px;
  width: 9px;
}
.darkScroll::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.darkScroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.darkScroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  border: 1px solid transparent;
}
.darkScroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.darkScroll::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.hasScroll2::-webkit-scrollbar {
  height: 16px;
  overflow: visible;
  width: 12px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.bg-lightgrey {
  background-color: #dedede !important;
}
.info-bit {
  background: rgba(197, 197, 197, 0.16);
  border-radius: 50px;
  line-height: 29px;
  padding: 0 12px;
  margin: 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.info-bit-circle {
  background: rgba(197, 197, 197, 0.16);
  border-radius: 50px;
  line-height: 30px;
  height: 30px;
  padding: 0;
  width: 30px;
  margin: 0 10px 0 0;
  font-size: 15px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.icon-bigcircle {
  border: 5px solid #ff5722;
  width: 100px !important;
  height: 100px !important;
  line-height: 87px !important;
  display: block;
  border-radius: 50%;
  text-align: center;
}
.icons-blend md-icon {
  color: currentColor !important;
  fill: currentColor !important;
}
.atvProgress md-progress-circular {
  position: absolute;
  bottom: 5px;
  right: 8px;
}
.atvShadow {
  box-shadow: inset 0 -130px 100px -100px black;
}
.atvTitle > div {
  position: absolute;
  bottom: -5px;
  left: 0px;
  font-size: 1.5em;
  right: 0;
  padding: 20px 15px 25px 20px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.72), 0 0 2px black;
  font-weight: 300;
}
.md-button-dashed {
  border: 3px dashed #757575;
}
/**
 * Tabs
 */
.tab {
  padding: 0 15px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  min-width: 5%;
  position: relative;
  outline: none;
  cursor: pointer;
}
.tab.tabsel {
  box-shadow: inset 0 -3px 0 0 #455964;
}
body {
  background-color: #f1f1f1;
}
#Home {
  background-image: url('../../imgs/home_bg.jpg');
  background-size: cover;
}
#Section {
  position: absolute;
  top: 40px;
  bottom: 0px;
  left: 0;
  right: 0;
}
#Section.ng-enter {
  animation: 0.3s In_Fade  linear;
}
#Section.ng-leave {
  animation: 0.3s Out_Fade linear;
}
#MainNav {
  z-index: 70;
}
#MainNav .md-tab {
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6) !important;
}
#MainNav .md-tab.md-active {
  color: white !important;
}
#MainNav .md-tab.md-active md-icon {
  color: white !important;
}
#MainNav md-ink-bar {
  height: 3px;
}
#Validaciones {
  z-index: 70;
  border-top: 1px solid #353535;
}
.QueryArea {
  background: #f3fbff !important;
  padding: 8px 10px !important;
  border: 1px solid #cbe5f1 !important;
  border-bottom-width: 4px !important;
}
.rounded-well {
  background-color: #e2e2e2 !important;
  border-radius: 5px !important;
  overflow: auto;
}
.rounded-well::-webkit-scrollbar {
  height: 9px;
  width: 9px;
}
.rounded-well::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.rounded-well::-webkit-scrollbar-track {
  background-color: transparent;
}
.rounded-well::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  border: 1px solid transparent;
}
.rounded-well::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.rounded-well::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.rounded-chip {
  background: white;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 5px;
  margin: 5px 5px 0;
  font-size: 14px;
}
.color-picker {
  padding: 0 !important;
  -webkit-appearance: checkbox;
  margin: 0 !important;
}
.Section_Card {
  padding: 10px;
  height: 150px;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.75) !important;
  cursor: pointer;
  outline: none;
  border-radius: 15px !important;
  position: relative;
  transform: scale(0.95);
  transition: all 0.3s;
  color: white !important;
}
.Section_Card:hover {
  background-color: #0d0d0d !important;
  transform: scale(1);
}
.Section_Card:hover md-icon {
  font-size: 65px;
  color: white;
}
.Section_Card:hover span {
  color: white;
}
.Section_Card md-icon {
  font-size: 60px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  transition: all 0.4s;
  color: #9a9a9a;
}
.Section_Card span {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #6f6f6f;
  height: 40px;
  line-height: 20px;
  color: #afafaf;
}
#PQRS {
  background-color: rgba(220, 220, 220, 0.75);
}
.PowerBI_Report {
  margin-bottom: -40px !important;
}
@keyframes In_Fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Out_Fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes In_FadeScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes Out_FadeScale {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes In_Scale {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes In_Scale_Down {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes Out_Scale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes In_Down {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes Out_Up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50px);
  }
}
@keyframes In_FadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes In_FadeLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes In_FadeRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes Out_FadeDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(50px);
  }
}
@keyframes Out_FadeLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-50px);
  }
}
.Animation_In_Scale {
  animation: In_Scale 1s;
}
/**
 *  Angular Animate
 */
.slide-animate.ng-enter,
.slide-animate.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  /*position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:block;
  padding:10px;*/
}
.slide-animate.ng-enter {
  top: -5000000px;
  opacity: 0;
}
.slide-animate.ng-enter.ng-enter-active {
  top: 0;
}
.slide-animate.ng-leave {
  top: 0;
}
.slide-animate.ng-leave.ng-leave-active {
  top: 50000px;
}
/**
 * On Hover
 */
.on-hover .fade-in-this {
  opacity: 0;
  transition: opacity 0.3s;
}
.on-hover:hover .fade-in-this {
  opacity: 1;
}
