.navbar {
	border-bottom: solid 1px #ccc;
	padding: 0px;
}

#open-report-bug-panel:hover {
	cursor: pointer;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
		'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.flex-container {
	display: flex;
}

.flex-horizontal-direction {
	flex-direction: row;
}

.flex-vertical-direction {
	flex-direction: column;
}

.flex-10px-gap {
	gap: 10px;
}

.full-width {
	width: 100%;
}

.main-action-btn {
	background-color: #607d8b;
	border: none;
	border-color: #ccc;
	color: #fff;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
}

.main-action-btn:hover {
	background-color: #475c67;
	color: #fff;
}

.main-action-btn:active {
	opacity: 0.6;
}

.overlay-loader {
	display: none;
}

.overlay-loader.active {
	display: inherit;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #0000007d;
	z-index: 9999;
}

.overlay__inner {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.overlay__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.spinner {
	width: 75px;
	height: 75px;
	display: inline-block;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.05);
	border-top-color: #fff;
	animation: spin 1s infinite linear;
	border-radius: 100%;
	border-style: solid;
}

.overlay-loader-text {
	font-size: 26px;
	color: #ccc;
	text-align: center;
}

.elevated-card-style {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #d3cccc;
	-webkit-box-shadow: 0 10px 6px -9px #777;
	-moz-box-shadow: 0 10px 6px -9px #777;
	box-shadow: 0 10px 6px -9px #777;
	font-size: 15px;
	color: #505050;
	border-radius: 5px;
	padding: 10px;
	background-color: white;
}

.modal-body-features-note {
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #ddd48a;
}

.modal button.close {
	color: red;
	opacity: 1;
	font-size: 30px;
}

.feature-item-box {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #d3cccc;
	-webkit-box-shadow: 0 10px 6px -9px #777;
	-moz-box-shadow: 0 10px 6px -9px #777;
	box-shadow: 0 10px 6px -9px #777;
	font-size: 15px;
	color: #505050;
	border-radius: 5px;
	padding: 10px;
}

.feature-item-description {
	padding: 10px;
}

.feature-item-link {
	padding-left: 10px;
}

.modal-body-feature-list {
	max-height: calc(100vh - 230px);
	overflow: auto;
}

/*Bootstrap buttons owerwrite*/

.btn-success {
	color: #fff;
	background-color: #5c9b5e;
	border-color: #5c9b5e;
}

.reg-success-container {
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	width: 80vw;
	max-width: 400px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12),
		0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.top-success-panel {
	display: flex;
	flex-direction: column;
	height: 200px;
	background-color: #8bc349;
	color: white;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}

.success-icon {
	font-size: 60px;
	margin: 25px;
}

.success-title {
	font-size: 1.5rem;
}

.bottom-success-panel {
	display: flex;
	flex-direction: column;
	height: 300px;
	background-color: white;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 0 0 5px 5px;
}

.bottom-success-panel span {
	padding: 10px;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.body-container {
	height: calc(100vh - 92px);
	display: grid;
	grid-template-columns: 2fr 8fr;
	position: relative;
}

/********Media query for menu arrow********/

@media screen and (min-width: 770px) {
	#left_menu {
		width: 100%;
		min-width: 250px;
		border-right: 1px solid #cccccc;
		background-color: #fff;
		padding: 0px 15px 15px 15px;
		position: relative;
		display: inline-block;
		vertical-align: top;
		padding-bottom: 30px;
		overflow: auto;
	}
}

/*********End of menu arrow style********/

.bg_loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2147483647;
}

.bg_loader .loader {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.loader {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #397118;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	animation: spin 2s linear infinite;
	z-index: 2147483647;
}

.small_loader {
	border-width: 4px;
	border-top-width: 4px;
	width: 20px;
	height: 20px;
}

#alertStaticModal {
	z-index: 9999;
}

#gmap_loader {
	display: none;
	left: 0;
	top: 0;
}

#gmap_loader p {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#header {
	width: 100%;
}

#menu_container {
	margin-left: 10px;
	padding: 15px;
}

#menu_yellow {
	margin-left: 40px;
	height: 25px;
	background-color: #f4d115;
	display: block;
	border-bottom-left-radius: 30px;
	margin-bottom: 10px;
}

#header_logo {
	display: inline-block;
}

.robotti_logo {
	padding: 10px;
	width: 150px;
}

.navbar-default {
	border-bottom: 0.5px solid #000;
	border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 22px;
}

