:root {
	--color1: #4CA4FF;
	--color2: #0BDDBA;
	--color3: #FE1277;
}

#outdiv {
	position: relative;
}

#qr-canvas {
	display: none;
}

#v {
	width: 400px;
	height: 300px;
}

.mbh-shoteffect {
	width: 400px;
	height: 300px;
	background: #FFF;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	display: none;
}

.noCanvasSupport img {
	width: 40px;
}


.loader {
	display: table;
	min-height: 70px;
	margin: 1rem auto;
}

.del_ticket {
	background: #ff1800;
	color: #fff !important;
}

.card-wrap {
	box-shadow: 0 8px 16px #28285a17, 0 3px 6px #0001;
	border-radius: 10px;
}

.padding_eight_all {
	padding: 8%;
	border-radius: 10px;

}

.input-icon {
	position: absolute;
	top: 10px;
	left: 8px;
	font-size: 17px;
	color: #4D90E9;
	z-index: 1;
}

.input-icon2 {
	position: absolute;
	top: 13px;
	left: 8px;
	font-size: 17px;
	color: #4D90E9;
	z-index: 1;
}

.search-icon {
	position: absolute;
	font-size: 17px;
	color: #4D90E9;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #DCDFE6;
}

.position-relative {
	position: relative !important;
}

.input-left {
	padding-left: 30px;
}

.input-h {
	font-size: 16px;
}

textarea[name=Message] {
	height: 150px;
}

.form-btn {
	background-color: #0BDDBA;
	padding: 8px 30px;
	border-radius: 10px;
	color: white;
	border: 0;
	font-size: 16px;
}

.form-btn:focus {
	outline: none !important;
}

.section {
	padding: 30px 0;
}

.card-padding {
	padding: 20px !important;
}

.location-content {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 8px 16px #28285a17, 0 3px 6px #0001;
	border-radius: 5px;
}

.box-wrap {
	height: 500px;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 8px 16px #28285a17, 0 3px 6px #0001;
	border-radius: 5px;
}

.search-inpt {
	height: 40px;
	padding-left: 45px;
}

.app-list-group {
	margin: 0;
	padding: 0;
	height: 350px;
	overflow-y: auto;
}

.app-list-group li {
	padding: 2px 10px;
	border-radius: 5px;
}

.app-list-group li:hover {
	background: #f5f5f5;
}

.apprequestpage .info-icon {
	font-size: 35px;
	color: #007bff;
	cursor: pointer;
	position: fixed;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
}

.fab {
	position: fixed;
	top: 10px;
	right: -63px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.fab button {
	border-radius: 50%;
	width: 56px;
	height: 56px;
}

.apprequestpage #infoModal .modal-dialog {
	max-width: 600px;
}

.apprequestpage #infoModal .modal-body b {
	color: #000;
	font-weight: 700;
}

.app-list-group2 {
	margin: 0;
	list-style: none;
	box-shadow: 0 8px 16px #28285a17, 0 3px 6px #0001;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
	height: 170px;
	overflow-y: auto;
}

.app-line {
	height: 30px;
	line-height: 30px;
}

.software-list .app-line {
	width: 190px;
	cursor: pointer;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.software-list .app-line:hover {
	color: var(--color1);
}

.min-btn {
	/*	color: white;*/
	background-color: white;
	/*	var(--color1);*/
	color: var(--color1);
	border-radius: 10px;
	float: right;
	width: 50px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3px;
	border: none;
}

.min-btn:focus {
	outline: none !important;
}

.min-btn.disabled,
.min-btn:disabled {
	color: white;
	background-color: #7c9fc2;
	cursor: auto !important;
}

.min-btn.disabled:hover,
.min-btn:disabled:hover {
	color: white;
	background-color: #7c9fc2;
}

.del-btn {
	color: white;
	background-color: #FE1277;
	border-radius: 50%;
	float: right;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3px;
}

.info-btn {
	color: white;
	background-color: #224bbe;
	border-radius: 50%;
	float: right;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3px;
}

.del-btn i,
.info-btn i {
	font-size: 14px;
}

.del-btn:hover,
.del-btn:focus {
	background-color: #b51a5d;
	color: white !important;
}

.info-btn:hover {
	background-color: #1085e4;
}

.info-btn:focus {
	color: white !important;
}

.del-btn:hover i,
.info-btn:hover i {
	color: white;
}

.min-btn:hover {
	color: white !important;
	background-color: #1077e4;
}

.submit-btn {
	display: block;
	width: 100%;
	background-color: var(--color2);
	color: white !important;
	border-radius: 5px;
	padding: 10px 40px !important;
	border: 1px solid #fff;
	box-shadow: 2px 4px 9px 0px rgba(0, 86.93478260869574, 129, 0.17);
}

.btnNewApp,
.btn-location {
	background-color: var(--color1);
	color: white !important;
	border-radius: 5px !important;
}

.mail-select .select2-container-multi .select2-choices .select2-search-field {
	font-size: 1rem !important;
}

.mail-select .select2-container-multi .select2-choices {
	padding-left: 25px;
}

.tabs-wrap {
	display: flex;
	border-bottom: 2px solid #e4e7ed;
	padding-bottom: 5px;
}

.tab-link {
	cursor: pointer;
	position: relative;
	padding: 0 20px;
	font-size: 16px;

}

.tab-link.active:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #409eff;
	bottom: -6px;
	left: 0;
	z-index: 1;
	transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}

