/* 	
	theme colours
	#796AEE
*/

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  supported by Chrome and Opera */
}	

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
	max-width:1200px;
  }
}

.profile-icon-sm{
	display: inline-block;
}
.profile-icon-sm>div {
	display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    min-width: 50px;
    max-width: 50px;
    border-radius: 50%;
    font-size: 1.4em;
}
.profile-icon{
	display: inline-block;
}
#proicn{
	margin: auto;
}
.profile-icon>div {
	display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    min-width: 60px;
    max-width: 120px;
    border-radius: 50%;
    font-size: 4em;
}
.profile-view {
	display: inline-block;
}
.profile-info {
	margin-left: 20px;
	margin-right: 20px;
}

/* correct datepicker width */
.datepicker-dropdown.dropdown-menu {
    width: 310px;
}

/* styles for tables => users,kiosks,mediawalls,lifts */
/*
tr a.btn-edit,
tr a.btn-delete,
tr a.btn-reset 
{
	cursor: pointer;
	color: #796AEE;
}
tr.selected a.btn-edit,
tr.selected a.btn-delete,
tr.selected a.btn-reset
{
	color: white;
}*/

table.dataTable>tbody>tr>td.more {
	padding: 0.5em;
}
.dropdown.more .dropdown-item {
	color:rgb(33, 37, 41);
	font-size: 0.8em;
	cursor: pointer;
}
.dataTables_processing {
	z-index: 1;
}

.tblinks>a{
	color: #796AEE;
	cursor: pointer;
}

.tblinks>a:hover {
	color: #796AEE;
}

/* hide elements based on auth */
.hide-user-view .user-view,
.hide-user-edit .user-edit,
.hide-user-delete .user-delete,
.hide-password-reset .password-reset,
.hide-password-show .password-show,
.hide-tenant-view .tenant-view,
.hide-tenant-edit .tenant-edit,
.hide-kiosk-view .kiosk-view,
.hide-kiosk-edit .kiosk-edit,
.hide-mediawall-view .mediawall-view,
.hide-mediawall-edit .mediawall-edit,
.hide-lift-view .lift-view,
.hide-lift-edit .lift-edit,
.hide-ad-view .ad-view,
.hide-ad-edit .ad-edit,
.hide-message-view .message-view,
.hide-message-edit .message-edit,
.hide-slide-view .slide-view,
.hide-slide-edit .slide-edit,
.hide-playlist-view .playlist-view,
.hide-playlist-edit .playlist-edit,
.hide-content-view .content-view,
.hide-wayfind-view .wayfind-view,
.hide-news-view .news-view,
.hide-news-edit .news-edit,
.hide-sets-view .sets-view,
.hide-sets-edit .sets-edit
{
	display:none;
}

.hOK {
	color: #20b020;
}
.hNOK {
	color: #b02020;
}
tr.selected>td>.hOK {
	color: #60f060;
}
tr.selected>td>.hNOK {
	color: #c02020;
}