.navbar-default .navbar-nav > li > .active,
.navbar-default .navbar-nav > li > a:hover {
	color: #fffcfc;
	background: #607d8b;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #fffcfc;
	background: #607d8b;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background-color: #607d8b;
	color: #fff;
}

#menu_container nav {
	display: inline-block;
	margin-left: 10px;
}

#menu_container nav a {
	font-size: 30px;
	color: #fff;
	padding-left: 30px;
	padding-top: 5px;
}

#menu_container nav a:hover,
#menu_container nav a.active {
	color: #ddd;
}

#top_sub_menu li a {
	background-color: #599fd3;
	color: #fff;
	border-radius: 0;
}

#top_sub_menu li a:hover,
#top_sub_menu li a:focus,
#top_sub_menu li.active a {
	background-color: #337ab7;
	color: #fff;
}

#usermenu {
	font-size: 30px;
	color: #fff;
	display: inline-block;
	float: right;
	margin-right: 15px;
}

#usermenu:hover {
	color: #ddd;
}

#usermenu .dropdown-toggle {
	color: white;
	text-decoration: none;
}

#site_headline {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.button_green {
	background: #374a26;
	color: #fff;
	border: none;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	cursor: pointer;
	/* margin-top: 5px; */
	font-size: 14px;
}

.button_green:hover {
	text-decoration: none;
	color: #fff;
}

.form-errors {
	background: rgb(200, 150, 150);
	padding: 10px;
	color: #6b3535;
	font-weight: 700;
}

.form-errors p {
	margin: 0;
}

#login-container {
	margin: 0px auto;
	width: 300px;
}

#login-container form {
	margin: 0;
}

#login-container label {
	display: block;
	margin-bottom: 10px;
}

#login-container label input[type='text'],
#login-container label input[type='email'],
#login-container label input[type='password'] {
	border: 1px solid #9e9e9e;
	margin-top: 5px;
	padding: 5px;
	width: 300px;
}

.button_grey {
	background: grey;
	color: #fff;
	border: none;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	cursor: pointer;
	/* margin-top: 5px; */
	font-size: 14px;
}

.btn_big_blue,
.btn_big_blue:focus {
	background: #85de4e;
	border-radius: 0;
	font-size: 16px;
	width: 100%;
}

.btn_big_blue:hover,
.btn_big_blue.active {
	background: #61c424;
}

.btn_blue,
.btn_blue:focus {
	background: #85de4e;
	border-radius: 0;
	font-size: 16px;
}

#uploadFieldBtn {
	margin-top: 0px;
}

.wg_container {
	margin-top: 5px;
}

.wg_info {
	display: none;
}

.wg_info .item h5 {
	cursor: pointer;
}

.wg_info .item .caret {
	margin-right: 5px;
	transform: rotate(-90deg);
}

.wg_info .item .info_table {
	display: none;
}

.wg_info .item.opened .caret {
	transform: none;
}

.info_table {
	font-size: 10px;
	width: 100%;
}

.info_table tr:first-child td:first-child {
	width: 100px;
}

.info_table tr td:nth-child(2) {
	text-align: right;
}

.batch-color {
	width: 10px;
	height: 10px;
	margin-right: 6px;
	display: inline-block;
	border: 1px solid #888;
	position: relative;
}

.batch-color[data-show='true']:after {
	content: 'x';
	position: absolute;
	top: -4px;
	left: 0.4px;
}

.minimum-content-height {
	min-height: 510px;
}

.iframe-container {
	position: relative;
	width: 100%;
	/*height: 100%;*/
	padding-bottom: 56.25%;
}

#gmap {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#footer {
	background: #f5f5f5;
	width: 100%;
	height: 130px;
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}

.footer-container {
	/* width: 314px; */
	padding-top: 10px;
	display: inline-block;
	color: #494b54;
	vertical-align: top;
	padding-right: 25px;
	padding-left: 50px;
}

#footer ul {
	list-style: none;
	margin: 0px;
	text-align: left;
	padding: 0px;
}

#footer ul li {
	margin-bottom: 4px;
}

#footer ul li a {
	color: #000;
}

.gif img {
	max-width: 100%;
}

/******Plan details css rules*******/

.help_icon {
	margin-top: -4px;
	margin-left: 4px;
	cursor: pointer;
}

.badge-notify {
	background: #d9534f;
	position: absolute;
	right: 7px;
	top: 5px;
}

