﻿/* 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;
}

.left-sidebar {
	background-color: #242a33;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 14px;
}

.notfound {
	display: flex;
	justify-content: center;
}

.notfound-text {
	font-size: 1rem;
	border: 2px solid #36B1D7;
	border-radius: 11px;
	padding: 13px;
	color: black;
	font-weight: bolder;
} 

@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;
}

/* 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;
}

.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 */
#login, #wrapper {
	display: flex !important;
	
}
#login{
	height:100%;
}
	#login .bg, #wrapper .bg {
		display: none;
	}

	#login .card-body {
		background-color: white;
	}

@media(min-width: 1024px) {
	#login .bg, #wrapper .bg {
		display: block;
		width: 60%;
		max-width: 795px;
		background-image: url('/images/bg-login.jpg');
		background-size: cover;
	}
}

@media(min-width: 764px) and (max-width: 1023px) {
	#login .card-body {
		flex: none
	}

	#login {
		justify-content: center !important;
		background-image: url('/images/bg-login.jpg');
		background-size: cover;
	}

		#login .card-body {
			width: 50%;
		}
}
/* End Styles for login */

.footer {
	line-height: initial;
}

table tr .actions {
	vertical-align: middle;
}

.topbar .top-navbar .navbar-header .navbar-brand {
	padding-top: 1px;
}

/* File Manager styles */
.file-manager-img-container {
	position: relative;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
}

	.file-manager-img-container div {
		height: 200px;
	}

	.file-manager-img-container img {
		height: 100%;
	}

	.file-manager-img-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 8px;
	cursor: pointer;
}
/* 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;
		display: flex;
	}

		.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;
			}

	.ignite-address .address-components .component {
		margin-bottom: 8px;
		margin-right: 8px;
	}
/* 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;
}

.icheck-list {
	width: 100%;
}

.no-options-message {
	width: 100%;
	margin-bottom: 8px;
}

.form-control-feedback.field-validation-error {
	color: #ff5c6c;
}

.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;
}

.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 */







