﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

.topbar {
	z-index: 1039;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
}

body.external {
	margin-bottom: 0px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px;
	/* Vertically center the text there */
}

table.details tbody tr td {
	border: none;
}

table.details tbody tr td .form-group {
	margin-bottom: 0;
}

.floating-labels .d-flex label {
	position: initial;
	margin-bottom: 0;
}

.floating-labels label.masked {
	position: initial;
	display: block;
	top: -20px;
	font-size: 12px;
	color: #263238;
}

.form-control-feedback.field-validation-error {
	color: var(--warning-color);
}

.form-control::placeholder {
	color: var(--placeholder-color) !important;
}

/* External Login */
#external-login-container .text-info {
	margin-bottom: 32px;
}

#external-login-container.login-register {
	overflow: auto;
	padding: 5% 0;
}

.row-child-container {
	margin-bottom: 10px;
}

.row-child-container p {
	margin-bottom: 0px;
	font-weight: bold;
}

table tr td.child {
	background-color: white !important;
}

table .row-child-container.d-flex {
	display: flex !important;
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_info {
		text-align: left;
		white-space: normal;
	}
}

.sidebar-nav {
	height: 100%;
	display: flex !important;
	padding: 0;
}

.sidebar-nav>ul>li {
	margin: 0;
	padding: 0;
}

.sidebar-nav>ul>li>a {
	padding-top: 18px;
	padding-bottom: 18px;
}

.sidebarnav.top {
	overflow: auto;
}

.sidebarnav.bottom {
	overflow: inherit;
}

nav.sidebar-nav .sidebarnav.bottom li {
	display: flex !important;
}

.sidebarnav.bottom ul {
	border-top: #8d97ad thin solid;
}

.mini-sidebar .scroll-sidebar {
	height: -webkit-calc(100% - 70px);
	height: -moz-calc(100% - 70px);
	height: calc(100% - 70px);
}

.mini-sidebar .sidebar-nav .sidebarnav.bottom>li>ul {
	bottom: 47px;
	top: unset;
}


/* Styles for expand/collapse toggle in datatables */
table.dtr-inline tr td.responsive-column>i {
	display: none;
}

/* Toggle expand/collapse display based on table state */
table.dtr-inline.collapsed tr.parent td.responsive-column i.fa-minus {
	display: inline-block;
	width: 24px;
}

table.dtr-inline.collapsed tr td.responsive-column i.fa-plus {
	display: inline-block;
	width: 24px;
}

table.dtr-inline.collapsed tr.parent td.responsive-column i.fa-plus {
	display: none;
}

table.dtr-inline.collapsed tr td:first-child {
	cursor: pointer;
}

table.dtr-inline.collapsed tr td.child:first-child {
	cursor: auto;
}

/* Badge shared styles */
table tr td.responsive-column i {
	margin-right: 10px;
	color: white;
	padding: 5px;
	border-radius: 50%;
}

table tr td.responsive-column i.fa-plus {
	background-color: #24d2b5;
}

table tr td.responsive-column i.fa-minus {
	background-color: #ff5c6c;
}

table .row-child-container .wrap {
	white-space: normal;
	word-break: break-all;
}

.datatable-row-actions {
	display: flex;
	flex-wrap: wrap;
}

