:root {

	--c-background-1: #eaebed;
	--c-background-2: #dfd9cd;
	--c-background-3: #ede6d8;

	--c-background: #eaebed;
	--c-text: #323232;
	--c-text-invert: #ffffff;

	--c-card: #ffffff;

	--c-black: #323232;
	--c-gray: #808080;
	--c-lightgray: #dadbde;
	--c-white: #ffffff;
	--c-green: #60a45f;

	--c-red: #c04343;
	--c-blue: #3baac6;
	--c-yellow: #e08949;


	--c-badge: #666666;
	--c-personal-badge: #ee592e;
	--c-shadow: #5d9b84;

	--c-ptag: #c9bbdd;
	--c-stag: #fed295;

	--c-psearchtag: #bcade7;
	--c-pstatus1: #d3eef0;
	--c-pstatus2: #adf6a6;
	--c-pstatus3: #ffc9e9;
	--c-pstatus4: #68c7c1;
	--c-pstatus5: #ddc7f3;
	--c-pstatus6: #fb7c85;

	--c-sstatus1: #5d9b84;
	--c-sstatus2: #ffcc21;
	--c-sstatus3: #ef716d;
	--c-sstatus4: #68c7c1;
	--c-sstatus5: #41354d;
	--c-sstatus6: #fb7c85;

	--c-ntype1: #d9d5bc;
	--c-ntype2: #ffcc21;
	--c-ntype3: #68c7c1;
	--c-ntype4: #68c7c1;
	--c-ntype5: #41354d;
	--c-ntype6: #fb7c85;

	--c-accent: #ec6c30;
}

i {
    font-style: normal;
}

body    {overflow-y:scroll;}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1520px;
}
.wide-container {
	max-width: 2160px;
}
a: hover {
  color: black !important;
  text-decoration: underline;
}
textarea {
	outline:none;
}
.lightgray {
	color: var(--c-lightgray);
}
.hover-lightgray:hover {
	background-color: var(--c-lightgray) !important;
}
.gray {
	color: var(--c-gray);
}
.space {
	display: inline-block;
	width: 16px;
}
.user-menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px #e27200 solid;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  font-weight: 1000;
  font-size: 40px;
  clip-path: circle(20px at center);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #e27200;
  color: transparent;
}


.card-footer, .card-header {
  padding: 5px !important;
}
.card-body {
  padding: 12px !important;
}
.modal-trigger:hover {
	cursor: pointer;
}

.center_xy {
  position: absolute;
  top: 50%;
	left: 50%;
  transform: translateY(-50%) translatex(-50%);
}
.center_x {
  margin: 50px auto;
}
.redirect:hover {
  cursor: pointer;
	color: var(--c-gray);
}
.hand {
  cursor: pointer;
}
.double-checked {
	color: var(--c-accent) !important;
}
.double-checked:hover {
	color: var(--c-accent) !important;
}
.cross:hover {
		text-decoration: line-through;
}
.td-compact {
  white-space: nowrap;
width: 1%;
}
.clipboard {
    position: absolute;
    left: -999px;
    top: -999px;
}
.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -9999px;
}
::-webkit-file-upload-button {
   display: none;
}
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-clear-button {
    display: none; /* Hide the button */
    -webkit-appearance: none; /* turn off default browser styling */
}
input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
}
input[type=date]::-webkit-calendar-picker-indicator:hover {
  cursor: pointer;
}
input:focus {
    outline-width: 0;
		box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0) !important;
		border-color: var(--c-black) !important;
}
.input-datepicker, .input-event-datepicker {
	width: 105px;
}
.filter_off {
	text-decoration: line-through !important;
}
.filter_on:hover {
	text-decoration: line-through !important;
}
.filter_off:hover {
	text-decoration: none !important;
}

.bottom_right {
	position: fixed;
	bottom: 3px;
	right: 7px;
	color: gray;
	font-size: 0.8rem;
	z-index: 9999;
}
.beaver {
	position: fixed;
	background-image: url("/img/def/beaver.png");
	background-size: 100% 100%;
	bottom: -35px;
	left: 7px;
	color: gray;
	font-size: 0.8rem;
	z-index: 9999;
	width: 35px;
	height: 35px;
}
body {
	font-size: 1rem;
}

