@charset "UTF-8";
body {
	font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
}

.btn-xs, .btn-group-xs > .btn {
    --bs-btn-padding-y: 0.55rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 0.95rem;
    --bs-btn-border-radius: 0.425rem;
}

.btn.btn-icon.btn-xs, .btn-group-xs > .btn.btn-icon {
    height: 24px;
    width: 24px;
}

.brand {
    background-color: #29313B;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.aside {
    background-color: #29313B;
}

.aside-menu {
    background-color: #29313B;
}

.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link {
    background-color: #29313B;
}

.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .menu-icon {
    color: #009ba5;
}

/** CARD **/
.card-header {
	padding: 1.25rem 2.25rem;
	margin-bottom: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #ECF0F3;
}
.card-title {
    margin-bottom: 0.5rem;
}

.card.card-custom > .card-header {
   min-height: 50px;
}

.modal-body {
   padding: 1.0rem;
}

.table {
   color: #333 !important;
}

/** **/
.bg_grey_1 {
	background: #595d6e;
	color:#fff;
}
.bg_grey_2 {
	background: #757987;
	color:#fff;
}
.bg_grey_3 {
	background: #9A9CA6;
	color:#fff;
}
.bg_grey_4 {
	background: #9698A2;
	color:#fff;
}
.bg_grey_5 {
	background: #C5C7CB;
	color:#333333;
}

.btn-primary {
  color: #fff;
  background-color: #00929b;
  border-color: #00929b; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00777D;
    border-color: #005C60; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00777D;
    border-color: #005C60;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00929b;
    border-color: #00929b; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005C60;
    border-color: #00929b; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5); }

.form_grey {
	background: #f2f3f7;
}

.full_modal-dialog {
	position: fixed;
	margin:1%;
	width: 98% !important;
	height: 98% !important;
	min-width: 98% !important;
	min-height: 98% !important;
	max-width: 98% !important;
	max-height: 98% !important;
	padding: 0 !important;
}

.full_modal-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 99% !important;
	min-height: 99% !important;
	max-height: 99% !important;
}

.full_modal-dialog .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  border: 0;
}
.full_modal-dialog .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  overflow: auto;
}

.full_modal-dialog .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}

.nav-tabs {
	margin: 0px;
}
.tab-pane{
	border:1px solid #dee2e6;
	border-top: 0;
	background:#fff;
	padding:10px;
	margin-top: 0px;
}
.tab-pane-non-bordered {
	border:none !important;
}
.form-group {
    margin-bottom: 2px;
}

.form-control {
	height: calc(1.1em + 1.3rem + 2px);
}

/** MODAL **/
.modal.fade.top:not(.show) .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0)
}

.modal.fade.left:not(.show) .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0)
}

.modal.fade.right:not(.show) .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0)
}

.modal.fade.bottom:not(.show) .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0)
}

.modal .modal-full-height .modal-body {
  width: 100%;
  overflow: auto;
}

@media(min-width:992px) {
	.modal.modal-scrolling {
		position: relative
	}
	.modal.modal-scrolling .modal-dialog {
		position: fixed;
		z-index: 1050
	}
	.modal.modal-content-clickable {
		top: auto;
		bottom: auto
	}
	.modal.modal-content-clickable .modal-dialog {
		position: fixed
	}
	.modal .modal-fluid {
		width: 100%;
		max-width: 100%
	}
	.modal .modal-fluid .modal-content {
		width: 100%
	}
	.modal .modal-frame {
		position: absolute;
		width: 100%;
		max-width: 100% !important;
		margin: 0 !important
	}
	.modal .modal-frame.modal-bottom {
		bottom: 0
	}
	.modal .modal-full-height {
		position: absolute;
		top: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 500px;
		height: auto;
		min-height: 100%;
		margin: 0
	}
	.modal .modal-full-height.modal-top,
	.modal .modal-full-height.modal-bottom {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto
	}
	.modal .modal-full-height.modal-top {
		bottom: auto
	}
	.modal .modal-full-height.modal-bottom {
		top: auto;
		min-height: 0
	}
	.modal .modal-full-height .modal-content {
		width: 100%;
	}
	.modal .modal-full-height.modal-lg {
		width: 90%;
		max-width: 90%
	}
	.modal .modal-full-height.modal-xl {
		width: 95%;
		max-width: 95%
	}
}
/* overflow: auto; */

