@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Assistant',Helvetica,Arial,Lucida,sans-serif;
}
.pointer {
	cursor: pointer;
}
body,
.bootstrap5 .form-control,
.bootstrap5 .dropdown-menu,
.bootstrap5 .form-select,
.bootstrap5 .accordion-button {
	font-size:14px;
	line-height: 23px;
}

select, input[type=radio], input[type=checkbox] {
	cursor: pointer;
}

b {
	font-weight: 500 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 600;
	line-height:normal;
	color: inherit;
}
.modal-backdrop.in {
    z-index: 999;
}
.Pcheckout .content.inner {
	padding: 2% !important;
}
i.size5 {
	font-size:20px;
}
.woot {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	border:2px #ddd solid;
	background:#eee;
	padding:10px;
	margin-bottom:10px;
}
.donuts {
	display:none !important;
}
.disabled {
	background:#eee;
}

ul#sortable {
	list-style:none;
}
ul#sortable li {
	padding:5px;
	border-bottom:1px solid #ddd;
	background:url(draggable.png) no-repeat left;
	padding-left:20px;
	cursor:pointer;
}
#embedPrev {
	padding:20px;
	border: 2px dashed #0000004d;
}

#embedPrev iframe {
	margin:0 auto;
	display: block;
}

#topbar_wrap {
	background:url(images/bg_topbar.png);
	height:56px;
	margin-bottom:20px;
}

#topbar {
	width:962px;
	margin:0 auto;
}

#topbar #logo {
	float:left;
	height:56px;
	width:203px;
	background:url(images/logo.png) no-repeat center;
	margin-left:43px;
}

#topbar #topnav {
	width:581px;
	float:right;
	text-align:right;
	padding-top:15px;
}

#topbar #topnav a {
	font-size:18px;
	color:#fff;
	text-decoration:none;
	margin-right:43px;
}

#content_homewrap {
	width:962px;
	min-height:500px;
	background:#fff;
	margin:0 auto;
	padding:5px 0;
	margin-bottom:10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

#content_home {

}

#home_intro {
	background:url(/assets/images/intro_bg.png) repeat-x;
	height:171px;
	text-align:center;
	margin-top:4px;
}

#content_uiwrap {
	width:962px;
	min-height:500px;
	background:#fff;
	margin:0 auto;
	padding:5px 0;
	margin-bottom:10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

#ribbon {
	/*background:url(images/ribbon.png) top repeat-x #223440;*/
	background:#1f1f1f;
	margin-bottom:18px;
	min-height: 99px;
}
.help-popover {
	cursor: pointer;
}
.popover, .popover * {
	font-size: 11px !important;
}

#ribbon #locale a {
	color:#70A6CA;
	text-decoration:none;
}

#ribbon #rmenu {
	padding-left:43px;
	clear:both;
}

#ribbon #rmenu a {
	color:#fff
}
#ribbon #rmenu .nav-link.active {
	color: var(--bs-nav-tabs-link-active-color);
}
#ribbon #rmenu .nav-tabs .nav-link:focus, #ribbon #rmenu .nav-tabs .nav-link:hover {
	isolation: isolate;
	border-color: var(--bs-nav-tabs-link-hover-border-color);
	background: white;
}


#ribbon #rmenu a:hover, #ribbon #rmenu li.active a {
	color:#1e3a45
}

#ribbon #rmenu a.button {
	color:#c8d1cb;
	text-shadow: 0 0px 0 #FFFFFF;
	border: 1px solid rgba(255, 0, 0, .0);
	background-color:transparent;
	font-weight:normal;
}

#ribbon #rmenu a.button:hover {
	text-decoration:none;
	border:#768894 1px solid;
	font-weight:normal;
	text-shadow: 0 0px 0 #FFFFFF;
}

#ribbon #rmenu .button:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#ribbon #rmenu .edit, #ribbon #rmenu .delete, #ribbon #rmenu .add, #ribbon #rmenu .save, #ribbon #rmenu  .flag, #ribbon #rmenu  .stats, #ribbon #rmenu .world, #ribbon #rmenu .art, #ribbon #rmenu .up, #ribbon #rmenu .down  {
	background-color:#84939e;
}