.datatable-row-actions button {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* End Styles for expand/collapse toggle in datatables */

/* Styles for list of values in datatables */
table .list .list-item {
	padding: 3px 6px;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 5px;
	font-weight: 400;
}

table .list .list-item.additional,
table .list .list-item i {
	font-weight: 600;
}

table .list.d-flex {
	display: flex !important;
	flex-wrap: wrap !important;
}

table .list .list-item.Gray {
	background-color: #e2e8f0;
	color: #1a202c;
}

table .list .list-item.Red {
	background-color: #feb2b2;
	color: #742a2a;
}

table .list .list-item.Orange {
	background-color: #fbd38d;
	color: #7b341e;
}

table .list .list-item.Yellow {
	background-color: #faf089;
	color: #744210;
}

table .list .list-item.Green {
	background-color: #9ae6b4;
	color: #22543d;
}

table .list .list-item.Teal {
	background-color: #81e6d9;
	color: #234e52;
}

table .list .list-item.Blue {
	background-color: #90cdf4;
	color: #2a4365;
}

table .list .list-item.Indigo {
	background-color: #a3bffa;
	color: #3c366b;
}

table .list .list-item.Purple {
	background-color: #d6bcfa;
	color: #44337a;
}

table .list .list-item.Pink {
	background-color: #fbb6ce;
	color: #702459;
}

div.dt-button-collection {
	display: flex;
	flex-wrap: wrap;
	max-width: 450px;
	width: auto;
	padding: 12px;
}

table.dtr-inline.collapsed tr td.responsive-column i+div.wrap {
	display: inline-block;
}

.buttons-colvis {
	display: none;
}

.datatable-preferences-container .buttons-colvis {
	margin-right: 8px;
}

.datatable-preferences-container {
	padding: 12px 12px 4px 12px;
	background-color: #E9EDF2;
	margin-bottom: 12px;
}

/* End Styles for list of values in datatables */

/* Styles for login */
#external-body-wrapper {
	display: flex !important;
	align-items: center;
}

#external-body-wrapper .bg {
	width: 100%
}
.bg-login {
	background-image: url("/images/bglogin.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#external-body-wrapper div.img {
	display: none;
}
#external-body-wrapper .card-body {
	padding: 0.5rem 4rem 1rem;
}
#external-body-wrapper .btn-rounded.btn-lg {
	padding: 2px;
	border-radius: 5px;
}

#external-body-wrapper .card-body {
	background-color: white;
}
.bg-login .floating-labels .form-control {
	padding:8px;
	font-family: "Rubik", sans-serif;
	border-radius: 4px;
	border: 1px solid #979797;
	background-color: transparent;
}
.bg-login .floating-labels label {
	color: #606060;
	top: 8px;
	left: 8px;
}
.bg-login .floating-labels .focused label {
	top: -20px;
	font-size: 12px;
	color: #263238;
}
@media(min-width: 1024px) {
	#external-body-wrapper div.img {
		display: flex;
		width: 66%;
		justify-items: center;
	}
}

@media(min-width: 764px) and (max-width: 1023px) {
	#external-body-wrapper .card-body {
		flex: none
	}

	#external-body-wrapper {
		justify-content: center !important;
		background-image: url("/images/bglogin.jpg");
		background-size: cover;
	}

	#external-body-wrapper .card-body {
		width: 50%;
	}
}

.version-position-login {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	padding-right: 40px;
}

/* End Styles for login */

.footer {
	line-height: initial;
}

table tr .actions {
	vertical-align: middle;
}

.topbar .top-navbar .navbar-header .navbar-brand {
	padding-top: 1px;
	height: 50px;
	color: #3b3a38;
}

.topbar,
.navbar,
.navbar-header,
.navbar-brand,
.navbar-collapse {
	height: 50px;
}

/* File Manager styles */
.file-container {
	position: relative;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
	max-width: 250px;
}

.file-container .thumbnail-container {
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.file-container img {
	max-width: 100%;
	max-height: 100%;
	border: lightgray thin solid;
}

.file-container .download-file-btn {
	margin-top: 16px;
	width: 100%;
}

.remove-file-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #ff5c6c;
	color: white;
	border: none;
	border-radius: 50%;
	padding: 4px 10px;
	cursor: pointer;
}

.filename-label {
	font-size: 10px;
	margin-top: 8px;
}

/* End Remove file styles */
.account-dropdown-footer {
	padding: 8px;
	font-size: 12px;
	margin-bottom: 0px;
}