@media(min-width:992px) and (min-width:992px) {
	.modal .modal-full-height.modal-lg {
		width: 800px;
		max-width: 800px
	}
}

@media(min-width:992px) and (min-width:1200px) {
	.modal .modal-full-height.modal-lg {
		width: 1000px;
		max-width: 1000px
	}
}

@media (min-width:1399px) {
	.modal .modal-full-height.modal-xl {
		width: 1140px;
		max-width: 1140px
	}
}

@media (min-width:1400px) {
	.modal .modal-full-height.modal-xl {
		width: 1299px;
		max-width: 1299px
	}
}

@media(min-width:768px) {
	.modal .modal-dialog.modal-top {
		top: 0
	}
	.modal .modal-dialog.modal-left {
		left: 0
	}
	.modal .modal-dialog.modal-right {
		right: 0
	}
	.modal .modal-dialog.modal-bottom {
		bottom: 0
	}
	.modal .modal-dialog.modal-top-left {
		top: 10px;
		left: 10px
	}
	.modal .modal-dialog.modal-top-right {
		top: 10px;
		right: 10px
	}
	.modal .modal-dialog.modal-bottom-left {
		bottom: 10px;
		left: 10px
	}
	.modal .modal-dialog.modal-bottom-right {
		right: 10px;
		bottom: 10px
	}
}
table td .dx-button-has-icon .dx-button-content {
	/* padding: 3px; */
}
.select2-link {
	padding: 10px 15px;
   background: #d6d3d3;
	cursor: pointer
}

.input-group-text {
    padding: 0.55rem 1rem !important;
}

table td {
   vertical-align: middle !important;
}

.dx-overlay-shader {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.dx-popup-title {
	background: rgba(116, 120, 141, 0.50)  !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
   color: #495057;
   font-weight: 400;
}

.kt-portlet__addilab {
	background: #dee1ea;
	min-height: 50px !important;
}

.dx-datagrid .dx-row-alt:not(.dx-selection) > td, .dx-datagrid .dx-row-alt:not(.dx-selection) > tr > td {
	background-color: #f2f3f7 !important;
	border-top: 1px solid #f2f3f7 !important;
	border-bottom: 1px solid #f2f3f7 !important;
}

.form-control {
	color: #333 !important;
}
.dx-layout-manager .dx-field-item:not(.dx-first-row) {
    padding-top: 3px !important;
}
.kt-valign-middle {
    vertical-align: middle !important;
}

.report_result_category td {
	font-weight: 500;
	background: #ebedf2;
	background-color: #ebedf2;
   border-color: #ebedf2;
}

.dataTables_wrapper .dataTable .selected th, .dataTables_wrapper .dataTable .selected td {
   background-color: rgb(76, 178, 185);
   color: #FFF;
}

.dataTables_wrapper .dataTable tbody tr.active th, .dataTables_wrapper .dataTable tbody tr.active td, .dataTables_wrapper .dataTable tbody tr.selected th, .dataTables_wrapper .dataTable tbody tr.selected td {
	background-color: rgb(76, 178, 185)  !important;
	border-left-color: #ECF0F3;
	border-right-color: #ECF0F3;
	color: #FFF;
}

.dataTables_wrapper .dataTable tbody tr.active, .dataTables_wrapper .dataTable tbody tr.selected {
   background-color: rgb(76, 178, 185) !important;
	color: #FFF;
}

.dataTables_wrapper .dataTables_scroll {
    margin: 0rem 0 1rem !important;
}

.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
   color: #333;
	font-size: 14px;
	padding: 0.5rem;
	font-weight: 400;
   font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
}

table.dataTable tr.dtrg-group td {
    background-color: #d3d3db !important;
}

table.dataTable tr.dtrg-group.dtrg-level-0 td {
    font-weight: 500;
}