.form-user-control {
	border-radius: 0;
	border-color: #555;
	height: 1.4rem;
	border-width: 0 0 1.1px 0;
	border-style: none none solid none;
	box-shadow: none; 	background: transparent;
	color: #333
}
.form-user-control:focus {
	box-shadow: none;
	border-color: #5e9bfc;
	background: transparent;
}

.lb-sm {
  font-size: 0.7rem;
}

.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}

.limit {
	max-width: 17rem;

}
.card {
  display: inline-block;
}
.project-card {
  max-width: 21rem;
  min-width: 21rem;
}
.project-year {
	line-height: 110px;
}
.shot-card {
  max-width: 16rem;
  min-width: 16rem;
}

.task-card {
  max-width: 16rem;
  min-width: 16rem;
}
.extrascroll-out {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  height: 22px;
}
.extrascroll-in {
  width: 100%;
  flex: 0 0 auto;
  height: 30px;
}

.scrolling-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;

  .card-desk {
    flex: 0 0 auto;
  }
}
.card-header {
  padding: 0.5rem;
}
.task_highlighted {
  -webkit-box-shadow: 0px 0px 0px 7px rgba(238,255,0,1);
  -moz-box-shadow: 0px 0px 0px 7px rgba(238,255,0,1);
  box-shadow: 0px 0px 0px 7px rgba(238,255,0,1);
}
.small-toggle  {
  padding-top: 0;
  padding-bottom: 0;
}

.hover-hand {
  cursor: pointer !important;
}


.dropzone {
  width: 100%;
  height: 100%;
}
.dropzone-half {
  width: 100%;
  height: 50%;
}
.dropzone-full {
  width: 100%;
  height: 100%;
}
.dropzone-half form, .dropzone-full form  {
  min-height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}
.dropzone-half form input, .dropzone-full form input {
	position: absolute;
	display: block;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}