@media(max-width: 767px) {
	.mini-sidebar .scroll-sidebar {
		height: 100%;
	}

	.mini-sidebar.show-sidebar .top-navbar .navbar-header {
		width: 260px;
	}
}

form.floating-labels {
	padding-top: 30px;
}

.floating-labels label.floating-none,
label.floating-none {
	position: initial;
	display: block;
	top: -20px;
	font-size: 12px;
	color: #263238;
}

/* Ignite Address Styles */
.ignite-address .map {
	min-height: 250px;
}

.ignite-address .input-group {
	margin-bottom: 12px;
}

.ignite-address .input-group .input-group-append {
	cursor: pointer;
}

.ignite-address .input-group i {
	margin-right: 8px;
}

.ignite-address .input-group span {
	font-size: 12px;
}

.ignite-address .address-components-container {
	padding: 12px;
	background-color: #F6F9FA;
}

.ignite-address .address-components {
	padding: 12px;
	background-color: white;
}

.ignite-address .address-components p {
	margin-bottom: 0px;
	font-weight: 700;
}

.ignite-address .address-components p span {
	margin-left: 12px;
	font-weight: normal;
}

.ignite-address .address-components .component {
	margin-bottom: 8px;
}

.ignite-address .address-components .component label {
	margin-right: 8px;
}

.ignite-address .address-components .component input {
	border: none;
	border-bottom: #BCC2CF thin solid;
	flex-grow: 1;
}

.ignite-address .address-components .component input:read-only {
	border: none;
	background-color: #F6F9FA;
	flex-grow: 1;
}

.ignite-address .address-components .component {
	margin-bottom: 8px;
	margin-right: 8px;
}

@media(max-width: 1023px) {

	.ignite-address .address-components .component input,
	.ignite-address .address-components .component input:read-only {
		width: 100%;
	}
}

/* End Ignite Address Styles */
.btn.btn-primary.excel {
	background-color: #21a366;
	border-color: #21a366;
}

/* Vimeo player */
.vimeo-container .input-group-append {
	cursor: pointer;
}

.vimeo-player {
	background-color: black;
	padding-top: 5px;
}

.vimeo-player iframe,
.vimeo-player object,
.vimeo-player embed {
	width: 100%;
}

/* Drag and Drop */
.dnd-container {
	display: flex;
	flex-wrap: wrap;
}

.dnd-list-container {
	width: 25%;
	margin-bottom: 16px;
	display: flex;
}

.dnd-list {
	margin-right: 8px;
	padding: 16px;
	border-radius: 5px;
	background-color: white;
	width: 100%;
}

.dnd-list ul {
	list-style: none;
	padding-left: 0;
	width: 100%;
	height: 100%;
}

.dnd-list ul li {
	padding: 6px 12px;
	margin-bottom: 16px;
	border-radius: 5px;
	color: white;
}

.sortable-ghost,
.sortable-chosen {
	opacity: .6;
}

.dnd-column-title {
	font-weight: bold;
	font-size: 18px;
}


@media(max-width:767px) {
	.dnd-list-container {
		width: 100%;
	}
}

@media(min-width:768px) and (max-width:1024px) {
	.dnd-list-container {
		width: 50%;
	}
}

/* Gray */
.tag-style-gray {
	background-color: #e2e8f0;
}

.tag-style-gray li {
	background-color: #1a202c;
}

.tag-style-gray .dnd-column-title {
	color: #1a202c;
}

/* Red */
.tag-style-red {
	background-color: #feb2b2;
}

.tag-style-red li {
	background-color: #742a2a;
}

.tag-style-red .dnd-column-title {
	color: #742a2a;
}

/* Orange */
.tag-style-orange {
	background-color: #fbd38d;
}

.tag-style-orange li {
	background-color: #7b341e;
}

.tag-style-orange .dnd-column-title {
	color: #7b341e;
}

/* Yellow */
.tag-style-yellow {
	background-color: #faf089;
}

.tag-style-yellow li {
	background-color: #744210;
}