#ribbon #rmenu #active.edit, #ribbon #rmenu #active.delete, #ribbon #rmenu #active.add, #ribbon #rmenu #active.save, #ribbon #rmenu #active.flag, #ribbon #rmenu #active.stats, #ribbon #rmenu #active.world, #ribbon #rmenu #active.art, #ribbon #rmenu #active.up, #ribbon #rmenu #active.down  {
	border:#768894 1px solid;
	background-color:#ffffff;
	text-shadow: 0 1px 0 #FFFFFF;
	text-decoration:none;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border-bottom:none;
	color:#283945;
}

#ribbon #rmenu .edit:hover, #ribbon #rmenu .delete:hover, #ribbon #rmenu .add:hover, #ribbon #rmenu .save:hover, #ribbon #rmenu .flag:hover, #ribbon #rmenu .stats:hover, #ribbon #rmenu .world:hover, #ribbon #rmenu .art:hover, #ribbon #rmenu .up:hover, #ribbon #rmenu .down:hover  {
	background-color:#ffffff;
	color:#283945 !important;
}


#ribbon #rmenu a.button, #ribbon #rmenu a.button:hover {
	border-bottom:none;
}

#ribbon #rmenu .left,#ribbon #rmenu .right {
    border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#ribbon #locale {
	/* width:438px; */
	padding-top:20px;
	padding-left:43px;
}

#ribbon #actions {
	padding-top:33px;
	padding-right:43px;
	text-align:right;
	position: absolute;
	top: 0;
	right: 0;
}

#ribbon h1 {
	line-height: 33px;
	margin:0;
	padding:0;
	font-size:30px;
	color:#fff;
	font-weight:normal;
}

#ribbon h2 {
	margin:0;
	padding:0;
	font-size:17px;
	color:#70a6ca;
	font-weight:normal;
	border-bottom:none;
	padding-bottom: 20px;
}

@media (max-width: 991px) {
	#ribbon h1 {
		font-size:20px;
	}
	#ribbon h2 {
		font-size:12px;
	}
}

#content {
	padding:10px 43px;
}

#list #item h1 {
	margin:0;
	padding:0;
	color:#1b2c37;
	font-size:19px;
	font-weight:normal;
	display:inline;
	line-height:31px;
}

#list #item {
	background: #f1f4f5;
	border: 1px solid #ced6da;
	padding: 8px;
	min-height: 31px;
	margin-top: 12px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border-width: 1px 1px 5px 1px;
}

#list #item #listmenu {
	float:right;
	text-align:right;
}

#notifications {
	text-align:center;
	font-size:12px;
	color:#555;
	font-weight:bold;
	padding:0;
	margin-bottom:10px;
	margin-top:10px;
}

input.kolorPicker {
	min-width:inherit;
}

.widgetin h2 {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
	margin-bottom:20px;
	clear:both;
}

.underline {
	border-bottom: 1px solid #EEEEEE;
}

.widgetin h2 span {
	color:#777;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}

.widgetin h2 span a {
	color:#444;
}

#formee input, #formee textarea, #formee select {
	width:auto;
	padding:5px;
	margin:0;
}

#formee textarea {
	height:81px;
	width:350px;
}

#prev_wrap {
	padding-bottom:10px;
	clear:both;
}

#prev_wrap p {
	display:block;
	margin:0;
	padding:0;
	margin-bottom:5px;
}

#prev_1, #prev_2, #prev_3 {
	padding-right:22px;
	float:left;
}

#prev_1 {

}

#prev_2 {

}

#prev_3 {
	padding-top:20px;
}


h6.super, h6.less, h6.lesser, h6.lessest {
	text-transform:lowercase;
	margin:0;
	padding:0;
	text-align:center;
}
h6.super {
	font-size: 65px;
	line-height: 75px;
}

