.control-label, th>label {
    font-weight: 700 !important;
}

.form-group {
  margin-bottom: 7px;
}


// Buttons ====================================================================

.btn,
.mx-button {
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 3px;
  border-width: 2px;
}

.btn:hover {
	border: 1px solid black;
}

/*{TV} For pop-up windows to align buttons left*/
.mx-window.mx-window-view .mx-window-body > .mx-dataview > .mx-dataview-controls,
.mx-window.mx-window-view .mx-window-body > .mx-placeholder > .mx-dataview > .mx-dataview-controls {
    display: flow-root;
}

.slideout-control button {
	color: #fff !important;
    height: 40px;
    width: 107px;
    font-size: 14px;
    font-weight: bold;
	font-family: Verdana,Helvetica,sans-serif;
}

.no-overflow-content > .mx-dataview-content {
	overflow: inherit !important;
}

.no-overflow-content .mx-tabcontainer-content {
	overflow-x: hidden !important;
}

.slideout-control button:hover, .slideout-control button:focus, .slideout-control button:active, .slideout-control button.active {
  color: #FFF;
  border-color: rgba(255, 186, 84, 0.49);
  background-color: rgba(255, 186, 84, 0.49);
}

.btn-default,
.btn-default:hover {
  .btn-shadow(@btn-default-bg);
}

.btn-primary,
.btn-primary:hover {
  .btn-shadow(@btn-primary-bg);
}

.btn-success {
	float: right !important; ;
}

.btn-info,
.btn-info:hover {
  .btn-shadow(@btn-info-bg);
}

.btn-warning,
.btn-warning:hover {
  .btn-shadow(@btn-warning-bg);
}

.btn-danger:hover {
   color: #fff;
  .btn-shadow(@btn-danger-bg);
}
.btn-lg {
  font-size: 18px;
}

.btn-sm {
  font-size: 12px;
}

/* Buttons Position */
.btn-right {
  float: right !important;
}

.btn-left {
  float: left !important;
}

/* Buttons Attached */
.btn-attached-right {
  margin-left: 5px;
}

.btn-attached-left {
  margin-right: 5px;
}

.btn-attached-bottom {
  margin-top: 5px;
}

.btn-attached-top {
  margin-bottom: 5px;
}

.spacing-inner-none {
  padding: 0 !important;
}

.spacing-inner-top-none {
  padding-top: 0 !important;
}

.spacing-inner-right-none {
  padding-right: 0 !important;
}

.spacing-inner-bottom-none {
  padding-bottom: 0 !important;
}

.spacing-inner-left-none {
  padding-left: 0 !important;
}

.spacing-outer-none {
  margin: 0 !important;
}

.spacing-outer-top-none {
  margin-top: 0 !important;
}

.spacing-outer-right-none {
  margin-right: 0 !important;
}

.spacing-outer-bottom-none {
  margin-bottom: 0 !important;
}

.spacing-outer-left-none {
  margin-left: 0 !important;
}

.spacing-inner {
  padding: 5px !important;
}

.spacing-inner-top {
  padding-top: 5px !important;
}

.spacing-inner-right {
  padding-right: 5px !important;
}

.spacing-inner-bottom {
  padding-bottom: 5px !important;
}

.spacing-inner-left {
  padding-left: 5px !important;
}

.spacing-outer {
  margin: 5px !important;
}

.spacing-outer-top {
  margin-top: 5px !important;
}

.spacing-outer-right {
  margin-right: 5px !important;
}

.spacing-outer-bottom {
  margin-bottom: 5px !important;
}

.spacing-outer-left {
  margin-left: 5px !important;
}