.tag-style-yellow .dnd-column-title {
	color: #744210;
}

/* Green */
.tag-style-green {
	background-color: #9ae6b4;
}

.tag-style-green li {
	background-color: #22543d;
}

.tag-style-green .dnd-column-title {
	color: #22543d;
}

/* Teal */
.tag-style-teal {
	background-color: #81e6d9;
}

.tag-style-teal li {
	background-color: #234e52;
}

.tag-style-teal .dnd-column-title {
	color: #234e52;
}

/* Blue */
.tag-style-blue {
	background-color: #90cdf4;
}

.tag-style-blue li {
	background-color: #2a4365;
}

.tag-style-blue .dnd-column-title {
	color: #2a4365;
}

/* Indigo */
.tag-style-indigo {
	background-color: #a3bffa;
}

.tag-style-indigo li {
	background-color: #3c366b;
}

.tag-style-indigo .dnd-column-title {
	color: #3c366b;
}

/* Purple */
.tag-style-purple {
	background-color: #d6bcfa;
}

.tag-style-purple li {
	background-color: #44337a;
}

.tag-style-purple .dnd-column-title {
	color: #44337a;
}

/* Pink */
.tag-style-pink {
	background-color: #fbb6ce;
}

.tag-style-pink li {
	background-color: #702459;
}

.tag-style-pink .dnd-column-title {
	color: #702459;
}

/* Switchery */
.switchery {
	display: block;
}

.select2-container {
	width: 100% !important;
	line-height: 22.75px;
}

.icheck-list {
	width: 100%;
}

.no-options-message {
	width: 100%;
	margin-bottom: 8px;
}

.sidebarnav::-webkit-scrollbar {
	display: none;
}

.mini-sidebar .sidebar-nav .sidebarnav>li.flex-column-reverse>ul {
	bottom: 47px;
	top: unset;
}

/* Handle visualization of the right logo based on the status of the mini-sidebar */
body:not(.mini-sidebar) .topbar .top-navbar .navbar-header .navbar-brand .light-logo.collapsed,
.mini-sidebar .topbar .top-navbar .navbar-header .navbar-brand .light-logo.expanded {
	display: none;
}

.btn {
	margin-bottom: 8px;
}

.btn.btn-themecolor:hover {
	color: white;
}

.select2-container--open,
.bootstrap-datetimepicker-widget {
	z-index: 1;
}

/* Ignite tree styles */
.ignite-tree .dd-item>button {
	margin: 13px 8px;
	font-size: 30px;
	height: auto;
}

.ignite-tree .dd-item .action-buttons {
	display: inline-block;
}

.ignite-tree .dd-handle-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 46px;
}

.ignite-tree .dd-handle {
	height: 56px;
	display: inline-block;
	width: calc(100% - 207px);
}

.ignite-tree .dd-handle-header p {
	margin-bottom: 0;
}

.ignite-tree .dd-handle-header .action-buttons .btn {
	margin-bottom: 0;
}

.ignite-tree.lazy-loading button.collapse-button {
	display: none;
}

.dd-list.dd-dragel .action-buttons {
	display: none;
}

.dd-item.dd-collapsed ol li {
	display: none;
}

.dd-list .dd-list {
	padding-left: 41px;
}

.ignite-tree .no-results {
	background-color: #F6F9FA;
	border-radius: 0.5rem;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-top: 16px;
}

.ignite-tree .no-results i {
	margin-right: 8px;
}

.ignite-tree .no-results p {
	margin-bottom: 0;
}

.dd-list .dd-list {
	min-width: 200px;
}

.ignite-tree {
	overflow: auto;
}

@media (max-width: 768px) {
	.ignite-tree .dd-item .action-buttons {
		display: block;
		text-align: right;
		width: 100%;
	}

	.ignite-tree .dd-handle {
		width: calc(100% - 41px);
	}
}

/* End Ignite tree styles */

