.hide-item {
	display: none;
}

.footable .pagination li.disabled a:hover {
	background: #f2f7f8;
}

.left-aside {
	width: 280px;
	padding: 15px
}
.right-aside
{
	padding: 10px 15px
}
@media (min-width:768px) 
{
	.text-start-sm{
		text-align: start;
	}
	.right-aside {
		margin-left: 270px;
	}
	.onlymedanduplogo
	{
		display: inline-block;
	}
	.onlysmall
	{
		display: none !important;
	}
	.right-aside input[type='search']
	{
		float: right;
		border-radius: 100px;
		transition: 0.5s ease-in;
		width: 196px
	}
	.right-aside input[type='search']:focus
	{
		width: 240px;
		box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	}
}
@media (max-width:768px) {
	
	.text-center-xs{
		text-align: center;
	}
	.onlymedanduplogo
	{
		display: none !important;
	}
	.onlysmall
	{
		display: inline-block;
	}
	/*help width fix*/
	.help-mobile-class
	{
		padding: 0px;
	}
	.spanblock
	{
		display: block;
	}
	.ribbon
	{
		padding:2px;
	}
	.tableblock
	{
		display: block;
	}
}

.form-control2 {
	padding: .5rem .5rem;
}

span.switcheranswer{
	font-weight: 400!important;
}

.highlightedText {
	background: #EFF3F8;
	font-weight: bold;
}
.highlightedWhiteText {
	background:  rgb(255, 255, 255);
	font-weight: bold;
	color: #54667a;
}

/*bootstrap-select bugfix*/

div.dropdown-menu ul.dropdown-menu li a {
	height: 36px;
}

/*bootstrap-select bugfix*/

div.dropdown-menu ul.dropdown-menu li a span.text {
	float: left;
}

/*modal bugfix*/

.modal-backdrop.fade {
	opacity: 0.7;
}

div.card div.clientpanel {
	max-width: fit-content;
	display: inline-grid;
	margin: 5px;
	height: fit-content;
	min-height: 174px;
}