#planInfoBox {
	height: calc(100vh - 55px);
	overflow: auto;
	position: relative;
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	background-color: rgb(224, 224, 224);
	border: 1px solid #555;
	border-radius: 2px;
	padding: 8px;
	margin: 5px;
}

.planInfoTable table tr th {
	padding-right: 5px;
	vertical-align: baseline;
}

#close-info-btn {
	width: 100%;
	font-weight: 600;
	font-size: 16px;
}

.plan-infopanel-tr {
	font-family: inherit;
	border-bottom: none;
}

.plan-infopanel-tr:hover {
	opacity: 0.8;
}

.plan-infopanel-tr th h5 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid grey;
	border-top: 1px solid grey;
	border-radius: 5px;
	background-color: #607d8b;
	color: white;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 0;
}

.plan-infopanel-tr:hover {
	cursor: pointer;
}

.infopanel-title-tr th {
	position: relative;
}

.infopanel-title-tr th span {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 16px;
	color: white;
}

.planInfoTable {
	width: 100%;
	overflow: auto;
	position: relative;
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	border-radius: 2px;
	padding: 8px;
	color: #494949;
	line-height: 25px;
}

.planInfoTable tr th {
	vertical-align: baseline;
}

.planInfoTable tr:not(.plan-infopanel-tr):hover {
	background-color: #f0f8ff;
	cursor: pointer;
}

#queueFilters {
	background-color: #f8f8f8;
	padding: 2px;
	font-size: 14px;
}

#queueFilters #queueDismissAll {
	float: right;
}

#queueDropdown {
	width: 400px;
	max-height: 250px;
	overflow-y: auto;
	padding: 0px;
	margin: 0px;
}

#listQueue {
	margin-bottom: 0;
}

#listQueue .list-group-item.queue_seen {
	filter: brightness(70%);
}

#listQueue .list-group-item {
	cursor: pointer;
	font-size: 14px;
}

#listQueue .list-group-item-info {
	cursor: default;
}

#listQueue .list-group-item-success:hover {
	background-color: #a7d694;
}

#listQueue .list-group-item-danger:hover {
	background-color: #d79999;
}

#listQueue .close {
	padding: 0;
	margin: 0;
	line-height: 0;
	text-decoration: none;
}

/****Logbook style****/
#task-list-modal .modal-body {
	max-height: 75vh;
	overflow-y: auto;
}

#task-list-modal .modal-body .list-group a:active {
	background-color: #cacaca;
}

#task-list-modal .modal-body .list-group a:hover {
	cursor: pointer;
}

custom-row {
	display: block;
	position: relative;
	border-bottom: 1px solid #c9c9c9;
	padding: 5px;
	margin-bottom: 5px;
}

custom-row div {
	display: grid;
	grid-template-columns: 130px auto;
}

task-btn-div {
	display: flex;
	gap: 5px;
}

.log-book-special-span {
	display: flex;
	flex-direction: column;
}

.task-panel-grey-button {
	background-color: #eee;
	border: solid #cacaca 1px;
	border-radius: 5px;
	width: 100%;
	color: #4e6570;
	padding: 8px;
	font-weight: 600;
	font-size: 20px;
}

.task-panel-grey-button:hover {
	background-color: #cacaca;
}

logbook-day-item {
	display: flex;
	padding: 10px;
	background-color: #607d8b;
	border: 1px solid grey;
	border-radius: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	color: white;
}

logbook-day-item:hover {
	background-color: #475c67;
	cursor: pointer;
}

logbook-day-item:active {
	opacity: 0.6;
}

task-day-title {
	display: block;
	flex-grow: 1;
}

task-duration-area {
	display: block;
}

logbook-day-item span {
	padding-left: 10px;
	padding-right: 10px;
}

/******Implement list style******/

.imp-button-item {
	font-size: 17px;
	font-weight: 600;
}

.swingAnim {
	animation: swingFrames linear 1s;
	animation-iteration-count: 3;
	transform-origin: 50% 0%;
	-webkit-animation: swingFrames linear 1s;
	-webkit-animation-iteration-count: 3;
	-webkit-transform-origin: 50% 0%;
	-moz-animation: swingFrames linear 1s;
	-moz-animation-iteration-count: 3;
	-moz-transform-origin: 50% 0%;
	-o-animation: swingFrames linear 1s;
	-o-animation-iteration-count: 3;
	-o-transform-origin: 50% 0%;
	-ms-animation: swingFrames linear 1s;
	-ms-animation-iteration-count: 3;
	-ms-transform-origin: 50% 0%;
}

