.cleaner{
	clear: both;
	visibility: hidden;
}
.swal2-container{
	z-index: 10000;
}
.bg-success-light{
	background-color: #dff0d8 !important;
}

.bg-danger-light{
	background-color: #f2dede !important;
}

.clickable{
	cursor: pointer !important;
}

.icheckbox_square-green, .iradio_square-green{
	margin-right: 6px;
}
.fc-event{
	border-width: 2px !important;
}

.img-xxs{
	width: 16px;
	height: 16px;
}
.img-xs{
	width: 32px;
	height: 32px;
}
.img-sm{
	width: 48px !important;
	height: 48px !important;
}
.img-md{
	width: 160px !important;;
	height: 160px !important;
}
.img-menu-avatar{
	width: 60px;
	height: 60px;
}
.img-micro-rounded{
	border-radius: 2px;
}

.messagesToAvatar{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.noread-messages-datagrid img.img-rounded{
	width: 18px;
	height: 18px;
}

.form-group-hr-line-dashed{
	border-top: 1px dashed #e7eaec;
	padding: 20px 0;
}
.select2-dropdown-zindex-fix{
	z-index: 20000;
}
.subtask-panel-heading{
	padding: 7px;
}
.subtask-panel-heading h5{
	margin-top: 0px;
	font-size: 0.9eM;
}
.notice-icon{
	width: 32px;
	display: inline-block;
	float:left;
}
.dropdown-alerts{
	padding: 0px !important;
}
.bg-warning-light{
	background: rgba(255, 239, 133, 0.69);
}
.text-bold{
	font-weight: bold;
}

.btn-new-task{
	color: #a7b1c2;
	font-weight: 600;
	position: relative;
	display: block;
	background-color: #283C4C;
	border: 1px solid #3a526b;
	border-radius: 3px;
	width: 100%;
	padding: 2px 7px !important;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-new-task:hover{
	background: #0a6aa1;
}

.file .file-name{
	overflow: hidden;
}

/* Order colors */

.label-md{
	font-size: 13px;
	padding: 5px;
}

.label-order-state-CREATED {
	background-color: #717171;
	color: whitesmoke;
}
.label-order-state-WAITING {
	background-color: #f4bb51;
	color: black;
}
.label-order-state-SENT_TO_DISTRIBUTOR {
	background-color: #1c84c6;
	color: whitesmoke;
}
.label-order-state-WAITING_FOR_DELIVERY_LIST {
	background-color: blue;
	color: whitesmoke;
}
.label-order-state-TO_DELIVERY {
	background-color: teal;
	color: whitesmoke;
}
.label-order-state-DISPATCHED {
	background-color: chocolate;
	color: whitesmoke;;
}
.label-order-state-COMPLETE {
	background-color: #00A700;
	color: whitesmoke;
}
.label-order-state-ERROR {
	background-color: #CD1818;
	color: whitesmoke;
}
.label-order-state-WAITING_FOR_DISTRIBUTOR_AVAILABILITY {
	background-color: #F4C20B;
	color: black;
}

/* Education colors */
.education-label-planned {
	background-color: blue;
	color: whitesmoke;
}
.education-label-billable {
	background-color: darkorange;
	color: whitesmoke;
}
.education-label-cancelled {
	background-color: #888888;
	color: whitesmoke;
}
.education-label-completed {
	background-color: #00A700;
	color: whitesmoke;
}

/* Education person colors */
.education-person-label-waiting {
	background-color: blue;
	color: whitesmoke;
}
.education-person-label-notEducated {
	background-color: darkorange;
	color: whitesmoke;
}
.education-person-label-educated {
	background-color: #00A700;
	color: whitesmoke;
}

/* Typeahead */

.tt-dropdown-menu {
	width: 252px;
	margin-top: 12px;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.typeahead {
	background-color: #fff;
}
.typeahead:focus {
	border: 2px solid #0097cf;
}
.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
	color: #999
}
.tt-suggestion {
	padding: 3px 20px;
	font-size: 100%;
	line-height: 24px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
}
.tt-suggestion p {
	margin: 0;
}
.label-task-priority-NONE{
	background-color: #cacaca;
	color: black;
}
.label-task-priority-MEDIUM{
	background-color: #ffb733;
	color: black;
}
.label-task-priority-HIGH{
	background-color: #FF8000;
	color: whitesmoke;
}
.label-task-priority-CRITICAL{
	background-color: #ff2222;
	color: #fbfbfb;
}

.pagination {
	display: inline-block;
}

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

.pagination a.active {
	background-color: #4CAF50;
	color: white;
	border-radius: 5px;
}

.pagination a:hover:not(.active) {
	background-color: #ddd;
	border-radius: 5px;
}

/* PLYRS page */
.plyrs-logo-header-wrapper {
	height: 100%;
	width: 100%;

	img {
		max-width: 220px;
		position: absolute;
		top: 150px;
		right: 20%;
	}
}

.form-contact-plyrs {
	max-width: 40vw;
    text-align: left;
    padding-left: 15vw;
	display: flex;
    flex-direction: column;
    gap: 15vh;
}

.header-contact-plyrs {
	font-size: 39px;
	font-weight: 700;
    line-height: 1.1em;
}

.subheader-contact-plyrs {
	font-weight: 700;
	font-size: 1.2em;
}

.phone-mail-plyrs {
	padding-top: 10px;

	a {
		color: white;
	}
}

.container-plyrs-usage {
	width: 1170px;
    margin: 50px auto 0px auto;
    text-align: left;
    position: relative;
    padding-left: 14px;
    padding-right: 14px;
    max-width: 100%;
}

.eshop-prep-wrapper {
	display: flex;
    flex-direction: column;
    gap: 10vh;
}

a.btn-eshop-plyrs {
	margin-top: 3vh;
	padding-left: 40px;
    padding-right: 40px;
	box-shadow: none;
}

.plyrs-btn {
	background-color: #0039be;
    color: #fff;
    text-decoration: none;
    border-radius: 28px 0 0 28px;
    display: flex;
    position: fixed;
    z-index: 110;
    right: 0;
    top: 500px;
    font-size: 92px;
    padding: 50px 0px;
	max-width: 45px;

	img {
		max-height: 30px;
		transform: rotate(270deg);
		position: relative;
		left: -19px;
	}
}

.iihf-row-wrapper {
	display: flex;
    flex-wrap: wrap;
}

.img-iihf-wrapper {
	display: flex;
    align-items: center;
}

.container-plyrs-icons {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    gap: 20px;
    padding: 20px 0px;

	img {
		max-height: 150px;
	}
}

@media only screen and (max-width: 720px) {
	.plyrs-logo-header-wrapper {
		display: none;

		img {
			display: none;
		}
	}

	.section_ingredients {
        padding-left: 14px;
        padding-right: 14px;
    }

	.flex-container-plyrs {
		flex-direction: column;
	}

	div.form-contact-plyrs {
		padding-top: 50px;
		max-width: none;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.container-plyrs-icons {
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (max-width: 960px) {
	.container-plyrs-icons {
		justify-content: center;
	}

	.form-contact-plyrs {
		gap: 5vh;
		padding-left: 8vw;
	}
}

@media only screen and (max-width: 1170px) {
	.plyrs-btn {
		display: none;
	}
}

@media only screen and (min-width: 720px) and (max-width: 1440px) {
	.plyrs-logo-header-wrapper img {
		max-width: 200px;
		top: 120px;
		right: 12%;
	}
}

/* Media queries for (retina) iPads */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),
       only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .plyrs-logo-header-wrapper img {
		max-width: 200px;
		position: absolute;
		top: 120px;
		right: 12%;
	}

	.container-plyrs-icons img {
		max-height: 150px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
	.plyrs-btn img {
		max-height: 30px;
		transform: rotate(270deg);
		position: relative;
		left: -19px;
	}
}