/* Datatable color column style */
.datatable-color-column {
	height: 20px;
	width: 20px;
	border-radius: 25px;
}

/* End datatable color column style */

/* Datatable filters styles */
.filter-btn-container {
	text-align: right;
}

.data-table-filters {
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	margin-top: 12px;
	padding-top: 30px;
	padding-bottom: 12px;
}

.data-table-filters .row {
	align-items: flex-end;
}

/* End Datatable filters styles */

/* Entity footer styles */
#entityFooter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#entityFooter .entity-footer-attribute {
	flex: 1;
}

#entityFooter .entity-footer-attribute label {
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 0;
}

.light-bordered-container {
	border-color: lightgray;
	border-style: solid;
	border-radius: 4px;
	width: 100%;
}

#entityFooter .entity-footer-attribute p {
	margin-bottom: 0;
	word-break: break-word;
}

.entity-form-footer {
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    bottom: 0;
    z-index: 19;
    padding: 8px 16px;
    background: white;
    border-top: 1px solid #e5e8ec;
}

/* Adds padding to page-wrapper when entity-form-footer is available to avoid issues with content being hidden by the floating footer */
.page-wrapper:has( .entity-form-footer) {
    padding-bottom: 57px !important;
}

.entity-form-footer #entityFooter {
    flex: 1;
    gap: 16px;
    flex-wrap: wrap;
}

.fix-sidebar .entity-form-footer {
    padding-left: calc(260px + 16px);
}

.fix-sidebar.mini-sidebar .entity-form-footer {
    padding-left: calc(60px + 16px);
}

.entity-form-footer .action-buttons {
	display: flex;
	gap: 8px;
}

@media(max-width: 1024px) {
    .entity-form-footer {
        position: relative;
        margin-top: 24px;
        padding: 0px !important;
        padding-top: 16px !important;
        flex-direction: column-reverse;
        gap: 16px;
		background-color: transparent;
    }

	.page-wrapper:has( .entity-form-footer) {
		padding-bottom: 0px !important;
	}

    .entity-form-footer .action-buttons {
        align-self: flex-end;
    }
}

@media(max-width: 768px) {
    .entity-form-footer .entity-footer-attribute {
        min-width: calc(50% - 16px);
    }
}

.entity-form-footer button {
    margin: 0;
}

/* End Entity footer styles */

@keyframes c-inline-spinner-kf {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Styles for ignite-table inline loading spinner */
.c-inline-spinner,
.c-inline-spinner:before {
	display: inline-block;
	width: 11px;
	height: 11px;
	transform-origin: 50%;
	border: 2px solid transparent;
	border-color: #74a8d0 #74a8d0 transparent transparent;
	border-radius: 50%;
	content: "";
	animation: linear c-inline-spinner-kf 900ms infinite;
	position: relative;
	vertical-align: inherit;
	line-height: inherit;
}

.c-inline-spinner {
	top: 5px;
	margin: 0 5px;
}

.c-inline-spinner:before {
	border-color: #74a8d0 #74a8d0 transparent transparent;
	position: absolute;
	left: -2px;
	top: -2px;
	border-style: solid;
}

/* End Styles for ignite-table inline loading spinner */

/* Styles for Quartz Dashboard */
#crystal-quartz-dashboard {
	width: 100%;
	height: calc(100vh - 73px);
	border: 0px;
}

/* End Styles for Quartz Dashboard */


/** Styles for news */
.custom_overlay_wrapper {
	position: relative;
}

.custom_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, .9);
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.custom_overlay:hover {
	opacity: 1;
}

.custom_overlay_inner {
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
	transform: translateY(-50%);
}

.custom_overlay h4 {
	position: relative;
	margin-bottom: 4px;
}

.custom_overlay p {
	color: #000;
	line-height: 1.4em;
}

.custom_overlay h4:after {
	background-color: #1E88E5;
	content: "";
	position: absolute;
	left: 35%;
	right: 35%;
	bottom: -5px;
	height: 2px;
}