h6.less {
	font-size: 45px;
	line-height: 55px;
}

h6.lesser {
	font-size: 25px;
	line-height: 45px;
}

h6.lessest {
	font-size: 15px;
	line-height: 35px;
}

#about {
	padding-top:40px;
}

#about img {
	float:right;
	padding:20px;
}

#about #rightside {
	width:202px;
	float:right;
	padding-left:20px;
	height:300px;
	padding-right:100px;
	padding-top:20px;
}
ul#radioList {
	padding:0;
	margin:0;
	width:100%;
}
ul#radioList .h{
	border:1px solid #7dab69;
	background-color:#b4e49f;
}
ul#radioList .h a {
	color:#3e5c32;
}
ul#radioList .d{
	display:none;
}

ul#radioList li, ul#radioList li a {
	display:block;
	height:48px;
	line-height:48px;
	text-decoration:none;
	color:#000;

}
ul#radioList li {
list-style-type:none;
padding:5px;
display:block;
min-height:60px;
float:left;
width:20%;
border:1px solid #fff;
}
ul#radioList img{
	float:left;
	margin-right:10px;
}

.page-wrapper {
	border-radius: 5px 5px 5px 5px;
}
#nintro_wrap {
	margin: 0 auto 0;
	background:url(../../images/nintro_bg.png);
	padding-top:25px;
	margin:20px;
}
@media (min-width: 991px) {
	.nintro_left {
		padding-left: 20px;
	}
}
@media (max-width: 980px) {
	.nintro_left {
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
#nintro_wrap h2 {
	color:#fff;
	margin:0;
	font-size:31px;
	text-align:left;
	line-height:normal;
	padding-bottom:3px;
}

#nintro_wrap p {
	color:#fff;
	margin:0;
	font-size:15px;
	line-height:30px;
	text-align:left;
}

#nintro_right {
	width:412px;
	float:left;
}
a::-moz-focus-inner {
 border: 0;
}
#boxinfo {
	display:none;
}
/* thoughtbot (inspired by thoughtbot.com)
*******************************************************************************/
a.thoughtbot {
	background-color: #ee432e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
	background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	border: 1px solid #951100;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	color: #fff;
	font: bold 20px "helvetica neue", helvetica, arial, sans-serif;
	line-height: 1;
	padding: 12px 10px 14px 10px;
	text-align: center;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
	text-decoration:none;
	display:inline-block;
	margin-top:10px;

}
a.thoughtbot:hover {
	background-color: #f37873;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
	background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
	background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
	background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
	background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
	background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
	cursor: pointer;
}
a.thoughtbot:active {
	background-color: #d43c28;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
	background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
	background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
	background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
	background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
	background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
}

#gitem {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.cleditorMain {
	float:left;
}

#share {
	max-width:400px;
	float:left;
	font-size:12px;
	line-height:25px;
	padding:0 7px;
	color:#222;
}
#share a {
	color:#900;
}
#share h2 {
	margin-bottom:5px;
}
#share li {
	padding-bottom:0px;
	list-style:square
}

#dash_bottom {
	padding-top:20px;
}

#main {
	max-width:960px;
}

#endorsments {
	text-align:center;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

#endorsments img {
	display:inline-block;
	margin:0 14px;
	margin-bottom:10px;
}