@keyframes swingFrames {
	0% {
		transform: rotate(0deg);
	}

	20% {
		transform: rotate(25deg);
	}

	40% {
		transform: rotate(-25deg);
	}

	60% {
		transform: rotate(5deg);
	}

	80% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@-moz-keyframes swingFrames {
	0% {
		-moz-transform: rotate(0deg);
	}

	20% {
		-moz-transform: rotate(25deg);
	}

	40% {
		-moz-transform: rotate(-25deg);
	}

	60% {
		-moz-transform: rotate(5deg);
	}

	80% {
		-moz-transform: rotate(-5deg);
	}

	100% {
		-moz-transform: rotate(0deg);
	}
}

@-webkit-keyframes swingFrames {
	0% {
		-webkit-transform: rotate(0deg);
	}

	20% {
		-webkit-transform: rotate(25deg);
	}

	40% {
		-webkit-transform: rotate(-25deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}

@-o-keyframes swingFrames {
	0% {
		-o-transform: rotate(0deg);
	}

	20% {
		-o-transform: rotate(25deg);
	}

	40% {
		-o-transform: rotate(-25deg);
	}

	60% {
		-o-transform: rotate(5deg);
	}

	80% {
		-o-transform: rotate(-5deg);
	}

	100% {
		-o-transform: rotate(0deg);
	}
}

@-ms-keyframes swingFrames {
	0% {
		-ms-transform: rotate(0deg);
	}

	20% {
		-ms-transform: rotate(25deg);
	}

	40% {
		-ms-transform: rotate(-25deg);
	}

	60% {
		-ms-transform: rotate(5deg);
	}

	80% {
		-ms-transform: rotate(-5deg);
	}

	100% {
		-ms-transform: rotate(0deg);
	}
}

.tadaAnim {
	animation: tadaFrames linear 1s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: tadaFrames linear 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: tadaFrames linear 1s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: tadaFrames linear 1s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: tadaFrames linear 1s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}

@keyframes tadaFrames {
	0% {
		transform: rotate(0deg) scaleX(1) scaleY(1);
	}

	10% {
		transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
	}

	20% {
		transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
	}

	30% {
		transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	40% {
		transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	50% {
		transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	60% {
		transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	70% {
		transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	80% {
		transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	90% {
		transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	100% {
		transform: rotate(0deg) scaleX(1.2) scaleY(1.2);
	}
}

@-moz-keyframes tadaFrames {
	0% {
		-moz-transform: rotate(0deg) scaleX(1) scaleY(1);
	}

	10% {
		-moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
	}

	20% {
		-moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
	}

	30% {
		-moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	40% {
		-moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	50% {
		-moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	60% {
		-moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	70% {
		-moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	80% {
		-moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	90% {
		-moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	100% {
		-moz-transform: rotate(0deg) scaleX(1.2) scaleY(1.2);
	}
}

@-webkit-keyframes tadaFrames {
	0% {
		-webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
	}

	10% {
		-webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
	}

	20% {
		-webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
	}

	30% {
		-webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	40% {
		-webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	50% {
		-webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	60% {
		-webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	70% {
		-webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	80% {
		-webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	90% {
		-webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	100% {
		-webkit-transform: rotate(0deg) scaleX(1.2) scaleY(1.2);
	}
}

@-o-keyframes tadaFrames {
	0% {
		-o-transform: rotate(0deg) scaleX(1) scaleY(1);
	}

	10% {
		-o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
	}

	20% {
		-o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
	}

	30% {
		-o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	40% {
		-o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	50% {
		-o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	60% {
		-o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	70% {
		-o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	80% {
		-o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	90% {
		-o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	100% {
		-o-transform: rotate(0deg) scaleX(1.2) scaleY(1.2);
	}
}

@-ms-keyframes tadaFrames {
	0% {
		-ms-transform: rotate(0deg) scaleX(1) scaleY(1);
	}

	10% {
		-ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
	}

	20% {
		-ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
	}

	30% {
		-ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	40% {
		-ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	50% {
		-ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	60% {
		-ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	70% {
		-ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	80% {
		-ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
	}

	90% {
		-ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
	}

	100% {
		-ms-transform: rotate(0deg) scaleX(1.2) scaleY(1.2);
	}
}

@media only screen and (max-width: 850px) {
	#queueDropdown {
		width: auto !important;
	}
}

@media (min-width: 768px) {
	.modal-xl {
		width: 90%;
		max-width: 1800px;
	}
}