.nav-item .validation-error {
	color: red;
}

.nav-item i.fa-exclamation-circle {
	color: red;
}

.owl-carousel .custom_overlay_wrapper>h3 {
	padding-top: 12px;
	text-align: center;
}

/** End styles for news */

#alias-details-wrapper {
	margin-left: -12px;
	margin-right: -12px;
}

/* Customization config styles */
#characteristics .item {
	border: thin #b4a3e4 solid;
	border-left-width: 8px;
	border-left-color: #3d00e5;
	padding: 20px;
	margin-bottom: 24px;
	border-radius: 4px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	display: flex;
}

#characteristics .item .column {
	width: 33.333333%;
}

@media (max-width: 768px) {
	#characteristics .item {
		flex-wrap: wrap;
	}

	#characteristics .item .column {
		width: 100%;
	}

	#characteristics .characteristic-options {
		margin-bottom: 20px;
	}
}

#characteristics .item:last-child div.actions button[down-a-level] {
	display: none;
}

#characteristics .item:first-child div.actions button[up-a-level] {
	display: none;
}

.characteristic-options-badges {
	margin-top: -40px;
}

/* End Customization config styles */

.required:after {
	content: " *";
	font-weight: bold;
	color: #ff6262;
}

/* Light gallery customizations */
.lg-outer {
	top: 80px;
	height: calc(100vh - 80px);
}

.btn-mailcheck-suggestion {
	padding: 4px 8px !important;
	border: 1px;
	font-size: 14px;
}

.input-with-actions {
	display: flex;
	position: relative;
}

.input-with-actions input,
.input-with-actions ignite-input {
	width: 100%;
}

.input-with-actions div.input-actions-container {
	max-height: 47px;
	display: flex;
}

.input-with-actions div.input-actions-container-details {
	max-height: 46px;
	display: flex;
	margin-top: 29px;
}

.input-with-actions div.input-actions-container button,
.input-with-actions div.input-actions-container-details button {
	font-size: 15px;
	border-radius: 0;
}

.input-with-actions div.input-actions-container button:last-of-type,
.input-with-actions div.input-actions-container-details button:last-of-type {
	border-radius: 0 4px 4px 0;
}

#apikey-copied,
#apikey-copied-details {
	position: absolute;
	right: 26px;
	top: 38px;
	opacity: 1;
	display: none;
}

#apikey-copied-details {
	right: 0;
	top: 68px;
}

.qr-container img {
	margin: auto;
}

.login-subtitle {
	max-width: 425px;
}

ins {
	background-color: #c6ffc6;
	text-decoration: none;
}

del {
	background-color: #ffc6c6;
}

/* intl telephone input customizations */
.phone-content {
	padding-left: 90px !important;
}

/* end intl telephone input customizations */

/* devex cells customizations */
tr.dx-row>td.centerContent {
	vertical-align: middle !important;
}

/* end devex cells customizations */

/* dev ex calendar customizations */
.select2-container--open,
.bootstrap-datetimepicker-widget {
	z-index: 2;
}

.dx-tooltip-appointment-item-content-description {
	text-align: left;
	font-size: 12px;
	opacity: .8;
	margin-top: 10px;
}

/* end dev ex calendar customizations */

.badge-header {
	font-size: 110%;
}

/* ignite card tag helper customizations */
ignite-card>.card>.card-header>.collapse-icon {
	float: right;
	transition: .3s transform ease-in-out;
}

ignite-card>.card>.card-header.collapsed>.collapse-icon {
	transform: rotate(90deg);
}

/* ignite card tag helper customizations */

a.navbar-brand .light-logo {
	width: 100%;
	max-width: 90px;
}

/* floating footer */
.floating-footer {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}
/* floating footer */

@media (max-height: 768px) {
	.fix-sidebar .entity-form-footer {
		padding-left: calc(230px + 16px);
	}
}