
body {
	background-color: #fafafa;
}

a {
	cursor: pointer;
}

.empty-list-message {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	text-align: center;
	color: $color-secondary-dark;
	padding: 30px;
}

.nav-tabs {
	margin-bottom: 20px;
}

.left-list {
	left: -100px;
}

.cont {
	padding: 20px;
	display: flex;
  flex-direction: column;
  min-height: 100vh;
	margin-top: 50px;
}

.blur{
	filter: blur(5px);
	-webkit-filter: blur(5px);
	transition: 0.2s filter linear;
	-webkit-transition: 0.2s -webkit-filter linear;
	-moz-transition: 0.2s -moz-filter linear;
	-ms-transition: 0.2s -ms-filter linear;
	-o-transition: 0.2s -o-filter linear;
}
.actionButtonBackground {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.4);
	transition: 0.2s background-color linear;
	z-index: 999;
}

.mobileNewsButtonBackground {
	opacity: 0.5;
	background-color: black;
	min-height: 100%;
	height: calc(100% + 50%);
	width: 113%;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	margin-left: -20px;
	margin-top: -200px;
}

.modal {
	position: fixed;
	padding-top: 10vh !important;
}


.bulk-delete button{
	position: absolute;
	right: 20px;
	top: 75px;
	border: 1px;
	border-radius: 5px;
	padding: 7px;
}

.app-list{
	height: 125px;
	display: inline;
}

checkbox.app-delete{
	top: 30px;
}

.user-table .action_btn{
	cursor: pointer;
}

.btn-orange {
	color: white;
	background-color: #f47e2a;
	border-color: #f47e2a;
}

.badge {
	background-color: inherit;
	color: #dbd8d6;
	border: 1px solid #dbd8d6;
}


/* JIRA feedback btn*/

.atlwdg-trigger.atlwdg-SUBTLE{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height: 40px;
	width: 150px;
	border: none !important;
	text-transform: uppercase;
	background-color: #ffffff !important;
	z-index: 99999;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 1.14px;
	text-align: center;
	color: white !important
}

.atlwdg-popup {
    border: none !important;
}

@media screen and (max-width: 768px){
	.atlwdg-popup {
		width: 100% !important;
	}
}