.img_16x9 {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 56.25% 0 0 0; /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */
  background-color: gray;
}
.img_16x9_short {
  padding: 37.5% 0 0 0 !important; /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */
}
.img_16x9 img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.card-img-top {
  top: 50%;
transform: translateY(-50%);
}
.menu-button {
  display: inline-block;
}
.menu-button > ul {
  width: 25px;
}
.menu-button > ul > li > a {
  padding: 0;
}
.dropdown-menu {
	border: 0;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  content: "🢖";
  float: right;
  border: none;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
.dropdown-item {
  display: inline;
	width: 100%;
	line-height: 34px;
}
.dropdown-item:hover {
	background-color: transparent !important;
	color: var(--c-gray) !important;
}
.lb-sm * {
  font-size: 0.7rem;
}



@font-face {
    font-family: 'Norms';
    src: url('/fonts/TT Norms Pro Trial Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Norms Bold';
    src: url('/fonts/TT Norms Pro Trial Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Norms Light';
    src: url('/fonts/TT Norms Pro Trial Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Norms Italic';
    src: url('/fonts/TT Norms Pro Trial Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Norms Exp ExtraBold';
    src: url('/fonts/TT Norms Pro Trial Expanded ExtraBold.ttf') format('truetype');
}
* {
	font-family: 'Norms', sans-serif;
}
.f-bold, .f-bold * {
	font-family: 'Norms Bold', sans-serif;
}
.f-light, .f-light * {
	font-family: 'Norms Light', sans-serif;
}
.f-italic, .f-italic * {
	font-family: 'Norms Italic', sans-serif;
}
.f-exp-extrabold, .f-exp-extrabold * {
	font-family: 'Norms Exp ExtraBold', sans-serif;
}

.working {
	background: repeating-linear-gradient(
		45deg,
		yellow,
		yellow 10px,
		black 10px,
		black 20px
	) !important;
	background: yellow;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
}
.working span {
	background: black;
	color: white;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 1px;
}



body {
	color: var(--c-text);
	background-color: var(--c-background-1);
}
p {

}
.grey {
	color: var(--c-badge);
}
.red {
	color: var(--c-personal-badge);
}
.hand {
	cursor: pointer;
}
.accent {
	color: var(--c-accent);
}
.green {
	color: var(--c-green);
}
.yellow {
	color: var(--c-yellow);
}
hr {
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}

.fs-06, .fs-06 * { font-size: 0.6rem }
.fs-08, .fs-08 * { font-size: 0.8rem }
.fs-09, .fs-09 * { font-size: 0.9rem }
.fs-11, .fs-11 * { font-size: 1.1rem }
.fs-12, .fs-12 * { font-size: 1.2rem }
.fs-14, .fs-14 * { font-size: 1.4rem }
.fs-24, .fs-24 * { font-size: 2.4rem }
.fs-90, .fs-90 * { font-size: 9rem }

.fd-i, .fd-i * { font-style: italic; }
.fd-b, .fd-b * { font-weight: bold; }
.fd-bi, .fd-bi * { font-style: italic; font-weight: bold; }

.opacity-02 { opacity: .2; }
.opacity-04 { opacity: .4; }
.opacity-06 { opacity: .6; }
.opacity-08 { opacity: .8; }

.logo-disk {

	width: 98px !important;
	height: 20px;
	margin-left: 0;
	display: inline-block;

	margin-top: 3px;

}
.logo-nav {
	background-image: url("/img/def/dago.svg");
	width: 200px;
	height: 42px;
	background-repeat: no-repeat;
	position: absolute;
	left: 7px;
}
.logo-login {
	background-image: url("/img/def/dago.svg");
	width: 100%;
	height: 42px;
	background-repeat: no-repeat;
}
.passport {
		position: absolute;
		right: 7px;
}
.passport-icon {
	position: relative;
	width: 100%;
}
.passport-button {
	cursor: pointer;

	width: 40px;
	height: 40px;
	clip-path: circle(50% at center);

}
.navbar-container {
	background-color: var(--c-card);
}
nav {

}
.nav-main-menu {

}
.nav-main-menu_item {
	display: inline-block;
	border-radius: 200px;
}
.nav-main-menu_item.active {
    background-color: white;
}
.nav-main-menu_item:hover {
	background-color: var(--c-black);
	color: var(--c-white);
}
.nav-link.active {
	border-radius: 200px !important;
	background-color: var(--c-white) !important;
}
.nav-link {
	transition: none !important;
	color: var(--c-text) !important;
}
.nav-link:hover {
	color: var(--c-gray) !important;
}
.remove:hover {
	text-decoration: line-through;
}
.status-edit {
	background: var(--c-white);
	height: 38px;
	line-height: 38px;
	border-radius: 50px;
}
.status-edit-count {
	display: inline-block;
	background-color: var(--c-background);
	height: 32px;
	width: 32px;
	line-height: 32px;
	border-radius: 32px;
	text-align: center;
	left: -8px;
	position: relative;
}
.status-edit-input {
	border: 0px;
	line-height: 28px;
	background-color: transparent;
}
.filter-search {
	background: var(--c-white);
	height: 38px;
	line-height: 38px;
	border-radius: 50px;
}
.filter-search-input {
	border: 0px;
	line-height: 28px;
}
.filter-group {
	background: var(--c-lightgray);
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
}
.filter-group-item {
	background-color: var(--c-white);
	border-radius: 200px;
	height: 34px;
	line-height: 34px;

	right: 2px;
}

.project-events .ui-datepicker,
.project-events .ui-datepicker-group {
	width: 100%;
	outline: 0px;
}
.project-events .ui-datepicker-row-break {
	height: 1rem;
}
.project-events .ui-datepicker td a {
	padding: 0px;
}
.project-events * {
	text-align: center !important;
}
.project-events a {
	text-align: center !important;
  width: 30px;
  height: 30px;
	line-height: 32px;
  border-radius: 200px;
}
.project-events td {
	width: 14.2%;
}
.project-events div.ui-datepicker-header a.ui-datepicker-prev,
.project-events div.ui-datepicker-header a.ui-datepicker-next
{
    display: none;
}
.project-events .ui-datepicker-current-day {
	text-decoration: none;
}
.project-events .ui-datepicker-today {
	font-weight: normal;
	text-decoration: none;

}
.project-events .ui-datepicker-today a{
	outline: 3px var(--c-accent) solid;
	box-shadow: 0 0 0 2px var(--c-white) inset;
}
.event_1 a{
  background-color: var(--c-accent) !important;
}
.event_2 a{
  background-color: var(--c-gray) !important;
}
.event_3 a{
  background-color: var(--c-lightgray) !important;
}
.event_123 a{
	background-image: conic-gradient(var(--c-accent) 0deg 120deg, var(--c-gray) 120deg 240deg, var(--c-lightgray) 240deg 360deg);
}
.event_12 a{
	background-image: conic-gradient(var(--c-accent) 0deg 180deg, var(--c-gray) 180deg 360deg);
}
.event_23 a{
	background-image: conic-gradient(var(--c-gray) 0deg 180deg, var(--c-lightgray) 180deg 360deg);
}
.event_13 a{
	background-image: conic-gradient(var(--c-accent) 0deg 180deg, var(--c-lightgray) 180deg 360deg);
}
.event a {
	color: var(--c-white) !important;
}
.event-type-circle {
	width: 14px;
	border-radius: 50px;
	height: 14px;
	vertical-align: middle;
	margin-top: -3px;
}
.event-type1-circle {
	background-color: var(--c-accent);
}
.event-type2-circle {
	background-color: var(--c-gray);
}
.event-type3-circle {
	background-color: var(--c-lightgray);
}
.event-type-form-input {
	width: 20px;
	border-radius: 50px;
	height: 20px;
	vertical-align: middle;
}

.event-type-form-input-selected {
	outline: 3px var(--c-accent) solid;
	box-shadow: 0 0 0 2px var(--c-white) inset;
}
.event-type1-form-input {
	background-color: var(--c-accent);
}
.event-type2-form-input {
	background-color: var(--c-gray);
}
.event-type3-form-input {
	background-color: var(--c-lightgray);
}
.housefull{
  background:blue;
}
.popover {
	background-color: var(--c-white) !important;
	border-radius: 50px;
	--bs-popover-bg: var(--c-white);
}
.popover-header {
	background-color: transparent;
	border: 0;
}
@keyframes animate-stripes {
	0% { background-position: 0 0; }
	100% { background-position: 60px 0; }
}

.form-submit-progress {
	background-size: 30px 30px;
	background-image: linear-gradient( 135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent );
	animation: animate-stripes 0.6s linear infinite;
}


.form-submit-button {
	display: inline-block;
	background-color: var(--c-accent);
	width: 10rem;
	text-align: center;
	color: white;
	border-radius: 100px;
	height: 42px;
	line-height: 42px;
	border: 0;
}
.form-delete-button {
	display: inline-block;
	background-color: var(--c-white);
	border: 3px var(--c-accent) solid;
	width: 10rem;
	text-align: center;
	color: var(--c-accent);
	border-radius: 100px;
	height: 42px;
	line-height: 39px;
}

.form-submit-button:active {
	filter: brightness(105%);
}
/* bootstrap jquery override */

.form-control {
	color: var(--c-text);
}
.form-control:focus {
	box-shadow: 0 0 !important;
}
.dropdown-divider {
	border-top: .0625rem solid var(--c-text);
	border-bottom: 1px solid #eee;
}
.new-tag-input {
	width: 100px;
}
.remove-tag:hover {
	text-decoration: line-through;
}
.tag-container, .custom-file-label {
	border: 0;

	border-radius: 0;
}
.custom-file-label:after {
	content: "";
	opacity: 0;
}
.ui-autocomplete {
	background-color: var(--c-white);
	border-radius: 18px;
  border: 1.5px var(--c-lightgray) solid;
	padding: 5px;
	z-index: 9999 !important;
}
.ui-menu-item {
	padding: 0 7px;
}


.form-group {
	background: var(--c-white);
  border-radius: 18px;
	outline: 1.5px var(--c-lightgray) solid;
}
.form-label {
	color: var(--c-gray);
	height: 36px;
	line-height: 36px;
	max-width: 200px;
}
.form-input {
	border:1px;
}

.modal-header {
	border: 0 !important;
}
.modal-body {
	max-height: 1200px;
	overflow-y: scroll;
}
/* ================== */

.footer  {
background-color: var(--c-white);
-webkit-box-shadow: 0px -71px 70px 0px var(--c-background-1);
-moz-box-shadow: 0px -71px 70px 0px var(--c-background-1);
box-shadow: 0px -71px 70px 0px var(--c-background-1);
}
.underfooter {
		height: 150px;
}
.disk-print {
    aspect-ratio: 7 / 10;
}
.disk-print > div {
	height: 100%;
}
.pane {
	background-color: var(--c-card);
	border-radius: 15px;
	word-wrap: break-word;
	font-size: 0.9rem;
}
.pane-transparent {
	background-color: transparent !important;
}
.pane-error {
	border: 2px var(--c-accent) solid;
}
.dop-list-item {
	height: 42px;
	border-radius: 15px;
	line-height: 42px;
	color: var(--c-gray);
}
.dop-list-item-selected {
	color: var(--c-text);
	background-color: var(--c-lightgray);
}
.board-list-item {

	height: 42px;
	border-radius: 15px;
	line-height: 42px;
	color: var(--c-gray);
}
.board-list-item-selected {
	color: var(--c-text);
	background-color: var(--c-white);
}
.board-list-count {
	height: 38px;
	width: 38px;
	background-color: var(--c-lightgray);
	border-radius: 15px;
	line-height: 38px;
	color: var(--c-text);
	text-align: center;
	margin: 2px;
}
.parent:not(:hover) .hidden-child {
  display: none;
}

.modal-content {
	background-color: var(--c-card);
	border-radius: 24px;
	word-wrap: break-word;
}
.empty-row {
	height: 1rem;
}
.cover-image {
	width:100%;
	height:100%;
	object-fit: cover;
	overflow: hidden;
}

.project-favorite {
	background-color: var(--c-background-3);
	background-image:  linear-gradient(135deg, var(--c-background-2) 25%, transparent 25%), linear-gradient(225deg, var(--c-background-2) 25%, transparent 25%), linear-gradient(45deg, var(--c-background-2) 25%, transparent 25%), linear-gradient(315deg, var(--c-background-2) 25%, var(--c-background-3) 25%);
	background-position:  8px 0, 8px 0, 0 0, 0 0;
	background-size: 8px 8px;
	background-repeat: repeat;
}


.project-status, .project-tag, .project-search, .shot-tag, .shot-status {
	border-radius: 20px;
}

.project-status-1 { background-color: var(--c-pstatus1); }
.project-status-2 { background-color: var(--c-pstatus2); }
.project-status-3 { background-color: var(--c-pstatus3); }
.project-status-4 { background-color: var(--c-pstatus4); }
.project-status-5 { background-color: var(--c-pstatus5); }
.project-status-6 { background-color: var(--c-pstatus6); }

.shot-status-1 { background-color: var(--c-sstatus1); }
.shot-status-2 { background-color: var(--c-sstatus2); }
.shot-status-3 { background-color: var(--c-sstatus3); }
.shot-status-4 { background-color: var(--c-sstatus4); }
.shot-status-5 { background-color: var(--c-sstatus5); }
.shot-status-6 { background-color: var(--c-sstatus6); }

.project-tag { background-color: var(--c-ptag); }
.shot-tag { background-color: var(--c-stag); }
.project-search { background-color: var(--c-psearchtag); }

.notification-outline {
	outline: 3px var(--c-gray) solid;
}
.notification-personal-outline {
	outline: 3px var(--c-accent) solid;
}
.selected-disk {
	outline: 3px var(--c-accent) solid;
}

.project-list-item {
	border-top: .0625rem solid var(--c-text);
	border-bottom: .0625rem solid var(--c-text);
}

.shot-status-label1 { border-left: 1rem var(--c-sstatus1) solid; }
.shot-status-label2 { border-left: 1rem var(--c-sstatus2) solid; }
.shot-status-label3 { border-left: 1rem var(--c-sstatus3) solid; }
.shot-status-label4 { border-left: 1rem var(--c-sstatus4) solid; }
.shot-status-label5 { border-left: 1rem var(--c-sstatus5) solid; }
.shot-status-label6 { border-left: 1rem var(--c-sstatus6) solid; }

.shot-status1 { box-shadow: 2px 2px 0px -.0625rem var(--c-sstatus1), 2px 2px 0px 0px var(--c-text); }
.shot-status2 { box-shadow: 2px 2px 0px -.0625rem var(--c-sstatus2), 2px 2px 0px 0px var(--c-text); }
.shot-status3 { box-shadow: 2px 2px 0px -.0625rem var(--c-sstatus3), 2px 2px 0px 0px var(--c-text); }
.shot-status4 { box-shadow: 2px 2px 0px -.0625rem var(--c-sstatus4), 2px 2px 0px 0px var(--c-text); }
.shot-status5 { box-shadow: 2px 2px 0px -.0625rem var(--c-sstatus5), 2px 2px 0px 0px var(--c-text); }
.shot-status6 { box-shadow: 2px 2px 0px -.0625rem var(--c-sstatus6), 2px 2px 0px 0px var(--c-text); }

.shot-progress {
	width: 100%;
	height: 100%;
}

.form-tag{
	background-color: red;
	color: white;
}

.important-note {
	background-color: red;
	color: white;
}
.shot-progress-element-status1 { display: inline-block; height: 100%; background-color: var(--c-sstatus1); }
.shot-progress-element-status2 { display: inline-block; height: 100%; background-color: var(--c-sstatus2); }
.shot-progress-element-status3 { display: inline-block; height: 100%; background-color: var(--c-sstatus3); }
.shot-progress-element-status4 { display: inline-block; height: 100%; background-color: var(--c-sstatus4); }
.shot-progress-element-status5 { display: inline-block; height: 100%; background-color: var(--c-sstatus5); }
.shot-progress-element-status6 { display: inline-block; height: 100%; background-color: var(--c-sstatus6); }

.note-type1 {background-color: var(--c-ntype1);}
.note-type2 {background-color: var(--c-ntype2);}
.note-type3 {background-color: var(--c-ntype3);}

.message-read, .message-unread {

}
.message-read {

}
.message-unread {
	color: var(--c-badge);
}


.smallcard {
	width: 8.33333333%;
	display: inline-block;
}
.favorite {
	position: absolute;
	top: 0;
	left: 2rem;
	color: white;
}
.img-container-16x9, .form-img-container-16x9 {
	width: 100%;
	padding-top: 56.25%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}
.form-img-container-16x9 {
	border-radius: 24px;
}
.form-img-container-16x9 img, .img-container-16x9 img, .img-container-16x9 video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
	margin: 0px auto;
}
.img-container-1x1 {
	border-radius: 500px;
	width: 100%;
	padding-top: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.img-container-1x1 img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.ui-autocomplete {
	max-height: 700px;
	overflow-y: auto;
}
.ui-datepicker {
	z-index: 9999;
	background-color: var(--c-white);
	border-radius: 18px;
  outline: 1.5px var(--c-lightgray) solid;

}
.ui-datepicker a{
	color: var(--c-text);
}
.ui-datepicker a:hover{
	color: var(--c-accent);
}

.ui-datepicker-header {
	border-bottom: 1px var(--c-text) solid;
}
.ui-datepicker-prev:before, .ui-datepicker-next:before {
	font-family: bootstrap-icons;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}
.ui-datepicker-prev:before {
	content:'\F284';
}

.ui-datepicker-next:before {
	content:'\F285';
}
.ui-datepicker-prev, .ui-datepicker-next {
	cursor: pointer;
}
.ui-datepicker-current-day {
	text-decoration: underline;
}
.ui-datepicker-today {
	font-weight: bold;
	text-decoration: underline;
}
.ui-datepicker-week-end, .ui-datepicker-week-end a {
	color: var(--c-lightgray);
}
.ui-datepicker-prev, .ui-datepicker-prev-hover  {
	left: 10px !important;
	top: 2px !important;
}
.ui-datepicker-next, .ui-datepicker-next-hover {
	right: -3px !important;
	top: 2px !important;
}
.pane img {
	width: 100%;
	display: block;

}
.imgimg {
	width: 1.2rem !important;
	display: inline-block !important;
	border-radius: 100px;
}
.imgimgbig {
	width: 2.4rem !important;
	display: inline-block !important;
	border-radius: 100px;
}
.imgimgmedia {
	width: 7rem !important;
	display: inline-block !important;
	border-radius: 12px;
}
.imgbigpreview {
	border-radius: 24px;
	width: 100%;
}
.videobigpreview {
	width: 100%;
}

.notification-badge-parent {
	position: relative;
}
.notification-badge {
	color: var(--c-white) !important;
	position: absolute;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 2rem;
	top: -1rem;
	left: -0.2rem;

	background-color: var(--c-gray);



	color: var(--c-black);
	text-align: center;
	line-height: 1.8rem;
	vertical-align: middle;

}
.personal-badge {
	background-color: var(--c-accent);
	color: var(--c-white);
}


.zoom:hover {
  color: var(--c-gray);
}




/* Taster override */


.toast-title {

}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
	font-size: 1rem;
	padding-top: 0.4rem;
}
.toast-message a,
.toast-message label {
  color: var(--c-white);
}
.toast-message a:hover {
  color: var(--c-lightgray);
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  color: var(--c-white);
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
	position: relative;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 0.3rem 0.3rem 0.3rem 3rem;
	width: 500px;
	min-height: 3rem;
	color: #ffffff;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: alpha(opacity=90);
	border-radius: 16px;

}
#toast-container > div:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info:before,
#toast-container > .toast-error:before,
#toast-container > .toast-success:before,
#toast-container > .toast-warning:before {

    position: absolute;
    font-size: 1.5rem;
    text-align: center;
    left: 0.7rem;
    top: 0.3rem;
    display: block;
    font-family: bootstrap-icons;

 }
#toast-container > .toast-info:before { content:'\F431'; }
#toast-container > .toast-error:before { content:'\F333'; }
#toast-container > .toast-success:before { content:'\F26B'; }
#toast-container > .toast-warning:before { content:'\F505'; }

.toast { background-color: var(--c-gray); }
.toast-success { background-color: var(--c-green); }
.toast-error { background-color: var(--c-red); }
.toast-info { background-color: var(--c-blue); }
.toast-warning { background-color: var(--c-yellow); }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
		cursor: pointer;
}
.custom-checkbox+label::before {
	font-family: bootstrap-icons !important;
	content: '\F584';
	display: inline-block;
	padding-right: 0.5rem;
}
.custom-checkbox:checked+label::before {
	content: '\F26D';
}
.custom-checkbox-redcross:checked+label::before {

}
/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {

}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {

}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {

}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {

}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {

}


.disk-checkbox-video,
.disk-checkbox-photo,
.disk-checkbox-files,
.disk-checkbox-away
{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.disk-checkbox-video+label,
.disk-checkbox-photo+label,
.disk-checkbox-files+label,
.disk-checkbox-away+label
{
	display: inline-flex;
	align-items: center;
	user-select: none;
	cursor: pointer;
}
.disk-checkbox-video+label::before,
.disk-checkbox-photo+label::before,
.disk-checkbox-files+label::before,
.disk-checkbox-away+label::before
{
	font-family: bootstrap-icons !important;
	display: inline-block;
	padding-right: 0.5rem;
	color: var(--c-lightgray);
}
.disk-checkbox-video:checked+label::before,
.disk-checkbox-photo:checked+label::before,
.disk-checkbox-files:checked+label::before,
.disk-checkbox-away:checked+label::before
{
	color: var(--c-text);
}
.disk-checkbox-video+label::before {
	content: '\F21B';
}
.disk-checkbox-photo+label::before {
	content: '\F220';
}
.disk-checkbox-files+label::before {
	content: '\F411';
}
.disk-checkbox-away+label::before {
	content: '\F308';
}