@media (max-width: 991px) {
#content {
padding: 10px 10px;
}
}
.CodeMirror {
	border:1px solid #ccc;
	background:#eee;
	padding:5px;
	border-radius:10px;
	font-size:11px;
	height:500px;
}
.formfull textarea {
	height:100px;
}
.navbar {
	min-height: auto !important;
}
#home .text-left {
	padding: 40px 20px;
	line-height: 27px;
}
.navbar {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important; /* future proofing */
	-khtml-border-radius: 0px !important; /* for old Konqueror browsers */
}
.form-horizontal .col-sm-10 .control-label {
	text-align: left;
}
.form-group .separator {
	display: none !important;
}
.form-horizontal .help-block {
	margin: 0;
	font-size:11px;
}
.add-on i {
	display: inline-block !important;
	border: 1px solid #111;
}
.cleditorGroup {
	margin-bottom: 0 !important;
}
.popover-content * {
	font-size: 11px !important;
}
.popover-content {
	width: 258px !important;
}
.popover-content img {
	border: 1px solid #efefef !important;
}
.help-popover {
	cursor: pointer;
}
.ecard-wrapper td,.ecard-wrapper {
	overflow:visible !important;
}
.admin-content .data-block section {
	padding: 20px;
}
.admin-content .data-block, .admin-content .navbar {
	box-shadow: #01010126 0px 0px 20px 0px;
}
.admin-content .data-block {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 2px;
}
.admin-content *, .admin-content :before, .admin-content :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.admin-content header h2 {
	padding: 15px 20px;
	margin: 0;
	color: white;
	text-shadow: 1px 1px #0000006b;
}
.admin-content input[type="checkbox"], .admin-content input[type="radio"] {
	margin-right: 5px;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
body {
	background: white;
}

#rmenu i {
color:#70A6CA;
}

#ribbon #rmenu a {
font-size:13px;
}

#list td {
border-bottom:1px solid #eee;
}

.container#main {
background: #fff;
border-radius: 5px 5px 5px 5px;
-moz-box-shadow: 0px 0px 8px #ddd;
-webkit-box-shadow: 0px 0px 8px #ddd;
box-shadow: 0px 0px 8px #ddd;
}

.navbar .nav > li > a {
	padding: 13px 15px;
}
.navbar-form {
padding: 4px 0;
}

.details {
padding:10px;
}

.navbar-inverse .navbar-inner {
background: url(/assets/css/ui/images/bg_topbar.png) repeat-x top #010101;
}

#ribbon {
border-radius: 5px 5px 5px 5px;
position: relative;
}

h1, h2, h3 {
	line-height: normal;
}

#ribbon #locale {
width:100%;
}

#ribbon #actions {
width:auto;
position: absolute;
right: 0;
}


.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {
background:#eee;
}

.btn-group {
	white-space:normal;
}
.btn {
white-space:nowrap;
}

hr {
	margin-top: 10px;
margin-bottom: 20px;
border-color:#ccc;
border-top-width:1px;
border-bottom-width:0px;
}

footer {
background-color:#1F1F1F;
color:#AAAAAA;
margin-bottom:0;
margin-top:30px;
padding-top:15px;
}

footer .footer-bottom {
background-color:#111;
background-position:initial initial;
background-repeat:initial initial;
padding:20px;
width:auto;
margin-top:20px;
}

footer ul {
list-style:none;
padding:0;
margin:0;
}

footer li {
margin:0;
padding:0;
list-style:none;
}

footer a {
color:#2DB2EA;
}