/*CLIENT PANEL CARD COLORS*/
.card-orange{
	background: #FFA500;
  border-color: #FFA500; }
.card-pink{
	background: #FFC0CB;
  border-color: #FFC0CB; }
.card-yellow{
	background: #FFFF00;
  border-color: #FFFF00; }
.card-cyan{
	background: #00FFFF;
  border-color: #00FFFF; }
.card-lightgreen{
	background: #90EE90;
  border-color: #90EE90; }
.card-lightblue{
	background: #ADD8E6;
  border-color: #ADD8E6; }
.card-lightgray, .card-lightgrey{
	background: #D3D3D3;
  border-color: #D3D3D3; }
.card-netlient{
	background: #3B97D3;
  border-color: #3B97D3; }
.card-grey, .card-gray{
	background: #808080;
  border-color: #808080; }
.card-crimson{
	background: #DC143C;
  border-color: #DC143C; }
.card-aqua{
	background: #00FFFF;
  border-color: #00FFFF; }
.card-aquamarine{
	background: #7FFFD4;
  border-color: #7FFFD4; }
.card-black{
	background: #000000;
  border-color: #000000; }
.card-white{
	background: #FFFFFF;
  border-color: #FFFFFF; }
/*CLIENT PANEL CARD COLORS END*/

.clientpanel__editsection {
	position: absolute;
	top: 10px;
	right: 15px;
}

.clients_client_wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
}

.clients_c_card {
	background-color: goldenrod;
	padding: 10px;
	margin: 20px;
}

.maxhw {
	min-width: 280px;
}

.myflex {
	display: flex;
	flex-direction: row;
	align-content: space-around;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.fullw {
	width: 100%;
}

.chat-rbox {
	min-height: 300px;
}

.input-group-btn:not(:first-child)>.btn {
	border-radius: .25rem
}

.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle) {
	border-radius: .25rem
}

.ownresptable {
	width: 100%;
	overflow-x: hidden;
}

.ownresptablefather {
	overflow-x: hidden;
	padding:0.5rem
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type='date'],
textarea {
	background-color: #f5f5f5;
	border: 0;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type='date']:focus,
textarea:focus {
	background-color: #f5f5f5;
}

html body .m-b-40 {
	margin-bottom: 20px;
}

html body .m-t-40 {
	margin-top: 20px
}

.freespace-s {
	height: 10px
}

.freespace-m {
	height: 20px
}
.table-responsive {
	overflow-x: hidden
}

.visible-on-phone-portrait {
	display: none
}

.filterSelector[title]:hover {
	content: '';
}
.container-fluid
{
	padding: 10px 15px
}
.right-page-header .row
{
	margin-bottom: 10px
}
.right-page-header .row button
{
	margin-top: 2px;
	margin-left: 5px;
	display: inline-block
}
.breadcrumb
{
	background-color: transparent
}
.left-aside input[type='text']
{
	font-size: 12px
}
.no_table_padding
{
	padding: 0.1rem
}
.table td, .table th
{
	padding:0.6em
}
table .btn
{/*
	padding: 0;
	font-size:18px*/
}
.d-flex
{
	padding-bottom: 10px
}
@media screen and (max-width: 1096px) {
	.maxhw {
		width: 100%;
	}
	div.card div.clientpanel {
		max-width: 100%;
		width: 100%;
	}
	
}

@media screen and (max-width:767px) {
	.chat-left-aside {
		height: 100%;
	}
	html {
		overflow-x: hidden
	}
	.d-flex * {
		display: block;
	}
	.left-aside {
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.no_padding_at_portrait {
		padding-left: 0;
		padding-right: 0
	}
	.card-body-no-padding {
		padding: 0.05rem
	}
	.container-fluid {
		padding: 25px 20px
	}
	.visible-on-phone-portrait {
		display: block
	}
	.hide-on-phone-portrait {
		display: none
	}
	strong {
		font-weight: bold
	}
	table td {
		padding: 0
	}
}


@media (min-width: 1024px)
{
	.page-wrapper
	{
		margin-left: 0
	}
}
@media (max-width: 1370px)
{
	.container-fluid
	{
		max-width: 1255px
	}
}
.table_padding_custom
{
	padding: 0.15rem
}
.container-fluid
{
	max-width: 98%
}
/* A fenti margót megnagyobbítjük, illetve középre helyezzük */
.topbar .top-navbar, .scroll-sidebar
{
	max-width: 90%
}
/* ORDER BY NUMBER */ 
.number_next_to_arrow
{
	position: relative;
	font-size: 13px;
	right: 11px;
	float: right;
}
/* NO BORDER TRICK */ 
table
{
	border: 0;
	min-width: 100%;
	width: 100%;
}
.table tbody+tbody
{
	border-top: 1px solid #e9ecef
}
/* NO BORDER TRICK ENDING */ 
.text-center-for-actions
{
	text-align:center
}
.tablesaw-sortable th.tablesaw-sortable-head button
{
	text-align: center;
	padding: 0;
	padding: 0;
	position: relative;
}
.tablesaw-sortable th.tablesaw-sortable-head button
{
	outline: none
}
.bg_class
{
	background-color: #fff
}
.tablesaw-sortable th.tablesaw-sortable-head, .tablesaw-sortable tr:first-child th.tablesaw-sortable-head
{
	padding-top: 7px;
	padding-bottom: 7px
}
.text-center-actions
{
	width: 50%
}
table a, table a:visited
{
	color: inherit
}
select
{
	outline: none
}
.pagination
{
	font-size: 20px
}
@media (min-width: 270px) and (max-width: 768px)
{
	.border-right
	{
		border-bottom:1px solid #dee2e6!important
	}
	.client_additional_info h3,	.client_additional_info h6
	{
		font-size: 14px;
		text-align: center
	}
	.center_only_in_phone
	{
		display: block
	}
	.hide-on-mobile-only
	{
		display: none
	}
	input[type="date"] 
	{
	min-height: 2.5rem;
	}
	.table-responsive
	{
		padding: 4px
	}
	.m1-auto input[type="search"]
	{
		width: 100%
	}
	.show-xs
	{
		display: none
	}
	.stack-font-size
	{
		padding-left: 5px;
		line-height: 1.3;
	}
	.padding-10
	{
		padding-left: 5px;
		line-height: 1.3;
		font-size: 16px
	}
	.font-20
	{
		font-size: 20px
	}
	.font-bold-and-padding-5
	{
		font-weight: 500;
		padding: 5px;
		line-height: 1.6;
		font-size: 20px
	}
	table
	{
		font-size: .85rem
	}
	.margin-up-down-on-sm
	{
		margin: 7px 0
	}
	.table td, .table th
	{
		padding: .2em;
		max-width: 130px;
	}
	.number_next_to_arrow
	{
		padding-left: 10px
	}
	.tablesaw td, .tablesaw th
	{
		padding: .2em
	}
	.show-angular-swipe
	{
		display: table-cell
	}
	.show-sm
	{
		display: none;
	}
	.show-sm-normal
	{
		display: block;
		text-align: center
	}
	.show-sm-normal .padding-15
	{
		padding: 15px;
		font-size: 18px
	}
	.show-md
	{
		display: none;
	}
	.show-md-normal
	{
		display: none
	}
	.show-lg
	{
		display: none;
	}
	tr.hide-md
	{
		display: table-row
	}
	tr.show-md
	{
		display: none
	}
	table .dropdown-menu
	{
		min-width: 3rem
	}
	table .m-r-10
	{
		margin-right: 0
	}
	table .dropdown-toggle
	{
		padding: 5px;
		background-color: transparent;
		font-size: 20px
	}
	.hide-md .dropdown-menu li
	{
		padding: 15px;
		display: inline-block
	}
	table tr
	{
		padding-top: 5px;
		padding-bottom: 5px
	}
	input[type="search"]
	{
		width:100%;
	}
	.hide-md-normal
	{
		display: inline-block
	}
	.left-aside .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)
	{
		width: 100%;
		padding: 7px;
	}
	.left-aside
	{
		padding: 8px 8px 0 8px
	}
	.right-aside
	{
		padding: 2px 15px 15px 15px;
	}
	.search_margin
	{
		margin-left: 0;
		width: 100%
	}
	.show-md-actions
	{
		display: none
	}
	.pagination
	{
		font-size: 18px
	}
	.topbar .top-navbar .navbar-nav > .nav-item > .nav-link
	{
		line-height: 1
	}
	.breadcrumb
	{
		font-size: 12px;
		padding: .75rem 0
	}
	.breadcrumb-item+.breadcrumb-item::before
	{
		padding-left: 0.1rem;
		padding-right: 0.1rem;
	}
	.cardcorrection_body
	{
		text-align: center;
		font-size: 22px
	}
	.card_owner_data
	{
		font-size: 20px
	}
	.text-center-on-xs
	{
		text-align: center
	}
}
@media (min-width:768px) and (max-width:900px)
{
	.client_additional_info h3,	.client_additional_info h6
	{
		font-size: 14px;
		text-align: center
	}
	.border-right
	{
		border-right:1px solid #dee2e6!important
	}
	.clientpanel_basic_details
	{
		position: absolute;
		top:40%;
		transform: translateY(-50%);
	}
	.center_only_in_phone
	{
		display: inline-block
	}
	.hide-on-mobile-only
	{
		display: inline-block
	}
	.search_margin
	{
		margin-left: auto!important
	}
	.swipeselector, .show-angular-swipe
	{
		display: none
	}
	.show-xs
	{
		display: table-cell
	}
	.show-sm, .show-md, .show-lg
	{
		display: none;
	}
	.hide-md
	{
		display: none
	}
	tr.show-md
	{
		display: table-row
	}
	.show-md-actions
	{
		display: table-cell
	}
	/* NOTE: This line fixes the gap difference between the export and filter buttons */
	.left-aside .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)
	{
		padding-bottom: 0
	}
	.text-center-on-md
	{
		text-align: center
	}
}
@media (min-width: 900px) and (max-width: 1040px)
{
	
	.client_additional_info h3,	.client_additional_info h6
	{
		font-size: 14px;
		text-align: center
	}
	.border-right
	{
		border-right:1px solid #dee2e6!important
	}
	.clientpanel_basic_details
	{
		position: absolute;
		top:40%;
		transform: translateY(-50%);
	}
	.center_only_in_phone
	{
		display: inline-block
	}
	.hide-on-mobile-only
	{
		display: inline-block
	}
	tr.show-md
	{
		display: table-row
	}
	.search_margin
	{
		margin-left: auto!important
	}
	.swipeselector, .show-angular-swipe
	{
		display: none
	}
	.show-md-actions, .show-sm
	{
		display: table-cell
	}
	.search_margin
	{
		margin-left: auto
	}
	.show-sm-normal
	{
		display: none;
	}
	.show-angular-swipe
	{
		display: none
	}
	.margin-up-down-on-sm
	{
		margin: initial
	}
	.show-lg, .show-md
	{
		display: none;
	}
	.show-md-normal
	{
		display: block;
	}
	.hide-md-normal
	{
		display: none
	}
	.hide-md
	{
		display: none
	}
	.text-center-on-md
	{
		text-align: center
	}
}
@media (min-width:1040px) and (max-width:1148px)
{
	.border-right
	{
		border-right:1px solid #dee2e6!important
	}
	.clientpanel_basic_details
	{
		position: absolute;
		top:40%;
		transform: translateY(-50%);
	}
	.center_only_in_phone
	{
		display: inline-block
	}
	.hide-on-mobile-only
	{
		display: inline-block
	}
	tr.show-md
	{
		display: table-row
	}
	.search_margin
	{
		margin-left: auto!important
	}
	.swipeselector, .show-angular-swipe
	{
		display: none
	}
	.show-md-actions
	{
		display: table-cell
	}
	.search_margin
	{
		margin-left: auto
	}
	.show-sm-normal
	{
		display: none
	}
	.show-angular-swipe
	{
		display: none
	}
	.margin-up-down-on-md
	{
		margin: initial
	}
	.show-md, .show-sm
	{
		display: table-cell;
	}
	.show-md-normal
	{
		display: block
	}
	.hide-md-normal
	{
		display: none
	}
	.show-lg
	{
		display: none;
	}
	.hide-md
	{
		display: none
	}
}
@media (min-width:1148px)
{
	.border-right
	{
		border-right:1px solid #dee2e6!important
	}
	.clientpanel_basic_details
	{
		position: absolute;
		top:40%;
		transform: translateY(-50%);
	}
	.center_only_in_phone
	{
		display: inline-block
	}
	.hide-on-mobile-only
	{
		display: inline-block
	}
	tr.show-md
	{
		display: table-row
	}
	.swipeselector, .show-angular-swipe
	{
		display: none
	}
	.show-md-actions
	{
		display: table-cell
	}
	.search_margin
	{
		margin-left: auto
	}
	.show-sm
	{
		display: table-cell;
	}
	.show-sm-normal
	{
		display: none
	}
	.show-angular-swipe
	{
		display: none
	}
	.margin-up-down-on-sm
	{
		margin: initial
	}
	.show-md
	{
		display: table-cell;
	}
	.show-md-normal
	{
		display: inline-block
	}
	.show-lg
	{
		display: table-cell;
	}
	.hide-md
	{
		display: none
	}
	.hide-md-normal
	{
		display: none
	}
}
.btn-secondary, .btn-secondary.disabled
{
	background-color: #01c0c8
}
/*.bootstrap-select .dropdown-toggle:focus
{
	background-color: #01c0c8
}*/
.topbar .top-navbar .navbar-nav > .nav-item.show
{
	background-color: inherit
}
ul.list-style-none li .replacea
{
	font-weight: 500;
	color: #54667a;
    padding: 8px 0px;
    display: inline-block;
	text-decoration: none;
	cursor: pointer;
}
ul.list-style-none li .replacea:hover
{
	color: #009efb
}
/* TABLE MEDIA QUERY ENDING */

/* FORM MATERIAL INPUT COLORS */
.form-control-orange:focus{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFA500), to(#FFA500)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9))!important;
  background-image: -webkit-linear-gradient(#FFA500, #FFA500), -webkit-linear-gradient(#d9d9d9, #d9d9d9)!important;
  background-image: -o-linear-gradient(#FFA500, #FFA500), -o-linear-gradient(#d9d9d9, #d9d9d9)!important;
  background-image: linear-gradient(#FFA500, #FFA500), linear-gradient(#d9d9d9, #d9d9d9)!important;
}
.form-control-pink:focus{
	background-color:black;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC0CB), to(#FFC0CB)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9))!important;
  background-image: -webkit-linear-gradient(#FFC0CB, #FFC0CB), -webkit-linear-gradient(#d9d9d9, #d9d9d9)!important;
  background-image: -o-linear-gradient(#FFC0CB, #FFC0CB), -o-linear-gradient(#d9d9d9, #d9d9d9)!important;
  background-image: linear-gradient(#FFC0CB, #FFC0CB), linear-gradient(#d9d9d9, #d9d9d9)!important;
}
/* FORM MATERIAL INPUT COLORS END */

/* */
@media (max-width: 430px)
{
	.ms-container{
		width:auto!important;
	}
}
/* */
.swipeselector
{
	user-select: none;
	-webkit-touch-callout: none
}
.ms-container
{
	margin: auto
}
.ui-widget-overlay
{
	opacity: 0.35;
	cursor: not-allowed
}
input[type="date"]:not(.has-value):before{
	color: lightgray;
	content: attr(placeholder);
}
.modal-footer .btn
{
	font-size: 12px
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
}
.clientpanel_avatar
{
	font-size:100px;
}
.el-element-overlay .el-card-item
{
	padding-bottom: 0
}
a[class="close"]
{
	padding: 5px
}
.modal-content
{
	border: 0;
}
.modal-header-custom
{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
}
.modal-title-custom
{
	margin-bottom: 0;
    line-height: 1.5;
}
.edit_clientpanel_balance
{
	cursor: pointer;
	padding: 5px
}
.cursor-pointer{
	cursor: pointer;
}
.vertical-center
{
	position: relative;
	top:50%;
	transform: translateY(-50%)
}
.clientpanel-img-overlay
{
	width:100px;
	height: 100px;
	border-radius: 100%
}
.export-dropdown-item
{
	cursor: pointer;
}
.input-with-label{
	display:inline-block;
	width:auto;
}
span.action-menu-image{
  transition: 0.3s;
}
a.action-menu-item:hover{
	opacity: 0.6;
	border-left:2px solid #009efb;
	margin-left:0px;
}
a.action-menu-item:focus{
	opacity: 0.6;
	border-left:2px solid #009efb;
	margin-left:0px;
}
a.action-menu-item:hover span{
	opacity:1;
	margin-left:10px;
}
a.action-menu-item:focus span{
	opacity:1;
	margin-left:10px;
}
.clientpanel_extra_buttons .badge
{
	padding: 8px;
	margin: 2px
}
.falockhoverevent {
	min-width:15px;
}
#header
{
position:sticky;
top:0
}

.dd-fullwidth{
	width:100%!important;
	max-width:none!important;
}

.visible-by-hover::before:hover{
	display:block;
}





.el-element-overlay .white-box {
  padding: 0px; }

.el-element-overlay .el-card-coupontype {
  position: relative;
  padding-bottom: 25px; }
  .el-element-overlay .el-card-coupontype .el-card-avatar {
    margin-bottom: 15px; }
  .el-element-overlay .el-card-coupontype .el-card-content {
    text-align: center; }
    .el-element-overlay .el-card-coupontype .el-card-content h3 {
      margin: 0px; }
    .el-element-overlay .el-card-coupontype .el-card-content a {
      color: #54667a; }
      .el-element-overlay .el-card-coupontype .el-card-content a:hover {
        color: #009efb; }
  .el-element-overlay .el-card-coupontype .el-overlay-1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default; }
    .el-element-overlay .el-card-coupontype .el-overlay-1 img {
      display: block;
      position: relative;
      -webkit-transition: all .4s linear;
      -o-transition: all .4s linear;
      transition: all .4s linear;
      width: 100%;
      height: auto; }
    .el-element-overlay .el-card-coupontype .el-overlay-1:hover img {
      -ms-transform: scale(1.2) translateZ(0);
      -webkit-transform: scale(1.2) translateZ(0);
      /* transform: scale(1.2) translateZ(0); */ }
    .el-element-overlay .el-card-coupontype .el-overlay-1 .el-info {
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      color: #ffffff;
      background-color: transparent;
      filter: alpha(opacity=0);
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      padding: 0;
      margin: auto;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%) translateZ(0);
      -webkit-transform: translateY(-50%) translateZ(0);
      -ms-transform: translateY(-50%) translateZ(0); }
      .el-element-overlay .el-card-coupontype .el-overlay-1 .el-info > li {
        list-style: none;
        display: inline-block;
        margin: 0 3px; }
        .el-element-overlay .el-card-coupontype .el-overlay-1 .el-info > li a {
          border-color: #ffffff;
          color: #ffffff;
          padding: 12px 15px 10px; }
          .el-element-overlay .el-card-coupontype .el-overlay-1 .el-info > li a:hover {
            background: #009efb;
            border-color: #009efb; }
  .el-element-overlay .el-card-coupontype .el-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  .el-element-overlay .el-card-coupontype .el-overlay-1:hover .el-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }
  .el-element-overlay .el-card-coupontype .el-overlay-1 .scrl-dwn {
    top: -100%; }
  .el-element-overlay .el-card-coupontype .el-overlay-1 .scrl-up {
    top: 100%;
    height: 0px; }
  .el-element-overlay .el-card-coupontype .el-overlay-1:hover .scrl-dwn {
    top: 0px; }
  .el-element-overlay .el-card-coupontype .el-overlay-1:hover .scrl-up {
    top: 0px;
    height: 100%; }

.storelisttooltip {
  position: relative;
  display: inline-block;
}

.storelisttooltip .storelisttooltip-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: break-spaces;
}

.storelisttooltip .storelisttooltip-container {
	visibility: hidden;
	max-width: 500px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 0%;
	right: 150%;
	margin-left: 0px;
	opacity: 0;
	transition: opacity 0.3s;
	overflow:hidden;
	max-height: calc(600%);
  min-width: 400px;
}

.storelisttooltip .storelisttooltip-text::after {
	content: "";
	position: absolute;
	top: 40%;
	right: 0%;
	margin-right: -10px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent  transparent #555;
}

.storelisttooltip:hover .storelisttooltip-container {
  visibility: visible;
  opacity: 1;
}
.p-20 > .checkbox > input[type='checkbox']
{
	position: relative!important;
	display: none!important;
}
label.custom-radio{
	margin-bottom:0px!important;
}
label.custom-radio:hover{
	font-weight:bold;
	cursor:pointer;
}
/*
.badge {
	display: inline-block;
	padding: 5px 10px;
	background-color: #007bff;
	color: white;
	border-radius: 5px;
	margin: 2px;
}
*/
.editable-div {
	min-height: 100px;
	border: 2px solid #ccc;
	padding: 5px;
	cursor: text;
	line-height: 3;
}
.editable-content-badge{
	padding-right:0!important;
	padding-left:.5rem!important;
	padding-top:.25rem!important;
	padding-bottom:.25rem!important
}