.plyr--video {
	z-index: 1000;
}

p {
	font-weight: 400;
}
ul {
	padding-left: 18px;
}
.btn {
	margin-bottom: 0px;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* this fixes the selenium issue https://github.com/SeleniumHQ/selenium/issues/8295 */
@media (prefers-reduced-motion: no-preference) {
	:root { scroll-behavior: auto; }
}

.navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]:after {
	font-family: 'Material Icons Round';
	content: "\e5cf";
}

.navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"][aria-expanded=true]:after {
	 transform: rotate(180deg);
}
.navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"].active:after {
	 transform: rotate(180deg);
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
	font-family: 'Material Icons Round';
	content: "\f1e3";
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
	font-family: 'Material Icons Round';
	content: "\f1e0";
}

.badge .material-icons {
	font-size: 16px;
}
.bg-primary-soft {
	background: rgba(236, 64, 122, .4);
	color: #344767 !important;
}

.bg-secondary-soft {
	background: rgba(52, 71, 103, .4);
	color: #344767 !important;
}

.bg-info-soft {
	background: rgba(73, 163, 241, .4);
	color: #344767 !important;
}

.bg-success-soft {
	background: rgba(102, 187, 106, .4);
	color: #344767 !important;
}

.bg-warning-soft {
	background: rgba(255, 167, 38, .4);
	color: #344767 !important;
}

.bg-danger-soft {
	background: rgba(239, 83, 80, .4);
	color: #344767 !important;
}
.card .card-header {
	background: transparent;
}
.form-label.small{
	font-size: 0.8rem !important;
	top: -1rem;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.input-group.input-group-dynamic :not(:placeholder-shown) .form-label {
	display: flex;
	line-height: 3.925 !important;
	top: -0.375rem;
	margin-bottom: 0;
}
/* card background */
.card[class*=light-bg-], .card[class*=light-bg-] .card-title, .card[class*=light-bg-] .card-title a, .card[class*=light-bg-] .icon i {
	color: black;
}
.light-bg-primary {
	background-color: rgba(233,30,99,.10) } /*ThemeColor*/
.light-bg-info {
	background-color: rgba(3,169,244,.10) }
.light-bg-success {
	background-color: rgba(76,175,80,.10) }
.light-bg-warning {
	background-color: rgba(251,140,0,.10) }
.light-bg-danger {
	background-color: rgba(244,67,53,.10) }

table.dataTable thead {
	font-weight: bold;
	text-align: -internal-center;
}
@media screen and (max-width: 767px) {
	table.dataTable > tbody > tr > td:first-child {
		padding-left: 5px !important; }
}

.card-body a {
	border-bottom: 1px dotted #000;
	padding-bottom: 2px;
}
.btn, .badge {
	text-decoration: none !important;
	padding-bottom: 10px !important;
}

.short-title {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bd-callout {
	padding: .75rem;
	margin-top: .75rem;
	margin-bottom: .75rem;
	border: 1px solid #eee;
	border-left-width: .25rem;
	border-radius: .25rem;
}
.bd-callout-info {
	border-left-color: #03a9f4;
	background-color: rgba( 3,169,244, .05 ); /*ThemeColor*/
}
.bd-callout-success {
	border-left-color: #4caf50;
	background-color: rgba( 76,175,80, .05 );
}
.bd-callout-warning {
	border-left-color: #fb8c00;
	background-color: rgba( 251,140,0, .05 );
}
.bd-callout-danger {
	border-left-color: #f44335;
	background-color: rgba( 244,67,53, .05 );
}
.bd-callout-primary {
	border-left-color: #e91e63;
	background-color: rgba( 233,30,99, .05 );
}
.bd-callout-secondary {
	border-left-color: #7b809a ;
	background-color: rgba( 123,128,154, .05 );
}
.form-control .error, .form-group .error, .form-control .is-focused .error, .form-group .is-focused .error {
	background-image: linear-gradient(0deg,#f44336 2px,rgba(156,39,176,0) 0),linear-gradient(0deg,#f44336 1px,hsla(0,0%,82%,0) 0);
}

form .form-group .error {
	background-color: #ffbfb9;
}
input:invalid {
	border-color: #ffbfb9;
}
.form-control[disabled], .form-group .form-control[disabled], fieldset[disabled] .form-control, fieldset[disabled] {
	background-color: #e8e8e8;
}

/* styles for '...' */
.short-description {
	overflow: hidden;
	position: relative;
	line-height: 1.2em;
	max-height: 3.6em;
	margin-right: -1em;
	padding-right: 1em;
}
/* create the ... */
.short-description:before {
	content: '...';
	position: absolute;
	right: 0;
	bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.short-description:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: white;
}

#broadcast a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	padding-bottom: 2px;
}

#broadcast {
	background: #40312d;
	width: 50%;
	left: 25%;
	min-height: 55px;
	position: fixed;
	top: 0;
	z-index: 999999999;
	font-size: 16px;
	color: #fff;
	padding: 15px 30px;
	font-weight: 400;
	border-radius: 0 0 5px 5px;
}

#broadcast b {
	font-size: 16px !important;
}

.accordion-body {
  padding: 1rem;
}

table.simple {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table.simple td, .table.simple th {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

mark {
	background-color: #f8de7e;
}

u {
	background-color: #afeeee; padding: .2em;
}

.no-display {
	display: none;
}

.nav-tabs .nav-item .nav-link,
.sidebar .logo .simple-text,
.pagination > .page-item > .page-link,
.pagination > .page-item > span,
.badge, .btn, .nav-pills, .nav-tabs,
h6, .h6, .footer {
	text-transform: none;
}
.alert b {
	text-transform: none;
}

.alert.alert-with-icon {
	padding-left: 0px;
}

.alert {
	padding: 20px 15px 3px;
}

.long-img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 4%;
	max-width: 300px;
	overflow: hidden;
	display: block;
}

.medium-img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 4%;
	max-width: 240px;
	max-height: 320px;
	overflow: hidden;
	display: block;
}

.small-img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 6%;
	max-width: 120px;
	max-height: 160px;
	overflow: hidden;
	display: block;
}

.tiny-img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 8%;
	max-width: 60px;
	max-height: 80px;
	overflow: hidden;
	display: block;
}

/* for printing: remove header & footer and display custom header & footer */
@media print {
	a[href]:after {
		content: none !important;
	}
	.no-display {
		display: block;
	}
}

@page {
	margin: 0;
}
@media print {
	header {
		position: fixed;
		top: 0;
	}
	footer {
		position: fixed;
		bottom: 0;
	}
}

.flag {
	max-width: 20px;
}