@media (max-width: 767px) {
  .spacing-inner-medium {
    padding: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-medium {
    padding: 15px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-medium {
    padding: 15px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-top-medium {
    padding-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-top-medium {
    padding-top: 15px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-top-medium {
    padding-top: 15px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-right-medium {
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-right-medium {
    padding-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-right-medium {
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-bottom-medium {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-bottom-medium {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-bottom-medium {
    padding-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-left-medium {
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-left-medium {
    padding-left: 15px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-left-medium {
    padding-left: 15px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-medium {
    margin: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-medium {
    margin: 15px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-medium {
    margin: 15px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-top-medium {
    margin-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-top-medium {
    margin-top: 15px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-top-medium {
    margin-top: 15px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-right-medium {
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-right-medium {
    margin-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-right-medium {
    margin-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-bottom-medium {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-bottom-medium {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-bottom-medium {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-left-medium {
    margin-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-left-medium {
    margin-left: 15px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-left-medium {
    margin-left: 15px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-large {
    padding: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-large {
    padding: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-large {
    padding: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-top-large {
    padding-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-top-large {
    padding-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-top-large {
    padding-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-right-large {
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-right-large {
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-right-large {
    padding-right: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-bottom-large {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-bottom-large {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-bottom-large {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-left-large {
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-left-large {
    padding-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-left-large {
    padding-left: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-large {
    margin: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-large {
    margin: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-large {
    margin: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-top-large {
    margin-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-top-large {
    margin-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-top-large {
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-right-large {
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-right-large {
    margin-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-right-large {
    margin-right: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-bottom-large {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-bottom-large {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-bottom-large {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-left-large {
    margin-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-left-large {
    margin-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-left-large {
    margin-left: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-layout {
    padding: 15px 15px 15px 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-layout {
    padding: 30px 30px 30px 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-layout {
    padding: 30px 30px 30px 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-top-layout {
    padding-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-top-layout {
    padding-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-top-layout {
    padding-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-right-layout {
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-right-layout {
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-right-layout {
    padding-right: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-bottom-layout {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-bottom-layout {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-bottom-layout {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-inner-left-layout {
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-inner-left-layout {
    padding-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-inner-left-layout {
    padding-left: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-layout {
    margin: 15px 15px 15px 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-layout {
    margin: 30px 30px 30px 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-layout {
    margin: 30px 30px 30px 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-top-layout {
    margin-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-top-layout {
    margin-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-top-layout {
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-right-layout {
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-right-layout {
    margin-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-right-layout {
    margin-right: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-bottom-layout {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-bottom-layout {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-bottom-layout {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .spacing-outer-left-layout {
    margin-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .spacing-outer-left-layout {
    margin-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .spacing-outer-left-layout {
    margin-left: 30px !important;
  }
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.mx-table th,
.mx-table td {
    padding: 4px;
    vertical-align: top;
}

.nav-tabs>li {
    float: left;
    background-color: transparent;
    font-size: 12px;
    font-weight: normal;
	margin-bottom: 0px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 14px;
	border-radius: 5px 5px 0px 0px;
}

.table>thead>tr>th {
    border-style: solid;
    border-color: lightgrey;
    border-width: 1px;
}

.mx-datagrid thead th {
	 border-right: 1px solid #e0e0e0;
}
 
.mx-datagrid thead th td {
    background: #e0e0e0;
    background-color: rgba(255, 186, 84, 0.49);
    font-weight: bold;
}

.mx-datagrid thead th .selected td:hover {
    background-color: rgba(255, 186, 84, 0.60);
}

.mx-datagrid thead th tr:hover{
    background: #e0e0e0;
    background-color: rgba(255, 186, 84, 0.30);
}

.mx-layoutcontainer {
    background-color: #ffffff;

}
.mx-datagrid-head-wrapper {
    padding: 5px;
}

.mx-layoutcontainer-wrapper {
    height: 100px;
}

th>.mx-text {
    font-weight: normal;
}

/* dropzone custom styling */

.dropzone-autosize .dropzone.dz-clickable {
    width: auto !important;
    height: auto !important;
    border: 2px dashed lightgrey;
    min-height: auto !important;
	background: transparent;
}

.dropzone-autosize .dropzone.dz-clickable:hover {
    border: 2px solid lightgrey;
	background-color: #c3e4f7;
}


/* template grid abs-middle */

.mx-templategrid.grid-middle .mx-templategrid-item {
    vertical-align: middle;
}


/* multiple buttons on a single line */

.button-container {
    display: inline-block;
    white-space: nowrap;
}

.valign-top {
    vertical-align: top !important;
}

.valign-middle {
    vertical-align: middle !important;
}

.valign-bottom {
    vertical-align: bottom !important;
}

.dlm-multiselect .dropdown-menu {
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 12px;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: transparent;	/* was background-color:#dddddd */
    border-bottom: 1px solid #F0F0EE;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
	cursor: text;
	margin-bottom: 7px;
}	

.dlm-multiselect .caret {
    display: inline-block;
    margin-top: 6px;
    margin-right: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.dlm-multiselect button {
    text-align: left;
	display: block;
}

.dlm-multiselect button>span {
    margin-left: 2px;
}

.dlm-button-container {
    margin: 10px;
}

.dlm-button-container button:not(:last-child) {
    margin-right: 8px;
}

.dlm-button-container button:hover {
    background: #f26322;
    color: #fff;
    border: 1px solid #f26322;
}


/* Mendix groupbox prettified */
.mx-groupbox > .mx-groupbox-header {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.mx-groupbox > .mx-groupbox-header .mx-groupbox-collapse-icon {
  transition: all 0.2s ease-in-out;
  margin-left: 5px;
  margin-top: 0;
}

.mx-groupbox > .mx-groupbox-header .mx-groupbox-collapse-icon.glyphicon-plus:before {
  content: "\e114";
}

.mx-groupbox > .mx-groupbox-header .mx-groupbox-collapse-icon.glyphicon-minus {
  transform: rotate(-180deg);
}

.mx-groupbox > .mx-groupbox-header .mx-groupbox-collapse-icon.glyphicon-minus:before {
  content: "\e114";
}

.mx-groupbox.mx-groupbox-collapsible .mx-groupbox-header * {
  cursor: pointer;
}

.groupbox-stylingless {
  border-bottom: none;
}

.groupbox-stylingless > .mx-groupbox-header {
  padding: 15px;
  border-style: none;
  background: transparent;
  font-weight: 600;
}

.groupbox-stylingless .mx-groupbox-body {
  padding: 15px;
  border-style: none;
  background-color: transparent;
}

.groupbox-transparent {
  border-bottom: none;
  padding: 0px;
}

.groupbox-transparent, .groupbox-deal .mx-groupbox-collapse-icon {
  color: #295290;
}
.groupbox-transparent, .groupbox-deal > .mx-groupbox-header {
  padding: 10px;
}

.groupbox-transparent .mx-groupbox-body {
	padding: 10px;
	min-height: 100%;
    color: #333;
    background-color: #FFFFFF;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;

}

.mx-groupbox.groupbox-callout .mx-groupbox-header + .mx-groupbox-body {
  color: #fff;
}

.mx-groupbox.groupbox-callout-primary > .mx-groupbox-header,
.mx-groupbox.groupbox-callout-primary > .mx-groupbox-body {
  background-color: #d4dce9;
}

.mx-groupbox.groupbox-callout-primary > .mx-groupbox-header {
  color: #FFF;
}

.mx-groupbox.groupbox-callout-inverse > .mx-groupbox-header,
.mx-groupbox.groupbox-callout-inverse > .mx-groupbox-body {
  background-color: #e0e0e0;
}

.mx-groupbox.groupbox-callout-inverse > .mx-groupbox-header {
  color: #FFF;
}

.groupbox-li {
  margin: 0;
}

.groupbox-padding-sm.mx-groupbox > .mx-groupbox-header,
.groupbox-padding-sm.mx-groupbox > .mx-groupbox-body {
  padding: 5px 7px;
}

.groupbox-noicon.mx-groupbox > .mx-groupbox-header .mx-groupbox-collapse-icon {
  display: none;
}

.groupbox-primary-lightest.mx-groupbox > .mx-groupbox-header {
  background-color: #d4dce9;
}

.groupbox-info-lightest.mx-groupbox > .mx-groupbox-header {
  background-color: #d6e2e9;
}

.groupbox-nobottompadding.mx-groupbox > .mx-groupbox-body {
  padding-bottom: 0 !important;
}

.groupbox-warning-lighter.mx-groupbox > .mx-groupbox-header {
  background: #f7c39d;
  color: #333;
}

.groupbox-warning-lighter.mx-groupbox > .mx-groupbox-header > h4,
.groupbox-warning-lighter.mx-groupbox > .mx-groupbox-header h5 {
  color: #333 !important;
}

.groupbox-warning-lighter.mx-groupbox > .mx-groupbox-body {
  border-color: #f7c39d;
}

.groupbox-header-bold.mx-groupbox > .mx-groupbox-header {
  font-weight: 700;
}

.groupbox-noicon.mx-groupbox > .mx-groupbox-header .mx-groupbox-collapse-icon {
  display: none;
}

.groupbox-border-top > .mx-groupbox-header {
  border-style: none;
  border-top-style: solid !important;
}

.groupbox-border-top > .mx-groupbox-body {
  border-style: none;
  border-top-style: solid !important;
}

.groupbox-border-top .mx-groupbox-header + .mx-groupbox-body {
  border-top-style: none !important;
}

.groupbox-border-right > .mx-groupbox-header {
  border-style: none;
  border-right-style: solid !important;
}

.groupbox-border-right > .mx-groupbox-body {
  border-style: none;
  border-right-style: solid !important;
}

.groupbox-border-bottom > .mx-groupbox-header {
  border-style: none;
}

.groupbox-border-bottom > .mx-groupbox-body {
  border-style: none;
  border-bottom-style: solid !important;
}

.groupbox-border-left > .mx-groupbox-header {
  border-style: none;
  border-left-style: solid !important;
}

.groupbox-border-left > .mx-groupbox-body {
  border-style: none;
  border-left-style: solid !important;
}

.groupbox-border-bold > .mx-groupbox-header {
  border-width: thick;
}

.groupbox-border-bold > .mx-groupbox-body {
  border-width: thick;
}

.groupbox-deal {
  background-color: transparent;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(41, 82, 144);
}
.groupbox-deal > .mx-groupbox-header {
  background-color: #dcf2f9;
}

.groupbox-deal .mx-groupbox-body, .groupbox-staticdata .mx-groupbox-body {
	padding: 10px;
	min-height: 100%;
    color: #333;
    background-color: #FFFFFF;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
}

.groupbox-staticdata {
  background-color: transparent;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(41, 82, 144);
}
.groupbox-staticdata > .mx-groupbox-header {
  background-color: #ff53004f;
}

/* ==========================================================================
   Listview

   Default Mendix Listview Widget. The list view shows a list of objects arranged vertically. Each object is shown using a template
========================================================================== */
.mx-listview {
  /* Remove widget padding */
  padding: 0;
  /* Clear search button (overrides load more button styling) */
  /* Load more button */
}

.mx-listview .mx-button.mx-listview-clear-button {
  width: auto;
}

.mx-listview > .mx-button {
  width: 100%;
  margin: 10px auto;
}

.mx-listview .mx-listview-list {
  margin: 0;
}

.mx-listview .mx-listview-item {
  background-color: #FFF;
  padding: 10px 0;
}

.mx-listview .mx-listview-item:hover {
 background-color: #fae7c1;
}


.mx-listview .mx-listview-item:focus{
  background-color: #f7d894;
  font-weight: bold;
}

.mx-listview .mx-focus:hover {
  background-color: shade(tint(#f7d894, 80), 3) !important; 
}

.mx-listview .mx-layoutgrid {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.dlm-listview-transparent > .mx-listview-item:focus, .dlm-listview-transparent .mx-listview-item:active, .dlm-listview-transparent > .mx-listview-item:hover {
	background-color: transparent;
}
.dlm-listview-transparent > .ul > .li {
	padding: 0px 5px;
}


/* ==========================================================================
   Listview Hover

   Default Mendix Listview Widget with hover
========================================================================== */
.listview-hover.mx-listview .mx-listview-item:hover, .mx-listview.multilevel-list .mx-listview-item:hover, .listview-hover.mx-listview .mx-listview-item:active, .mx-listview.multilevel-list .mx-listview-item:active {
  background-color: #d4dce9 !important;
}

/* ==========================================================================
   Listview Striped

   Default Mendix Listview Widget with striped listview items
========================================================================== */
.listview-striped.mx-listview .mx-listview-item:nth-child(2n+1) {
  background-color: #dfdfdf;
}

/* ==========================================================================
   Listview Seperated

   Default Mendix Listview Widget with listview items seperated
========================================================================== */
.listview-seperated.mx-listview .mx-listview-item {
  border-radius: 4px;
  margin-bottom: 10px;
  border-style: solid;
}

/* ==========================================================================
   Listview Lined

   Default Mendix Listview Widget with only border bottom in listview item
========================================================================== */
.listview-lined.mx-listview .mx-listview-item, .mx-listview.multilevel-list .mx-listview-item {
  border-top: 1px solid #ddd;
  border-right: none;
  border-left: none;
}

.listview-lined.mx-listview .mx-listview-item:first-child, .mx-listview.multilevel-list .mx-listview-item:first-child {
  border-radius: 0;
}

.listview-lined.mx-listview .mx-listview-item:last-child, .mx-listview.multilevel-list .mx-listview-item:last-child {
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}

/* ==========================================================================
   Listview Stylingless

   Default Mendix Listview Widget with listview items seperated
========================================================================== */
.listview-stylingless.mx-listview > .mx-listview-list > .mx-listview-item {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: default;
}

.listview-stylingless.mx-listview > .mx-listview-list > .mx-listview-item:hover {
  background-color: transparent;
}

.listview-stylingless.mx-listview > .mx-listview-list > .mx-listview-item.selected {
  background-color: transparent !important;
}

.listview-stylingless.mx-listview > .mx-listview-list > .mx-listview-item.selected:hover {
  background-color: transparent !important;
}

/* dijitCalendar styling fixes START */

.dijitCalendar .dijitCalendarArrow {
    cursor: pointer;
}

.dijitCalendar .dijitCalendarSelectedYear {
    cursor: default;
}

.dijitCalendar .dijitCalendarYearContainer {
    text-align: center;
    border-top: 1px solid lightgrey;
}

.dijitCalendar.dijitCalendarContainer {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.175);
    padding: 5px;
    border-radius: 6px;
    border: 1px solid lightgrey;
}

.dijitCalendarContainer tr th,
.dijitCalendarContainer tr td {
    padding: 6px;
    text-align: center;
    color: #000000;
}

.dijitCalendar .dijitCalendarMonthLabel:hover {
    text-decoration: underline;
}

.dijitCalendar .dijitCalendarCurrentMonthLabel {
    margin-bottom: 6px;
}


/* dijitCalendar styling fixes END */


/* feedback node styling START */

.dlm-feedback-node,
.dlm-feedback-node:active,
.dlm-feedback-node:focus {
    color: #fff !important;
    cursor: pointer;
    position: fixed;
    right: 0;
    vertical-align: bottom;
    height: 40px;
    border: 0;
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: -1px !important;
    background-color: #f26322 !important;
    top: 35%;
    width: 104px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    z-index: 500;
    transform: rotate(270deg) translate(0, 34px);
    font-size: 14px;
    font-weight: bold;
}

.dlm-feedback-node:hover {
    background-color: rgb(249, 96, 27) !important;
}

/* feedback node styling END */


/* profile menu styling START */

.dlm-avatar-container .dropdown-div-converter .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dlm-avatar-container {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.dlm-avatar-initials button span.glyphicon {
    padding: 10px 0px 10px 36px;
    font-size: 16px;
    position: absolute;
}

.dlm-avatar-container .dropdown-div-converter.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}

.dlm-avatar-initials>button {
    position: relative;
    line-height: 50px;
    color: #fff !important;
}

div.dlm-avatar-initials>button {
    padding: 0;
    font-family: "Courier New", monospace;
    font-weight: bold;
    line-height: 38px;
    font-size: 28px;
    width: 38px;
}

div.dlm-avatar-initials>button.btn-link:hover,
div.dlm-avatar-initials>button.btn-link:focus {
    text-decoration: none;
    color: #fff;
	border: transparent !important;
	background-color: transparent;
}

.dlm-avatar-container .mx-list>li {
    border: 0;
    font-size: 12px
}

.card-dashboard:hover {
	background-color: #d2f1fd;
}

@media (max-width: 1400) {
    .card-dashboard {
        width: 100px;
    }
}

.dlm-avatar-container .mx-list>li:hover {
    background: #fff;
    color: #000;
    text-decoration: underline;
}

.dlm-avatar-container .mx-list>li.dlm-dropdown-title:hover {
    text-decoration: none;
}

.dlm-avatar-container .mx-navigationlist {
    padding: 0;
    margin-bottom: 0px;
}

.dlm-avatar-container .mx-navigationlist li.active {
    background: inherit;
    color: inherit;
}

.dlm-avatar-container div.dropdown-menu-right {
    right: -40px;
}

.dlm-avatar-initials .caret {
    display: none;
}


/* IE11 */

_:-ms-fullscreen,
 :root .dlm-avatar-initials button span.glyphicon {
    padding: 10px 0px 10px 47px;
}

.dlm-avatar-initials .mx-navigationlist-item .btn {
    border: 0px;
    background: inherit;
    padding: 0;
    font-size: 12px;
    width: 100%;
    text-align: left;
}

.dlm-avatar-initials .mx-navigationlist-item .btn:active,
.dlm-avatar-initials .mx-navigationlist-item .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.dlm-avatar-initials .mx-navigationlist-item .btn:hover,
.dlm-avatar-initials .mx-navigationlist-item .btn:focus,
.dlm-avatar-initials .mx-navigationlist-item .btn.focus {
    text-decoration: underline;
    color: inherit;
}

.dlm-dropdown-title.mx-navigationlist-item {
    cursor: default;
    border-bottom: 1px solid lightgrey !important;
}

.dlm-dropdown-title.mx-navigationlist-item * {
    cursor: default;
    text-decoration: none;
}


/* profile menu styling END */


/* login page */

.TwoFactorLogin-widget .form-control::-moz-placeholder {
    color: #dddddd;
    opacity: 1
}

.TwoFactorLogin-widget .form-control:-ms-input-placeholder {
    color: #dddddd
}

.TwoFactorLogin-widget .form-control::-webkit-input-placeholder {
    color: #dddddd
}

.TwoFactorLogin-widget .form-control {
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.TwoFactorLogin-widget .messagePane {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.TwoFactorLogin-widget button {
    height: 38px;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
}

.TwoFactorLogin-widget .btn-success,
.TwoFactorLogin-widget .btn-success:hover {
    background-color: #28a745;
    background-image: -webkit-linear-gradient(270deg, #34d058 0%, #28a745 90%);
    background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%);
    background-repeat: no-repeat;
    border: 1px solid #2f6405;
}

.TwoFactorLogin-widget input[type=number]::-webkit-inner-spin-button,
.TwoFactorLogin-widget input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-horizontal .TwoFactorLogin-widget .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    font-size: 11px;
    text-align: center;
	background-color: #f4f4f4;
}

@media (min-width: 1200px) {
    .col-lg-3 {
        width: 25%;
        max-width: 400px;
    }
}

.dlm-listview-selection-narrow input[type="checkbox"] {
    margin: 0;
}

.dlm-listview-selection-narrow>ul>li {
    padding: 5px 10px 5px;
}

.dlm-listview-selection-narrow>ul>li tr {
    height: 26px;
}

.dlm-listview-selection-narrow>ul>li tr:hover {
    background: #e0e0e0;
    background-color: rgba(255, 186, 84, 0.30);
}

.dlm-listview-selection-narrow>ul>li .selected tr {
    background: #e0e0e0;
    background-color: rgba(255, 186, 84, 0.49);
}

.dlm-listview-selection-narrow>ul>li .selected tr:hover {
    background: #e0e0e0;
    background-color: rgba(255, 186, 84, 0.60);
}
.dlm-listview-selection-narrow .checkbox-td {
    line-height: 0px;
}

.dlm-listview-selection-narrow input[type="radio"] {
    position: relative;
}

.dlm-listview-selection-narrow label.radio-inline {
    background-color: transparent;
    padding-left: 20px;
    padding-top: 4px;
    border: 0;
}

.dlm-listview-select .mx-listview-item {
    padding: 2px 10px;
}

.dlm-listview-select-single .mx-listview-item {
    border: 0;
    background-color: transparent;
}

.dlm-listview-select-single .mx-list-striped>li:nth-child(2n+1),
.dlm-listview-select-single .mx-list-striped>li:nth-child(2n+1):hover {
    background: transparent;
}

.dlm-listview-select-single li:nth-child(2n):hover {
    background: transparent;
}

.dlm-listview-cashflowupdate .mx-listview-item {
    padding: 2px 0px;
}

.dlm-listview-cashflowupdate .mx-listview-item:active {
    background-color: #d4dce9;
}

.dlm-listview-cashflowupdate .checkbox-td {
    line-height: 0px;
}

.dlm-listview-cashflowupdate input[type="radio"] {
    position: relative;
}

.dlm-cashflowupdate-locked {
	background-color: whitesmoke;
	border-color: #fbeed5;
	color: black;
}



.dlm-imagecontainer {
  position: absolute;
  text-align: center;
  color: black; 
}

.dlm-textcentered {
  font-size: 10px;
  position: absolute;
  top: 60%;
  left: 33%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: black;
  text-shadow: 1px 1px white;
}

.dlm-dashboard-grid {
  overflow: hidden !important;
}

.dlm-dashboard-grid.mx-templategrid .mx-templategrid-item {
  border: none;
}

.dlm-dashboard-grid.mx-templategrid .mx-templategrid-item .mx-listview .mx-listview-item {
  padding: 20px; 
  border: 1px solid #ddd; 
  border-radius: 4px; 
  background-color: #fff;
  box-shadow: none;
}

.dlm-dashboard-grid.mx-templategrid .mx-templategrid-item .dlm-dashboard-section {
  padding: 20px; 
  border: 1px solid #ddd; 
  border-radius: 4px; 
  background-color: #fff;
  box-shadow: none;
}

.dlm-dashboard-grid .mx-list-striped>li:nth-child(2n+1),
.dlm-dashboard-grid .mx-list-striped>li:nth-child(2n+1):hover {
    background-color: transparent;
    border: 0;
}

.dlm-dashboard-layout-icon {
    border: 1px solid transparent;
    padding: 6px;
}

.dlm-dashboard-layout-icon:hover {
    border: 1px dashed lightgrey;
}

.dlm-layout-1row .dlm-section-container {
  height: 100%;
}

.dlm-layout-2row .dlm-section-container {
    height: 50%;
}

.dlm-layout-3row .dlm-section-container {
    height: 33.3%;
}

.dlm-layout-1row .dlm-placeholder-button {
    height: 780px;
    line-height: 780px;
}

.dlm-layout-2row .dlm-placeholder-button {
    height: 340px;
    line-height: 340px;
}

.dlm-layout-2row .dlm-placeholder-button {
    height: 340px;
    line-height: 340px;
}

.dlm-dashboard-icon {
    font-size: 16px;
}

.dlm-dashboard-icon:hover {
    color: #f26322;
}

/* START bootstrap tooltip dlm color */
.tooltip.top .tooltip-inner {
    background-color: #f36223;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #f36223;
}

.tooltip.right .tooltip-inner {
    background-color: #f36223;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #f36223;
}

.tooltip.bottom .tooltip-inner {
    background-color: #f36223;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f36223;
}

.tooltip.left .tooltip-inner {
    background-color: #f36223;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #f36223;
}
/* END bootstrap tooltip dlm color */
	

/* ==========================================================================
   Card
========================================================================== */
.card {
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px #ddd, 0 1px 2px #999;
}

@media only screen and (max-width: 1024px) {
  .card {
    padding: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .card hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.card-no-shadow {
  box-shadow: none;
}

.card-maps {
  padding: 0;
}

.card-maps .googlemaps > div {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card-header-action {
  /* Title + button + border below title and button */
}

.card-details {
  padding: 20px;
}

@media only screen and (max-width: 1024px) {
  .card-details {
    padding: 10px;
  }
}

.card-title.btn, .CustomString-container > h3.btn {
  white-space: normal;
}

.card-subtitle {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .card-image {
    margin: 10px auto;
  }
}

@media (max-width: 1400px) { 
  .card-image{
    height: 50px;
  }
}

.card-user-image {
  border: 4px solid #FFF;
}

.card-controls {
  position: absolute;
  bottom: 50px;
  right: 35px;
  width: calc(100% - 70px);
}

.card-report {
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  background-color: #f2f9ff75;
  border-radius: 4px;
  color: #FFFFFF;
}

.text-report {
	color: rgb(10, 19, 37);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 8px 0;
}

.header-report {
	color: #c92f46;
}

.Calendar__day.-selected {
	color: #c92f46;
    font-weight: bold;
    border: 1px #c92f46 solid;
}

.Calendar__monthSelectorItem.-active .Calendar__monthSelectorItemText {
	color: #c92f46;
    font-weight: bold;
    border: 1px #c92f46 solid;
	border-radius: 25px;
}

.Calendar__yearSelectorItem.-active .Calendar__yearSelectorText  {
	color: #c92f46;
    font-weight: bold;
    border: 1px #c92f46 solid;
	border-radius: 25px;
}

@keyframes mymove {
    0%   {top: 0px; left: 0px; background: red;}
    25%  {top: 0px; left: 100px; background: blue;}
    50%  {top: 100px; left: 100px; background: yellow;}
    75%  {top: 100px; left: 0px; background: green;}
    100% {top: 0px; left: 0px; background: red;}
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.btn-delete,.btn-delete:hover {
	background-image:-webkit-linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
	background-image:-o-linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
	background-image:linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe08b27', endColorstr='#ffcc7b1d', GradientType=0);
	filter:none;
	border:1px solid #ac6819
}


.region-sidebar > .mx-layoutcontainer-wrapper, .layout-sidebar-responsive .region-sidebar-fixed > .mx-layoutcontainer-wrapper,
.region-sidebar-fixed > .mx-layoutcontainer-wrapper {
  padding: 0;
}

.region-content {
  padding: 0;
}

.region-content > .mx-layoutcontainer-wrapper {
  padding: 0;
}

.region-content > .mx-placeholder .mx-layoutgrid-fixed,
.region-content > .mx-layoutcontainer-wrapper .mx-placeholder .mx-layoutgrid-fixed {
  max-width: 1170px;
  margin: auto;
}

.region-footer > .mx-layoutcontainer-wrapper {
  padding: 0;
}

.layout-sidebar-responsive .region-sidebar-fixed {
  display: none;
}

@media (min-width: 768px) {
  .layout-sidebar-responsive .region-sidebar-fixed {
    position: fixed;
    top: 60px;
    bottom: 0;
    z-index: 10;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
  }
}

@media (min-width: 768px) {
  body[dir="rtl"] .layout-sidebar-responsive .region-sidebar-fixed {
    right: 0;
  }
}

@media (min-width: 768px) {
  body[dir="ltr"] .layout-sidebar-responsive .region-sidebar-fixed {
    left: 0;
  }
}

.no-padding-top-bottom {
	padding-top: 0px;
	padding-bottom: 0px;
}

.mx-list>li.mx-listview-item:last-child {
    border-bottom-style: solid;
}

.hiddenByWidget {
display: none !important;
=======
}

.hidden {
	display: none;
}

.ellipsis  {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.wizard {
    display: flex;
    justify-content: space-between;
}
.wizard .wizard-step {
	position: relative;
    width: 100%;
    text-align: center;
}

.wizard .wizard-step .wizard-step-number {
	width: 40px;
	height: 40px;
	border-color: gray;
	border-radius: 50%;
	background-color: #efeeee;
	font-size: 13px;
}

.wizard .wizard-step .wizard-step-number:hover {
	border-color: black;
	background-color: #DDDDDD;
}

.img-party {
    max-height: 55px;
    max-width: 125px;
    border: 3px solid rgb(119, 119, 119);
    border-radius: 6px;
    background-color: white;
	margin-bottom: 7px;
}

.wizard .row:before {
  top: 25px;
  height: 2px;
  background-color: #ddd;
}

.wizard .wizard-step .wizard-step-visited {
	color: #FFFFFF;
    background-color: #76CA02;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 13px;
	border: 1px solid #484848;
} 

.wizard .wizard-step .wizard-step-active {
    color: #FFFFFF;
	background-color: #0595DB;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #0e0e0e;
}
.flex-container {
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}

/* Mendix pop-up customizations */

.mx-dialog-info .modal-content .modal-header {
	 background-color: rgba(255, 186, 84, 0.30);
	 border-radius: 4px;
	 border-radius: 1px;
}

.mx-dialog-warning .modal-content .modal-header {
	 background-color: #f57e47;
	 border-radius: 4px;
	 border-radius: 1px;
}

.mx-dialog-error .modal-content .modal-header {
	 background-color: #be161d;
	 border-radius: 4px;
}

.mx-dialog-error .modal-content .modal-header .mx-dialog-close {
	color: #f5f5f5;
}

.mx-dialog-error .modal-content .modal-header .mx-dialog-caption {
	color: #f5f5f5;
	 border-radius: 1px;
}

.session-time-out {
	background: url("/resources/SessionTimeOut.png") no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-size: contain;
}

/* Custom login page */

.login-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.login-container {
  display: table;
  width: 100%;
  max-width: 1170px;
  min-width: 180px;
  height: 80%;
  margin: auto;
  text-align: center;
}

.login-container label {
  font-weight: bold;
}

.login-container .login-message {
  display: none;
}

.login-container .login-form {
  display: table-cell;
  padding: 30px 10px 0px;
  vertical-align: middle;
  text-align: left;
}

.login-container .login-form input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-size: 15px;
}

.login-container .login-sso-button {
  display: block;
  margin: auto;
}

.dlm-brand-logo-halloween {
	background: url("/resources/HalloweenLogo.png") no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-size: contain;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 50px;
}

.dlm-brand-logo-christmas {
	background: url("/resources/dlm_tm_logo_vertical_christmas.png") no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-size: contain;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 50px;
}

.dlm-brand-logo-easter {
	background: url("/resources/dlm_tm_logo_vertical_easter.png") no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-size: contain;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 50px;
}

.profile-phone .login-logo {
  height: 71px;
}

.btn-close-footer {
	width: 100%;
	border-radius: 4px;
	text-align: center;
}

.material-icons {
	text-decoration-line: none !important;
}

.material-icons-remove {
	margin-top: 2px;
	color: #ff0000 !important;
}

.material-icons-remove:hover {
	color: #d40909 !important;
}

.material-icons-add {
	margin-top: 10px;
	color: green;
}

.material-icons-add:hover {
	color: darkgreen !important;
}

.rotate-container {
	transition: transform .5s ease-in-out;
}

.rotate-container .rotate:hover {
	transform: scale(1.2) rotate(90deg);
	text-decoration-line: none;
	text-decoration-line: none;
}

.rotateprogress {
  animation: rotation 5s infinite linear;
}

.multiselect-search {
	   padding: 8px 5px;
}

.pulse:hover, .pulse:focus {
	animation: pulse 1s;
}

.mx-scrollcontainer-middle > .mx-scrollcontainer-wrapper { 
	overflow-x: hidden !important;
	}

.no-hover ul li:hover, .no-hover ul li:focus {
  background-color: transparent !important;
}

.sidebar-popup {
    position: relative;
    top:0 !important;
}

.sidebar-popup {
    left:100% !important;
    height:100% !important;
    transition: transform .2s ease-in-out !important;
    transform: translateX(100%);
}

.sidebar-popup.mx-window-active {
    right: 0px !important;
    left: auto !important;
    transform: translateX(0);
}

.templategrid-navigation > .mx-grid-content > .mx-templategrid-content-wrapper > .mx-templategrid-row > .mx-templategrid-item {
	border: 0px;
	color: #888;
}

.templategrid-navigation > .mx-grid-content > .mx-templategrid-content-wrapper > .mx-templategrid-row > .mx-templategrid-item:hover {
	background-color: transparent;
}

.date-picker-web {
    font-size: 14px;
    border: 1px solid lightgrey;
    padding: 4px 17px;
    border-radius: 9px;
}


.datagrid2-no-row-show > .widget-datagrid-content {
	display: none;
}

.datagrid2-no-row-show > .widget-datagrid-footer {
	display: none;
}

.btn-navigation-horizontal {
	font-weight: 700;
	font-size: 11px;
	font-family: sans-serif;
	border: 0px;
	text-wrap: auto;
}

.btn-navigation-horizontal:hover {
	border: 0px;
	background-color: transparent !important;
}

.custom-active-horizontal {
	background-color: transparent !important;
}

.custom-active-horizontal .btn {
	background-color: transparent;
}

.material-icons-home {
	margin-left: 5px;
	margin-top: 5px;
    color: rgb(109 108 108);
}

.material-icons-home-active {
	margin-left: 5px;
	margin-top: 5px;
}

.widget-datagrid-export-alert {
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  padding: 54px;
  min-width: 200px;
  max-width: 378px;
  width: 100%;
  position: relative;
}
.widget-datagrid-export-alert-cancel {
  position: absolute;
  top: 10px;
  right: 10px;
}

.widget-datagrid-export-alert-cancel.btn {
  display: flex;
  padding: 4px;
}
.widget-datagrid-export-alert-cancel.btn:focus-visible {
  outline: 1px solid #264ae5;
}
.widget-datagrid-export-alert-message {
  color: rgb(38, 74, 229);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.widget-datagrid-export-alert-failed .widget-datagrid-export-progress-indicator {
  background-color: rgb(227, 63, 78);
}

.widget-datagrid-export-progress {
  align-items: center;
  background-color: rgb(240, 241, 242);
  border-radius: 4px;
  display: flex;
  height: 18px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  width: 100%;
}
.widget-datagrid-export-progress-indicator {
  background-color: rgb(38, 74, 229);
  border-radius: 4px;
  height: 17px;
  transition: transform 100ms cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
}
.widget-datagrid-export-progress-indicator-indeterminate {
  animation: indeterminateAnimation 1s infinite linear;
  transform-origin: 0% 50%;
  transition: none;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(0) scaleX(0);
  }
  40% {
    transform: translateX(0) scaleX(0.4);
  }
  100% {
    transform: translateX(100%) scaleX(0.5);
  }
}
.widget-datagrid-modal-overlay {
  animation: fade-in 300ms cubic-bezier(0.16, 1, 0.3, 1);
  background-color: rgba(128, 128, 128, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.widget-datagrid-modal-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 55;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.table {
  position: relative;
  border-width: 0;
  background-color: var(--bg-color-secondary, #fff);
  /* Table Content */
  /* Pseudo Row, to target this object please use .tr > .td or .tr > div */
  /* Column Header */
  /* If Column Header has filter */
  /* Column selector for hidable columns */
  /* Column content */
}
.table .table-content {
  display: grid;
  position: relative;
}
.table .tr {
  display: contents;
}
.table .th {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  background-color: var(--bg-color-secondary, #fff);
  border-width: 0;
  border-color: var(--grid-border-color, #ced0d3);
  padding: var(--spacing-medium, 16px);
  top: 0;
  min-width: 0;
  position: relative;
  /* Clickable column header (Sortable) */
  /* Column resizer when column is resizable */
  /* Content of the column header */
  /* Header text */
  /* Header filter */
}
.table .th.dragging {
  opacity: 0.5;
}
.table .th.dragging.dragging-over-self {
  opacity: 0.8;
}
.table .th.drop-after:after, .table .th.drop-before:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: var(--spacing-smaller, 4px);
  background-color: rgba(10, 19, 37, 0.8);
  z-index: 1;
}
.table .th.drop-before:after {
  left: 0;
}
.table .th.drop-before:not(:first-child):after {
  transform: translateX(-50%);
}
.table .th.drop-after:after {
  right: 0;
}
.table .th.drop-after:not(:last-child):after {
  transform: translateX(50%);
}
.table .th .clickable {
  cursor: pointer;
}
.table .th .column-resizer {
  padding: 0 4px;
  align-self: stretch;
  cursor: col-resize;
}
.table .th .column-resizer:hover .column-resizer-bar {
  background-color: var(--brand-primary, #264ae5);
}
.table .th .column-resizer:active .column-resizer-bar {
  background-color: var(--brand-primary, #264ae5);
}
.table .th .column-resizer .column-resizer-bar {
  height: 100%;
  width: 4px;
}
.table .th .column-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-self: stretch;
  min-width: 0;
}
.table .th .column-container:not(:has(.filter)) .column-header {
  height: 100%;
}
.table .th .column-header {
  margin: 1px 1px calc(-1 * var(--spacing-smaller, 4px) + 2px);
  display: flex;
  align-items: baseline;
}
.table .th .column-header span {
  min-width: 0;
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
  align-self: center;
}
.table .th .column-header svg {
  margin-left: 8px;
  flex: 0 0 var(--btn-font-size, 14px);
  color: var(--gray-dark, #606671);
  height: var(--btn-font-size, 14px);
  align-self: center;
}
.table .th .column-header:focus:not(:focus-visible) {
  outline: none;
}
.table .th .column-header:focus-visible {
  outline: 1px solid var(--brand-primary, #264ae5);
}
.table .th .filter {
  display: flex;
  margin-top: 4px;
}
.table .th .filter input:not([type=checkbox]) {
  font-weight: normal;
  flex-grow: 1;
  width: 100%;
  padding-left: 5px;
}
.table .th .filter > .form-group {
  margin-bottom: 0;
}
.table .th .filter > .form-control {
  flex: unset;
  min-width: unset;
}
.table:has(.th .column-container .filter:not(:empty)) .th {
  /*adjust filter-selector icon to be mid-bottom aligned */
  /*adjust checkbox toggle to be mid-bottom aligned */
}
.table:has(.th .column-container .filter:not(:empty)) .th.column-selector {
  padding: var(--spacing-medium, 16px) 0;
}
.table:has(.th .column-container .filter:not(:empty)) .th .column-selector-content {
  align-self: flex-end;
  margin-bottom: 3px;
}
.table:has(.th .column-container .filter:not(:empty)) .th.widget-datagrid-col-select {
  align-items: flex-end;
  padding-bottom: calc(var(--spacing-medium, 16px) + 11px);
}
.table .column-selector {
  padding: 0;
  /* Column content */
}
.table .column-selector .column-selector-content {
  align-self: center;
  padding-right: var(--spacing-medium, 16px);
  /* Button containing the eye icon */
  /* List of columns to select */
}
.table .column-selector .column-selector-content .column-selector-button {
  /* 2px as path of icon's path is a bit bigger than outer svg */
  padding: 0;
  margin: 0;
  height: calc(var(--btn-font-size, 14px) + 14px + 2px);
  width: calc(var(--btn-font-size, 14px) + 14px + 2px);
}
.table .column-selector .column-selector-content .column-selector-button svg {
  margin: 7px;
}
.table .column-selector .column-selector-content .column-selectors {
  position: absolute;
  right: 0;
  margin: 8px;
  padding: 0 16px;
  background: var(--bg-color-secondary, #fff);
  z-index: 102;
  border-radius: 3px;
  border: 1px solid transparent;
  list-style-type: none;
  -webkit-box-shadow: 0 2px 20px 1px rgba(32, 43, 54, 0.08);
  -moz-box-shadow: 0 2px 20px 1px rgba(32, 43, 54, 0.08);
  box-shadow: 0 2px 20px 1px rgba(32, 43, 54, 0.08);
}
.table .column-selector .column-selector-content .column-selectors li {
  display: flex;
  align-items: center;
}
.table .column-selector .column-selector-content .column-selectors li label {
  margin: 8px;
  font-weight: normal;
  white-space: nowrap;
}
.table .td {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-medium, 16px);
  border-style: solid;
  border-width: 0;
  border-color: var(--grid-border-color, #ced0d3);
  border-bottom-width: 1px;
  min-width: 0;
}
.table .td.td-borders {
  border-top-width: 1px;
  border-top-style: solid;
}
.table .td:focus-visible {
  outline-width: 1px;
  outline-style: solid;
  outline-offset: -1px;
  outline-color: var(--brand-primary, #264ae5);
}
.table .td.clickable {
  cursor: pointer;
}
.table .td > .td-text {
  white-space: nowrap;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table .td > .td-custom-content {
  flex-grow: 1;
}
.table .td > .empty-placeholder {
  width: 100%;
}
.table .td.wrap-text {
  min-height: 0;
  min-width: 0;
}
.table .td.wrap-text > .td-text,
.table .td.wrap-text > .mx-text {
  white-space: normal;
}
.table *:focus {
  outline: 0;
}
.table .align-column-left {
  justify-content: flex-start;
}
.table .align-column-center {
  justify-content: center;
}
.table .align-column-right {
  justify-content: flex-end;
}

.pagination-bar {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
  align-items: baseline;
  margin: 16px;
  color: #0a1325;
}
.pagination-bar .paging-status {
  padding: 0 8px 8px;
}
.pagination-bar .pagination-button {
  padding: 6px;
  color: var(--gray-darker, #3b4251);
  border-color: transparent;
  background-color: transparent;
}
.pagination-bar .pagination-button:hover {
  color: var(--brand-primary, #264ae5);
  border-color: transparent;
  background-color: transparent;
}
.pagination-bar .pagination-button:disabled {
  border-color: transparent;
  background-color: transparent;
}
.pagination-bar .pagination-button:focus:not(:focus-visible) {
  outline: none;
}
.pagination-bar .pagination-button:focus-visible {
  outline: 1px solid var(--brand-primary, #264ae5);
}
.pagination-bar .pagination-icon {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* Column selector for hidable columns outside DG context */
/* List of columns to select */
.column-selectors {
  position: absolute;
  right: 0;
  margin: 8px 0;
  padding: 0 16px;
  background: var(--bg-color-secondary, #fff);
  z-index: 102;
  border-radius: 3px;
  border: 1px solid transparent;
  list-style-type: none;
  -webkit-box-shadow: 0 2px 20px 1px rgba(32, 43, 54, 0.08);
  -moz-box-shadow: 0 2px 20px 1px rgba(32, 43, 54, 0.08);
  box-shadow: 0 2px 20px 1px rgba(32, 43, 54, 0.08);
}
.column-selectors.overflow {
  height: 250px;
  overflow-y: scroll;
}
.column-selectors li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.column-selectors li label {
  margin: 8px;
  font-weight: normal;
  white-space: nowrap;
}

.widget-datagrid {
  position: relative;
}
.widget-datagrid.widget-datagrid-selection-method-click .tr.tr-selected .td {
  background-color: #e6eaff;
}
.widget-datagrid .th.widget-datagrid-col-select,
.widget-datagrid .td.widget-datagrid-col-select {
  align-items: center;
}
.widget-datagrid-exporting .widget-datagrid-top-bar,
.widget-datagrid-exporting .widget-datagrid-header,
.widget-datagrid-exporting .widget-datagrid-content,
.widget-datagrid-exporting .widget-datagrid-footer {
  visibility: hidden;
}
.widget-datagrid-exporting .widget-datagrid-top-bar *,
.widget-datagrid-exporting .widget-datagrid-header *,
.widget-datagrid-exporting .widget-datagrid-content *,
.widget-datagrid-exporting .widget-datagrid-footer * {
  transition: unset;
}
.widget-datagrid-col-select input:focus-visible {
  outline-offset: 0;
}
.widget-datagrid-content {
  overflow-y: auto;
}
.widget-datagrid-loader-container {
  align-items: center;
  background-color: rgb(255, 255, 255);
  display: flex;
  height: 400px;
  justify-content: center;
}
.widget-datagrid-skeleton, .widget-datagrid-spinner {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}
.widget-datagrid-skeleton {
  padding: 6px var(--dropdown-outer-padding, 10px);
}
.widget-datagrid-skeleton-loader {
  animation: skeleton-loading 1s linear infinite alternate;
  background: var(--dg-skeleton-background, linear-gradient(90deg, rgba(194, 194, 194, 0.2) 0%, #d2d2d2 100%));
  background-size: 300% 100%;
  border-radius: 4px;
  height: 16px;
  width: 148px;
}
.widget-datagrid-skeleton-loader-small {
  margin-right: 8px;
  width: 16px;
}
.widget-datagrid-spinner {
  justify-content: center;
  width: 100%;
}
.widget-datagrid-spinner-margin {
  margin: 52px 0;
}
.widget-datagrid-spinner-loader {
  --widget-combobox-spinner-loader: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  animation: rotate 1s infinite linear;
  aspect-ratio: 1;
  background: var(--brand-primary, #264ae5);
  border-radius: 50%;
  mask: var(--widget-combobox-spinner-loader);
  mask-composite: subtract;
}
.widget-datagrid-spinner-loader-large {
  height: 48px;
  padding: 7px;
  width: 48px;
}
.widget-datagrid-spinner-loader-medium {
  height: 24px;
  padding: 3.5px;
  width: 24px;
}
.widget-datagrid-spinner-loader-small {
  height: 16px;
  padding: 2.3px;
  width: 16px;
}

.widget-datagrid .widget-datagrid-load-more {
  display: block !important;
  margin: 0 auto;
}

@keyframes skeleton-loading {
  0% {
    background-position: right;
  }
}
@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}
/**
    Classes for React Date-Picker font-unit and color adjustments
*/
.react-datepicker {
  font-size: 1em;
  border: 1px solid #d7d7d7;
}

.react-datepicker-wrapper {
  display: flex;
  flex: 1;
}

.react-datepicker__input-container {
  display: flex;
  flex: 1;
}

.react-datepicker__header {
  padding-top: 0.8em;
  background-color: var(--bg-color, #fff);
  border-color: transparent;
}

.react-datepicker__header__dropdown {
  margin: 8px 0 4px 0;
}

.react-datepicker__year-dropdown-container {
  margin-left: 8px;
}

.react-datepicker__month {
  margin: 4px 4px 8px 4px;
}

.react-datepicker__month-container {
  font-weight: normal;
}

.react-datepicker__day-name,
.react-datepicker__day {
  width: 2em;
  line-height: 2em;
  margin: 4px;
}

.react-datepicker__day,
.react-datepicker__day--in-range {
  color: #555;
  border-radius: 50%;
}
.react-datepicker__day:hover,
.react-datepicker__day--in-range:hover {
  border-radius: 50%;
  color: var(--brand-primary, #264ae5);
  background-color: var(--gray-ligter, #f8f8f8);
}

.react-datepicker__day-name {
  color: var(--brand-primary, #264ae5);
  font-weight: bold;
}

.react-datepicker__day--outside-month {
  color: #c8c8c8;
}

.react-datepicker__day--today:not(.react-datepicker__day--in-range),
.react-datepicker__day--keyboard-selected {
  color: var(--brand-primary, #264ae5);
  background-color: var(--gray-ligter, #f8f8f8);
}

.react-datepicker__month-select:focus-visible,
.react-datepicker__year-select:focus-visible,
.react-datepicker__navigation:focus-visible,
.react-datepicker__day.react-datepicker__day--keyboard-selected {
  outline: 1px solid var(--form-input-border-focus-color);
}

.react-datepicker__day--selected,
.react-datepicker__day--range-start,
.react-datepicker__day--range-end,
.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-start {
  background-color: var(--brand-primary, #264ae5);
  color: var(--header-text-color, #fff);
}
.react-datepicker__day--selected:hover,
.react-datepicker__day--range-start:hover,
.react-datepicker__day--range-end:hover,
.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-start:hover {
  border-radius: 50%;
  background-color: var(--brand-primary, #264ae5);
  color: var(--header-text-color, #fff);
}

.react-datepicker__day--in-range:not(.react-datepicker__day--range-start, .react-datepicker__day--range-end),
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range,
.react-datepicker__day--selecting-range-start) {
  background-color: #eaeaea;
  color: #000;
}
.react-datepicker__day--in-range:not(.react-datepicker__day--range-start, .react-datepicker__day--range-end):hover,
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range,
.react-datepicker__day--selecting-range-start):hover {
  background-color: var(--brand-primary, #264ae5);
  color: var(--header-text-color, #fff);
}

button.react-datepicker__close-icon::after {
  background-color: var(--brand-primary, #264ae5);
}

.react-datepicker__current-month {
  font-size: 1em;
  font-weight: normal;
}

.react-datepicker__navigation {
  top: 1em;
  line-height: 1.7em;
  border: 0.45em solid transparent;
}

.react-datepicker__navigation--previous {
  border-right-color: #ccc;
  left: 8px;
  border: none;
}

.react-datepicker__navigation--next {
  border-left-color: #ccc;
  right: 8px;
  border: none;
}

/**
Space between the fields and the popup
 */
.react-datepicker-popper[data-placement^=bottom] {
  margin-top: unset;
  padding-top: 0;
}

@font-face {
  font-family: "datagrid-filters";
  src: url("./fonts/datagrid-filters.eot");
  src: url("./fonts/datagrid-filters.eot") format("embedded-opentype"), url("./fonts/datagrid-filters.woff2") format("woff2"), url("./fonts/datagrid-filters.woff") format("woff"), url("./fonts/datagrid-filters.ttf") format("truetype"), url("./fonts/datagrid-filters.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.filter-container {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  position: relative;
}
.filter-container .filter-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 0px;
}

.btn-calendar {
	display: none;
}

.filter-selector {
  padding-left: 0;
  padding-right: 0;
}
.filter-selector .filter-selector-content {
  height: 100%;
  align-self: flex-end;
}
.filter-selector .filter-selector-content .filter-selector-button {
  padding: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  height: 100%;
}
.filter-selector .filter-selector-content .filter-selector-button:before {
  justify-content: center;
  width: 20px;
  height: 15px;
  padding-left: 4px;
  /* The font has spaces in the right side, so to align in the middle we need this */
}
.filter-selector .filter-selector-content .filter-selectors {
  position: absolute;
  width: max-content;
  left: 0;
  margin: 0 var(--spacing-small, 8px);
  padding: 0;
  background: var(--bg-color-secondary, #fff);
  z-index: 102;
  border-radius: 8px;
  list-style-type: none;
  box-shadow: 0 2px 20px 1px rgba(5, 15, 129, 0.05), 0 2px 16px 0 rgba(33, 43, 54, 0.08);
  overflow: hidden;
  z-index: 102;
}
.filter-selector .filter-selector-content .filter-selectors li {
  display: flex;
  align-items: center;
  font-weight: normal;
  line-height: 32px;
  cursor: pointer;
}
.filter-selector .filter-selector-content .filter-selectors li .filter-label {
  padding-right: 8px;
}
.filter-selector .filter-selector-content .filter-selectors li.filter-selected {
  background-color: var(--gray-lighter, #f8f8f8);
  color: var(--brand-primary, #264ae5);
}
.filter-selector .filter-selector-content .filter-selectors li:hover, .filter-selector .filter-selector-content .filter-selectors li:focus {
  background-color: var(--gray-lighter, #f8f8f8);
}

.filter-selectors {
  padding: 0;
  background: var(--bg-color-secondary, #fff);
  border-radius: 8px;
  list-style-type: none;
  box-shadow: 0 2px 20px 1px rgba(5, 15, 129, 0.05), 0 2px 16px 0 rgba(33, 43, 54, 0.08);
  overflow: hidden;
  z-index: 102;
}
.filter-selectors li {
  display: flex;
  align-items: center;
  font-weight: normal;
  line-height: 32px;
  cursor: pointer;
}
.filter-selectors li .filter-label {
  padding-right: 8px;
}
.filter-selectors li.filter-selected {
  background-color: var(--gray-lighter, #f8f8f8);
  color: var(--brand-primary, #264ae5);
}
.filter-selectors li:hover, .filter-selectors li:focus {
  background-color: var(--gray-lighter, #f8f8f8);
}

.dropdown-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.dropdown-list li {
  display: flex;
  align-items: center;
  font-weight: normal;
  min-height: var(--spacing-larger, 32px);
  cursor: pointer;
  padding: 0 var(--spacing-small, 8px);
}
.dropdown-list li .filter-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-list li.filter-selected {
  background-color: var(--gray-lighter, #f8f8f8);
  color: var(--brand-primary, #264ae5);
}
.dropdown-list li:hover, .dropdown-list li:focus {
  background-color: var(--gray-lighter, #f8f8f8);
}
.dropdown-list li label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 8px;
  font-weight: normal;
  width: calc(100% - 32px);
}

:not(.dropdown-content) > .dropdown-list {
  background: var(--bg-color-secondary, #fff);
  border-radius: 8px;
  box-shadow: 0 2px 20px 1px rgba(5, 15, 129, 0.05), 0 2px 16px 0 rgba(33, 43, 54, 0.08);
  max-height: 40vh;
  z-index: 102;
}

.dropdown-content {
  background: var(--bg-color-secondary, #fff);
  border-radius: 8px;
  box-shadow: 0 2px 20px 1px rgba(5, 15, 129, 0.05), 0 2px 16px 0 rgba(33, 43, 54, 0.08);
  max-height: 40vh;
  z-index: 140;
}

.dropdown-footer {
  position: sticky;
  bottom: 0;
  background: inherit;
  z-index: 50;
}

.dropdown-footer-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 var(--spacing-small, 8px);
  min-height: 40px;
}

.dropdown-loading {
  flex-grow: 1;
  text-align: center;
}

.dropdown-container {
  flex: 1;
  position: relative;
}
.dropdown-container .dropdown-triggerer {
  caret-color: transparent;
  cursor: pointer;
  background-image: url("resources/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: right;
  background-position-y: center;
  background-origin: content-box;
  text-overflow: ellipsis;
  width: 100%;
  padding: 10px 0px;
}
.dropdown-container .dropdown-list {
  left: 0;
  margin: 0 var(--spacing-small, 8px);
  padding: 0;
  background: var(--bg-color-secondary, #fff);
  z-index: 102;
  border-radius: 8px;
  list-style-type: none;
  box-shadow: 0 2px 20px 1px rgba(5, 15, 129, 0.05), 0 2px 16px 0 rgba(33, 43, 54, 0.08);
  overflow-x: hidden;
  max-height: 40vh;
}
.dropdown-container .dropdown-list li {
  display: flex;
  align-items: center;
  font-weight: normal;
  min-height: var(--spacing-larger, 32px);
  cursor: pointer;
  padding: 0 var(--spacing-small, 8px);
}
.dropdown-container .dropdown-list li .filter-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-container .dropdown-list li.filter-selected {
  background-color: var(--gray-lighter, #f8f8f8);
  color: var(--brand-primary, #264ae5);
}
.dropdown-container .dropdown-list li:hover, .dropdown-container .dropdown-list li:focus {
  background-color: var(--gray-lighter, #f8f8f8);
}
.dropdown-container .dropdown-list li label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 8px;
  font-weight: normal;
  width: calc(100% - 32px);
}

/**
Icons
 */
.filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  margin: 6px 8px;
  font-family: "datagrid-filters";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "datagrid-filters";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contains:before {
  content: "\e808";
}

.endsWith:before {
  content: "\e806";
}

.equal:before {
  content: "\e809";
}

.greater:before {
  content: "\e80a";
}

.greaterEqual:before {
  content: "\e80b";
}

.notEqual:before {
  content: "\e80c";
}

.smaller:before {
  content: "\e80d";
}

.smallerEqual:before {
  content: "\e80e";
}

.startsWith:before {
  content: "\e807";
}

.between:before {
  content: "\e900";
}

.empty:before {
  content: "\e901";
}

.notEmpty:before {
  content: "\e903";
}

/**
* Specific styles for filters inside Data Grid 2
**/
div:not(.table-compact) > .table .th .filter-selector .filter-selectors {
  margin: 0;
}
div:not(.table-compact) > .table .th .dropdown-container .dropdown-list {
  margin: 0;
}

.table-compact .th {
  padding: var(--spacing-small, 8px);
}
.table-compact .th .filter-selectors {
  margin: 0 var(--spacing-small, 8px);
}
.table-compact:has(.th .column-container .filter:not(:empty)) .th.column-selector {
  padding: var(--spacing-small, 8px) 0;
}
.table-compact:has(.th .column-container .filter:not(:empty)) .th.widget-datagrid-col-select {
  padding-bottom: calc(var(--spacing-small, 8px) + 11px);
}
.table-compact .td {
  padding: var(--spacing-small, 8px);
}
.table-compact .dropdown-container .dropdown-list {
  margin: 0 var(--spacing-small, 8px);
}
.table-compact .column-selector {
  /* Column content */
}
.table-compact .column-selector .column-selector-content {
  padding-right: var(--spacing-small, 8px);
}

.table-striped .tr:nth-child(odd) > .td {
  background-color: var(--grid-bg-striped, #fafafb);
}

.table-hover .tr:hover > .td {
  background-color: var(--grid-bg-hover, #f5f6f6);
}

.table-bordered-all .th,
.table-bordered-all .td {
  border-left-width: 1px;
  border-left-style: solid;
}
.table-bordered-all .th.column-selector,
.table-bordered-all .td.column-selector {
  border-left-width: 0;
}
.table-bordered-all .th:last-child, .table-bordered-all .th.column-selector,
.table-bordered-all .td:last-child,
.table-bordered-all .td.column-selector {
  border-right-width: 1px;
  border-right-style: solid;
}
.table-bordered-all .th {
  border-top-width: 1px;
  border-top-style: solid;
}
.table-bordered-all .td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.table-bordered-all .td.td-borders {
  border-top-width: 1px;
}

.table-bordered-horizontal .td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.table-bordered-horizontal .td.td-borders {
  border-top-width: 1px;
}

.table-bordered-vertical .th,
.table-bordered-vertical .td {
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-width: 0;
}
.table-bordered-vertical .th.column-selector,
.table-bordered-vertical .td.column-selector {
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
}
.table-bordered-vertical .th.td-borders,
.table-bordered-vertical .td.td-borders {
  border-top-width: 0;
}

.table-bordered-none .td,
.table-bordered-none .th {
  border: 0;
}
.table-bordered-none .td.column-selector,
.table-bordered-none .th.column-selector {
  border: 0;
}
.table-bordered-none .td.td-borders,
.table-bordered-none .th.td-borders {
  border: 0;
}

.sticky-sentinel.container-stuck + .widget-datagrid-grid .th, .sticky-sentinel.container-stuck + .table .th {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  z-index: 50;
}

.widget-datagrid-content.infinite-loading {
  overflow-y: auto;
  margin-bottom: 20px;
}

.table .table-content.infinite-loading {
  overflow-y: scroll;
}

/* ==========================================================================
  Drop-down sort

  Override styles of Drop-down sort widget
========================================================================== */
@font-face {
  font-family: "dropdown-sort";
  src: url("./fonts/dropdown-sort.eot?46260688");
  src: url("./fonts/dropdown-sort.eot?46260688#iefix") format("embedded-opentype"), url("./fonts/dropdown-sort.woff2?46260688") format("woff2"), url("./fonts/dropdown-sort.woff?46260688") format("woff"), url("./fonts/dropdown-sort.ttf?46260688") format("truetype"), url("./fonts/dropdown-sort.svg?46260688#dropdown-sort") format("svg");
  font-weight: normal;
  font-style: normal;
}
.dropdown-triggerer-wrapper {
  display: flex;
}
.dropdown-triggerer-wrapper .dropdown-triggerer {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-width: 0;
}
.dropdown-triggerer-wrapper .btn-sort {
  padding: var(--spacing-small, 8px);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-family: "dropdown-sort";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropdown-triggerer-wrapper .btn-sort.icon-asc:before {
  content: "\e802";
  margin: 2px;
}
.dropdown-triggerer-wrapper .btn-sort.icon-desc:before {
  content: "\e803";
  margin: 2px;
}

.navigation-list-deal .mx-navigationlist-item {
	padding: 5px !important;
    border-bottom: 1px solid lightgrey !important;
}

.layoutGeneralTop {
	border-bottom: 1px solid rgb(89, 89, 89);
	height: 72px;
}

.custom-inactive-horizontal {
	border: 1px solid lightgrey !important;
	border-radius: 5px !important;
}

.app-navigation, .app-navigation:hover, .app-navigation:active, .app-navigation:focus {
	color: #FFFFFF;
	padding-left: 16px;
	background-color: transparent !important;
	border: transparent !important;
	padding-right: 0px;
	padding-top: 22px;
}

.app-navigation .caret {
	display: none;
}

@font-face {
  font-family: "Layouts$DLM_Icons";
  src: url("./fonts/Layouts$DLM_Icons.ttf") format("truetype");
}
.Layouts_DLM_Icons {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 24px;
  font-family: "Layouts$DLM_Icons";
}

.btn .Layouts_DLM_Icons {
 font-size: 14px;
    position: relative;
    top: 2px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
 
.Layouts_DLM_Icons.Layouts_DLM_Icons-error::before {
  content: "\e000";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-error_outline::before {
  content: "\e001";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-warning::before {
  content: "\e002";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_alert::before {
  content: "\e003";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-notification_important::before {
  content: "\e004";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-qr_code_2::before {
  content: "\e00a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flutter_dash::before {
  content: "\e00b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-align_vertical_top::before {
  content: "\e00c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-align_horizontal_left::before {
  content: "\e00d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-align_horizontal_center::before {
  content: "\e00f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-align_horizontal_right::before {
  content: "\e010";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-align_vertical_center::before {
  content: "\e011";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-horizontal_distribute::before {
  content: "\e014";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-align_vertical_bottom::before {
  content: "\e015";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-album::before {
  content: "\e019";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-av_timer::before {
  content: "\e01b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-closed_caption::before {
  content: "\e01c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-equalizer::before {
  content: "\e01d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-explicit::before {
  content: "\e01e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fast_forward::before {
  content: "\e01f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fast_rewind::before {
  content: "\e020";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-games::before {
  content: "\e021";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hearing::before {
  content: "\e023";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-high_quality::before {
  content: "\e024";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-loop::before {
  content: "\e028";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mic::before {
  content: "\e029";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mic_none::before {
  content: "\e02a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mic_off::before {
  content: "\e02b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-movie::before {
  content: "\e02c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-my_library_add::before {
  content: "\e02e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-my_library_books::before {
  content: "\e02f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-my_library_music::before {
  content: "\e030";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-new_releases::before {
  content: "\e031";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-not_interested::before {
  content: "\e033";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pause::before {
  content: "\e034";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pause_circle_filled::before {
  content: "\e035";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pause_circle_outline::before {
  content: "\e036";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-play_arrow::before {
  content: "\e037";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-play_circle_filled::before {
  content: "\e038";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-play_circle_outline::before {
  content: "\e039";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-playlist_add::before {
  content: "\e03b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-queue::before {
  content: "\e03c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-queue_music::before {
  content: "\e03d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-radio::before {
  content: "\e03e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-recent_actors::before {
  content: "\e03f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-repeat::before {
  content: "\e040";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-repeat_one::before {
  content: "\e041";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-replay::before {
  content: "\e042";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shuffle::before {
  content: "\e043";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-skip_next::before {
  content: "\e044";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-skip_previous::before {
  content: "\e045";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-snooze::before {
  content: "\e046";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stop::before {
  content: "\e047";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-subtitles::before {
  content: "\e048";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-surround_sound::before {
  content: "\e049";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-video_library::before {
  content: "\e04a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-videocam::before {
  content: "\e04b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-videocam_off::before {
  content: "\e04c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-volume_down::before {
  content: "\e04d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-volume_mute::before {
  content: "\e04e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-volume_off::before {
  content: "\e04f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-volume_up::before {
  content: "\e050";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-web::before {
  content: "\e051";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hd::before {
  content: "\e052";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sort_by_alpha::before {
  content: "\e053";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airplay::before {
  content: "\e055";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-forward_10::before {
  content: "\e056";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-forward_30::before {
  content: "\e057";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-forward_5::before {
  content: "\e058";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-replay_10::before {
  content: "\e059";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-replay_30::before {
  content: "\e05a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-replay_5::before {
  content: "\e05b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_to_queue::before {
  content: "\e05c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fiber_dvr::before {
  content: "\e05d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fiber_new::before {
  content: "\e05e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-playlist_play::before {
  content: "\e05f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-art_track::before {
  content: "\e060";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fiber_manual_record::before {
  content: "\e061";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fiber_smart_record::before {
  content: "\e062";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-music_video::before {
  content: "\e063";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-subscriptions::before {
  content: "\e064";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-playlist_add_check::before {
  content: "\e065";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-queue_play_next::before {
  content: "\e066";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-remove_from_queue::before {
  content: "\e067";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-slow_motion_video::before {
  content: "\e068";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-web_asset::before {
  content: "\e069";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fiber_pin::before {
  content: "\e06a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-branding_watermark::before {
  content: "\e06b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-call_to_action::before {
  content: "\e06c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-featured_play_list::before {
  content: "\e06d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-featured_video::before {
  content: "\e06e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-note::before {
  content: "\e06f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-video_call::before {
  content: "\e070";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-video_label::before {
  content: "\e071";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e072::before {
  content: "\e072";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-missed_video_call::before {
  content: "\e073";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-control_camera::before {
  content: "\e074";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-update_disabled::before {
  content: "\e075";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vertical_distribute::before {
  content: "\e076";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-start::before {
  content: "\e089";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-business::before {
  content: "\e0af";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-call::before {
  content: "\e0b0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-call_end::before {
  content: "\e0b1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-call_made::before {
  content: "\e0b2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-call_merge::before {
  content: "\e0b3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-call_missed::before {
  content: "\e0b4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-call_received::before {
  content: "\e0b5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-call_split::before {
  content: "\e0b6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-chat::before {
  content: "\e0b7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-clear_all::before {
  content: "\e0b8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-comment::before {
  content: "\e0b9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-contacts::before {
  content: "\e0ba";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dialer_sip::before {
  content: "\e0bb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dialpad::before {
  content: "\e0bc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-email::before {
  content: "\e0be";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-forum::before {
  content: "\e0bf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-import_export::before {
  content: "\e0c3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-invert_colors_off::before {
  content: "\e0c4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-live_help::before {
  content: "\e0c6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-location_off::before {
  content: "\e0c7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-location_on::before {
  content: "\e0c8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-message::before {
  content: "\e0c9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-messenger::before {
  content: "\e0ca";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-messenger_outline::before {
  content: "\e0cb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_sim::before {
  content: "\e0cc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phone::before {
  content: "\e0cd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-portable_wifi_off::before {
  content: "\e0ce";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-quick_contacts_dialer::before {
  content: "\e0cf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-quick_contacts_mail::before {
  content: "\e0d0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ring_volume::before {
  content: "\e0d1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-speaker_phone::before {
  content: "\e0d2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stay_current_landscape::before {
  content: "\e0d3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stay_current_portrait::before {
  content: "\e0d4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stay_primary_landscape::before {
  content: "\e0d5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stay_primary_portrait::before {
  content: "\e0d6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swap_calls::before {
  content: "\e0d7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-textsms::before {
  content: "\e0d8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-voicemail::before {
  content: "\e0d9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vpn_key::before {
  content: "\e0da";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phonelink_erase::before {
  content: "\e0db";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phonelink_lock::before {
  content: "\e0dc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phonelink_ring::before {
  content: "\e0dd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phonelink_setup::before {
  content: "\e0de";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-present_to_all::before {
  content: "\e0df";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-import_contacts::before {
  content: "\e0e0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mail_outline::before {
  content: "\e0e1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-screen_share::before {
  content: "\e0e2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stop_screen_share::before {
  content: "\e0e3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-call_missed_outgoing::before {
  content: "\e0e4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rss_feed::before {
  content: "\e0e5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-alternate_email::before {
  content: "\e0e6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mobile_screen_share::before {
  content: "\e0e7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_call::before {
  content: "\e0e8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cancel_presentation::before {
  content: "\e0e9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pause_presentation::before {
  content: "\e0ea";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-unsubscribe::before {
  content: "\e0eb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cell_wifi::before {
  content: "\e0ec";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sentiment_satisfied_alt::before {
  content: "\e0ed";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-list_alt::before {
  content: "\e0ee";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-domain_disabled::before {
  content: "\e0ef";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lightbulb::before {
  content: "\e0f0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vaccines::before {
  content: "\e138";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-woman::before {
  content: "\e13e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add::before {
  content: "\e145";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_box::before {
  content: "\e146";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_circle::before {
  content: "\e147";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_circle_outline::before {
  content: "\e148";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-archive::before {
  content: "\e149";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-backspace::before {
  content: "\e14a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-block::before {
  content: "\e14b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-clear::before {
  content: "\e14c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-content_copy::before {
  content: "\e14d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-content_cut::before {
  content: "\e14e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-content_paste::before {
  content: "\e14f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-create::before {
  content: "\e150";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-drafts::before {
  content: "\e151";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_list::before {
  content: "\e152";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flag::before {
  content: "\e153";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-forward::before {
  content: "\e154";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gesture::before {
  content: "\e155";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-inbox::before {
  content: "\e156";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-link::before {
  content: "\e157";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mail::before {
  content: "\e158";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-markunread::before {
  content: "\e159";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-redo::before {
  content: "\e15a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-remove::before {
  content: "\e15b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-remove_circle::before {
  content: "\e15c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-remove_circle_outline::before {
  content: "\e15d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-reply::before {
  content: "\e15e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-reply_all::before {
  content: "\e15f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-report::before {
  content: "\e160";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-save::before {
  content: "\e161";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-select_all::before {
  content: "\e162";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-send::before {
  content: "\e163";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sort::before {
  content: "\e164";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-text_format::before {
  content: "\e165";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-undo::before {
  content: "\e166";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-font_download::before {
  content: "\e167";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-move_to_inbox::before {
  content: "\e168";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-unarchive::before {
  content: "\e169";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-next_week::before {
  content: "\e16a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-weekend::before {
  content: "\e16b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-delete_sweep::before {
  content: "\e16c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-low_priority::before {
  content: "\e16d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-outlined_flag::before {
  content: "\e16e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-link_off::before {
  content: "\e16f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-report_off::before {
  content: "\e170";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-save_alt::before {
  content: "\e171";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ballot::before {
  content: "\e172";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-file_copy::before {
  content: "\e173";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-how_to_reg::before {
  content: "\e174";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-how_to_vote::before {
  content: "\e175";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-waves::before {
  content: "\e176";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-where_to_vote::before {
  content: "\e177";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_link::before {
  content: "\e178";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-inventory::before {
  content: "\e179";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-access_alarm::before {
  content: "\e190";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-access_alarms::before {
  content: "\e191";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-access_time::before {
  content: "\e192";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_alarm::before {
  content: "\e193";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airplanemode_off::before {
  content: "\e194";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airplanemode_on::before {
  content: "\e195";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tornado::before {
  content: "\e199";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-battery_alert::before {
  content: "\e19c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shop_2::before {
  content: "\e19e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-workspaces::before {
  content: "\e1a0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-inventory_2::before {
  content: "\e1a1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pause_circle::before {
  content: "\e1a2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-battery_charging_full::before {
  content: "\e1a3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-battery_full::before {
  content: "\e1a4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-battery_std::before {
  content: "\e1a5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-battery_unknown::before {
  content: "\e1a6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bluetooth::before {
  content: "\e1a7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bluetooth_connected::before {
  content: "\e1a8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bluetooth_disabled::before {
  content: "\e1a9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bluetooth_searching::before {
  content: "\e1aa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-brightness_auto::before {
  content: "\e1ab";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-brightness_high::before {
  content: "\e1ac";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-brightness_low::before {
  content: "\e1ad";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-brightness_medium::before {
  content: "\e1ae";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-data_usage::before {
  content: "\e1af";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-developer_mode::before {
  content: "\e1b0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-devices::before {
  content: "\e1b1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dvr::before {
  content: "\e1b2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gps_fixed::before {
  content: "\e1b3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gps_not_fixed::before {
  content: "\e1b4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gps_off::before {
  content: "\e1b5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-location_disabled::before {
  content: "\e1b6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-location_searching::before {
  content: "\e1b7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-multitrack_audio::before {
  content: "\e1b8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-network_cell::before {
  content: "\e1b9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-network_wifi::before {
  content: "\e1ba";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-nfc::before {
  content: "\e1bb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wallpaper::before {
  content: "\e1bc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-widgets::before {
  content: "\e1bd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-screen_lock_landscape::before {
  content: "\e1be";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-screen_lock_portrait::before {
  content: "\e1bf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-screen_lock_rotation::before {
  content: "\e1c0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-screen_rotation::before {
  content: "\e1c1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sd_storage::before {
  content: "\e1c2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_system_daydream::before {
  content: "\e1c3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-play_circle::before {
  content: "\e1c4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-edit_location_alt::before {
  content: "\e1c5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wb_twilight::before {
  content: "\e1c6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_cellular_4_bar::before {
  content: "\e1c8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-outbound::before {
  content: "\e1ca";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-social_distance::before {
  content: "\e1cb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-safety_divider::before {
  content: "\e1cc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_cellular_connected_no_internet_4_bar::before {
  content: "\e1cd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_cellular_no_sim::before {
  content: "\e1ce";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_cellular_null::before {
  content: "\e1cf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_cellular_off::before {
  content: "\e1d0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-production_quantity_limits::before {
  content: "\e1d1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-troubleshoot::before {
  content: "\e1d2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_reaction::before {
  content: "\e1d3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-health_and_safety::before {
  content: "\e1d5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_wifi_4_bar::before {
  content: "\e1d8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_wifi_4_bar_lock::before {
  content: "\e1d9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_wifi_off::before {
  content: "\e1da";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-storage::before {
  content: "\e1db";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-usb::before {
  content: "\e1e0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_lock::before {
  content: "\e1e1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_tethering::before {
  content: "\e1e2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-emergency::before {
  content: "\e1eb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_to_home_screen::before {
  content: "\e1fe";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-device_thermostat::before {
  content: "\e1ff";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mobile_friendly::before {
  content: "\e200";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mobile_off::before {
  content: "\e201";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_cellular_alt::before {
  content: "\e202";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-attach_file::before {
  content: "\e226";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-attach_money::before {
  content: "\e227";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-border_all::before {
  content: "\e228";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-border_bottom::before {
  content: "\e229";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-border_clear::before {
  content: "\e22a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-border_color::before {
  content: "\e22b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-border_horizontal::before {
  content: "\e22c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-border_inner::before {
  content: "\e22d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-border_left::before {
  content: "\e22e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-border_outer::before {
  content: "\e22f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-border_right::before {
  content: "\e230";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-border_style::before {
  content: "\e231";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-border_top::before {
  content: "\e232";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-border_vertical::before {
  content: "\e233";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_align_center::before {
  content: "\e234";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_align_justify::before {
  content: "\e235";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_align_left::before {
  content: "\e236";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_align_right::before {
  content: "\e237";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_bold::before {
  content: "\e238";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_clear::before {
  content: "\e239";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_color_fill::before {
  content: "\e23a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_color_reset::before {
  content: "\e23b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_color_text::before {
  content: "\e23c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_indent_decrease::before {
  content: "\e23d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_indent_increase::before {
  content: "\e23e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_italic::before {
  content: "\e23f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_line_spacing::before {
  content: "\e240";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_list_bulleted::before {
  content: "\e241";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_list_numbered::before {
  content: "\e242";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_paint::before {
  content: "\e243";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_quote::before {
  content: "\e244";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_size::before {
  content: "\e245";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_strikethrough::before {
  content: "\e246";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_textdirection_l_to_r::before {
  content: "\e247";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_textdirection_r_to_l::before {
  content: "\e248";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_underlined::before {
  content: "\e249";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-functions::before {
  content: "\e24a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-insert_chart::before {
  content: "\e24b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-insert_comment::before {
  content: "\e24c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-insert_drive_file::before {
  content: "\e24d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-insert_emoticon::before {
  content: "\e24e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-insert_invitation::before {
  content: "\e24f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-insert_link::before {
  content: "\e250";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-insert_photo::before {
  content: "\e251";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-merge_type::before {
  content: "\e252";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mode_comment::before {
  content: "\e253";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mode_edit::before {
  content: "\e254";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-publish::before {
  content: "\e255";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-space_bar::before {
  content: "\e256";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-strikethrough_s::before {
  content: "\e257";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vertical_align_bottom::before {
  content: "\e258";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vertical_align_center::before {
  content: "\e259";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vertical_align_top::before {
  content: "\e25a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wrap_text::before {
  content: "\e25b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-money_off::before {
  content: "\e25c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-drag_handle::before {
  content: "\e25d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_shapes::before {
  content: "\e25e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-highlight::before {
  content: "\e25f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-linear_scale::before {
  content: "\e260";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-short_text::before {
  content: "\e261";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-text_fields::before {
  content: "\e262";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-monetization_on::before {
  content: "\e263";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-title::before {
  content: "\e264";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-table_chart::before {
  content: "\e265";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_comment::before {
  content: "\e266";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_list_numbered_rtl::before {
  content: "\e267";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-scatter_plot::before {
  content: "\e268";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-score::before {
  content: "\e269";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-insert_chart_outlined::before {
  content: "\e26a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bar_chart::before {
  content: "\e26b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-notes::before {
  content: "\e26c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-blinds::before {
  content: "\e286";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-attachment::before {
  content: "\e2bc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cloud::before {
  content: "\e2bd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cloud_circle::before {
  content: "\e2be";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cloud_done::before {
  content: "\e2bf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cloud_download::before {
  content: "\e2c0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cloud_off::before {
  content: "\e2c1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cloud_queue::before {
  content: "\e2c2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cloud_upload::before {
  content: "\e2c3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-file_download::before {
  content: "\e2c4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-file_upload::before {
  content: "\e2c6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-folder::before {
  content: "\e2c7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-folder_open::before {
  content: "\e2c8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-folder_shared::before {
  content: "\e2c9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-create_new_folder::before {
  content: "\e2cc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-travel_explore::before {
  content: "\e2db";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-task_alt::before {
  content: "\e2e6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-change_circle::before {
  content: "\e2e7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_back_ios_new::before {
  content: "\e2ea";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-savings::before {
  content: "\e2eb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-copy_all::before {
  content: "\e2ec";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cast::before {
  content: "\e307";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cast_connected::before {
  content: "\e308";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-computer::before {
  content: "\e30a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-desktop_mac::before {
  content: "\e30b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-desktop_windows::before {
  content: "\e30c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-developer_board::before {
  content: "\e30d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dock::before {
  content: "\e30e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gamepad::before {
  content: "\e30f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-headset::before {
  content: "\e310";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-headset_mic::before {
  content: "\e311";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard::before {
  content: "\e312";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_arrow_down::before {
  content: "\e313";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_arrow_left::before {
  content: "\e314";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_arrow_right::before {
  content: "\e315";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_arrow_up::before {
  content: "\e316";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_backspace::before {
  content: "\e317";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_capslock::before {
  content: "\e318";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_hide::before {
  content: "\e31a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_return::before {
  content: "\e31b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_tab::before {
  content: "\e31c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_voice::before {
  content: "\e31d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-laptop::before {
  content: "\e31e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-laptop_chromebook::before {
  content: "\e31f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-laptop_mac::before {
  content: "\e320";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-laptop_windows::before {
  content: "\e321";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-memory::before {
  content: "\e322";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mouse::before {
  content: "\e323";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phone_android::before {
  content: "\e324";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phone_iphone::before {
  content: "\e325";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phonelink::before {
  content: "\e326";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phonelink_off::before {
  content: "\e327";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-router::before {
  content: "\e328";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-scanner::before {
  content: "\e329";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-security::before {
  content: "\e32a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sim_card::before {
  content: "\e32b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-smartphone::before {
  content: "\e32c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-speaker::before {
  content: "\e32d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-speaker_group::before {
  content: "\e32e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tablet::before {
  content: "\e32f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tablet_android::before {
  content: "\e330";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tablet_mac::before {
  content: "\e331";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-toys::before {
  content: "\e332";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tv::before {
  content: "\e333";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-watch::before {
  content: "\e334";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-device_hub::before {
  content: "\e335";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-power_input::before {
  content: "\e336";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-devices_other::before {
  content: "\e337";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-videogame_asset::before {
  content: "\e338";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-device_unknown::before {
  content: "\e339";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-headset_off::before {
  content: "\e33a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-notification_add::before {
  content: "\e399";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_to_photos::before {
  content: "\e39d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-adjust::before {
  content: "\e39e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assistant::before {
  content: "\e39f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assistant_photo::before {
  content: "\e3a0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-audiotrack::before {
  content: "\e3a1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-blur_circular::before {
  content: "\e3a2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-blur_linear::before {
  content: "\e3a3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-blur_off::before {
  content: "\e3a4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-blur_on::before {
  content: "\e3a5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-brightness_1::before {
  content: "\e3a6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-brightness_2::before {
  content: "\e3a7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-brightness_3::before {
  content: "\e3a8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-brightness_4::before {
  content: "\e3a9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-brightness_5::before {
  content: "\e3aa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-brightness_6::before {
  content: "\e3ab";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-brightness_7::before {
  content: "\e3ac";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-broken_image::before {
  content: "\e3ad";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-brush::before {
  content: "\e3ae";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-camera::before {
  content: "\e3af";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-camera_alt::before {
  content: "\e3b0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-camera_front::before {
  content: "\e3b1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-camera_rear::before {
  content: "\e3b2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-camera_roll::before {
  content: "\e3b3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-center_focus_strong::before {
  content: "\e3b4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-center_focus_weak::before {
  content: "\e3b5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-collections::before {
  content: "\e3b6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-color_lens::before {
  content: "\e3b7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-colorize::before {
  content: "\e3b8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-compare::before {
  content: "\e3b9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-control_point::before {
  content: "\e3ba";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-control_point_duplicate::before {
  content: "\e3bb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crop_16_9::before {
  content: "\e3bc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crop_3_2::before {
  content: "\e3bd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crop::before {
  content: "\e3be";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crop_5_4::before {
  content: "\e3bf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crop_7_5::before {
  content: "\e3c0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crop_din::before {
  content: "\e3c1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crop_free::before {
  content: "\e3c2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crop_landscape::before {
  content: "\e3c3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crop_original::before {
  content: "\e3c4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crop_portrait::before {
  content: "\e3c5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crop_square::before {
  content: "\e3c6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dehaze::before {
  content: "\e3c7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-details::before {
  content: "\e3c8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-edit::before {
  content: "\e3c9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-exposure::before {
  content: "\e3ca";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-exposure_neg_1::before {
  content: "\e3cb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-exposure_neg_2::before {
  content: "\e3cc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-exposure_plus_1::before {
  content: "\e3cd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-exposure_plus_2::before {
  content: "\e3ce";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-exposure_zero::before {
  content: "\e3cf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_1::before {
  content: "\e3d0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_2::before {
  content: "\e3d1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_3::before {
  content: "\e3d2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter::before {
  content: "\e3d3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_4::before {
  content: "\e3d4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_5::before {
  content: "\e3d5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_6::before {
  content: "\e3d6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_7::before {
  content: "\e3d7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_8::before {
  content: "\e3d8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_9::before {
  content: "\e3d9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_9_plus::before {
  content: "\e3da";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_b_and_w::before {
  content: "\e3db";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_center_focus::before {
  content: "\e3dc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_drama::before {
  content: "\e3dd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_frames::before {
  content: "\e3de";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_hdr::before {
  content: "\e3df";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_none::before {
  content: "\e3e0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_tilt_shift::before {
  content: "\e3e2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_vintage::before {
  content: "\e3e3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flare::before {
  content: "\e3e4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flash_auto::before {
  content: "\e3e5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flash_off::before {
  content: "\e3e6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flash_on::before {
  content: "\e3e7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flip::before {
  content: "\e3e8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gradient::before {
  content: "\e3e9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-grain::before {
  content: "\e3ea";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-grid_off::before {
  content: "\e3eb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-grid_on::before {
  content: "\e3ec";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hdr_off::before {
  content: "\e3ed";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hdr_on::before {
  content: "\e3ee";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hdr_strong::before {
  content: "\e3f1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hdr_weak::before {
  content: "\e3f2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-healing::before {
  content: "\e3f3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-image::before {
  content: "\e3f4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-image_aspect_ratio::before {
  content: "\e3f5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-iso::before {
  content: "\e3f6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-landscape::before {
  content: "\e3f7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-leak_add::before {
  content: "\e3f8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-leak_remove::before {
  content: "\e3f9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lens::before {
  content: "\e3fa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-looks_3::before {
  content: "\e3fb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-looks::before {
  content: "\e3fc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-looks_4::before {
  content: "\e3fd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-looks_5::before {
  content: "\e3fe";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-looks_6::before {
  content: "\e3ff";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-looks_one::before {
  content: "\e400";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-looks_two::before {
  content: "\e401";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-loupe::before {
  content: "\e402";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-monochrome_photos::before {
  content: "\e403";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-movie_creation::before {
  content: "\e404";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-music_note::before {
  content: "\e405";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-nature::before {
  content: "\e406";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-nature_people::before {
  content: "\e407";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-navigate_before::before {
  content: "\e408";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-navigate_next::before {
  content: "\e409";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-palette::before {
  content: "\e40a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-panorama::before {
  content: "\e40b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-panorama_fisheye::before {
  content: "\e40c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-panorama_horizontal::before {
  content: "\e40d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-panorama_vertical::before {
  content: "\e40e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-panorama_wide_angle::before {
  content: "\e40f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-photo::before {
  content: "\e410";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-photo_album::before {
  content: "\e411";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-photo_camera::before {
  content: "\e412";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-photo_library::before {
  content: "\e413";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-picture_as_pdf::before {
  content: "\e415";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-portrait::before {
  content: "\e416";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-remove_red_eye::before {
  content: "\e417";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rotate_90_degrees_ccw::before {
  content: "\e418";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rotate_left::before {
  content: "\e419";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rotate_right::before {
  content: "\e41a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-slideshow::before {
  content: "\e41b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-straighten::before {
  content: "\e41c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-style::before {
  content: "\e41d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-switch_camera::before {
  content: "\e41e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-switch_video::before {
  content: "\e41f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tag_faces::before {
  content: "\e420";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-texture::before {
  content: "\e421";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-timelapse::before {
  content: "\e422";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-timer_10::before {
  content: "\e423";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-timer_3::before {
  content: "\e424";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-timer::before {
  content: "\e425";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-timer_off::before {
  content: "\e426";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tonality::before {
  content: "\e427";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-transform::before {
  content: "\e428";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tune::before {
  content: "\e429";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_comfy::before {
  content: "\e42a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_compact::before {
  content: "\e42b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wb_auto::before {
  content: "\e42c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wb_cloudy::before {
  content: "\e42d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wb_incandescent::before {
  content: "\e42e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wb_sunny::before {
  content: "\e430";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-collections_bookmark::before {
  content: "\e431";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-photo_size_select_actual::before {
  content: "\e432";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-photo_size_select_large::before {
  content: "\e433";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-photo_size_select_small::before {
  content: "\e434";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vignette::before {
  content: "\e435";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wb_iridescent::before {
  content: "\e436";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crop_rotate::before {
  content: "\e437";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-linked_camera::before {
  content: "\e438";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_a_photo::before {
  content: "\e439";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-movie_filter::before {
  content: "\e43a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-photo_filter::before {
  content: "\e43b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-burst_mode::before {
  content: "\e43c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shutter_speed::before {
  content: "\e43d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_photo_alternate::before {
  content: "\e43e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-image_search::before {
  content: "\e43f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-music_off::before {
  content: "\e440";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_1_bar::before {
  content: "\e4ca";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_2_bar::before {
  content: "\e4d9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-man::before {
  content: "\e4eb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-code_off::before {
  content: "\e4f3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-credit_card_off::before {
  content: "\e4f4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-extension_off::before {
  content: "\e4f5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-open_in_new_off::before {
  content: "\e4f6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-web_asset_off::before {
  content: "\e4f7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-content_paste_off::before {
  content: "\e4f8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-font_download_off::before {
  content: "\e4f9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-usb_off::before {
  content: "\e4fa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-auto_graph::before {
  content: "\e4fb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-query_stats::before {
  content: "\e4fc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-schema::before {
  content: "\e4fd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-file_download_off::before {
  content: "\e4fe";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-developer_board_off::before {
  content: "\e4ff";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-videogame_asset_off::before {
  content: "\e500";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-moving::before {
  content: "\e501";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sailing::before {
  content: "\e502";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-snowmobile::before {
  content: "\e503";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-catching_pokemon::before {
  content: "\e508";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-downhill_skiing::before {
  content: "\e509";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hiking::before {
  content: "\e50a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ice_skating::before {
  content: "\e50b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-kayaking::before {
  content: "\e50c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-kitesurfing::before {
  content: "\e50d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-nordic_walking::before {
  content: "\e50e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-paragliding::before {
  content: "\e50f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_off::before {
  content: "\e510";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-skateboarding::before {
  content: "\e511";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sledding::before {
  content: "\e512";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-snowboarding::before {
  content: "\e513";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-snowshoeing::before {
  content: "\e514";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-surfing::before {
  content: "\e515";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-light_mode::before {
  content: "\e518";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dark_mode::before {
  content: "\e51c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-running_with_errors::before {
  content: "\e51d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sensors::before {
  content: "\e51e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sensors_off::before {
  content: "\e51f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-piano_off::before {
  content: "\e520";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-piano::before {
  content: "\e521";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-share_arrival_time::before {
  content: "\e524";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-edit_notifications::before {
  content: "\e525";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-beenhere::before {
  content: "\e52d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions::before {
  content: "\e52e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_bike::before {
  content: "\e52f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_bus::before {
  content: "\e530";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_car::before {
  content: "\e531";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_ferry::before {
  content: "\e532";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_subway::before {
  content: "\e533";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_train::before {
  content: "\e534";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_transit::before {
  content: "\e535";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_walk::before {
  content: "\e536";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flight::before {
  content: "\e539";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hotel::before {
  content: "\e53a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-layers::before {
  content: "\e53b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-layers_clear::before {
  content: "\e53c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_airport::before {
  content: "\e53d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_atm::before {
  content: "\e53e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_attraction::before {
  content: "\e53f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_bar::before {
  content: "\e540";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_cafe::before {
  content: "\e541";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_car_wash::before {
  content: "\e542";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_convenience_store::before {
  content: "\e543";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_drink::before {
  content: "\e544";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_florist::before {
  content: "\e545";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_gas_station::before {
  content: "\e546";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_grocery_store::before {
  content: "\e547";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_hospital::before {
  content: "\e548";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_hotel::before {
  content: "\e549";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_laundry_service::before {
  content: "\e54a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_library::before {
  content: "\e54b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_mall::before {
  content: "\e54c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_movies::before {
  content: "\e54d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_offer::before {
  content: "\e54e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_parking::before {
  content: "\e54f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_pharmacy::before {
  content: "\e550";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_phone::before {
  content: "\e551";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_pizza::before {
  content: "\e552";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_play::before {
  content: "\e553";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_post_office::before {
  content: "\e554";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_printshop::before {
  content: "\e555";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_restaurant::before {
  content: "\e556";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_see::before {
  content: "\e557";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_shipping::before {
  content: "\e558";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_taxi::before {
  content: "\e559";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_pin::before {
  content: "\e55a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-map::before {
  content: "\e55b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-my_location::before {
  content: "\e55c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-navigation::before {
  content: "\e55d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pin_drop::before {
  content: "\e55e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-place::before {
  content: "\e55f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rate_review::before {
  content: "\e560";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-restaurant_menu::before {
  content: "\e561";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-satellite::before {
  content: "\e562";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-store_mall_directory::before {
  content: "\e563";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-terrain::before {
  content: "\e564";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-traffic::before {
  content: "\e565";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_run::before {
  content: "\e566";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_location::before {
  content: "\e567";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-edit_location::before {
  content: "\e568";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-near_me::before {
  content: "\e569";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_pin_circle::before {
  content: "\e56a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-zoom_out_map::before {
  content: "\e56b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-restaurant::before {
  content: "\e56c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ev_station::before {
  content: "\e56d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-streetview::before {
  content: "\e56e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-subway::before {
  content: "\e56f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-train::before {
  content: "\e570";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tram::before {
  content: "\e571";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-transfer_within_a_station::before {
  content: "\e572";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-atm::before {
  content: "\e573";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-category::before {
  content: "\e574";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-not_listed_location::before {
  content: "\e575";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-departure_board::before {
  content: "\e576";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e577::before {
  content: "\e577";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-edit_attributes::before {
  content: "\e578";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-transit_enterexit::before {
  content: "\e579";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fastfood::before {
  content: "\e57a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-trip_origin::before {
  content: "\e57b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-compass_calibration::before {
  content: "\e57c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-money::before {
  content: "\e57d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-iron::before {
  content: "\e583";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-houseboat::before {
  content: "\e584";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-chalet::before {
  content: "\e585";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-villa::before {
  content: "\e586";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cottage::before {
  content: "\e587";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crib::before {
  content: "\e588";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cabin::before {
  content: "\e589";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-holiday_village::before {
  content: "\e58a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gite::before {
  content: "\e58b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-other_houses::before {
  content: "\e58c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-transgender::before {
  content: "\e58d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-male::before {
  content: "\e58e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-balcony::before {
  content: "\e58f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-female::before {
  content: "\e590";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bungalow::before {
  content: "\e591";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-web_stories::before {
  content: "\e595";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bookmark_add::before {
  content: "\e598";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bookmark_added::before {
  content: "\e599";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bookmark_remove::before {
  content: "\e59a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-apps::before {
  content: "\e5c3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_back::before {
  content: "\e5c4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_drop_down::before {
  content: "\e5c5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_drop_down_circle::before {
  content: "\e5c6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_drop_up::before {
  content: "\e5c7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_forward::before {
  content: "\e5c8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cancel::before {
  content: "\e5c9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-check::before {
  content: "\e5ca";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-chevron_left::before {
  content: "\e5cb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-chevron_right::before {
  content: "\e5cc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-close::before {
  content: "\e5cd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-expand_less::before {
  content: "\e5ce";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-expand_more::before {
  content: "\e5cf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fullscreen::before {
  content: "\e5d0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fullscreen_exit::before {
  content: "\e5d1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-menu::before {
  content: "\e5d2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-more_horiz::before {
  content: "\e5d3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-more_vert::before {
  content: "\e5d4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-refresh::before {
  content: "\e5d5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-unfold_less::before {
  content: "\e5d6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-unfold_more::before {
  content: "\e5d7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_upward::before {
  content: "\e5d8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-subdirectory_arrow_left::before {
  content: "\e5d9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-subdirectory_arrow_right::before {
  content: "\e5da";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_downward::before {
  content: "\e5db";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-first_page::before {
  content: "\e5dc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-last_page::before {
  content: "\e5dd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_left::before {
  content: "\e5de";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_right::before {
  content: "\e5df";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_back_ios::before {
  content: "\e5e0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_forward_ios::before {
  content: "\e5e1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-document_scanner::before {
  content: "\e5fa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-new_label::before {
  content: "\e609";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-adb::before {
  content: "\e60e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bluetooth_audio::before {
  content: "\e60f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-disc_full::before {
  content: "\e610";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-do_not_disturb_alt::before {
  content: "\e611";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-do_not_disturb::before {
  content: "\e612";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-drive_eta::before {
  content: "\e613";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-event_available::before {
  content: "\e614";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-event_busy::before {
  content: "\e615";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-event_note::before {
  content: "\e616";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-folder_special::before {
  content: "\e617";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mms::before {
  content: "\e618";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-more::before {
  content: "\e619";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-network_locked::before {
  content: "\e61a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phone_bluetooth_speaker::before {
  content: "\e61b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phone_forwarded::before {
  content: "\e61c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phone_in_talk::before {
  content: "\e61d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phone_locked::before {
  content: "\e61e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phone_missed::before {
  content: "\e61f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phone_paused::before {
  content: "\e620";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sd_card::before {
  content: "\e623";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sim_card_alert::before {
  content: "\e624";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sms::before {
  content: "\e625";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sms_failed::before {
  content: "\e626";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sync::before {
  content: "\e627";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sync_disabled::before {
  content: "\e628";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sync_problem::before {
  content: "\e629";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-system_update::before {
  content: "\e62a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tap_and_play::before {
  content: "\e62b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-time_to_leave::before {
  content: "\e62c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vibration::before {
  content: "\e62d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-voice_chat::before {
  content: "\e62e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vpn_lock::before {
  content: "\e62f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airline_seat_flat::before {
  content: "\e630";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airline_seat_flat_angled::before {
  content: "\e631";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airline_seat_individual_suite::before {
  content: "\e632";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airline_seat_legroom_extra::before {
  content: "\e633";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airline_seat_legroom_normal::before {
  content: "\e634";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airline_seat_legroom_reduced::before {
  content: "\e635";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airline_seat_recline_extra::before {
  content: "\e636";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airline_seat_recline_normal::before {
  content: "\e637";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-confirmation_number::before {
  content: "\e638";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-live_tv::before {
  content: "\e639";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ondemand_video::before {
  content: "\e63a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-personal_video::before {
  content: "\e63b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-power::before {
  content: "\e63c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wc::before {
  content: "\e63d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi::before {
  content: "\e63e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-enhanced_encryption::before {
  content: "\e63f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-network_check::before {
  content: "\e640";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_encryption::before {
  content: "\e641";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rv_hookup::before {
  content: "\e642";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-do_not_disturb_off::before {
  content: "\e643";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-do_not_disturb_on::before {
  content: "\e644";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-priority_high::before {
  content: "\e645";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-power_off::before {
  content: "\e646";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tv_off::before {
  content: "\e647";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_off::before {
  content: "\e648";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phone_callback::before {
  content: "\e649";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_to_drive::before {
  content: "\e65c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-auto_awesome::before {
  content: "\e65f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-auto_awesome_mosaic::before {
  content: "\e660";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-auto_awesome_motion::before {
  content: "\e661";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-auto_fix_high::before {
  content: "\e663";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-auto_fix_normal::before {
  content: "\e664";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-auto_fix_off::before {
  content: "\e665";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-auto_stories::before {
  content: "\e666";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-space_dashboard::before {
  content: "\e66b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-team_dashboard::before {
  content: "\e013";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-drive_file_move::before {
  content: "\e675";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-checklist::before {
  content: "\e6b1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-checklist_rtl::before {
  content: "\e6b3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ios_share::before {
  content: "\e6b8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pie_chart::before {
  content: "\e6c4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pie_chart_outlined::before {
  content: "\e6c5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-personal_injury::before {
  content: "\e6da";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bubble_chart::before {
  content: "\e6dd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-multiline_chart::before {
  content: "\e6df";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-show_chart::before {
  content: "\e6e1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-animation::before {
  content: "\e71c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_business::before {
  content: "\e729";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-real_estate_agent::before {
  content: "\e73a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-key::before {
  content: "\e73c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-edit_calendar::before {
  content: "\e742";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hotel_class::before {
  content: "\e743";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-private_connectivity::before {
  content: "\e744";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-edit_note::before {
  content: "\e745";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-draw::before {
  content: "\e746";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-group_off::before {
  content: "\e747";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-free_cancellation::before {
  content: "\e748";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-generating_tokens::before {
  content: "\e749";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-recycling::before {
  content: "\e760";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-compost::before {
  content: "\e761";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ads_click::before {
  content: "\e762";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pin_invoke::before {
  content: "\e763";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-back_hand::before {
  content: "\e764";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-waving_hand::before {
  content: "\e766";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pin_end::before {
  content: "\e767";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-front_hand::before {
  content: "\e769";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-drive_file_move_rtl::before {
  content: "\e76d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-disabled_visible::before {
  content: "\e76e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-data_exploration::before {
  content: "\e76f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-area_chart::before {
  content: "\e770";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-water_drop::before {
  content: "\e798";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cruelty_free::before {
  content: "\e799";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tips_and_updates::before {
  content: "\e79a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-incomplete_circle::before {
  content: "\e79b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-volume_down_alt::before {
  content: "\e79c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-comments_disabled::before {
  content: "\e7a2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gif_box::before {
  content: "\e7a3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-group_remove::before {
  content: "\e7ad";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-workspace_premium::before {
  content: "\e7af";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-co2::before {
  content: "\e7b0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-interests::before {
  content: "\e7c8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-connecting_airports::before {
  content: "\e7c9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airlines::before {
  content: "\e7ca";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flight_class::before {
  content: "\e7cb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-apps_outage::before {
  content: "\e7cc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-expand_circle_down::before {
  content: "\e7cd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mode_of_travel::before {
  content: "\e7ce";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-browser_updated::before {
  content: "\e7cf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airline_stops::before {
  content: "\e7d0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-soup_kitchen::before {
  content: "\e7d3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-switch_access_shortcut::before {
  content: "\e7e1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-switch_access_shortcut_add::before {
  content: "\e7e2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-south_america::before {
  content: "\e7e4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-playlist_add_circle::before {
  content: "\e7e5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-playlist_add_check_circle::before {
  content: "\e7e6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cake::before {
  content: "\e7e9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-domain::before {
  content: "\e7ee";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-group::before {
  content: "\e7ef";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-group_add::before {
  content: "\e7f0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-location_city::before {
  content: "\e7f1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mood::before {
  content: "\e7f2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mood_bad::before {
  content: "\e7f3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-notifications::before {
  content: "\e7f4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-notifications_none::before {
  content: "\e7f5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-notifications_off::before {
  content: "\e7f6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-notifications_on::before {
  content: "\e7f7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-notifications_paused::before {
  content: "\e7f8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pages::before {
  content: "\e7f9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-party_mode::before {
  content: "\e7fa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-people::before {
  content: "\e7fb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-people_outline::before {
  content: "\e7fc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person::before {
  content: "\e7fd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_add::before {
  content: "\e7fe";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_outline::before {
  content: "\e7ff";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-plus_one::before {
  content: "\e800";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-poll::before {
  content: "\e801";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-public::before {
  content: "\e80b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-school::before {
  content: "\e80c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-share::before {
  content: "\e80d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-whatshot::before {
  content: "\e80e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-snowing::before {
  content: "\e80f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cloudy_snowing::before {
  content: "\e810";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sentiment_dissatisfied::before {
  content: "\e811";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sentiment_neutral::before {
  content: "\e812";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sentiment_satisfied::before {
  content: "\e813";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sentiment_very_dissatisfied::before {
  content: "\e814";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sentiment_very_satisfied::before {
  content: "\e815";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-thumb_down_alt::before {
  content: "\e816";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-thumb_up_alt::before {
  content: "\e817";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-foggy::before {
  content: "\e818";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sunny_snowing::before {
  content: "\e819";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sunny::before {
  content: "\e81a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fitbit::before {
  content: "\e82b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-check_box::before {
  content: "\e834";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-check_box_outline_blank::before {
  content: "\e835";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-radio_button_unchecked::before {
  content: "\e836";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-radio_button_on::before {
  content: "\e837";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-star::before {
  content: "\e838";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-star_half::before {
  content: "\e839";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-star_border::before {
  content: "\e83a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-interpreter_mode::before {
  content: "\e83b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-kebab_dining::before {
  content: "\e842";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e84d::before {
  content: "\e84d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-accessibility::before {
  content: "\e84e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-account_balance::before {
  content: "\e84f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-account_balance_wallet::before {
  content: "\e850";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-account_box::before {
  content: "\e851";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-account_circle::before {
  content: "\e853";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_shopping_cart::before {
  content: "\e854";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-alarm::before {
  content: "\e855";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-alarm_add::before {
  content: "\e856";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-alarm_off::before {
  content: "\e857";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-alarm_on::before {
  content: "\e858";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-android::before {
  content: "\e859";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-announcement::before {
  content: "\e85a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-aspect_ratio::before {
  content: "\e85b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assessment::before {
  content: "\e85c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assignment::before {
  content: "\e85d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assignment_ind::before {
  content: "\e85e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assignment_late::before {
  content: "\e85f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assignment_return::before {
  content: "\e860";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assignment_returned::before {
  content: "\e861";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assignment_turned_in::before {
  content: "\e862";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-autorenew::before {
  content: "\e863";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-backup::before {
  content: "\e864";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-book::before {
  content: "\e865";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bookmark::before {
  content: "\e866";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bookmark_outline::before {
  content: "\e867";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bug_report::before {
  content: "\e868";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-build::before {
  content: "\e869";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cached::before {
  content: "\e86a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-change_history::before {
  content: "\e86b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-check_circle::before {
  content: "\e86c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-chrome_reader_mode::before {
  content: "\e86d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-class::before {
  content: "\e86e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-code::before {
  content: "\e86f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-credit_card::before {
  content: "\e870";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dashboard::before {
  content: "\e871";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-delete::before {
  content: "\e872";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-description::before {
  content: "\e873";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dns::before {
  content: "\e875";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-done::before {
  content: "\e876";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-done_all::before {
  content: "\e877";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-event::before {
  content: "\e878";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-exit_to_app::before {
  content: "\e879";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-explore::before {
  content: "\e87a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-extension::before {
  content: "\e87b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-face::before {
  content: "\e87c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-favorite::before {
  content: "\e87d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-favorite_outline::before {
  content: "\e87e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-feedback::before {
  content: "\e87f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-find_in_page::before {
  content: "\e880";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-find_replace::before {
  content: "\e881";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flip_to_back::before {
  content: "\e882";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flip_to_front::before {
  content: "\e883";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-get_app::before {
  content: "\e884";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-grade::before {
  content: "\e885";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-group_work::before {
  content: "\e886";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-help::before {
  content: "\e887";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-highlight_remove::before {
  content: "\e888";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-history::before {
  content: "\e889";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-home::before {
  content: "\e88a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hourglass_empty::before {
  content: "\e88b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hourglass_full::before {
  content: "\e88c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-https::before {
  content: "\e88d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-info::before {
  content: "\e88e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-info_outline::before {
  content: "\e88f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-input::before {
  content: "\e890";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-invert_colors_on::before {
  content: "\e891";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-label::before {
  content: "\e892";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-label_outline::before {
  content: "\e893";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-language::before {
  content: "\e894";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-launch::before {
  content: "\e895";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-list::before {
  content: "\e896";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lock::before {
  content: "\e897";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lock_open::before {
  content: "\e898";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lock_outline::before {
  content: "\e899";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-loyalty::before {
  content: "\e89a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-markunread_mailbox::before {
  content: "\e89b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-note_add::before {
  content: "\e89c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-open_in_browser::before {
  content: "\e89d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-open_in_new::before {
  content: "\e89e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-open_with::before {
  content: "\e89f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pageview::before {
  content: "\e8a0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-payment::before {
  content: "\e8a1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-perm_camera_mic::before {
  content: "\e8a2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-perm_contact_calendar::before {
  content: "\e8a3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-perm_data_setting::before {
  content: "\e8a4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-perm_device_information::before {
  content: "\e8a5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-perm_identity::before {
  content: "\e8a6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-perm_media::before {
  content: "\e8a7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-perm_phone_msg::before {
  content: "\e8a8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-perm_scan_wifi::before {
  content: "\e8a9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-picture_in_picture::before {
  content: "\e8aa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-polymer::before {
  content: "\e8ab";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-power_settings_new::before {
  content: "\e8ac";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-print::before {
  content: "\e8ad";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-query_builder::before {
  content: "\e8ae";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-question_answer::before {
  content: "\e8af";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-receipt::before {
  content: "\e8b0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-redeem::before {
  content: "\e8b1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-report_problem::before {
  content: "\e8b2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-restore::before {
  content: "\e8b3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-room::before {
  content: "\e8b4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-schedule::before {
  content: "\e8b5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-search::before {
  content: "\e8b6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings::before {
  content: "\e8b8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_applications::before {
  content: "\e8b9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_backup_restore::before {
  content: "\e8ba";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_bluetooth::before {
  content: "\e8bb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_cell::before {
  content: "\e8bc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_display::before {
  content: "\e8bd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_ethernet::before {
  content: "\e8be";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_input_antenna::before {
  content: "\e8bf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_input_component::before {
  content: "\e8c0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_input_composite::before {
  content: "\e8c1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_input_hdmi::before {
  content: "\e8c2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_input_svideo::before {
  content: "\e8c3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_overscan::before {
  content: "\e8c4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_phone::before {
  content: "\e8c5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_power::before {
  content: "\e8c6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_remote::before {
  content: "\e8c7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_voice::before {
  content: "\e8c8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shop::before {
  content: "\e8c9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shop_two::before {
  content: "\e8ca";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shopping_basket::before {
  content: "\e8cb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shopping_cart::before {
  content: "\e8cc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-speaker_notes::before {
  content: "\e8cd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-spellcheck::before {
  content: "\e8ce";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stars::before {
  content: "\e8d0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-store::before {
  content: "\e8d1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-subject::before {
  content: "\e8d2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-supervisor_account::before {
  content: "\e8d3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swap_horiz::before {
  content: "\e8d4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swap_vert::before {
  content: "\e8d5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swap_vertical_circle::before {
  content: "\e8d6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-system_update_tv::before {
  content: "\e8d7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tab::before {
  content: "\e8d8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tab_unselected::before {
  content: "\e8d9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-theaters::before {
  content: "\e8da";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-thumb_down::before {
  content: "\e8db";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-thumb_up::before {
  content: "\e8dc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-thumbs_up_down::before {
  content: "\e8dd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-toc::before {
  content: "\e8de";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-today::before {
  content: "\e8df";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-toll::before {
  content: "\e8e0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-track_changes::before {
  content: "\e8e1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-translate::before {
  content: "\e8e2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-trending_down::before {
  content: "\e8e3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-trending_neutral::before {
  content: "\e8e4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-trending_up::before {
  content: "\e8e5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-turned_in::before {
  content: "\e8e6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-turned_in_not::before {
  content: "\e8e7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-verified_user::before {
  content: "\e8e8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_agenda::before {
  content: "\e8e9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_array::before {
  content: "\e8ea";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_carousel::before {
  content: "\e8eb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_column::before {
  content: "\e8ec";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_day::before {
  content: "\e8ed";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_headline::before {
  content: "\e8ee";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_list::before {
  content: "\e8ef";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_module::before {
  content: "\e8f0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_quilt::before {
  content: "\e8f1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_stream::before {
  content: "\e8f2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_week::before {
  content: "\e8f3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-visibility::before {
  content: "\e8f4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-visibility_off::before {
  content: "\e8f5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wallet_giftcard::before {
  content: "\e8f6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wallet_membership::before {
  content: "\e8f7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wallet_travel::before {
  content: "\e8f8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-work::before {
  content: "\e8f9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-youtube_searched_for::before {
  content: "\e8fa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-eject::before {
  content: "\e8fb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-enhance_photo_translate::before {
  content: "\e8fc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-help_outline::before {
  content: "\e8fd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-reorder::before {
  content: "\e8fe";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-zoom_in::before {
  content: "\e8ff";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-zoom_out::before {
  content: "\e900";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-http::before {
  content: "\e902";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-event_seat::before {
  content: "\e903";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flight_land::before {
  content: "\e904";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flight_takeoff::before {
  content: "\e905";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-play_for_work::before {
  content: "\e906";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gif::before {
  content: "\e908";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-indeterminate_check_box::before {
  content: "\e909";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-offline_pin::before {
  content: "\e90a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-all_out::before {
  content: "\e90b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-copyright::before {
  content: "\e90c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fingerprint::before {
  content: "\e90d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gavel::before {
  content: "\e90e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lightbulb_outline::before {
  content: "\e90f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-picture_in_picture_alt::before {
  content: "\e911";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-important_devices::before {
  content: "\e912";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-touch_app::before {
  content: "\e913";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-accessible::before {
  content: "\e914";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-compare_arrows::before {
  content: "\e915";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-date_range::before {
  content: "\e916";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-donut_large::before {
  content: "\e917";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-donut_small::before {
  content: "\e918";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-line_style::before {
  content: "\e919";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-line_weight::before {
  content: "\e91a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-motorcycle::before {
  content: "\e91b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-opacity::before {
  content: "\e91c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pets::before {
  content: "\e91d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pregnant_woman::before {
  content: "\e91e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-record_voice_over::before {
  content: "\e91f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rounded_corner::before {
  content: "\e920";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rowing::before {
  content: "\e921";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-timeline::before {
  content: "\e922";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-update::before {
  content: "\e923";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-watch_later::before {
  content: "\e924";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pan_tool::before {
  content: "\e925";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-euro_symbol::before {
  content: "\e926";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-g_translate::before {
  content: "\e927";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-remove_shopping_cart::before {
  content: "\e928";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-restore_page::before {
  content: "\e929";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-speaker_notes_off::before {
  content: "\e92a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-delete_forever::before {
  content: "\e92b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-accessibility_new::before {
  content: "\e92c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-check_circle_outline::before {
  content: "\e92d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-delete_outline::before {
  content: "\e92e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-done_outline::before {
  content: "\e92f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-maximize::before {
  content: "\e930";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-minimize::before {
  content: "\e931";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-offline_bolt::before {
  content: "\e932";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swap_horizontal_circle::before {
  content: "\e933";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-accessible_forward::before {
  content: "\e934";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-calendar_today::before {
  content: "\e935";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-calendar_view_day::before {
  content: "\e936";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-label_important::before {
  content: "\e937";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-restore_from_trash::before {
  content: "\e938";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-supervised_user_circle::before {
  content: "\e939";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-text_rotate_up::before {
  content: "\e93a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-text_rotate_vertical::before {
  content: "\e93b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-text_rotation_angledown::before {
  content: "\e93c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-text_rotation_angleup::before {
  content: "\e93d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-text_rotation_down::before {
  content: "\e93e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-text_rotation_none::before {
  content: "\e93f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-commute::before {
  content: "\e940";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_right_alt::before {
  content: "\e941";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-work_off::before {
  content: "\e942";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-work_outline::before {
  content: "\e943";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-drag_indicator::before {
  content: "\e945";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-horizontal_split::before {
  content: "\e947";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-label_important_outline::before {
  content: "\e948";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vertical_split::before {
  content: "\e949";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-voice_over_off::before {
  content: "\e94a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-segment::before {
  content: "\e94b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-contact_support::before {
  content: "\e94c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-compress::before {
  content: "\e94d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_list_alt::before {
  content: "\e94e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-expand::before {
  content: "\e94f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-edit_off::before {
  content: "\e950";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e951::before {
  content: "\e951";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e952::before {
  content: "\e952";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e953::before {
  content: "\e953";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e954::before {
  content: "\e954";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e955::before {
  content: "\e955";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e956::before {
  content: "\e956";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e957::before {
  content: "\e957";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e958::before {
  content: "\e958";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e959::before {
  content: "\e959";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e95a::before {
  content: "\e95a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e95b::before {
  content: "\e95b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e95c::before {
  content: "\e95c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e95d::before {
  content: "\e95d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e95e::before {
  content: "\e95e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e95f::before {
  content: "\e95f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e960::before {
  content: "\e960";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e961::before {
  content: "\e961";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e962::before {
  content: "\e962";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e963::before {
  content: "\e963";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e964::before {
  content: "\e964";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e965::before {
  content: "\e965";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e966::before {
  content: "\e966";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e967::before {
  content: "\e967";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e968::before {
  content: "\e968";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e969::before {
  content: "\e969";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e96a::before {
  content: "\e96a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e96b::before {
  content: "\e96b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e96c::before {
  content: "\e96c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e96d::before {
  content: "\e96d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e96e::before {
  content: "\e96e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e96f::before {
  content: "\e96f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e970::before {
  content: "\e970";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e971::before {
  content: "\e971";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e972::before {
  content: "\e972";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e973::before {
  content: "\e973";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e974::before {
  content: "\e974";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e975::before {
  content: "\e975";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e976::before {
  content: "\e976";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e977::before {
  content: "\e977";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e978::before {
  content: "\e978";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e979::before {
  content: "\e979";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-account_tree::before {
  content: "\e97a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_chart::before {
  content: "\e97b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_ic_call::before {
  content: "\e97c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_moderator::before {
  content: "\e97d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-all_inbox::before {
  content: "\e97f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-approval::before {
  content: "\e982";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assistant_direction::before {
  content: "\e988";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assistant_navigation::before {
  content: "\e989";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bookmarks::before {
  content: "\e98b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bus_alert::before {
  content: "\e98f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cases::before {
  content: "\e992";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-circle_notifications::before {
  content: "\e994";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-closed_caption_off::before {
  content: "\e996";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-connected_tv::before {
  content: "\e998";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dangerous::before {
  content: "\e99a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dashboard_customize::before {
  content: "\e99b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-desktop_access_disabled::before {
  content: "\e99d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-drive_file_move_outline::before {
  content: "\e9a1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-drive_file_rename_outline::before {
  content: "\e9a2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-drive_folder_upload::before {
  content: "\e9a3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-duo::before {
  content: "\e9a5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-spoke::before {
  content: "\e9a7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-explore_off::before {
  content: "\e9a8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-file_download_done::before {
  content: "\e9aa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rtt::before {
  content: "\e9ad";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-grid_view::before {
  content: "\e9b0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hail::before {
  content: "\e9b1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-home_filled::before {
  content: "\e9b2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-imagesearch_roller::before {
  content: "\e9b4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-label_off::before {
  content: "\e9b6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-library_add_check::before {
  content: "\e9b7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-logout::before {
  content: "\e9ba";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-margin::before {
  content: "\e9bb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mark_as_unread::before {
  content: "\e9bc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-menu_open::before {
  content: "\e9bd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-motion_photos_off::before {
  content: "\e9c0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-motion_photos_on::before {
  content: "\e9c1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-motion_photos_paused::before {
  content: "\e9c2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mp::before {
  content: "\e9c3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-offline_share::before {
  content: "\e9c5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-padding::before {
  content: "\e9c8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-panorama_photosphere::before {
  content: "\e9c9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-panorama_photosphere_select::before {
  content: "\e9ca";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_add_disabled::before {
  content: "\e9cb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phone_disabled::before {
  content: "\e9cc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phone_enabled::before {
  content: "\e9cd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pivot_table_chart::before {
  content: "\e9ce";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-print_disabled::before {
  content: "\e9cf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-railway_alert::before {
  content: "\e9d1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-recommend::before {
  content: "\e9d2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-remove_done::before {
  content: "\e9d3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-remove_moderator::before {
  content: "\e9d4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-repeat_on::before {
  content: "\e9d6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-repeat_one_on::before {
  content: "\e9d7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-replay_circle_filled::before {
  content: "\e9d8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-reset_tv::before {
  content: "\e9d9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sd::before {
  content: "\e9dd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shield::before {
  content: "\e9e0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shuffle_on::before {
  content: "\e9e1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-speed::before {
  content: "\e9e4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stacked_bar_chart::before {
  content: "\e9e6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stream::before {
  content: "\e9e9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swipe::before {
  content: "\e9ec";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-switch_account::before {
  content: "\e9ed";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tag::before {
  content: "\e9ef";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-thumb_down_off_alt::before {
  content: "\e9f2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-thumb_up_off_alt::before {
  content: "\e9f3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hub::before {
  content: "\e9f4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-toggle_off::before {
  content: "\e9f5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-toggle_on::before {
  content: "\e9f6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-two_wheeler::before {
  content: "\e9f9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-upload_file::before {
  content: "\e9fc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_in_ar::before {
  content: "\e9fe";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-waterfall_chart::before {
  content: "\ea00";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wb_shade::before {
  content: "\ea01";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wb_twighlight::before {
  content: "\ea02";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-home_work::before {
  content: "\ea09";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-schedule_send::before {
  content: "\ea0a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bolt::before {
  content: "\ea0b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-send_and_archive::before {
  content: "\ea0c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-workspaces_filled::before {
  content: "\ea0d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-file_present::before {
  content: "\ea0e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-workspaces_outline::before {
  content: "\ea0f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fit_screen::before {
  content: "\ea10";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-saved_search::before {
  content: "\ea11";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-storefront::before {
  content: "\ea12";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-amp_stories::before {
  content: "\ea13";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dynamic_feed::before {
  content: "\ea14";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-euro::before {
  content: "\ea15";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-height::before {
  content: "\ea16";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-policy::before {
  content: "\ea17";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sync_alt::before {
  content: "\ea18";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-menu_book::before {
  content: "\ea19";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-emoji_flags::before {
  content: "\ea1a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-emoji_food_beverage::before {
  content: "\ea1b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-emoji_nature::before {
  content: "\ea1c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-emoji_people::before {
  content: "\ea1d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-emoji_symbols::before {
  content: "\ea1e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-emoji_transportation::before {
  content: "\ea1f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-post_add::before {
  content: "\ea20";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-people_alt::before {
  content: "\ea21";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-emoji_emotions::before {
  content: "\ea22";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-emoji_events::before {
  content: "\ea23";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-emoji_objects::before {
  content: "\ea24";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-token::before {
  content: "\ea25";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_basketball::before {
  content: "\ea26";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_cricket::before {
  content: "\ea27";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_esports::before {
  content: "\ea28";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_football::before {
  content: "\ea29";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_golf::before {
  content: "\ea2a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_hockey::before {
  content: "\ea2b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_mma::before {
  content: "\ea2c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_motorsports::before {
  content: "\ea2d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_rugby::before {
  content: "\ea2e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_soccer::before {
  content: "\ea2f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports::before {
  content: "\ea30";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_volleyball::before {
  content: "\ea31";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_tennis::before {
  content: "\ea32";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_handball::before {
  content: "\ea33";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_kabaddi::before {
  content: "\ea34";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-eco::before {
  content: "\ea35";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-museum::before {
  content: "\ea36";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flip_camera_android::before {
  content: "\ea37";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flip_camera_ios::before {
  content: "\ea38";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cancel_schedule_send::before {
  content: "\ea39";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-biotech::before {
  content: "\ea3a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-architecture::before {
  content: "\ea3b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-construction::before {
  content: "\ea3c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-engineering::before {
  content: "\ea3d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-history_edu::before {
  content: "\ea3e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-military_tech::before {
  content: "\ea3f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-apartment::before {
  content: "\ea40";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bathtub::before {
  content: "\ea41";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-deck::before {
  content: "\ea42";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fireplace::before {
  content: "\ea43";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-house::before {
  content: "\ea44";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-king_bed::before {
  content: "\ea45";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-nights_stay::before {
  content: "\ea46";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-outdoor_grill::before {
  content: "\ea47";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-single_bed::before {
  content: "\ea48";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-square_foot::before {
  content: "\ea49";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-psychology::before {
  content: "\ea4a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-science::before {
  content: "\ea4b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-auto_delete::before {
  content: "\ea4c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_add_alt::before {
  content: "\ea4d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-comment_bank::before {
  content: "\ea4e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-grading::before {
  content: "\ea4f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-double_arrow::before {
  content: "\ea50";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_baseball::before {
  content: "\ea51";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-attractions::before {
  content: "\ea52";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bakery_dining::before {
  content: "\ea53";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-breakfast_dining::before {
  content: "\ea54";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-car_rental::before {
  content: "\ea55";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-car_repair::before {
  content: "\ea56";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dinner_dining::before {
  content: "\ea57";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dry_cleaning::before {
  content: "\ea58";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hardware::before {
  content: "\ea59";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-plagiarism::before {
  content: "\ea5a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hourglass_top::before {
  content: "\ea5b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hourglass_bottom::before {
  content: "\ea5c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-more_time::before {
  content: "\ea5d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-attach_email::before {
  content: "\ea5e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-calculate::before {
  content: "\ea5f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-liquor::before {
  content: "\ea60";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lunch_dining::before {
  content: "\ea61";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-nightlife::before {
  content: "\ea62";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-park::before {
  content: "\ea63";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ramen_dining::before {
  content: "\ea64";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-celebration::before {
  content: "\ea65";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-theater_comedy::before {
  content: "\ea66";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-badge::before {
  content: "\ea67";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-festival::before {
  content: "\ea68";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-icecream::before {
  content: "\ea69";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-telegram::before {
  content: "\ea6b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-discord::before {
  content: "\ea6c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-woo_commerce::before {
  content: "\ea6d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-snapchat::before {
  content: "\ea6e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-volunteer_activism::before {
  content: "\ea70";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-contactless::before {
  content: "\ea71";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-delivery_dining::before {
  content: "\ea72";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-brunch_dining::before {
  content: "\ea73";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-takeout_dining::before {
  content: "\ea74";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-video_settings::before {
  content: "\ea75";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-search_off::before {
  content: "\ea76";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-login::before {
  content: "\ea77";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-self_improvement::before {
  content: "\ea78";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-agriculture::before {
  content: "\ea79";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tiktok::before {
  content: "\ea7e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-apple::before {
  content: "\ea80";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wechat::before {
  content: "\ea81";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-medication_liquid::before {
  content: "\ea87";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-paypal::before {
  content: "\ea8d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-content_paste_go::before {
  content: "\ea8e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-adobe::before {
  content: "\ea96";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-quora::before {
  content: "\ea98";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-forest::before {
  content: "\ea99";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-line_axis::before {
  content: "\ea9a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-content_paste_search::before {
  content: "\ea9b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shopify::before {
  content: "\ea9d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wordpress::before {
  content: "\ea9f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-reddit::before {
  content: "\eaa0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-monitor_heart::before {
  content: "\eaa2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pix::before {
  content: "\eaa3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hive::before {
  content: "\eaa6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_circle_left::before {
  content: "\eaa7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-punch_clock::before {
  content: "\eaa8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shield_moon::before {
  content: "\eaa9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_circle_right::before {
  content: "\eaaa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rotate_90_degrees_cw::before {
  content: "\eaab";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cookie::before {
  content: "\eaac";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fort::before {
  content: "\eaad";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-church::before {
  content: "\eaae";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-temple_hindu::before {
  content: "\eaaf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-synagogue::before {
  content: "\eab0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-castle::before {
  content: "\eab1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mosque::before {
  content: "\eab2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-temple_buddhist::before {
  content: "\eab3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-heart_broken::before {
  content: "\eac2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_double_arrow_left::before {
  content: "\eac3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-table_restaurant::before {
  content: "\eac6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-numbers::before {
  content: "\eac7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-egg_alt::before {
  content: "\eac8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_double_arrow_right::before {
  content: "\eac9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-insert_page_break::before {
  content: "\eaca";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-egg::before {
  content: "\eacc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-route::before {
  content: "\eacd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_double_arrow_up::before {
  content: "\eacf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_double_arrow_down::before {
  content: "\ead0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-data_array::before {
  content: "\ead1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-table_bar::before {
  content: "\ead2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-data_object::before {
  content: "\ead3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-candlestick_chart::before {
  content: "\ead4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-diamond::before {
  content: "\ead5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-logo_dev::before {
  content: "\ead6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-phishing::before {
  content: "\ead7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fax::before {
  content: "\ead8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_tethering_error::before {
  content: "\ead9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-adf_scanner::before {
  content: "\eada";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-send_time_extension::before {
  content: "\eadb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-text_decrease::before {
  content: "\eadd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lock_reset::before {
  content: "\eade";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_option::before {
  content: "\eadf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_command::before {
  content: "\eae0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-text_increase::before {
  content: "\eae2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-watch_off::before {
  content: "\eae3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-app_shortcut::before {
  content: "\eae4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_control_key::before {
  content: "\eae6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_command_key::before {
  content: "\eae7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_option_key::before {
  content: "\eae8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_martial_arts::before {
  content: "\eae9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-join_right::before {
  content: "\eaea";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-join_full::before {
  content: "\eaeb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-currency_ruble::before {
  content: "\eaec";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sync_lock::before {
  content: "\eaee";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-currency_lira::before {
  content: "\eaef";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-co_present::before {
  content: "\eaf0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-currency_pound::before {
  content: "\eaf1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-join_left::before {
  content: "\eaf2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-file_open::before {
  content: "\eaf3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-join_inner::before {
  content: "\eaf4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-commit::before {
  content: "\eaf5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-balance::before {
  content: "\eaf6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-currency_rupee::before {
  content: "\eaf7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flag_circle::before {
  content: "\eaf8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-currency_yuan::before {
  content: "\eaf9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-currency_franc::before {
  content: "\eafa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-currency_yen::before {
  content: "\eafb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-electric_bike::before {
  content: "\eb1b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-electric_car::before {
  content: "\eb1c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-electric_moped::before {
  content: "\eb1d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-electric_rickshaw::before {
  content: "\eb1e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-electric_scooter::before {
  content: "\eb1f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-moped::before {
  content: "\eb28";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pedal_bike::before {
  content: "\eb29";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-folder_zip::before {
  content: "\eb2c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-zoom_in_map::before {
  content: "\eb2d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swipe_up::before {
  content: "\eb2e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lan::before {
  content: "\eb2f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swipe_down_alt::before {
  content: "\eb30";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_find::before {
  content: "\eb31";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_alt_off::before {
  content: "\eb32";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swipe_left_alt::before {
  content: "\eb33";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-folder_delete::before {
  content: "\eb34";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swipe_up_alt::before {
  content: "\eb35";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-square::before {
  content: "\eb36";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-contrast::before {
  content: "\eb37";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pinch::before {
  content: "\eb38";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hexagon::before {
  content: "\eb39";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-satellite_alt::before {
  content: "\eb3a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ac_unit::before {
  content: "\eb3b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airport_shuttle::before {
  content: "\eb3c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-all_inclusive::before {
  content: "\eb3d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-beach_access::before {
  content: "\eb3e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-business_center::before {
  content: "\eb3f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-casino::before {
  content: "\eb40";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-child_care::before {
  content: "\eb41";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-child_friendly::before {
  content: "\eb42";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fitness_center::before {
  content: "\eb43";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-free_breakfast::before {
  content: "\eb44";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-golf_course::before {
  content: "\eb45";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hot_tub::before {
  content: "\eb46";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-kitchen::before {
  content: "\eb47";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pool::before {
  content: "\eb48";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-room_service::before {
  content: "\eb49";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-smoke_free::before {
  content: "\eb4a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-smoking_rooms::before {
  content: "\eb4b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-spa::before {
  content: "\eb4c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_meeting_room::before {
  content: "\eb4e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-meeting_room::before {
  content: "\eb4f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pentagon::before {
  content: "\eb50";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swipe_vertical::before {
  content: "\eb51";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swipe_right::before {
  content: "\eb52";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swipe_down::before {
  content: "\eb53";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rectangle::before {
  content: "\eb54";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swipe_right_alt::before {
  content: "\eb56";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_list_off::before {
  content: "\eb57";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-percent::before {
  content: "\eb58";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-swipe_left::before {
  content: "\eb59";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cloud_sync::before {
  content: "\eb5a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-scale::before {
  content: "\eb5f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-save_as::before {
  content: "\eb60";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-move_down::before {
  content: "\eb61";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-domain_add::before {
  content: "\eb62";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-move_up::before {
  content: "\eb64";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_overline::before {
  content: "\eb65";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ssid_chart::before {
  content: "\eb66";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-boy::before {
  content: "\eb67";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-girl::before {
  content: "\eb68";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-elderly_woman::before {
  content: "\eb69";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_channel::before {
  content: "\eb6a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_password::before {
  content: "\eb6b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assured_workload::before {
  content: "\eb6f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-currency_exchange::before {
  content: "\eb70";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-install_desktop::before {
  content: "\eb71";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-install_mobile::before {
  content: "\eb72";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_comfy_alt::before {
  content: "\eb73";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_compact_alt::before {
  content: "\eb74";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_cozy::before {
  content: "\eb75";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bedtime_off::before {
  content: "\eb76";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-deblur::before {
  content: "\eb77";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vpn_key_off::before {
  content: "\eb7a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-event_repeat::before {
  content: "\eb7b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-javascript::before {
  content: "\eb7c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-difference::before {
  content: "\eb7d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-html::before {
  content: "\eb7e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_kanban::before {
  content: "\eb7f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-playlist_remove::before {
  content: "\eb80";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-newspaper::before {
  content: "\eb81";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-audio_file::before {
  content: "\eb82";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-folder_off::before {
  content: "\eb83";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-key_off::before {
  content: "\eb84";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_timeline::before {
  content: "\eb85";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_card::before {
  content: "\eb86";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-video_file::before {
  content: "\eb87";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shopping_cart_checkout::before {
  content: "\eb88";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hls::before {
  content: "\eb8a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-question_mark::before {
  content: "\eb8b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hls_off::before {
  content: "\eb8c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-eb8d::before {
  content: "\eb8d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-terminal::before {
  content: "\eb8e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-php::before {
  content: "\eb8f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stadium::before {
  content: "\eb90";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signpost::before {
  content: "\eb91";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-webhook::before {
  content: "\eb92";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-css::before {
  content: "\eb93";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-abc::before {
  content: "\eb94";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-straight::before {
  content: "\eb95";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ramp_right::before {
  content: "\eb96";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-display_settings::before {
  content: "\eb97";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-merge::before {
  content: "\eb98";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-roundabout_left::before {
  content: "\eb99";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-turn_slight_right::before {
  content: "\eb9a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rocket_launch::before {
  content: "\eb9b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ramp_left::before {
  content: "\eb9c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mark_unread_chat_alt::before {
  content: "\eb9d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-density_medium::before {
  content: "\eb9e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-data_thresholding::before {
  content: "\eb9f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fork_left::before {
  content: "\eba0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-u_turn_left::before {
  content: "\eba1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-u_turn_right::before {
  content: "\eba2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-roundabout_right::before {
  content: "\eba3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-turn_slight_left::before {
  content: "\eba4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rocket::before {
  content: "\eba5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-turn_left::before {
  content: "\eba6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-turn_sharp_left::before {
  content: "\eba7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-density_small::before {
  content: "\eba8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-density_large::before {
  content: "\eba9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-turn_sharp_right::before {
  content: "\ebaa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-turn_right::before {
  content: "\ebab";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fork_right::before {
  content: "\ebac";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-deselect::before {
  content: "\ebb6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-warehouse::before {
  content: "\ebb8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pan_tool_alt::before {
  content: "\ebb9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cell_tower::before {
  content: "\ebba";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-polyline::before {
  content: "\ebbb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-factory::before {
  content: "\ebbc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-folder_copy::before {
  content: "\ebbd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-output::before {
  content: "\ebbe";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_gymnastics::before {
  content: "\ebc4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-currency_bitcoin::before {
  content: "\ebc5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vape_free::before {
  content: "\ebc6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tire_repair::before {
  content: "\ebc8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-discount::before {
  content: "\ebc9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-network_ping::before {
  content: "\ebca";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-handshake::before {
  content: "\ebcb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-calendar_month::before {
  content: "\ebcc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-roller_skating::before {
  content: "\ebcd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-scuba_diving::before {
  content: "\ebce";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vaping_rooms::before {
  content: "\ebcf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-scoreboard::before {
  content: "\ebd0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-browse_gallery::before {
  content: "\ebd1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-battery_6_bar::before {
  content: "\ebd2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-severe_cold::before {
  content: "\ebd3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-battery_5_bar::before {
  content: "\ebd4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cyclone::before {
  content: "\ebd5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-network_wifi_2_bar::before {
  content: "\ebd6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-landslide::before {
  content: "\ebd7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tsunami::before {
  content: "\ebd8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-battery_1_bar::before {
  content: "\ebd9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-volcano::before {
  content: "\ebda";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-thunderstorm::before {
  content: "\ebdb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-battery_0_bar::before {
  content: "\ebdc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-battery_3_bar::before {
  content: "\ebdd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-devices_fold::before {
  content: "\ebde";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_cellular_alt_1_bar::before {
  content: "\ebdf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-battery_2_bar::before {
  content: "\ebe0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-network_wifi_3_bar::before {
  content: "\ebe1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-battery_4_bar::before {
  content: "\ebe2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_cellular_alt_2_bar::before {
  content: "\ebe3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-network_wifi_1_bar::before {
  content: "\ebe4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sign_language::before {
  content: "\ebe5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flood::before {
  content: "\ebe6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-manage_history::before {
  content: "\ebe7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-spatial_audio_off::before {
  content: "\ebe8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-crisis_alert::before {
  content: "\ebe9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-spatial_tracking::before {
  content: "\ebea";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-spatial_audio::before {
  content: "\ebeb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-noise_aware::before {
  content: "\ebec";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-medical_information::before {
  content: "\ebed";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-screen_rotation_alt::before {
  content: "\ebee";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-safety_check::before {
  content: "\ebef";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_crash::before {
  content: "\ebf0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-minor_crash::before {
  content: "\ebf1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-car_crash::before {
  content: "\ebf2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-noise_control_off::before {
  content: "\ebf3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-emergency_recording::before {
  content: "\ebf4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-emergency_share::before {
  content: "\ebf6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sos::before {
  content: "\ebf7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-remove_road::before {
  content: "\ebfc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-on_device_training::before {
  content: "\ebfd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lightbulb_circle::before {
  content: "\ebfe";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-screenshot_monitor::before {
  content: "\ec08";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-work_history::before {
  content: "\ec09";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mail_lock::before {
  content: "\ec0a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lyrics::before {
  content: "\ec0b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wind_power::before {
  content: "\ec0c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vertical_shades_closed::before {
  content: "\ec0d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vertical_shades::before {
  content: "\ec0e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-solar_power::before {
  content: "\ec0f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sensor_occupied::before {
  content: "\ec10";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-roller_shades_closed::before {
  content: "\ec11";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-roller_shades::before {
  content: "\ec12";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-propane_tank::before {
  content: "\ec13";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-propane::before {
  content: "\ec14";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-oil_barrel::before {
  content: "\ec15";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-nest_cam_wired_stand::before {
  content: "\ec16";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mode_fan_off::before {
  content: "\ec17";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-heat_pump::before {
  content: "\ec18";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gas_meter::before {
  content: "\ec19";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-energy_savings_leaf::before {
  content: "\ec1a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-electric_meter::before {
  content: "\ec1b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-electric_bolt::before {
  content: "\ec1c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-curtains_closed::before {
  content: "\ec1d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-curtains::before {
  content: "\ec1e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-blinds_closed::before {
  content: "\ec1f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-auto_mode::before {
  content: "\ec20";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fluorescent::before {
  content: "\ec31";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ef38::before {
  content: "\ef38";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-ad_units::before {
  content: "\ef39";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_location_alt::before {
  content: "\ef3a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_road::before {
  content: "\ef3b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-addchart::before {
  content: "\ef3c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-admin_panel_settings::before {
  content: "\ef3d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-analytics::before {
  content: "\ef3e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-app_blocking::before {
  content: "\ef3f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-app_registration::before {
  content: "\ef40";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-app_settings_alt::before {
  content: "\ef41";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-article::before {
  content: "\ef42";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-backup_table::before {
  content: "\ef43";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bedtime::before {
  content: "\ef44";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bike_scooter::before {
  content: "\ef45";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-block_flipped::before {
  content: "\ef46";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-browser_not_supported::before {
  content: "\ef47";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-build_circle::before {
  content: "\ef48";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-campaign::before {
  content: "\ef49";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-circle::before {
  content: "\ef4a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dirty_lens::before {
  content: "\ef4b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-domain_verification::before {
  content: "\ef4c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-edit_road::before {
  content: "\ef4d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-face_retouching_natural::before {
  content: "\ef4e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-filter_alt::before {
  content: "\ef4f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flaky::before {
  content: "\ef50";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hdr_enhanced_select::before {
  content: "\ef51";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-highlight_alt::before {
  content: "\ef52";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hourglass_disabled::before {
  content: "\ef53";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-integration_instructions::before {
  content: "\ef54";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_fire_department::before {
  content: "\ef55";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-local_police::before {
  content: "\ef56";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lock_clock::before {
  content: "\ef57";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-maps_ugc::before {
  content: "\ef58";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mic_external_off::before {
  content: "\ef59";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mic_external_on::before {
  content: "\ef5a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-monitor::before {
  content: "\ef5b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-nat::before {
  content: "\ef5c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-next_plan::before {
  content: "\ef5d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-nightlight_round::before {
  content: "\ef5e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-outbox::before {
  content: "\ef5f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-panorama_horizontal_select::before {
  content: "\ef60";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-panorama_vertical_select::before {
  content: "\ef61";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-panorama_wide_angle_select::before {
  content: "\ef62";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-payments::before {
  content: "\ef63";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pending::before {
  content: "\ef64";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_add_alt_1::before {
  content: "\ef65";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_remove::before {
  content: "\ef66";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_remove_alt_1::before {
  content: "\ef67";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-photo_camera_back::before {
  content: "\ef68";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-photo_camera_front::before {
  content: "\ef69";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-play_disabled::before {
  content: "\ef6a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-qr_code::before {
  content: "\ef6b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-quickreply::before {
  content: "\ef6c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-read_more::before {
  content: "\ef6d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-receipt_long::before {
  content: "\ef6e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-run_circle::before {
  content: "\ef6f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-screen_search_desktop::before {
  content: "\ef70";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stop_circle::before {
  content: "\ef71";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-subtitles_off::before {
  content: "\ef72";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-support::before {
  content: "\ef73";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-taxi_alert::before {
  content: "\ef74";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tour::before {
  content: "\ef75";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-verified::before {
  content: "\ef76";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_calling::before {
  content: "\ef77";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wrong_location::before {
  content: "\ef78";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mediation::before {
  content: "\efa7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-efcd::before {
  content: "\efcd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-efce::before {
  content: "\efce";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-efcf::before {
  content: "\efcf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-efd0::before {
  content: "\efd0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-efd1::before {
  content: "\efd1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-efd2::before {
  content: "\efd2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-efd3::before {
  content: "\efd3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-efd4::before {
  content: "\efd4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-efd5::before {
  content: "\efd5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-access_time_filled::before {
  content: "\efd6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-air::before {
  content: "\efd8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-airplane_ticket::before {
  content: "\efd9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-aod::before {
  content: "\efda";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-attribution::before {
  content: "\efdb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-autofps_select::before {
  content: "\efdc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bathroom::before {
  content: "\efdd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-battery_saver::before {
  content: "\efde";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bed::before {
  content: "\efdf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bedroom_baby::before {
  content: "\efe0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bedroom_child::before {
  content: "\efe1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bedroom_parent::before {
  content: "\efe2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-blender::before {
  content: "\efe3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bloodtype::before {
  content: "\efe4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bluetooth_drive::before {
  content: "\efe5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cable::before {
  content: "\efe6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-calendar_view_month::before {
  content: "\efe7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-calendar_view_week::before {
  content: "\efe8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-camera_indoor::before {
  content: "\efe9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-camera_outdoor::before {
  content: "\efea";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cameraswitch::before {
  content: "\efeb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cast_for_education::before {
  content: "\efec";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-chair::before {
  content: "\efed";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-chair_alt::before {
  content: "\efee";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-coffee::before {
  content: "\efef";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-coffee_maker::before {
  content: "\eff0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-credit_score::before {
  content: "\eff1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-data_saver_off::before {
  content: "\eff2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-data_saver_on::before {
  content: "\eff3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dining::before {
  content: "\eff4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_boat_filled::before {
  content: "\eff5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_bus_filled::before {
  content: "\eff6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_car_filled::before {
  content: "\eff7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_railway_filled::before {
  content: "\eff8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_subway_filled::before {
  content: "\eff9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_transit_filled::before {
  content: "\effa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-do_not_disturb_on_total_silence::before {
  content: "\effb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-door_back::before {
  content: "\effc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-door_front::before {
  content: "\effd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-door_sliding::before {
  content: "\effe";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-doorbell::before {
  content: "\efff";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-download_for_offline::before {
  content: "\f000";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-downloading::before {
  content: "\f001";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-e_mobiledata::before {
  content: "\f002";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-earbuds::before {
  content: "\f003";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-earbuds_battery::before {
  content: "\f004";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-edgesensor_high::before {
  content: "\f005";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-edgesensor_low::before {
  content: "\f006";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-face_retouching_off::before {
  content: "\f007";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-feed::before {
  content: "\f009";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flashlight_off::before {
  content: "\f00a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flashlight_on::before {
  content: "\f00b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flatware::before {
  content: "\f00c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-flourescent::before {
  content: "\f00d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fmd_bad::before {
  content: "\f00e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fmd_good::before {
  content: "\f00f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-g_mobiledata::before {
  content: "\f010";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-garage::before {
  content: "\f011";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gpp_bad::before {
  content: "\f012";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gpp_good::before {
  content: "\f013";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-gpp_maybe::before {
  content: "\f014";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-grid_3x3::before {
  content: "\f015";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-grid_4x4::before {
  content: "\f016";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-grid_goldenratio::before {
  content: "\f017";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-h_mobiledata::before {
  content: "\f018";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-h_plus_mobiledata::before {
  content: "\f019";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hdr_auto::before {
  content: "\f01a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hdr_auto_select::before {
  content: "\f01b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hdr_off_select::before {
  content: "\f01c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hdr_on_select::before {
  content: "\f01d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hdr_plus::before {
  content: "\f01e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-headphones::before {
  content: "\f01f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-headphones_battery::before {
  content: "\f020";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hevc::before {
  content: "\f021";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hide_image::before {
  content: "\f022";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hide_source::before {
  content: "\f023";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-home_max::before {
  content: "\f024";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-home_mini::before {
  content: "\f025";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-keyboard_alt::before {
  content: "\f028";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lens_blur::before {
  content: "\f029";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-light::before {
  content: "\f02a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-living::before {
  content: "\f02b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lte_mobiledata::before {
  content: "\f02c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lte_plus_mobiledata::before {
  content: "\f02d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-manage_accounts::before {
  content: "\f02e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-manage_search::before {
  content: "\f02f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-maps_home_work::before {
  content: "\f030";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-media_bluetooth_off::before {
  content: "\f031";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-media_bluetooth_on::before {
  content: "\f032";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-medication::before {
  content: "\f033";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mobiledata_off::before {
  content: "\f034";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mode_edit_outline::before {
  content: "\f035";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mode_night::before {
  content: "\f036";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mode_standby::before {
  content: "\f037";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-money_off_csred::before {
  content: "\f038";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-monitor_weight::before {
  content: "\f039";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-motion_photos_auto::before {
  content: "\f03a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-nearby_error::before {
  content: "\f03b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-nearby_off::before {
  content: "\f03c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-nightlight::before {
  content: "\f03d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_accounts::before {
  content: "\f03e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_encryption_gmailerrorred::before {
  content: "\f03f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-note_alt::before {
  content: "\f040";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-paid::before {
  content: "\f041";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-password::before {
  content: "\f042";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pattern::before {
  content: "\f043";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pie_chart_outline::before {
  content: "\f044";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pin::before {
  content: "\f045";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-play_lesson::before {
  content: "\f047";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-podcasts::before {
  content: "\f048";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-precision_manufacturing::before {
  content: "\f049";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-price_change::before {
  content: "\f04a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-price_check::before {
  content: "\f04b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-quiz::before {
  content: "\f04c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-r_mobiledata::before {
  content: "\f04d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-radar::before {
  content: "\f04e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-raw_off::before {
  content: "\f04f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-raw_on::before {
  content: "\f050";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-remember_me::before {
  content: "\f051";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-report_gmailerrorred::before {
  content: "\f052";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-restart_alt::before {
  content: "\f053";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-reviews::before {
  content: "\f054";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rsvp::before {
  content: "\f055";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-screenshot::before {
  content: "\f056";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sd_card_alert::before {
  content: "\f057";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-security_update::before {
  content: "\f058";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-security_update_good::before {
  content: "\f059";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-security_update_warning::before {
  content: "\f05a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sell::before {
  content: "\f05b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-send_to_mobile::before {
  content: "\f05c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_accessibility::before {
  content: "\f05d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-settings_suggest::before {
  content: "\f05e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-share_location::before {
  content: "\f05f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shortcut::before {
  content: "\f060";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shower::before {
  content: "\f061";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_cellular_nodata::before {
  content: "\f062";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_wifi_bad::before {
  content: "\f063";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_wifi_connected_no_internet_4::before {
  content: "\f064";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_wifi_statusbar_4_bar::before {
  content: "\f065";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_wifi_statusbar_connected_no_internet_4::before {
  content: "\f066";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_wifi_statusbar_null::before {
  content: "\f067";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sim_card_download::before {
  content: "\f068";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sip::before {
  content: "\f069";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-smart_display::before {
  content: "\f06a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-smart_screen::before {
  content: "\f06b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-smart_toy::before {
  content: "\f06c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-splitscreen::before {
  content: "\f06d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_score::before {
  content: "\f06e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-star_outline::before {
  content: "\f06f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-storm::before {
  content: "\f070";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-summarize::before {
  content: "\f071";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-system_security_update::before {
  content: "\f072";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-system_security_update_good::before {
  content: "\f073";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-system_security_update_warning::before {
  content: "\f074";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-task::before {
  content: "\f075";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-thermostat::before {
  content: "\f076";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-thermostat_auto::before {
  content: "\f077";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-timer_10_select::before {
  content: "\f07a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-timer_3_select::before {
  content: "\f07b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-try::before {
  content: "\f07c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tungsten::before {
  content: "\f07d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-upcoming::before {
  content: "\f07e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-video_camera_back::before {
  content: "\f07f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-video_camera_front::before {
  content: "\f080";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-video_stable::before {
  content: "\f081";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-vrpano::before {
  content: "\f082";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-warning_amber::before {
  content: "\f083";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-water::before {
  content: "\f084";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_calling_3::before {
  content: "\f085";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_tethering_error_rounded::before {
  content: "\f086";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_tethering_off::before {
  content: "\f087";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-window::before {
  content: "\f088";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-yard::before {
  content: "\f089";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-do_disturb::before {
  content: "\f08c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-do_disturb_alt::before {
  content: "\f08d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-do_disturb_off::before {
  content: "\f08e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-do_disturb_on::before {
  content: "\f08f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-download::before {
  content: "\f090";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-download_done::before {
  content: "\f091";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-insights::before {
  content: "\f092";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mode::before {
  content: "\f097";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-star_border_purple500::before {
  content: "\f099";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-star_purple500::before {
  content: "\f09a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-upload::before {
  content: "\f09b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_cellular_0_bar::before {
  content: "\f0a8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_cellular_connected_no_internet_0_bar::before {
  content: "\f0ac";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-signal_wifi_0_bar::before {
  content: "\f0b0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fact_check::before {
  content: "\f0c5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-model_training::before {
  content: "\f0cf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-not_started::before {
  content: "\f0d1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-outgoing_mail::before {
  content: "\f0d2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-privacy_tip::before {
  content: "\f0dc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-support_agent::before {
  content: "\f0e2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-online_prediction::before {
  content: "\f0eb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-star_rate::before {
  content: "\f0ec";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-batch_prediction::before {
  content: "\f0f5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pest_control::before {
  content: "\f0fa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-upgrade::before {
  content: "\f0fb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wifi_protected_setup::before {
  content: "\f0fc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pest_control_rodent::before {
  content: "\f0fd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-not_accessible::before {
  content: "\f0fe";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-cleaning_services::before {
  content: "\f0ff";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-home_repair_service::before {
  content: "\f100";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-table_rows::before {
  content: "\f101";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-electrical_services::before {
  content: "\f102";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hearing_disabled::before {
  content: "\f104";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_search::before {
  content: "\f106";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-plumbing::before {
  content: "\f107";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-horizontal_rule::before {
  content: "\f108";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-medical_services::before {
  content: "\f109";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-design_services::before {
  content: "\f10a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-handyman::before {
  content: "\f10b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-miscellaneous_services::before {
  content: "\f10c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-push_pin::before {
  content: "\f10d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-hvac::before {
  content: "\f10e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-directions_off::before {
  content: "\f10f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-subscript::before {
  content: "\f111";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-superscript::before {
  content: "\f112";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-view_sidebar::before {
  content: "\f114";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-image_not_supported::before {
  content: "\f116";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-legend_toggle::before {
  content: "\f11b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-history_toggle_off::before {
  content: "\f17d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-point_of_sale::before {
  content: "\f17e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_circle_down::before {
  content: "\f181";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_circle_up::before {
  content: "\f182";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-alt_route::before {
  content: "\f184";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-forward_to_inbox::before {
  content: "\f187";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mark_chat_unread::before {
  content: "\f189";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mark_email_unread::before {
  content: "\f18a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mark_chat_read::before {
  content: "\f18b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-mark_email_read::before {
  content: "\f18c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-baby_changing_station::before {
  content: "\f19b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-backpack::before {
  content: "\f19c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-charging_station::before {
  content: "\f19d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-checkroom::before {
  content: "\f19e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-do_not_step::before {
  content: "\f19f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-elevator::before {
  content: "\f1a0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-escalator::before {
  content: "\f1a1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-family_restroom::before {
  content: "\f1a2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fire_hydrant::before {
  content: "\f1a3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_cell::before {
  content: "\f1a4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_drinks::before {
  content: "\f1a5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_flash::before {
  content: "\f1a6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_food::before {
  content: "\f1a7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_photography::before {
  content: "\f1a8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stairs::before {
  content: "\f1a9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tty::before {
  content: "\f1aa";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wheelchair_pickup::before {
  content: "\f1ab";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-escalator_warning::before {
  content: "\f1ac";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-umbrella::before {
  content: "\f1ad";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stroller::before {
  content: "\f1ae";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_stroller::before {
  content: "\f1af";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-do_not_touch::before {
  content: "\f1b0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wash::before {
  content: "\f1b1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-soap::before {
  content: "\f1b2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dry::before {
  content: "\f1b3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sensor_window::before {
  content: "\f1b4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sensor_door::before {
  content: "\f1b5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-request_quote::before {
  content: "\f1b6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-api::before {
  content: "\f1b7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-room_preferences::before {
  content: "\f1b8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-multiple_stop::before {
  content: "\f1b9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pending_actions::before {
  content: "\f1bb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-table_view::before {
  content: "\f1be";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dynamic_form::before {
  content: "\f1bf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-help_center::before {
  content: "\f1c0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-smart_button::before {
  content: "\f1c1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rule::before {
  content: "\f1c2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wysiwyg::before {
  content: "\f1c3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-source::before {
  content: "\f1c4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-preview::before {
  content: "\f1c5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-text_snippet::before {
  content: "\f1c6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-snippet_folder::before {
  content: "\f1c7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-topic::before {
  content: "\f1c8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rule_folder::before {
  content: "\f1c9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-public_off::before {
  content: "\f1ca";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shopping_bag::before {
  content: "\f1cc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-anchor::before {
  content: "\f1cd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-open_in_full::before {
  content: "\f1ce";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-close_fullscreen::before {
  content: "\f1cf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-corporate_fare::before {
  content: "\f1d0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-switch_left::before {
  content: "\f1d1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-switch_right::before {
  content: "\f1d2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-outlet::before {
  content: "\f1d4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_transfer::before {
  content: "\f1d5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_meals::before {
  content: "\f1d6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fire_extinguisher::before {
  content: "\f1d8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-location_pin::before {
  content: "\f1db";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-closed_caption_disabled::before {
  content: "\f1dc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-east::before {
  content: "\f1df";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-north::before {
  content: "\f1e0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-north_east::before {
  content: "\f1e1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-north_west::before {
  content: "\f1e2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-south::before {
  content: "\f1e3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-south_east::before {
  content: "\f1e4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-south_west::before {
  content: "\f1e5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-west::before {
  content: "\f1e6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wine_bar::before {
  content: "\f1e8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-tapas::before {
  content: "\f1e9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-set_meal::before {
  content: "\f1ea";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-near_me_disabled::before {
  content: "\f1ef";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-night_shelter::before {
  content: "\f1f1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-food_bank::before {
  content: "\f1f2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sports_bar::before {
  content: "\f1f3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-bento::before {
  content: "\f1f4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rice_bowl::before {
  content: "\f1f5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fence::before {
  content: "\f1f6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-countertops::before {
  content: "\f1f7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-carpenter::before {
  content: "\f1f8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sticky_note_2::before {
  content: "\f1fc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-foundation::before {
  content: "\f200";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-roofing::before {
  content: "\f201";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-house_siding::before {
  content: "\f202";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-water_damage::before {
  content: "\f203";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-microwave::before {
  content: "\f204";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-grass::before {
  content: "\f205";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-qr_code_scanner::before {
  content: "\f206";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-leaderboard::before {
  content: "\f20c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-book_online::before {
  content: "\f217";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-masks::before {
  content: "\f218";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-elderly::before {
  content: "\f21a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-leave_bags_at_home::before {
  content: "\f21b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-reduce_capacity::before {
  content: "\f21c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sanitizer::before {
  content: "\f21d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-f21e::before {
  content: "\f21e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-clean_hands::before {
  content: "\f21f";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-sick::before {
  content: "\f220";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-coronavirus::before {
  content: "\f221";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-follow_the_signs::before {
  content: "\f222";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-connect_without_contact::before {
  content: "\f223";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-motion_photos_pause::before {
  content: "\f227";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-outbond::before {
  content: "\f228";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_meals_ouline::before {
  content: "\f229";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-stacked_line_chart::before {
  content: "\f22b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-request_page::before {
  content: "\f22c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-contact_page::before {
  content: "\f22e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-disabled_by_default::before {
  content: "\f230";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-published_with_changes::before {
  content: "\f232";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-groups::before {
  content: "\f233";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-facebook::before {
  content: "\f234";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-luggage::before {
  content: "\f235";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-unpublished::before {
  content: "\f236";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_backpack::before {
  content: "\f237";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_task::before {
  content: "\f23a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_luggage::before {
  content: "\f23b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-movie_edit::before {
  content: "\f840";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-rebase_edit::before {
  content: "\f846";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assignment_add::before {
  content: "\f848";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-format_list_bulleted_add::before {
  content: "\f849";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-barcode_reader::before {
  content: "\f85c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-conveyor_belt::before {
  content: "\f867";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-forklift::before {
  content: "\f868";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-front_loader::before {
  content: "\f869";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-pallet::before {
  content: "\f86a";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-trolley::before {
  content: "\f86b";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shelves::before {
  content: "\f86e";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dew_point::before {
  content: "\f879";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-file_upload_off::before {
  content: "\f886";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-edit_document::before {
  content: "\f88c";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-edit_square::before {
  content: "\f88d";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-video_chat::before {
  content: "\f8a0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-arrow_outward::before {
  content: "\f8ce";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-unfold_less_double::before {
  content: "\f8cf";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-unfold_more_double::before {
  content: "\f8d0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-contact_emergency::before {
  content: "\f8d1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-macro_off::before {
  content: "\f8d2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-shape_line::before {
  content: "\f8d3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-assist_walker::before {
  content: "\f8d5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-blind::before {
  content: "\f8d6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-diversity_1::before {
  content: "\f8d7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-diversity_2::before {
  content: "\f8d8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-diversity_3::before {
  content: "\f8d9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-face_2::before {
  content: "\f8da";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-face_3::before {
  content: "\f8db";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-face_4::before {
  content: "\f8dc";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-face_5::before {
  content: "\f8dd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-face_6::before {
  content: "\f8de";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-groups_2::before {
  content: "\f8df";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-groups_3::before {
  content: "\f8e0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-man_2::before {
  content: "\f8e1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-man_3::before {
  content: "\f8e2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-man_4::before {
  content: "\f8e3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_2::before {
  content: "\f8e4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_3::before {
  content: "\f8e5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-person_4::before {
  content: "\f8e6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-woman_2::before {
  content: "\f8e7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-repartition::before {
  content: "\f8e8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-psychology_alt::before {
  content: "\f8ea";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_home::before {
  content: "\f8eb";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-transcribe::before {
  content: "\f8ec";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-add_home_work::before {
  content: "\f8ed";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dataset::before {
  content: "\f8ee";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-dataset_linked::before {
  content: "\f8ef";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-type_specimen::before {
  content: "\f8f0";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fire_hydrant_alt::before {
  content: "\f8f1";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-fire_truck::before {
  content: "\f8f2";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-lock_person::before {
  content: "\f8f3";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-desk::before {
  content: "\f8f4";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-width_full::before {
  content: "\f8f5";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-width_normal::before {
  content: "\f8f6";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-width_wide::before {
  content: "\f8f7";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-broadcast_on_home::before {
  content: "\f8f8";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-broadcast_on_personal::before {
  content: "\f8f9";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-f8fd::before {
  content: "\f8fd";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-no_adult_content::before {
  content: "\f8fe";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-wallet::before {
  content: "\f8ff";
}
.Layouts_DLM_Icons.Layouts_DLM_Icons-goat::before {
  content: "\10fffd";
}

.dashboard-figures {
	border-radius: 5px;
	background-color: #f57c2a;
}


.dlm-deallock {
    padding-left: 5px !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    color: #333333;
}

.dlm-clickable-field {
    padding-left: 5px !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.dlm-mandatory {
    margin-top: 4px;
    margin-left: -29px;
    font-size: 8px !important;
    cursor: default;
    color: #f26421;
}

.dashboard-title {
	color: rgb(85, 85, 85);
	margin: 0px;
	font-size: 17px;
}

.form-label-with-asterisk::after {
  content: ' *';
  color: red !important;
}

.table-compact .td {
    padding: 5px;
}

.listview-xs.mx-listview > ul > li {
  padding: 2px 4px;
  max-height: 24px;
}

.listview-s.mx-listview > ul > li {
  padding: 2px 4px;
  max-height: 47px;
}

.listview-xswrap.mx-listview > ul > li {
 padding: 2px 4px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 20px;
  min-height: 24px;
}

.no-selected .mx-templategrid-item.selected, .no-selected li.mx-navigationlist-item.active {
    background-color: transparent !important;
}


