﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('variables.css');

.customlinks:hover {
	text-decoration: underline;
	cursor: pointer;
}

.customlinks {
	color: cornflowerblue;
	font-size: 1rem;
	font-style: italic;
}

.dx-popup-normal {
	overflow: auto !important;
}

.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
	cursor: pointer;
}

.uprev-list-container > div {
	padding-left: 10px;
	vertical-align: top;
	float: left;
}

.uprev-list-des {
	border-style: ridge
}


/* button indicator */

#small-indicator, #medium-indicator, #large-indicator {
	vertical-align: middle;
	margin-right: 10px;
}

#button,
#button .dx-button-content {
	padding: 0;
}

#btnsubmit #submit-indicator {
	height: 15px;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 6px;
	height: 6px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.showApproveEdit {
	display: inline;
}

.hideApproveEdit {
	display: none;
}

.approval-template {
	font-size: small;
	color: gray;
	padding-bottom: 5px
}

.fa-check {
	color: forestgreen !important;
}

.fa-times {
	color: orangered;
}



/*custom label in the event*/
.label1-background {
	background-color: lightblue;
	border-color: blue;
}

.label2-background {
	background-color: lightgreen;
	border-color: green;
}

.label1-text {
	color: blue;
}

.label2-text {
	color: green;
}
/*Color dropdown*/
.combobox-item-template {
	display: flex;
	align-items: center;
}

	.combobox-item-template > img {
		border-radius: 50%;
		width: 2rem;
		height: 2rem;
	}

img + .combobox-item-template-text {
	margin-left: 1rem;
}

.combobox-item-template-text {
	display: flex;
	flex-flow: column;
}

.combobox-item-template-employee-phone {
	opacity: 0.65;
}

#circle {
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

.isbog {
	margin-left: 5px;
}

.spinner {
	border: 16px solid silver;
	border-top: 16px solid #337AB7;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 700ms linear infinite;
	top: 40%;
	left: 50%;
	position: absolute;
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.overlay {
	position: fixed; /* Sit on top of the page content */
	display: block; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 43; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

.dxbs-fl .dxbs-fl-cpt {
	font-weight: normal !important;
}

.event-title {
	font-size: 2rem;
	word-wrap: break-word;
}

.light-text {
	color: #777777;
}

.employee-obj {
	margin-bottom: 2rem;
	color: #777777;
}

.btn-secondary {
	color: #77777E;
	background-color: lightgray;
	border-color: lightgray;
}

.attendee-email-style {
	font-size: 12px;
	margin-left: 5px;
	color: #777777
}

.btn-custom {
	padding: 0.375rem 3.35rem !important
}

.circle {
	background: #FFC0D3;
	border-radius: 50%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}

table > tr {
	height: 2.5rem
}

.tdata {
	text-align: left;
	padding-left: 20px;
	overflow-wrap: anywhere;
}

.icon-margin {
	margin-right: 5px;
}

.btn-sumbit-cancel {
	margin-top: 1.5rem;
}

.custom-drop-zone {
	padding: 0 !important;
	border-style: dashed !important;
	border-width: 2px !important;
	height: 230px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

	.custom-drop-zone.custom-drag-over {
		background-color: #868A8D;
	}

/* Override width of Popup for the Filter Grid Menu */
.dxbl-grid-filter-menu-dropdown-root {
	width: 300px;
}

/*#region Grid Customization */

/* [IMPORTANT NOTE] Necessary to set an initial height for the grid to ensure proper rendering if "VirtualScrollingEnabled" is true */
/* The actual height of the grid is updated after all the components are rendered */
.kii-record-list-grid {
	height: 400px;
}
/*#endregion*/