footer a:hover {
color:#fff;
text-decoration:none;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer h7 {
color:#eee;
}
.nav-tabs a {
	color: #555;
}
.clear {
	clear: both;
	display: block !important;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	display:none;
}
span.error-text { color: #a94442; }
.bootstrap5 input[type="checkbox"].has-error {
  outline: solid 1px #a94442 !important;
  outline-offset: 2px !important;
}
.bootstrap5 .form-control.has-error {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

#page-container a:hover {
  color: inherit;
}
.bootstrap5 .navbar-expand-lg .navbar-nav .dropdown-menu {
	right: 0;
	left: auto;
}
.img-fluid {
	height: 100%;
	width: 100%;
	min-width: 10px;
	min-height: 50px;
}
.bootstrap5 .dropdown-toggle::after {
	content: unset !important;
	all:initial
}
.bootstrap5 .dropdown-menu a {
  display: block !important;
  text-align: center !important;
}
.bootstrap5 .navbar-nav {
  padding-left: 20px !important;
}
.bootstrap5 .navbar.navbar-default {
  background: white !important;
}

img {
  border: 0;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.center img {
  margin: 0 auto;
  text-align: center;
  float: none !important;
}

.aleft {
  float: left;
}

.aright {
  float: right;
}
.bootstrap5 .data-block header {
	background-color: #428bca;
}
.bootstrap5 .data-block section .col-sm-6  {
	padding-top: 12px;
}
.bootstrap5 .navbar .nav > li > a.menu-btn-highlight {
  height: 43px;
  background: #d45e5e !important;
  display: block !important;
  color: white !important;
  margin-right: 10px;
  line-height: 42px !important;
  border-radius: 5px;
  padding: 0 11px !important;
}
.bootstrap5 .navbar .nav > li > a.menu-btn-highlight.subbed {
  background: #5e91d4 !important;
}
#navbarMainDropdown {
	padding-bottom: 20px;
	padding-right: 45px;
	padding-top: 5px;
	padding-left: 15px;
	border-radius: 5px;
}
.nav-link.dropdown-toggle.show{
	background: #efefef;
}
input[type="checkbox"], input[type="radio"], .nav-tabs>li.active>a {
	cursor: pointer !important;
}
.bootstrap5 .bootstrap-switch { right: 0px; position: absolute !important }
.bootstrap5 .switch-break .bootstrap-switch { position: unset !important }
.bootstrap5 .radio-switch-wrap {
	position: relative;
	padding-bottom: 10px;
}
.bootstrap5 .radio-switch-wrap label {
	width: 80%;
	font-weight: 600
}
.bootstrap5 .panel-collapse .inner-panel {
	position: relative;
	padding: 20px;
}

.bootstrap5 .left-control .panel {
	margin-bottom: 5px;
}

.bootstrap5 .panel-heading.accordion-toggle h4 {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
.bootstrap5 .panel-heading.accordion-toggle {
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
}
.regular-page, .normal-page {
	padding: 30px 40px !important;
}
.bootstrap5 .btn-group a {
	line-height: 26px;
}
#navbarMain .nav-left.navbar-nav li.nav-item {
	margin-right: 10px;
}
.pi .pt-5 {
    padding-top: 5px !important;
}
.pi .gap-5 {
	gap: 5px !important;
}
.hidden {
	display: none
}

.bootstrap5 .dropdown-menu a {
	text-align: left !important;
	padding: 5px 8px;
}
.bootstrap5 .dropdown-menu a i {
	width: 25px;
	text-align: center !important;
}


/* GRID LIST */


.widget-items {
	display: grid;
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	grid-gap: 20px;
}
@media (max-width: 991px) {
	.widget-items {
		grid-template-columns: auto;
	}
}
.widget-item-wrap, .ecard-item-wrap {
	box-shadow: #01010126 0px 0px 20px 0px;
	background: white;
	padding: 10px;
}
.ecard-item-img {
	border-radius: 4px;
}
.widget-item {
	display: grid;
	grid-template-columns:  minmax(246px, auto) 145px;
	grid-gap: 8px;
	padding: 20px;
	position: relative;
	border-radius: 4px;
}
@media (max-width: 490px) {
	.widget-item {
		grid-template-columns:  minmax(0px, auto) 145px;
	}
}
.listmenu .btn-group a, .listmenu.listmenu button.btn {
	line-height: 21px;
	font-size: 13px;
	min-height: auto;
	height: auto;
}
.ecard-thumb-preview {
	display: grid;
	grid-template-columns: 44px 44px 44px;
	grid-template-rows: 44px;
	grid-gap: 5px;
}
.ecard-prev {
	background: #e1e8eb;
	border-radius: 2px;
}
.widget-title {
	height: 40px;
	margin-bottom:5px;
	font-weight: bold;
}
.widget-title a {
	display: block;
	font-size: 18px;
	line-height: unset;
	margin: 0;
	font-weight: bold;
	color: black;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.widget-title a:hover {
	text-decoration: underline;
}

.ecard-item-title a {
	display: block;
	font-size: 18px;
	line-height: unset;
	margin: 0;
	font-weight: bold;
	color: black;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis !important;
	max-width: 200px;
}
@media (min-width: 668px) {
	.ecard-item-title a {
		max-width: 304px;
	}
}
@media (min-width: 768px) {
	.ecard-item-title a {
		max-width: 456px;
	}
}
@media (min-width: 991px) {
	.ecard-item-title a {
		max-width: 272px;
	}
}
@media (min-width: 1200px) {
	.ecard-item-title a {
		max-width: 367px;
	}
}
@media (min-width: 1400px) {
	.ecard-item-title a {
		max-width: 367px;
	}
}

.ecard-item-img {
	width: 100%;
	height: 100px;
	display: block;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
}
.ecard-items {
	display: grid;
	grid-template-columns: calc(50% - 9px) calc(50% - 9px);
	grid-gap: 18px;
}
@media (max-width: 1199px) {
	.ecard-items {
		grid-template-columns: calc(50% - 9px) calc(50% - 9px);
	}
}
@media (max-width: 991px) {
	.ecard-items {
		grid-template-columns: auto;
	}
}
.ecard-item-wrap {
	align-items: center;
	display: grid;
	grid-template-columns: 140px auto;
	grid-gap: 15px;
}
.ecard-item-title {
	padding-bottom: 6px;
}
.top-drop-menu {
	float:right;
}
.listmenu {
	position: relative;
	border-top: 1px solid #00000026;
	padding: 20px;
}
.data-block header > h2 {
	display: inline-block;
}
.data-block header > .data-header-actions > .headertab {
	display: inline-block;
	margin: 8px 3px;
}
.data-block header > .data-header-actions {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	margin-right: 6px;
}
.bootstrap5 .card-header {
	background: none;
	border-bottom: 0;
	padding-top: 20px;
}
.bootstrap5 .card {
	border-radius: 0;
	box-shadow: #01010126 0px 0px 20px 0px;
	margin-bottom: 14px !important
}
.bootstrap5 .help-block {
	font-size: 12px;
}

input.error {
	border: 1px solid #d61b1b !important;
}
.inputErrorMsg {
	color: #d61b1b !important;
}
.bootstrap5 .card {
	border: 0;
	box-shadow: #01010126 0px 0px 20px 0px;
}
.bootstrap5 .card.card-body {
	border: 1px solid #b7c0c7a3;
	box-shadow: #01010126 0px 0px 20px 0px;
}
.bootstrap5 a.switcher-icon-btn {
	color: #212529;
	border-radius: 3px;
	margin-left: 7px;
	height: 31px !important;
	display: block;
	line-height: 31px;
	width: 30px;
	text-align: center;
	border: 1px solid #ced4da;
}

/* container query */
.listmenu {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: row-reverse;
}
.listmenu .btn-group-wrap {
	flex-grow: 1;
  container-type: inline-size;
}
.listmenu .btn-group a span, .listmenu .btn-group a.hide-if-no-fit  {
		display: none !important;
}
@container (min-width: 325px) {
	.ecard-items .listmenu .btn-group a span, .ecard-items .listmenu .btn-group a.hide-if-no-fit {
		display: inline-block !important;
	}
}
@container (min-width: 395px) {
	.widget-items .listmenu .btn-group a span, .widget-items .listmenu .btn-group a.hide-if-no-fit {
		display: inline-block !important;
	}
}
@media (max-width: 467px) {
	.ecard-item-wrap {
		grid-template-columns: unset;
	}
}
.ecard-items .listmenu {
	justify-content: space-between;
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
	border-bottom: 1px solid #ccc;
	display: block;
	border-top: 1px solid #ccc;
	background: #f6f6f6;
	margin-bottom: 1px;
	margin-top: 1px;
	color: black;
}
#copyEcardModal .select2-container--bootstrap-5 { width: 100% !important; }

.bootstrap5 .alert-danger>a, .bootstrap5 .alert-info>a, .bootstrap5 .alert-success>a, .bootstrap5 .alert-warning>a {
	color: #000;
	text-decoration: none;
}