.tab-link.active {
	color: #409eff;
}

.tab-link:first-child {
	padding-left: 0;
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}

.badge-warning {
	color: #212529 !important;
	background-color: #ffc107;
}

.class-badge {
	display: inline-block;
	background-color: white;
	padding: 5px 15px;
	border: 1px solid #DCDFE6;
	position: relative;
	text-align: center;
	border-radius: 5px;
	margin-right: 20px;
	cursor: pointer;
}

.badge-pink {

	position: absolute !important;
	background-color: var(--color3);
	color: white !important;
	top: -6px !important;
	right: -5px;
}

.form-lbl {
	font-size: 16px;
	font-weight: 400;
}

.check-list {
	display: flex;
}

.appListHeader {
	background-color: #EBEEF5;
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 4px 4px 0 0;
}

.appListLine {
	display: flex;
	align-items: center;
	padding: 3px 9px;
}

.lbl-app {
	cursor: pointer;
	margin-bottom: 4px!important;
}
.download-icon {
	color: #014c8c;
}

.appListHeader label,
.appListLine label {
	margin: 0 !important;
	margin-left: 5px !important;
}

.appListBody {
	border: 1px solid #EBEEF5;
	border-radius: 0 0 4px 4px;
	height: 180px;
	overflow-y: auto;
}


.createdTicketList {
	padding: 10px 0;
	border: 1px solid #EBEEF5;
	border-radius: 4px;
	height: 120px;
	overflow-y: auto;
}

.select2-container-multi .select2-choices {
	max-height: 60px !important;
	overflow-y: auto;
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}

.inline {
	display: inline-block;
	vertical-align: middle;
}

.installedList {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.createdTicketLine {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	height: 25px;
}

.createdTicketLine:hover {
	color: var(--color1) !important;
}

.mailLi {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mailLi li {
	display: inline-flex;
	margin-bottom: 10px;
}

.el-tag {
	background-color: #f4f4f5;
	border-color: #e9e9eb;
	color: #909399;
	height: 24px;
	padding: 0 8px;
	line-height: 22px;
	font-size: 14px;
	border: 1px solid #d9ecff;
	border-radius: 4px;
	white-space: nowrap;
	display: flex;
	max-width: 100%;
	align-items: center;
	box-sizing: border-box;
}

.el-tag-text {
	background-color: #f4f4f5;
	border-color: #e9e9eb;
	color: #909399;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mailLi li .label-col {
	text-align: right;
}

.el-tag i {
	cursor: pointer;
	font-size: 16px;
	float: right;
	margin-left: 8px;
	padding-top: 2px;
}

.el-tag i:hover {
	color: #000;
}

.typeahead-demo .custom-popup-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	background-color: #f9f9f9;
}

.typeahead-demo .custom-popup-wrapper>.message {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	color: #868686;
}

.typeahead-demo .custom-popup-wrapper>.dropdown-menu {
	position: static;
	float: none;
	display: block;
	min-width: 160px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.autocomplete-results {
	border: 1px solid #c5c5c5;
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
	position: absolute;
	cursor: default;
	z-index: 9999;
	width: 100%;
	border-radius: 3px;
	background-color: white;
}

.autocomplete-li {
	cursor: pointer;
	padding: 3px 1em 3px 0.4em;
}

.autocomplete-li:hover {
	background-color: var(--color1);
	color: #FFF;
}

.cke_notifications_area {
	display: none !important;
}

.note-message {
	background-color: #4d90e9;
	display: inline-block;
	color: white;
	padding: 3px;
}

.icon-span {
	width: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.appListNull {
	border: 1px solid #EBEEF5;
	border-radius: 4px;
	height: 180px;
	padding: 10px;
	font-size: 16px;
}

.tick-circle {
	font-size: 8rem;
	color: #7fc35c;
}

.icon-style {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	color: #7a6ff0;
}

.fa-size {
	font-size: 10px;
}