td.highlight {
    background-color: #ffa8005c !important;
	 color: #333 !important;
}

.table-striped tbody tr:nth-of-type(odd) td.highlight {
    background-color: #ffa8003b !important;
	 color: #333 !important;
}
.table-striped tbody tr:nth-of-type(even) td.highlight {
    background-color: #ffa8005c !important;
	 color: #333 !important;
}

.table-striped tbody tr:nth-of-type(selected) td.highlight {
    background-color: #B3BED1 !important;
	 color: #333 !important;
}
.dxc-tooltip {
	z-index:9999;
}
.state-tooltip .caption {
    font-weight: 500;
}

td.value_changed {
	background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTQuMDc4IDcuMDYxbDIuODYxIDIuODYyLTEwLjc5OSAxMC43OTgtMy41ODQuNzIzLjcyNC0zLjU4NSAxMC43OTgtMTAuNzk4em0wLTIuODI5bC0xMi42NCAxMi42NC0xLjQzOCA3LjEyOCA3LjEyNy0xLjQzOCAxMi42NDItMTIuNjQtNS42OTEtNS42OXptNy4xMDUgNC4yNzdsMi44MTctMi44Mi01LjY5MS01LjY4OS0yLjgxNiAyLjgxNyA1LjY5IDUuNjkyeiIvPjwvc3ZnPg==') #ffffff no-repeat center right 0.5rem/calc(0.75em + 0.65rem) calc(0.5em + 0.45rem);
	
}

.custom-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.custom-item > .custom-item-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
}

.custom-item > .custom-item-icon i {
   line-height: 0;
   vertical-align: middle;
   font-size: 2.5rem!important;
}

.custom-item > .custom-item-class {
	color: #74788d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0;
	font-size: 1rem;
	font-weight: 400;
}



.custom-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.custom-field > .custom-item-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
}

.custom-field > .custom-item-icon i {
   line-height: 0;
   vertical-align: middle;
   font-size: 1.5rem!important;
}

.custom-field > .custom-item-class {
	color: #74788d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0;
	font-size: 1rem;
	font-weight: 400;
}

.dx-button-mode-contained {
	background-color: #EEEEEE;
	border-color: #E0E0E0;
	color: #333;
}
.dx-fileuploader-show-file-list .dx-fileuploader-files-container {
    padding-top: 5px;
}
i {
    font-size: 1.25rem;
    color: #333333;
}

.cursor-pointer {
  cursor: pointer;
}

.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
    padding: 0px;
}

.font-strikethrough {
    text-decoration: line-through;
}
.font-italic {
    font-style: italic;
}
.font-underline {
   text-decoration: underline;
}
.dx-datagrid-header-panel .dx-toolbar {
    margin-bottom: 0 !important;
}
.dx-datagrid-header-panel {
    border-bottom: 1px solid #ddd;
    padding: 2px;
}
.dx-fileuploader-wrapper {
   padding: 7px;
   border: 3px dashed #ECF0F3;
}

.dx-datagrid .dx-data-row > td.bullet {
    padding-top: 0;
    padding-bottom: 0;
}
.dx-form-group-caption {
    font-size: 16px;
}
.dx-badge {
	margin: 5px;
}

.dx-layout-manager .dx-tabpanel .dx-multiview-item-content {
    padding: 10px;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.bg-warning-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.bg-warning-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.bg-warning-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.bg-warning-o-40 {
    background-color: rgba(0,146,155,.7) !important;
    color: #fff;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.bg-success-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.bg-success-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.bg-success-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.bg-success-o-40 {
    background-color: rgba(0,146,155,.7) !important;
    color: #fff;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.bg-primary-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.bg-primary-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.bg-primary-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.bg-primary-o-40 {
    background-color: rgba(0,146,155,.7) !important;
    color: #fff;
}

.marketingList {
	height: 65px;
}
  
.marketingList > img {
	width: 85px;
	float: left;
}
  
.marketingList > div {
	padding-left: 10px;
	vertical-align: top;
	line-height: 65px;
	font-size: 15px;
	float: left;
}