/*@import url("https://optimit.kriktest.com/docdoclite/custom-style.css");*/
@import "organisation-structure.css";
@import "notification-sidebar.css";
@import "pagination.css";
@import "twofactor-auth.css";
@import "share-doc.css";
@import "favorites.css";
@import "sidebar.css";
@import "header-combobox-company.css";
@import "modul.css";
@import "table-filters.css";
@import "special-styles.css";

/****HELPS*****/
.help-div {
	flex: 1 1 0%;
    width: 100%;
    height: 0px;
}

h4 {
	margin: 20px 0 40px 0;
	font-size: 18px;
	font-weight: var(--docdoc-font-weight-bold);
	color: var(--docdocc-color-heading);
}


h3 {
	margin: 0;
	font-size: 25px;
	font-weight: var(--docdoc-font-weight-semibold);
	color: var(--docdocc-color-heading);
	word-break: break-word;
}

h2 {
	margin: 0;
	font-size: 25px;
	font-weight: var(--docdoc-font-weight-semibold);
	color: var(--docdocc-color-heading);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: var(--docdocc-input-color-ship-gray);
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f7fbfe; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background-image: linear-gradient(14deg, #81439c -55%, #813c92 -16%, #3c59a7 99%, #116bb5 183%, #0072ba 225%);
  border-radius: 10px;
}

#singleselect  #selectAllCheckbox{
  display: none;
}

/****Margins****/
[theme~="margins-0"] {
	margin: 0 !important;
}

[theme~="margins-5"] {
	margin: 5px 0 !important;
}

[theme~="margins-top-5"] {
	margin-top: 5px !important;
}

[theme~="margins-bottom-5"] {
	margin-bottom: 5px !important;
}

[theme~="margins-left-5"] {
	margin-left: 5px !important;
}

[theme~="margins-right-5"] {
	margin-right: 5px !important;
}

[theme~="margins-right-only-5"] {
	margin: 0 5px 0 0 !important;
}

[theme~="margins-10"] {
	margin: 10px 0 !important;
}

[theme~="margins-top-10"] {
	margin-top: 10px !important;
}

[theme~="margins-bottom-10"] {
	margin-bottom: 10px !important;
}

[theme~="margins-left-10"] {
	margin-left: 10px !important;
}

[theme~="margins-right-10"] {
	margin-right: 10px !important;
}

[theme~="margins-15"] {
	margin: 15px 0 !important;
}

[theme~="margins-top-15"] {
	margin-top: 15px !important;
}

[theme~="margins-bottom-15"] {
	margin-bottom: 15px !important;
}

[theme~="margins-left-15"] {
	margin-left: 15px !important;
}

[theme~="margins-right-15"] {
	margin-right: 15px !important;
}

[theme~="margins-20"] {
	margin: 20px 0 !important;
}

[theme~="margins-top-20"] {
	margin-top: 20px !important;
}

[theme~="margins-bottom-20"] {
	margin-bottom: 20px !important;
}

[theme~="margins-left-20"] {
	margin-left: 20px !important;
}

[theme~="margins-right-20"] {
	margin-right: 20px !important;
}

[theme~="margins-25"] {
	margin: 25px 0 !important;
}

[theme~="margins-top-25"] {
	margin-top: 25px !important;
}

[theme~="margins-bottom-25"] {
	margin-bottom: 25px !important;
}

[theme~="margins-left-25"] {
	margin-left: 25px !important;
}

[theme~="margins-right-25"] {
	margin-right: 25px !important;
}

[theme~="margins-30"] {
	margin: 30px 0 !important;
}

[theme~="margins-top-30"] {
	margin-top: 30px !important;
}

[theme~="margins-bottom-30"] {
	margin-bottom: 30px !important;
}

[theme~="margins-left-30"] {
	margin-left: 30px !important;
}

[theme~="margins-right-30"] {
	margin-right: 30px !important;
}

[theme~="margins-35"] {
	margin: 35px 0 !important;
}

[theme~="margins-top-35"] {
	margin-top: 35px !important;
}

[theme~="margins-bottom-35"] {
	margin-bottom: 35px !important;
}

[theme~="margins-left-35"] {
	margin-left: 35px !important;
}

[theme~="margins-right-35"] {
	margin-right: 35px !important;
}

[theme~="margins-40"] {
	margin: 40px 0 !important;
}

[theme~="margins-top-40"] {
	margin-top: 40px !important;
}

[theme~="margins-bottom-40"] {
	margin-bottom: 40px !important;
}

[theme~="margins-left-40"] {
	margin-left: 40px !important;
}

[theme~="margins-right-40"] {
	margin-right: 40px !important;
}

[theme~="margins-45"] {
	margin: 45px 0 !important;
}

[theme~="margins-top-45"] {
	margin-top: 45px !important;
}

[theme~="margins-bottom-45"] {
	margin-bottom: 45px !important;
}

[theme~="margins-left-45"] {
	margin-left: 45px !important;
}

[theme~="margins-right-45"] {
	margin-right: 45px !important;
}

[theme~="margins-50"] {
	margin: 50px 0 !important;
}

[theme~="margins-top-50"] {
	margin-top: 50px !important;
}

[theme~="margins-bottom-50"] {
	margin-bottom: 50px !important;
}

[theme~="margins-left-50"] {
	margin-left: 50px !important;
}

[theme~="margins-right-50"] {
	margin-right: 50px !important;
}

[theme~="button-with-icon"] img{
    height: 20px;
    margin-right: 10px;
    display: flex;
}


/*****Body*****/
body,
[slot="application-content"] {
	background-color: var(--docdocc-body-background-color-selago);
}

[slot="application-content"] {
	min-height: calc(100vh - 58px);
}

/*****Login*****/
.login {
	background-image: linear-gradient(57deg, #81439c -45%, #813c92 -10%, #3c59a7 95%, #116bb5 171%, #0072ba 209%);
	position: relative;
}

.login::before {
	content: " ";
	background-image: url("/img/login-ilustration.svg");
	display: block;
	background-position: center;
	position: absolute;
	top: 0;
	width: 100%;
    height: 100%;
    background-size: cover;
}



.login__container {
	flex-direction: column;
}

.login__content {
	background-color: var(--docdocc-background-color-white);
    align-self: center;
    width: 280px;
    padding: 25px 30px;
    border-radius: 9px;
    box-shadow: 0 0 12px 0 rgba(60, 95, 175, 0.1);
    margin: 20px 20px 0 20px;
}

.login__title {
	margin: 45px 0;
	font-size: 22px;
	font-weight: var(--docdoc-font-weight-semibold);
	color: var(--docdocc-color-mine-shaft);
}

.login__content img {
    width: 185px;
}

.login [part="vaadin-login-native-form"] {
	display: flex;
    flex-direction: column;
}
.login [part="vaadin-login-submit"] {
	margin: 0;
	width: auto;
	background-color: var(--docdocc-color-lochmara);
	align-self: center;
}

.login [part="vaadin-login-submit"]:hover {
	background-color: var(--docdocc-color-san-marino);
}

.login vaadin-button {
	padding: 7px 45px;
}

.login vaadin-button[theme~="button"] {
	width: 100%;
	margin: 0;
}

.login vaadin-text-field {
	width: 100%;
}

.login vaadin-password-field {
	width: 100%;
}

.login vaadin-horizontal-layout:nth-of-type(2) {
	padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-self: center;
    align-items: center;
}

.login vaadin-horizontal-layout:nth-of-type(2)::before {
	content: none;
}

.login vaadin-horizontal-layout:nth-of-type(2) vaadin-select {
	width: 120px;
	margin: 0;
}

.login .version-info {
	margin-top: 15px;
	color: var(--docdocc-color-gull-gray);
	font-size: 14px;
	text-align: center;
}

.login a {
	color: var(--docdocc-color-lochmara);
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	margin: 0;
}

vaadin-login-form-wrapper {
	max-width: 100%;
	width: 100%;
	background: none;
}

[theme~="login-footer"] {
	justify-content: center;
	padding-top: 10px;
}

[theme~="login-footer-scan"] {
	display: none;
}

[theme~="login-footer"] p {
	margin: 0;
	color: var(--docdocc-color-white);
	font-size: 14px;
	display: flex;
	align-items: center;
}


[theme~="login-footer"] p:first-child::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--docdocc-background-color-white);
	margin: 0 5px;
}


[theme~="login-footer"] .optimit {
	background-image: url(../img/optimit_logo_white.svg);
	width: 66px;
	height: 19px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
	z-index: 55;
}

[theme~="login-footer"] .krikstudio {
	background-image: url(../img/krik_logo_white.svg);
	width: 72px;
	height: 13px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
	z-index: 55;
}

/*****Progress bar - loading *****/
.v-loading-indicator {
	height: 5px;
	background-image: linear-gradient(-135deg, #81439c -55%, #813c92 -16%, #3c59a7 99%, #116bb5 183%, #0072ba 225%);
	background-color: transparent !important;
}

/*****Sidebar*****/

.sidebar-header [slot="drawer-content"] {
	background-image: linear-gradient(14deg, #81439c -55%, #813c92 -16%, #3c59a7 99%, #116bb5 183%, #0072ba 225%);
}

.sidebar-header [slot="drawer-content"] vaadin-vertical-layout {
	padding-top: 20px !important;
	padding-bottom: 30px !important;
	overflow: hidden !important;
}

.sidebar-header [slot="drawer-content"] vaadin-vertical-layout::before {
	content: none;
}

.sidebar-header [slot="drawer-content"] vaadin-vertical-layout div {
	padding: 0;
	margin: 0;
}

docdocc-upload[theme="sidebar-upload"] {
	/*position: absolute;
    width: calc(100% - 10px);
    left: 0;
    transition: background-color .3s, box-shadow .3s;
    background-color: #fff;
    border-radius: 8px;
    margin-left: 10px;
    padding: 0;*/
}

/*[theme="sidebar-upload"]:hover {
	box-shadow: 2px 2px 8px 0 rgba(255, 255, 255, 0.33);
	background-color: #cbffff;
}*/

.sidebar-header .sidebar-upload {
   /* margin-bottom: 20px !important;
    margin-right: 0;
    display: block;
    border-radius: 8px;
    transition: color .3s, background-color .3s, box-shadow .3s, background-image .3s;
    background-color: #fff;
    width: calc(100% - 50px);*/
    /* width: calc(100% - 20px);*/
    /*position: relative;*/
    /*height: 42px;*/
   /*margin-left: 10px !important;
    padding: 8px 15px !important;*/
    width: calc(100% - 8px);
    margin-left: 4px !important;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px !important;
    transition: color .3s, background-color .3s, box-shadow .3s, background-image .3s;
    cursor: pointer;
}

.sidebar-header .sidebar-upload img{
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.sidebar-header .sidebar-upload [theme="widget-upload-element"] {
	width: calc(100% - 30px);
    display: block;
    padding: 8px 15px;
    border-radius: 8px;
    transition: color .3s, background-color .3s, box-shadow .3s, background-image .3s;
}

.sidebar-header .sidebar-upload [theme~="sidebar-upload"]{
	/*width: calc(100% - 10px);
    transition: background-color .3s, box-shadow .3s;
    background-color: #fff;
    border-radius: 8px;
    padding: 0;*/
    border: none;
    padding: 8px 15px;
    width: calc(100% - 30px);
    box-shadow: none !important;
}

.sidebar-header .sidebar-upload [theme~="sidebar-upload"] .drag-and-drop-transfer-label{
	color: #00bfc0;
    font-size: 16px;
    font-weight: var(--docdoc-font-weight-semibold);
    margin-left: 26px;
}

.sidebar-header .sidebar-upload [theme~="sidebar-upload"] span{
	/*color: #00bfc0;
    font-size: 16px;
    font-weight: var(--docdoc-font-weight-semibold);
    margin-left: 26px;*/
}

.sidebar-header .sidebar-links {
	color: var(--docdocc-color-white);
	margin-right: 10px;
	padding: 8px 0px 8px 0px !important;
	display: block;
	cursor: pointer;
	font-size: 16px;
	font-weight: var(--docdoc-font-weight-semibold);
	border-radius: 0 8px 8px 0;
	transition: color .3s, background-color .3s, box-shadow .3s, background-image .3s;
	text-decoration: none;
	width: calc(100% - 10px);
	position: relative;
}

.sidebar-header .sidebar-links > .sidebar-link-icon{
	margin-left: 25px;
	margin-bottom: 8px;
}

.sidebar-header .sidebar-links > a{
	/*padding-left: 15px;*/
	padding: 8px 0 8px 64px;
	width: calc(100% - 75px);
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	color: var(--docdocc-color-white);
	transition: color .3s;
}

.sidebar-header .sidebar-links .sidebar-link {
	padding-left: 50px !important;
	width: calc(100% - 50px);
}

.sidebar-header .sidebar-links .sidebar-link a{
	padding-left: 88px !important;
}

.sidebar-header .sidebar-links .sidebar-link a[highlight]{
	width: calc(100% - 90px);
}

.sidebar-header .sidebar-links > .sidebar-link > a:hover {
	color: var(--docdocc-sidebar-color-san-marino);
	width: calc(100% - 64px);
}

.sidebar-header .sidebar-link {
	color: var(--docdocc-color-white);
	margin-right: 10px;
	/*padding: 8px 0px 8px 25px !important;*/
	padding: 8px 0px 8px 10px !important;
	display: block;
	cursor: pointer;
	font-size: 16px;
	font-weight: var(--docdoc-font-weight-semibold);
	border-radius: 0 8px 8px 0;
	transition: color .3s, background-color .3s, box-shadow .3s, background-image .3s;
	text-decoration: none;
	/*width: calc(100% - 35px);*/
	width: calc(100% - 15px);
	position: relative;
}

.sidebar-header .sidebar-link a {
	/*padding: 8px 0 8px 64px;*/
	padding: 8px 0 8px 40px;
	width: calc(100% - 40px);
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	color: var(--docdocc-color-white);
	transition: color .3s;
}

.sidebar-header .sidebar-link a[highlight] {
	/*width: calc(100% - 64px);*/
	width: calc(100% - 40px);
	border-radius: 0 8px 8px 0;
	border-top: 1px solid var(--docdocc-border-color-white);
	border-right: 1px solid var(--docdocc-border-color-white);
	border-bottom: 1px solid var(--docdocc-border-color-white);
	/*box-shadow: 2px 2px 8px 0 rgba(255, 255, 255, 0.33);*/
}

    

.sidebar-header .sidebar-link-icon {
	width: 24px;
	height: 24px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.sidebar-header .sidebar-link span:not(.disabled-icon) {
	background-color: var(--docdocc-notification-background-color-vivid-violet);
  	color: var(--docdocc-notification-color-white);
  	line-height: 24px;
  	display: inline-block;
  	border-radius: 24px;
  	width: auto !important;
    min-width: 8px !important;
  	padding: 0 8px;
  	height: 24px;
  	position: absolute;
  	font-size: 16px;
  	font-weight: var(--docdoc-font-weight-bold);
  	margin: 0 0 0 4px;
}

.sidebar-header:after {
	content: "";
	display: block;
	opacity: 0;
	visibility: hidden;
	background-image: url('../img/icon-dashboard.svg'),
						url('../img/icon-mail.svg'),
						url('../img/icon-tasks.svg'),
						url('../img/icon-documents.svg'),
						url('../img/icon-subjects.svg'),
						url('../img/icon-reversed-documents.svg'),
						url('../img/icon-archives.svg'),
						url('../img/icon-settings.svg'),
						url('../img/icon_report.svg'),
						url('../img/icon-document-secret.svg'),
						url('../img/icon-document-dispatch.svg');
}

.sidebar-link-icon-dashboard {
	background-image: url('../img/icon-dashboard-white.svg');
}

.sidebar-link-icon-mail {
	background-image: url('../img/icon-mail-white.svg');
}

.sidebar-link-icon-tasks {
	background-image: url('../img/icon-tasks-white.svg');
}

.sidebar-link-icon-documents {
	background-image: url('../img/icon-documents-white.svg');
}

.sidebar-link-icon-files {
	background-image: url('../img/icon-files-white.svg');
}

.sidebar-link-icon-reversed-documents {
	background-image: url('../img/icon-reversed-documents-white.svg');
}

.sidebar-link-icon-subjects {
	background-image: url('../img/icon-subjects-white.svg');
}

.sidebar-link-icon-disk {
	background-image: url('../img/icon-storage-white.svg');
	display:none;
}

.sidebar-link-icon-settings {
	background-image: url('../img/icon-settings-white.svg');
}

.sidebar-link-icon-reports {
	background-image: url('../img/icon_report_white.svg');
}

.sidebar-link-icon-physical-archive {
	background-image: url('../img/icon-physical-archive.svg');
}

.sidebar-link-icon-archives {
	/*width: 26px !important;*/
	background-image: url('../img/icon-archives-white.svg');
}

.sidebar-link-icon-secret-documents {
	background-image: url('../img/icon-document-secret-white.svg');
}

.sidebar-link-icon-dispatched-document {
	background-image: url('../img/icon-document-dispatch-white.svg');
}

.sidebar-header .sidebar-link:hover {
	background-color: var(--docdocc-sidebar-background-color-white);
	color: var(--docdocc-sidebar-color-san-marino);
	/*box-shadow: 2px 2px 8px 0 rgba(255, 255, 255, 0.33);*/
}

.sidebar-header .sidebar-link:hover a{
	/*color: var(--docdocc-sidebar-color-san-marino);*/
	color: #225dbb;
	/*width: calc(100% - 64px);	*/
	width: calc(100% - 40px);
}

.sidebar-header .sidebar-link:hover .sidebar-link-icon-dashboard {
	background-image: url('../img/icon-dashboard.svg');
}

.sidebar-header .sidebar-link:hover .sidebar-link-icon-mail {
	background-image: url('../img/icon-mail.svg');
}

.sidebar-header .sidebar-link:not(.disabled):hover .sidebar-link-icon-tasks {
	background-image: url('../img/icon-tasks.svg');
}

.sidebar-header .sidebar-link:hover .sidebar-link-icon-documents {
	background-image: url('../img/icon-documents.svg');
}

.sidebar-header .sidebar-link:not(.disabled):hover .sidebar-link-icon-reversed-documents {
	background-image: url('../img/icon-reversed-documents.svg');
}

.sidebar-header .sidebar-link:not(.disabled):hover .sidebar-link-icon-reports  {
	background-image: url('../img/icon_report.svg');
}

.sidebar-header .sidebar-link:not(.disabled):hover .sidebar-link-icon-subjects {
	background-image: url('../img/icon-subjects.svg');
}

.sidebar-header .sidebar-link:hover .sidebar-link-icon-settings {
	background-image: url('../img/icon-settings.svg');
}

.sidebar-header .sidebar-link:hover .sidebar-link-icon-archives {
	background-image: url('../img/icon-archives.svg');
}

.sidebar-header .sidebar-link:hover .sidebar-link-icon-physical-archive {
	background-image: url('../img/icon-physical-archive-blue.svg');
}

.sidebar-header .sidebar-link:hover .sidebar-link-icon-secret-documents {
	background-image: url('../img/icon-document-secret.svg');
}

.sidebar-header .sidebar-link:hover .sidebar-link-icon-dispatched-document {
	background-image: url('../img/icon-document-dispatch.svg');
}

.sidebar-header .sidebar-link label{
	margin-left: 20px;
	cursor: pointer;
}

.sidebar-header .disk-capacity {
	/*padding: 0px 25px 40px 25px !important;
	width: calc(100% - 50px);*/
	padding: 0px 9px 40px 14px !important;
	width: calc(100% - 19px);	
}

.sidebar-header .disk-capacity span {
	color: var(--docdocc-color-white);
	font-size: 12px;
	font-weight: var(--docdoc-font-weight-semibold);	
}

.sidebar-header .disk-capacity span:nth-child(2),
.sidebar-header .disk-capacity span:nth-child(3) {
	display: inline-block;
}

.sidebar-header .disk-capacity span:nth-child(4) {
	display: block;
}

.sidebar-header .disk-capacity .disk-capacity-percentage {
	margin-left: 5px;
}

.sidebar-header .disk-capacity-single {
	padding: 0px 25px 0px 25px !important;
	width: calc(100% - 50px);
	margin-top: 12px !important;	
}

.sidebar-header .disk-capacity-single .disk-capacity-percentage {
	margin-left: 5px;
}

.sidebar-header .disk-capacity-single span {
	color: var(--docdocc-color-white);
	font-size: 12px;
	font-weight: var(--docdoc-font-weight-semibold);	
}

/*****Header*****/

.sidebar-header .logo-content {
	height: 33px;
	padding-left: 14px;
	cursor: pointer;
}

.sidebar-header .logo {
	width: 35px;
}

.sidebar-header .logo-name {
	width: 129px;
	height: 21px;
	padding-left: 10px;
}

.sidebar-header vaadin-menu-bar {
	padding-right: 10px;
}

vaadin-context-menu-item[theme="header-items"] img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.broadcast-sidebar-header .broadcast-app-bar {
	margin-top: 36px;
	background-color: #fff;
	box-shadow: var(--app-layout-bar-shadow);
	position:relative;
}

.broadcast-sidebar-header [slot="drawer-content"] {
	margin-top: 36px;
}

.broadcast-sidebar-header [slot="application-content"] {
	padding-top: 36px;
}

.broadcast-sidebar-header .disk-capacity-single {
	padding: 0px 25px 40px 25px !important;
}


/*company from avatar drop down*/
[theme="header-items"] vaadin-context-menu-item.company {
	display: none;
}

.sidebar-header [theme="header-items"] {
	height: 58px;
}

/*****Table icons*****/
/*Table icon*/
[theme="table-icon"] img{
	width: var(--docdocc-table-icon-width);
	height: var(--docdocc-table-icon-height);
}

[theme="table-icon disabled"] {
	width: auto;
    min-width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    cursor: default;
}

[theme="table-icon disabled"] img{
	width: var(--docdocc-table-icon-width);
	height: var(--docdocc-table-icon-height);
}


/*****Install*****/

#pwa-ip .banner {
	border-radius: 9px !important;
	box-shadow: 0 0 12px 0 rgba(93, 98, 110, 0.54) !important;
	color: var(--docdocc-banner-color) !important;
	background-color: var(--docdocc-banner-background-color) !important;
}

button#pwa-promptip {
	width: auto;
	min-width: auto;
	height: auto;
	padding: 7px 20px;
	margin: 0;
	font-weight: var(--docdoc-font-weight-semibold) !important;
	font-size: 16px;
	line-height: 1.25;
	cursor: pointer;
	transition: color .3s, background-color .3s;
	background-color: var(--docdocc-banner-button-background-color) !important;
	color: var(--docdocc-banner-button-color) !important;
}

button#pwa-promptip:hover {
	background-color: var(--docdocc-banner-button-background-color-hover) !important;
}

/*****Tabs*****/
div[theme~="horizontal-tabs"] {
	flex-grow: 1;
}

div[theme~="horizontal-tabs"] > div > vaadin-horizontal-layout{
	flex-direction: row;
}
   
[theme~="horizontal-tabs"] vaadin-tab {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: var(--docdoc-font-weight-bold);
	color: var(--docdocc-tabs-color-gull-gray);
	padding: 14px 50px;
}

[theme~="horizontal-tabs"] vaadin-tab[selected] {
	color: var(--docdocc-tabs-color-cerulean-blue);
}

[theme~="horizontal-tabs"] vaadin-tab[selected]::before {
	width: 47px;
	height: 4px;
	background-color: var(--docdocc-tabs-color-san-marino);
	box-shadow: 2px 0 4px 0 rgba(0, 120, 192, 0.22);
}

[theme~="horizontal-tabs"] vaadin-tab[selected]::after {
	background-color: var(--docdocc-tabs-color-san-marino);
	box-shadow: 2px 0 4px 0 rgba(0, 120, 192, 0.22);
}

[theme~="horizontal-tabs"] vaadin-tab::before {
	transition: .2s transform ease-in-out;
}

[theme~="horizontal-tabs"] vaadin-tab::after {
	transition: .2s transform ease-in-out;
	box-shadow: 0 0 0 4px var(--docdocc-tabs-color-san-marino);
    opacity: 0.15;
}

[theme~="horizontal-tabs"] .notification-number {
	background-color: var(--docdocc-notification-background-color-vivid-violet);
 	color: var(--docdocc-notification-color-white);
 	line-height: 24px;
 	display: inline-block;
 	border-radius: 24px;
 	padding: 0 8px;
 	height: 24px;
 	position: absolute;
 	top: 0;
 	right: 0px;
 	font-size: 14px;
 	font-weight: var(--docdoc-font-weight-bold);
 	margin: 0;
}

[theme~="horizontal-tabs"] .disk-capacity {
	padding: 20px 0 !important;
	width: 100%;
}

[theme~="horizontal-tabs"] .disk-capacity .sidebar-link-icon-disk {
	display: none !important;
}

[theme~="horizontal-tabs"] .disk-capacity .disk-capacity-content span {
	text-transform: uppercase;
    color: var(--docdocc-table-color-mine-shaft);
    font-size: 12px;
    font-weight: var(--docdoc-font-weight-bold);
}

[theme~="vertical-icons-tabs"] vaadin-tab {
  transition: .2s background-color ease-in-out;
}

[theme~="vertical-blue-tabs"] vaadin-tab:hover {
  background-color: var(--docdocc-tabs-color-hover);
}

[theme~="vertical-violet-tabs"] vaadin-tab:hover {
  background-color: var(--docdocc-tabs-violet-color-hover);
}


[theme~="vertical-green-tabs"] vaadin-tab:hover {
  background-color: var(--docdocc-tabs-color-robin-hover);
}

[theme~="vertical-icons-tabs"] vaadin-tab[theme="disabled"]:hover {
  background-color: transparent;
}

[theme~="vertical-icons-tabs"] img {
  width: 42px;
  height: 42px;
}

[theme~="vertical-icons-tabs"] vaadin-tab[disabled] img {
  opacity: .3;
}

[theme~="vertical-icons-tabs"] vaadin-tab[selected]::before {
  width: 4px;
  height: 100%;
}

[theme~="vertical-blue-tabs"] vaadin-tab[selected]::before {
  background-color: var(--docdocc-tabs-color-san-marino);
  box-shadow: 2px 0 4px 0 rgba(0, 120, 192, 0.22);
}

[theme~="vertical-blue-tabs"] vaadin-tab[selected]::after {
  background-color: var(--docdocc-tabs-color-san-marino);
  box-shadow: 2px 0 4px 0 rgba(0, 120, 192, 0.22);
}

[theme~="vertical-violet-tabs"] vaadin-tab[selected]::before {
  background-color: var(--docdocc-color-affair);
  box-shadow: 2px 0 4px 0 rgba(129, 67, 156, 0.22);
}

[theme~="vertical-violet-tabs"] vaadin-tab[selected]::after {
  background-color: var(--docdocc-color-affair);
  box-shadow: 2px 0 4px 0 rgba(129, 67, 156, 0.22);
}

[theme~="vertical-green-tabs"] vaadin-tab[selected]::before {
  background-color: var(--docdocc-color-robin);
  box-shadow: 2px 0 4px 0 rgba(0, 120, 192, 0.22);
}

[theme~="vertical-green-tabs"] vaadin-tab[selected]::after {
  background-color: var(--docdocc-tabs-color-robin);
  box-shadow: 2px 0 4px 0 rgba(0, 120, 192, 0.22);
}

[theme~="vertical-icons-tabs"] vaadin-tab::before {
  transition: .2s transform ease-in-out;
}

[theme~="vertical-blue-tabs"] vaadin-tab::after {
  transition: .2s transform ease-in-out;
  box-shadow: 0 0 0 4px var(--docdocc-color-affair);
  opacity: 0.15;
}

[theme~="vertical-violet-tabs"] vaadin-tab::after {
  transition: .2s transform ease-in-out;
  box-shadow: 0 0 0 4px var(--docdocc-tabs-color-san-marino);
  opacity: 0.15;
}

    
[theme~="vertical-blue-tabs"] vaadin-tab[selected] {
  background-color: var(--docdocc-tabs-color-white);
}

[theme~="vertical-violet-tabs"] vaadin-tab[selected] {
  background-color: var(--docdocc-tabs-color-white);
}

[theme~="vertical-green-tabs"] vaadin-tab[selected] {
    background-color: var(--docdocc-tabs-color-white);
}

div[theme~="small-tabs"] {
	padding: 0;
}

[theme~="small-tabs"] vaadin-tab {
	padding: 10px;
}

[theme~="violet-tabs"] vaadin-tab[selected] {
	color: var(--docdocc-color-affair);
}

[theme~="violet-tabs"] vaadin-tab[selected]::before {
	width: 47px;
	height: 4px;
	background-color: var(--docdocc-color-affair);
	box-shadow: 2px 0 4px 0 rgba(129, 67, 156, 0.22);
}

[theme~="violet-tabs"] vaadin-tab[selected]::after {
	background-color: var(--docdocc-color-affair);
	box-shadow: 2px 0 4px 0 rgba(129, 67, 156, 0.22);
}

.sync-info-title {
	color: var(--docdocc-tabs-color-cerulean-blue);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: var(--docdoc-font-weight-bold);
    margin: 10px 0 10px 0;
}

.sync-info-footer {
	font-size: 12px;
    color: var(--docdocc-color-cod-gray);
    margin: 10px 0 0 0;
}

/*****Select drop down*****/
vaadin-list-box vaadin-item {
	cursor: pointer;
	color: var(--docdocc-color-dove-gray-dropdown);
	font-weight: var(--docdoc-font-weight-semibold);
	transition: color .3s, background-color .3s;
}

vaadin-list-box vaadin-item:hover {
	color: var(--docdocc-table-color-san-marino);
	background-color: var(--docdocc-color-pattens-blue);
	
}

vaadin-list-box vaadin-item[selected] {
	color: var(--docdocc-table-color-san-marino);
}

vaadin-list-box vaadin-item[focus-ring] {
	box-shadow: none;
}

/***** Status bar*****/
.status-bar {
	margin: 20px 0;
	width: 100% !important;
    display: block;
    position: relative;
}

.status-item {
	display: inline-block;
	width: calc(100% / 3);
	
}

.status-item:first-child {
	text-align: left;
}

.status-item:nth-child(2) {
	text-align: center;
}

.status-item:last-child {
	text-align: right;
}

.status-item:nth-child(2)::before {
	position: absolute;
    content: "";
    display: block;
    height: 2px;
    background-color: var(--docdocc-color-lochmara);
    top: 10px;
    width: calc(50% - 70px);
    left: 60px;
}

.status-item:nth-child(3)::after {
	position: absolute;
    content: "";
    display: block;
    height: 2px;
    background-color: var(--docdocc-color-lochmara);
    top: 10px;
    width: calc(50% - 75px);
    right: 66px;
}

.status-item span {
	display: block;
}

.status-item span:last-child {
	padding: 20px 20px 0 20px;
    color: var(--docdocc-color-lochmara);
    margin: 0;
    line-height: 1;
    font-size: 12px;
    font-weight: var(--docdoc-font-weight-bold);
    text-transform: uppercase;
}

.status-item span:first-child {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid var(--docdocc-border-color-lochmara);
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--docdocc-color-white);
    position: relative;
    margin: 0 auto;
}

.status-item-elements {
	display: inline-block;
}

.status-item.done span:first-child {
    background-color: var(--docdocc-color-lochmara);
}

.status-item.in-progress span:first-child {
    background-color: var(--docdocc-color-monza);
    border-color: var(--docdocc-color-monza);
}

.status-item.in-progress span:last-child {
    color: var(--docdocc-color-monza);
}

/*****Widths******/

[theme~="width-100"] {
	width: 100%;
}

[theme~="width-100-important"] {
	width: 100% !important;
}

[theme~="width-75-important"] {
	width: 75% !important;
}

[theme~="width-75"] {
	width: 75%;
}

[theme~="width-50"] {
	width: 50%;
}

[theme~="width-25"] {
	width: 25%;
}

[theme~="form-item-50"] {
	margin-top: 0;
}

[theme~="custom-select-with-clear-button"] {
	-lumo-text-field-size: var(--lumo-size-m);
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	font-family: var(--lumo-font-family);
	width: 1em;
	height: 1.2em;
	line-height: 1;
	font-size: 1.2em;
	text-align: center;
	color: var(--lumo-contrast-60pct);
	transition: 0.2s color;
	cursor: pointer;
	z-index: 2;
	margin: 15px;
	position: absolute;
	right: 20px;
	background: border-box;
	font-weight: bold;
}

[theme~="custom-select-with-clear-button"]:hover {
    color: var(--lumo-contrast-90pct);
}

.simple-form[theme~="form"] {
	margin-top: 0 !important;
}
[theme~="form"] {
	margin-top: 50px;
	align-self: flex-start;
	z-index: 3;
}

[theme~="form-600"] {
	max-width: 600px;
}

[theme~="form-450"] {
	max-width: 450px;
}

[theme~="form-center"] {
	align-self: center;
}

/*****widgets******/

[theme~="widget-cards"] {
	width: 100%;
	margin-bottom: 25px;
}

[theme~="widget-cards"] [theme~="button-close-icon"] {
	position: absolute;
    right: 15px;
    top: 9px;
    border: none;
    padding: 0;
    z-index: 2;
}

[theme~="widget-upload-aqua"] {
	position: relative;
}

[theme~="widget-upload-aqua"] .widget-title{
	width: calc(100% - 50px);
	text-align: center;
	color: var(--docdocc-color-heading);
	transition: color .3s;
	z-index: 2;
}


[theme~="widget-upload-aqua"]:hover .widget-title{
	color: #00bfc0;
}

[theme~="widget-upload-element"] {
	/*width: 100%;
    padding: 0;
    flex-grow: 1;*/
    /*position: absolute;*/
    /*top: 0;
    height: 100%;
    border: none;
    transition: background-color .3s, color .3s;
    display: flex;*/
}
[theme~="widget-upload-aqua"] [theme~="widget-upload-element"] {
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
	left: 0;
    top: 0;
    padding: 0;
    border: none;
    border-radius: 8px;
}

[theme~="widget-upload-aqua"] [theme~="widget-upload-element"] img{
	margin-top: 73px;
}

[theme~="widget-upload-element"] .drag-and-drop-upload-image {
	margin: 0 !important;
	position: relative;
	top: -115px;
}

[theme~="widget-upload-element"] img{
	height: 54px;
    width: 100%;
    align-self: center;
    /*margin-top: -28px;*/
}

.sidebar-upload [theme~="widget-upload-element"] span {
	color: #00bfc0;
    font-size: 16px;
    font-weight: var(--docdoc-font-weight-semibold);
    margin-left: 26px;
}

[theme~="widget-upload-aqua"]:hover {
	background-color: #cbffff;
	color: #00bfc0;
}

.sidebar-header .sidebar-upload:hover {
	background-color: #cbffff;
}

[theme~="widget-card"] [theme="widget-upload-element"]:hover {
	background-color: #cbffff;
	color: #00bfc0;
}

[theme~="widget-card"] {
	box-shadow: 0 0 14px 0 rgba(60, 95, 175, 0.1);
  	border: solid 1px #f2f2f2;
  	background-color: var(--docdocc-color-white);
  	border-radius: 9px;
  	align-items: center;
  	min-height: 190px;
    height: 100%;
    transition: background-color .3s;
    cursor: pointer;
    position: relative;
}
[theme~="widget-card"]:not(:first-child) {
	margin-left: 15px;
}

[theme~="purple"]:hover {
	background-color: #e1e1f7;
}

[theme~="purple"]:hover .widget-title{
	color: #953b96;
}

[theme~="purple"] .widget-number{
	color: #953b96;
}

[theme~="green"] .widget-number{
	color: #0fc000;
}

[theme~="green"]:hover {
	background-color: #d1ffe1;
}

[theme~="green"]:hover .widget-title{
	color: #0fc000;
}

[theme~="light-blue"] .widget-number{
	color: #0078c0;
}

[theme~="light-blue"]:hover {
	background-color: var(--docdocc-color-pattens-blue);
}

[theme~="light-blue"]:hover .widget-title{
	color: #0078c0;
}

[theme~="aqua"]:hover {
	background-color: #cbffff;
}

[theme~="aqua"]:hover .widget-title{
	color: #00bfc0;
}

.widget-title {
	font-size: 16px;
	font-weight: var(--docdoc-font-weight-bold);
 	color: var(--docdocc-color-heading);
 	text-transform: uppercase;
 	padding: 15px 30px 0 30px;
 	text-align: center;
 	transition: color .3s;
}

.widget-content {
	display: flex;
	align-items: center;
}

.widget-content img {
	width: auto;
	height: 52px;
}

.widget-content-empty img {
	width: auto;
	height: 115px;
}

.widget-number {
	font-size: 72px;
	margin-left: 10px;
}

/*****Upload*****/

[theme~="upload-button"] {
	display: flex;
    align-self: center;
    height: 100%;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
}

[theme~="upload-button"]::before {
	content: none;
}

[theme~="upload-button"] img{
	width: 64px;
	height: 64px;
	margin-top: 35px;
}

/*****Cards*****/
[theme~="card"] {
	background-color: var(--docdocc-color-white);
	border-radius: 9px;
	box-shadow: 0 0 12px 0 rgba(60, 95, 175, 0.1);
	margin-bottom: 25px;
}

[theme~="card-violet"] {
	background-color: var(--docdocc-card-violet) !important;
} 

[theme~="card-spacing"] {
	padding: 15px;
}

/*****Content*****/
[theme~="content"] {
	width: 100%;
	padding: 40px;
	min-height: calc(100vh - 80px);
}

[theme~="card-full-block"] {
	width: 100%;
	padding: 8px 15px 8px 15px;
}

[theme~="card-full-block"] h3{
	font-size: 16px;
}

[theme~="card-full-block"] vaadin-accordion-panel [slot="summary"]{
	align-items: center;
	justify-content: space-between;
}

[theme~="card-full-block"] vaadin-accordion-panel [slot="summary"] vaadin-button[theme~="icon"]{
	border: none;
}

[theme~="container-vertical-tabs"] {
	margin-left: 15px;
}

.align-fix {
	margin-top: 10px;
}

.document-illustration {
        width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.document-illustration img{
        width: 70%;
        opacity: .3;
}
.document-illustration span{
        margin-top: 32px;
    font-size: 14px;
    background-color: var(--docdocc-body-background-color-selago);
    padding: 8px 15px;
    border-radius: 8px;
}
[theme~="dark"] .document-illustration img{
        opacity: .7;
}



@media screen and (max-width: 1600px) and (min-width: 990px) {
	[theme~="container-vertical-tabs"] {
		width: 50% !important;
	}
	
	[theme~="container-vertical-tabs"] .avatar-layout vaadin-button{
		    margin-bottom: 40px;
		    display: block;
		    margin-left: 0;
		    margin-top: 10px;
	}
	
	
}

[theme~="content-vertical-tabs"] {
	flex-direction: row;
	height: 100%;
	border-top: 1px solid #fff;
}

[theme~="form-tabs"] {
	margin: 20px 0px 0 20px;
	width: calc(100% - 102px) !important;
}

[theme~="form-tabs"] h4 {
	margin-top: 0px;
	width: 70%;
}

[theme~="card-heading"] {
	display: block;
}

[theme~="card-heading"] span{
	display: block;
	margin-top: 25px;
	color: var(--docdocc-color-heading-label);
}

[theme~="title-block"] {
	padding: 5px 0 25px;
	width: 100%;
    align-items: center;
}

[theme~="title-block"] .title-icon {
	padding: 0 20px;
	width: 100%;
	max-width: 40px;
}

[theme~="page-title"] {
	padding-bottom: 25px;
}

[theme~="tags-block"] {
	flex-wrap: wrap;
}

[theme~="search-tags-block"] {
	width: 100%;
}

[theme~="above-table-block"] {
	width: 100%;
	margin-bottom: 25px;
	/*flex-direction: column-reverse;*/
}

[theme~="search-table-block"] {
	flex-direction: column-reverse;
}

[theme~="search-table-block"] [theme~="search-block"] {
	justify-content: initial;
	margin-bottom: 25px;
}

[theme~="search-table-block"] [theme~="search-block"] [theme~="search-field"] {
	margin-left: 0px;
	max-width: 456px;
}

[theme~="search-table-block"] [theme~="search-block"] [theme~="button-save"] {
	margin: 0;
    height: 38px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #fff;
    cursor: pointer;
}

[theme~="search-table-block"] [theme~="search-block"] [theme~="button-save"] img {
	width: 20px;
    vertical-align: middle;
}

[theme~="search-table-block"]  [theme~="search-block"] paper-menu-button > vaadin-button {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

[theme~="search-table-block"] [theme~="search-block"] paper-menu-button.without-save-button > vaadin-button {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


[theme="above-table-block"] [theme="buttons"] a vaadin-button {
	height: 100%;
}

[theme~="search-block"] {
	width: 100%;
	justify-content: flex-end;
	/*margin-bottom: 25px;*/
}

[theme~="search-block"] paper-menu-button {
	padding: 0;
	position: relative;
}

[theme~="search-block"]:host(paper-menu-button) #dropdown {
	position: absolute !important;
	left: 10px !important;
	top: 120px !important;
}

[theme~="search-block"] paper-menu-button > vaadin-button {
	min-height: 24px;
	height: 100%;
	margin-left: 10px;
}

[theme~="search-field"] {
	max-width: 380px;
	width: 100%;
	margin-left: 30px;
	padding: 0;
}

/*[theme~="container-preview"] {
	height: calc(100% - 32px);
	width: 60% !important;
}*/

vaadin-vertical-layout.popup-form[theme~="container-preview"] {
	height: calc(100vh - 30vh) !important;
	width: 40vw !important;
	/*min-width: 40vw !important;*/
	display: flow !important;
	padding: 0px !important;
}

[theme~="fullscreen"] vaadin-vertical-layout[theme~="padding"]{
	height: calc(100% - 48px);
}

[theme~="fullscreen"] vaadin-vertical-layout[theme~="padding"] vaadin-vertical-layout:nth-child(3){
	height: 100%;
}

[theme~="fullscreen"] vaadin-vertical-layout.popup-form[theme~="container-preview"]{
	width: 100% !important;
    height: 100% !important;
}

[theme~="container-preview"] img {
	width: 100%;
	height: 100%;
}


/*****Form Documents*****/
[theme~="form-tabs"] .form-info {
	margin-bottom: 0px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
    min-height: 70px;
    margin-top: 0 !important;
}

[theme~="form-tabs"] .form-tabs-item {
	width: 100% !important;
	margin: 0 !important;
}

[theme~="form-tabs"] .status-info {
	margin-bottom: 25px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: flex;
    align-items: center;
    height: 32px;
}

[theme~="form-tabs"] .status-info img {
	width: 22px;
	margin-right: 15px;
}

[theme~="form-tabs"] .form-info span:first-child {
	width: 40%;
	display: inline-block;
	color: var(--docdocc-form-item-span-color);
}

[theme~="form-tabs"] .form-info > :nth-child(2) {
	display: inline;
	color: var(--docdocc-color-cod-gray);
	font-weight: var(--docdoc-font-weight-semibold);
}

[theme~="form-tabs"] .trim-info {
	display: flex;
}

[theme~="form-tabs"] .trim-info span:nth-child(2) {
	/*flex: 1;*/
	/*white-space: nowrap;*/
	/*white-space: normal;*/
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(60% - 30px);
}

[theme~="form-tabs"] .form-info .document-view-link {
	width: calc(60% - 24px) !important;
	padding: 0 !important;
}

[theme~="form-tabs"] .form-info .document-view-link img {
	width: 24px;
    height: 24px;
    vertical-align: top;
}

[theme~="form-tabs"] .form-info .document-view-link span {
	width: calc(100% - 35px);
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
}
    

[theme~="form-tabs"] .form-info a {
	display: inline-block;
	color: var(--docdocc-color-cod-gray);
	font-weight: var(--docdoc-font-weight-semibold);
	vertical-align: top;
}

[theme~="form-tabs"] .trim-info a {
	width: 16px;
	padding-left: 15px;
}

[theme~="form-tabs"] .trim-info a vaadin-button {
	margin-left: 0 !important;
}

[theme~="form-tabs"] .trim-info > img {
	width: 30px !important;
	display: flex;
	align-self: flex-start;
}

[theme~="form-tabs"] .form-info a vaadin-button {
	margin-left: 15px;
}

[theme~="button-icon"] img {
	width: 24px;
	height: 24px;
}

[theme~="form-tabs"] .avatar-layout {
	width: auto !important;
	margin-left: 0 !important;
	vertical-align: top;
}

.select-with-button {
	width: 75% !important;
	margin-left: 0 !important;
}

[theme~="form-tabs"] vaadin-horizontal-layout {
	width: 100%;
	margin-left: 0 !important;
}

[theme~="form-tabs"] vaadin-horizontal-layout:host(:not([nodrop])) [part="drop-label"] {
    color: #707070;
    font-size: 12px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
    display: none;
}

.combobox-content vaadin-list-box {
	width: 100%;
}
.combobox-content vaadin-item {
	padding: 0 0 25px 0 !important;
	overflow: hidden;
}
.combobox-content vaadin-list-item:before {
	content: none !important;
}

.combobox-content vaadin-list-box div:nth-child(1) {
	display: flex;
	align-items: center;
}

.combobox-content vaadin-list-box .documents-list-content {
	flex-grow: 1;
}

.combobox-content vaadin-list-box .documents-list-content label {
	width: 40%;
	display: inline-block;
	font-weight: var(--docdoc-font-weight-regular);
}

.combobox-content vaadin-list-box .documents-list-content a {
	color: var(--docdocc-color-cod-gray);
	font-weight: var(--docdoc-font-weight-semibold);
	display: block;
	width: 95%;
	transition: color .3s;
	word-break: break-all;
}

.combobox-content vaadin-list-box .documents-list-content a:hover {
	color: #3c5faf;
}

.combobox-content vaadin-list-box .documents-list-content a label {
	width: 90%;
	cursor: pointer;
}

[theme="document-list"] {
	overflow-y: scroll;
	max-height: 300px;
}

[theme="tab-table"] {
	margin: 0 15px;
	width: 100% !important;
}

[theme="tab-table"] [theme="above-table-block"] h4{
	margin-bottom: 0;
}

[theme="tab-table"] [theme="above-table-block"] vaadin-horizontal-layout:nth-child(2){
    justify-content: flex-end;
}

[theme="tab-table"] [theme~="compact"]{
	background-color: #fff;
}


/****Margins****/
[theme~="margins-0"] {
	margin: 0 !important;
}

[theme~="margins-25"] {
	margin: 25px 0 !important;
}


/*****Status box*****/
.status-box {
    text-transform: uppercase;
    font-weight: var(--docdoc-font-weight-bold);
    font-size: 16px;
    margin-right: 15px;
}

.positive-draft {
    color: var(--docdocc-table-status-color-persian-green);
}

.positive {
    color: var(--docdocc-table-status-color-jade);
}

.negative-draft {
    color: var(--docdocc-table-status-color-tenn);
}

.negative {
    color: var(--docdocc-table-status-color-monza);
}

/*****Switch*****/
.toggle-switch {
	margin-bottom: 30px;
}

.toggle-switch::before {
	content: attr(label);
	display: inline-block;
    margin-right: 20px;
}

/*****Popup Form*****/

.popup-form {
	padding: 20px 0;
	/*width: 550px !important;*/
}


/* Chrome */
vaadin-form-layout.popup-form::-webkit-scrollbar {
    width: 5px;
}
 
vaadin-form-layout.popup-form::-webkit-scrollbar-track {
  /*background-color: grey;*/
  box-shadow: inset 0 0 5px #f7fbfe; 
  border-radius: 10px;
}
 
vaadin-form-layout.popup-form::-webkit-scrollbar-thumb {
  /*background-color: orange; */
  background-image: linear-gradient(14deg, #81439c -55%, #813c92 -16%, #3c59a7 99%, #116bb5 183%, #0072ba 225%);
  border-radius: 10px;
  /*border: 1px solid red;*/
}
 
/*.container::-webkit-scrollbar-button {
  background-color: red;
   border-radius: 15px;
}*/
 
vaadin-form-layout.popup-form::-webkit-scrollbar-thumb:hover {
  background: #f7fbfe; 
}
 
/* IE */
vaadin-form-layout.popup-form {
  scrollbar-face-color: #3c59a7; 
  scrollbar-shadow-color: #f7fbfe; 
  scrollbar-highlight-color: #f7fbfe;
}
 
/* FireFox */
vaadin-form-layout.popup-form {
  scrollbar-color: #3c59a7 #f7fbfe;
  scrollbar-width: thin;
}
 
/* View Scrollbar */
vaadin-form-layout.popup-form {
  overflow-y: auto;
  overflow-x: hidden;
  /*width:400px;
  height: 200px;*/
  padding: 0;
}




.popup-form vaadin-form-item {
	padding: 0 15px;
    width: calc(100% - 30px) !important;
}

.popup-form > vaadin-horizontal-layout {
	padding: 0 15px;
}

.popup-form .combobox-content vaadin-horizontal-layout {
	width: 100%;
}

.popup-form > vaadin-button {
	margin: 0 15px 15px !important;
    width: auto !important;
}

.popup-form vaadin-horizontal-layout vaadin-date-picker{
	width: calc(100% - 5px);
}

.popup-form vaadin-horizontal-layout vaadin-date-picker:first-child{
	margin-right: 0px;
}

.popup-form vaadin-horizontal-layout vaadin-date-picker:last-child{
	margin-left: 0px;
}

.popup-form [theme="popup-header"] {
	background-color: #0078c0;
	/*padding: 20px 15px;*/
	margin-bottom: 25px;
	/*max-width: 550px;*/
	max-width: 533px;
    width: 100%;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    margin-top: -100px;
    z-index: 2;
}

@media screen and (max-width: 478px) {
	.popup-form [theme="popup-header"] {
		max-width: 260px;
	}
}

.popup-form [theme="popup-header"] span {
	color: var(--docdocc-color-white);
	font-weight: var(--docdoc-font-weight-semibold);
	margin-left: 30px;
	margin-right: 0px;
}

.popup-form [theme="popup-header"] vaadin-button {
	margin-right: 30px;
}

.popup-form p {
	margin-bottom: 40px;
}

/*****avatar*****/
.avatar-content {
	align-items: center;
	position: absolute;
	padding: 0 !important;
	top: -95px;
}

.avatar-icon {
	width: 190px;
	height: 190px;
    border-radius: 50%;
    box-shadow: 0 3px 7px -2px rgba(120, 120, 120, 0.22);
}

.avatar-icon-grid {
	width: 25px;
	height: 25px;
    border-radius: 50%;
    box-shadow: 0 3px 7px -2px rgba(120, 120, 120, 0.22);
    vertical-align: middle;
}

.avatar-icon-label {
	align-self: center;
    margin-left: 10px;
    word-break: break-word;
}

.avatar-upload {
	position: absolute;
	bottom: 0;
	margin: 0;
	margin-left: 55px;	
}

.logo-upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.logo-upload img {
	width: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
}


.logo-layout {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.logo-container {
	position: relative;
	width: auto !important;
}

.logo-container img{
	max-height: 150px;
}

.logo-avatar{
	min-width:100px;
}

#fileList {
	visibility: hidden;
}

.logo-upload vaadin-button{
	width: 32px !important;
	height: 32px;
	min-width: auto !important;
	padding: 0 !important;
	background-color:var(--docdocc-color-lochmara);
	color: var(--docdocc-color-white);
	border-radius: 50%;
	cursor: pointer;
	transition: background-color .3s;	
}

.avatar-upload vaadin-button{
	width: 32px;
	height: 32px;
	min-width: auto !important;
	padding: 0 !important;
	background-color:var(--docdocc-color-lochmara);
	color: var(--docdocc-color-white);
	border-radius: 50%;
	cursor: pointer;
	transition: background-color .3s;	
}

.avatar-upload img {
    width: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.avatar-upload:hover vaadin-button{
	background-color:var(--docdocc-color-san-marino);	
}

.avatar-form {
	margin: 0 0;
	padding: 95px 0 0 0;	
}
.avatar-form vaadin-text-field,
.avatar-form vaadin-email-field {
    width: 100%;
}

/************Tables******/

[theme~="wrap-cell-content"] vaadin-vertical-layout {
	height: 100%;
}

[theme~="table-custom-sort"] vaadin-vertical-layout {
	/*height: auto !important;*/
}

[theme~="wrap-cell-content"] vaadin-vertical-layout vaadin-text-field{
	align-items: flex-end;
}

[theme~="wrap-cell-content"] vaadin-vertical-layout vaadin-combo-box{
	align-items: flex-end;
	display: flex;
}

/*[theme~="wrap-cell-content"] vaadin-vertical-layout vaadin-text-field .vaadin-text-field-container {
	align-self: flex-end;
}*/


.custom-sorter {
	position: absolute;
	right: 0px;
	z-index: 1;
}

#selectAllCheckbox {
	position: absolute;
	top: 4px;
	display: contents;
}

/*[theme~="wrap-cell-content"] vaadin-grid-sorter:not(.custom-sorter) {
	display: none;
}*/

[theme~="table-custom-sort"] vaadin-grid-sorter{
	display: none;
}

.filter-fill-icon {
	position: absolute;
	bottom: 20px;
	left: calc(50% - 15px);
	right: calc(50% - 15px);
}
/******/

/*****Notification-popup*****/


/*****highlight message in forms*****/
.highlight {
  background-color: var(--docdocc-color-selago-v2);
  border-radius: 10px;
  padding: 10px;
  margin: 0;
  width: calc(100% - 20px) !important;
  margin-bottom: 25px;
}

.highlight .highlight-label{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: var(--docdoc-font-weight-bold);
  color: #2c2c2c;
  margin: 0 0 15px 0;
}

[theme="message-item"] {
  background-color: #efebff;
  border-radius: 10px;
  padding: 35px 10px 10px;
  flex-shrink: initial;
}

.sidebar-link.disabled {
	cursor: default;	
}

.sidebar-link.disabled a {
	opacity: .4;
	pointer-events: none;
	cursor: default; 
}

.sidebar-link.disabled:hover {
	background-color: transparent;
	box-shadow: inherit;
}

.sidebar-link.disabled:hover a {
	color: var(--docdocc-color-white);
}

.sidebar-link.disabled .sidebar-link-icon {
	opacity: .4;
}


.disabled-icon {
	width: 24px;
	height: 24px;
	background-color: var(--docdocc-color-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    right: 10px;
    top: 10px;
}

.disabled-icon img {
	width: 20px;
	height: 20px;
}

img.disabled {
	opacity: .4;
}

/*****User page*****/
[theme~="background-title"] {
	background-image: url(../img/background-illustration.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	width: 100%;
	height: 240px;
}

[theme~="background-title"] h2{
	color: var(--docdocc-color-white);
	padding-left: 40px;
	padding-top: 40px;
}

[theme="content-container"] [theme="content"] {
	padding-top: 0;
	position: relative;
	min-height: auto;
}

[theme="codebook-content"] h4 {
	margin: 20px 0 15px 0 !important;
}

[theme="codebook-content"] vaadin-tab {
	padding: 10px 20px;
}

/*****Illustration*****/
.illustration-small {
	position: relative;	
}

.illustration-big {
	position: relative;
	overflow: hidden;	
}

.illustration-small::before {
	content: "";
	background-image: url(../img/decoration-small.svg);
	width: 100%;
    height: 100%;
    position: absolute;
    background-position: top;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    bottom: 0;
    background-size: contain;
    opacity: .05;
	
}

.illustration-big::before {
	content: "";
	background-image: url(../img/decoration-big.svg);
	width: 100%;
    height: 100%;
    position: absolute;
    background-position: right;
    background-repeat: no-repeat;
    bottom: -15%;
    background-size: contain;
    opacity: .05;
	
}

/***** 404 - maintenance *****/
[theme="page-404"] {
	background-image: linear-gradient(57deg, #81439c -45%, #813c92 -10%, #3c59a7 95%, #116bb5 171%, #0072ba 209%);
	width: 100%;
	height: 100%;
	justify-content: center;
    align-items: center;
}

[theme="page-404"]::before {
	background-image: url(../img/illustration-404.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

[theme="img-404"] {
	flex-direction: column;
	align-self: center;
	max-width: 430px;
	width: 100%;
}

[theme="page-maintenance"] {
	background-image: linear-gradient(57deg, #81439c -45%, #813c92 -10%, #3c59a7 95%, #116bb5 171%, #0072ba 209%);
	width: 100%;
	height: 100%;
	justify-content: center;
    align-items: center;
}

[theme="page-maintenance"]::before {
	background-image: url(../img/illustration-maintenance.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

[theme="img-maintenance"] {
	flex-direction: column;
	align-self: center;
	max-width: 385px;
	width: 100%;
}


[theme~="error-text"] {
	flex-direction: column;
	position: absolute;
    bottom: 235px;
}


[theme~="error-text"] p {
	color: #fff;
	margin: 0;
	font-size: 32px;
	text-align: center;
	font-weight: 300;
	text-shadow: 2px 2px 3px #000000;
}

/**** side tab *****/
.search-sidebar {
  --slide-tab-background-color: #fff;
  --slide-tab-color: #81439c;
  position: fixed;
}

.search-sidebar .right-panel-content {
	padding: 0 20px;
	min-width: 400px;
}



.search-sidebar div:first-child {
	min-width: 400px;
	/*height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;  */
}

/*.search-sidebar div:first-child div:first-child {
	min-width: 450px; 
}*/

.search-sidebar [theme~="horizontal-tabs"] {
	height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 440px !important;
}

.search-sidebar .right-panel-content vaadin-text-field {
	padding: 15px 0;
}

.search-sidebar p{
	color: #707070;
}

[theme="saved-searches-title"] {
	color: var(--docdocc-color-affair);
	font-size: 12px;
	font-weight: var(--docdoc-font-weight-bold);
	text-transform: uppercase;
	padding-bottom: 20px;
}

[theme~="saved-searches-elements"] {
	color: var(--docdocc-color-cod-gray);
	font-weight: var(--docdoc-font-weight-semibold);
	display: flex;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

[theme~="saved-searches-elements"] [theme="button-icon"] {
	opacity: 0;
	transition: opacity .3s
} 

[theme~="saved-searches-elements"]:hover [theme="button-icon"] {
	opacity: 1;
}


/*button calendar*/
[theme~="button-small-icon"] {
	margin: 0;
	height: 38px;
}

[theme~="button-small-icon"] img {
	height: 18px;
	width: auto;
}

/*empty table illustration*/
[theme~="empty-table"] .empty-illustration {
	max-width: 300px;
    align-self: center;
    padding: 50px 0 10px 0;
}

[theme~="empty-table"] .empty-text {
	align-self: center;
    font-size: 14px;
    padding-bottom: 35px;
}

[theme~="empty-table"] h3 {
	margin-bottom: 25px;
}

/*broadcast poruke*/
.broadcast-item {
	width: calc(100% + 80px);
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: var(--docdoc-font-weight-semibold);
	color: #414042;
	background-color: #ffcc00;
	padding: 5px;
	margin-bottom: 40px;
	margin-left: -40px;
	position: fixed;
}

[theme~="broadcast"] {
	padding-top: 0px;
}

[theme="brodcast-modal"] h4 {
	align-self: center;
	margin: 20px 0 20px 0;
	color: var(--docdocc-broadcast-dialog-title);
	font-size: 25px;
}

[theme="brodcast-modal"] vaadin-horizontal-layout {
	z-index: 1;
}

[theme="brodcast-modal"] vaadin-horizontal-layout:nth-child(2) > div > div:last-child{
	width: 90%;
	margin: auto;
}

[theme="brodcast-modal"] vaadin-horizontal-layout:nth-child(3) {
	margin-bottom: 20px;
}

[theme="brodcast-modal"] vaadin-horizontal-layout:nth-child(2) > div > div:last-child p{
	margin-top: 0;
}

[theme="brodcast-modal"] vaadin-horizontal-layout:nth-child(2) > div > div:last-child b{
	font-weight: var(--docdoc-font-weight-semibold);
}

[theme="brodcast-modal"] vaadin-horizontal-layout:nth-child(2) > div > div:last-child ul {
	list-style: none;
	padding-left: 25px;
}

[theme="brodcast-modal"] vaadin-horizontal-layout:nth-child(2) > div > div:last-child ul li{
	margin-bottom: 5px;
}

[theme="brodcast-modal"] vaadin-horizontal-layout:nth-child(2) > div > div:last-child ul li::before {
  content: "\2022";
  color: #81439c; 
  font-weight: var(--docdoc-font-weight-semibold);
  display: inline-block;
  width: 15px;
  margin-left: -15px;
}

[theme="brodcast-modal"] vaadin-horizontal-layout:nth-child(3){
	align-self: center !important;
}

/*Tags*/
.tag-container {
	width: 100%;
}

[theme="tag-element"] {
	display: inline-block;
}

/*List */

[theme="content-left"] {
	padding: 24px 0px 24px 40px;
	width: 50% !important;
	z-index: 3;
}

.list-title {
	margin: 0;
}

.mail-list {
	margin-top: 10px;
	margin-bottom: 20px;
}

.mail-list span:first-child {
	font-weight: var(--docdoc-font-weight-semibold);
	margin-right: 20px;
}

[theme="card-charts"] {
	margin-top: 25px;
}

apex-charts-wrapper {
	width: 100%;
}

.apexcharts-legend {
	padding-top: 10px !important;
}

.apexcharts-title-text {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

[theme~="title-tab"] {
	padding: 15px 0 15px;
	border-top-right-radius: 9px;
}

[theme~="title-tab-blue"] {
	background-color: var(--docdocc-tabs-color-selago-v2);
}

[theme~="title-tab-violet"] {
	background-color: var(--docdocc-tabs-color-selago-v3);
}

[theme~="title-tab-green"] {
	background-color: var(--docdocc-tabs-color-robin);
}

.apexcharts-legend-text {
	font-size: 14px !important;
}

.line {
	position: relative;
	padding-bottom: 30px;
}
/*multiselect combo*/
[theme="search-block"] [theme~="dropdown"] {
	margin-left: 10px;
}

vaadin-tabs[orientation="horizontal"] {
	margin-bottom: 15px;
}

.line::after {
    bottom: 15px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    margin: 0;
}

.task-warning {
	width: 10px;
    height: 10px;
    position: absolute;
    background-color: #ca082D;
    border-radius: 100%;
    top: 5px;
    right: 15px;
}

/*document lock*/

.lock-message {
	color: #c00032;
	font-weight: var(--docdoc-font-weight-semibold);
	margin-bottom: 20px;
    border-bottom: 1px solid #c00032;
    padding-bottom: 10px;
}

/*Date notification icon*/
.date-notification-icon {
	width: 24px !important;
	height: 24px !important;
	margin: 7px 0 7px 7px;
	cursor: pointer;
}

.simple-form .form-info {
	margin-top: 0px;
	margin-bottom: 35px;
}

.form-info .small-buttons-items{
	display: block;
    margin-left: 40%;
    margin-top: 10px;
    padding-bottom: 20px;
}

.form-info .small-buttons-items vaadin-button:first-child{
	margin-left: 0px !important;
}

[theme~="horizontal-tabs"] h4 {
	margin-bottom: 10px;
}

[theme~="horizontal-tabs"] vaadin-grid {
	margin-top: 0;
	margin-bottom: 20px;
}

.trial-info {
	color: var(--docdocc-color-white);
    font-weight: var(--docdoc-font-weight-bold);
}

.blue-bold-label {
	color: var(--docdocc-tabs-color-cerulean-blue);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--docdoc-font-weight-bold);
}

[theme~="button-reset"] {
	margin-top: 0;
	margin-bottom: 0;
}

[theme~="button-reset"] img{
	width: 24px;
    height: 24px;
    vertical-align: middle;

}

[theme~="button-previous"] img {
	width: 8px;
	margin-right: 10px;
	vertical-align: middle;
	display: block;
}

[theme~="button-previous-forgotten-pass"] img {
	width: 8px;
	margin-right: 10px;
	vertical-align: middle;
	display: block;
}

[theme~="button-next"] img {
	width: 8px;
	margin-left: 10px;
	vertical-align: middle;
	display: block;
}

barcode-bwipjs {
	align-self: center;
    margin: 20px 0;
}

[theme~="type-dropdown"] {
	margin-top: 21px;
}

[theme~="no-visibility"] {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

[theme~="table"] span[class^="tooltip-"].document-access-item {
	font-weight: var(--docdoc-font-weight-semibold);
	color: var(--docdocc-color-san-marino-security);
}

[theme~="table"] span[class^="tooltip-"].document-access-item::after {
	background-image: url(../img/icon-security-classification-small.svg);
    width: 14px;
    height: 14px;
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/*Custom sort icons*/

[theme~="table-custom-sort"] [theme~="table-header-sort-title"] {
	margin-top: 4px;
}

[theme~="table-custom-sort"] [theme~="button-icon"] {
	padding: 0 8px 0 8px;
}

[theme~="table-custom-sort"] vaadin-vertical-layout vaadin-text-field {
	padding-top: 11px; 
}

[theme~="table-custom-sort"] vaadin-vertical-layout vaadin-combo-box {
	padding-top: 7px; 
}

[theme~="table-custom-sort"] vaadin-vertical-layout {
	height: 100% !important;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

[theme~="table-header-sort-title"] {
	display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.custom-sort-icons {
	display: flex;
    flex-direction: column;
    /*margin-right: 5px;*/
    align-self: normal;
}

.custom-sort-icons .custom-sort-icons-up,
.custom-sort-icons .custom-sort-icons-down {
	display: flex;
    height: 8px;
    width: 8px;
}

.custom-sort-icons img {
	width: 8px !important;
	opacity: .5;
	transition: opacity .3s;
}

.custom-sort-icons img:hover {
	opacity: 1;
}

/*accordion*/
[theme="accordion-table-icon"] img{
	width: 10px;
	height: 10px;
}

.modal-title {
	margin: 14px 0 0 0 !important;
	font-size: 16px !important;
}

.red-txt {
	color: #FF6161;
}

[theme~="accordion-table"] vaadin-text-field,
[theme~="accordion-table"] vaadin-email-field{
	margin-bottom: 0 !important;
	height: 30px !important;
}

[theme~="table-accordion"] vaadin-grid-tree-toggle,
[theme~="table-accordion"] vaadin-grid-tree-toggle flow-component-renderer,
[theme~="tree-table-accordion"] vaadin-grid-tree-toggle,
[theme~="tree-table-accordion"] vaadin-grid-tree-toggle flow-component-renderer {
	width: 100%;
}

[theme~="header-items"] a {
	display: block;
	width: calc(100% + 25px);
}


/*modal upload*/
[theme~="modal-upload"] {
	width: 100%;
	padding: 15px 0;
	border: 1px dashed #225dbb;
	border-radius: 2px;
	margin: 23px 0px 10px 0px;
}

/*brzi pregled dokumenta - modal*/

vaadin-dialog-overlay [theme~="button-nav"] [theme~="button-close-icon"] {
	position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1500px) {
	
	.sidebar-upload [theme~="widget-upload-element"] span {
		display: none;
	}
	
	.sidebar-header .sidebar-upload [theme~="sidebar-upload"] {
		padding: 0;
    	width: 100%;
	}
	
	.sidebar-header .sidebar-upload [theme~="sidebar-upload"] .drag-and-drop-transfer-label{
		display: none;
	}
	
	.sidebar-header .sidebar-upload {
		padding: 8px !important;
	    width: 21px;
	    margin-left: 10px !important;
	}
    
    .sidebar-header .sidebar-upload [theme="widget-upload-element"] {
		width: auto;
		padding: 0;
	}
	
	.sidebar-header .logo-content {
		padding-left: 10px;
	}
	
	.sidebar-header:not([wide]) .sidebar-link {
		padding: 8px 0px 8px 15px !important;
		width: calc(100% - 25px);
	}
	
	.sidebar-header:not([wide]) .sidebar-link .sidebar-link {
		padding: 15px 0px 15px !important;
	}
	
	.sidebar-header:not([wide]) .sidebar-link .sidebar-link:last-child {
		padding: 15px 0px 20px !important;
	}
	
	.sidebar-header:not([wide]) .sidebar-link a {
		padding: 0;
   		width: 100%;
    	color: transparent;
    	height: 41px;
	}
	
	[theme~="dark"] .sidebar-header:not([wide]) .sidebar-link a {
    	color: transparent;
	}
	
	[theme~="dark"] .sidebar-header .sidebar-link:hover a {
    	color: transparent !important;
	}
	
	.broadcast-sidebar-header .disk-capacity-single {
		padding: 0px 25px 40px 25px !important;
	}
	
	.sidebar-link-icon-disk {
		display: block;
		width: 24px;
		height: 24px;
	}
	
	.sidebar-header [slot="drawer-content"] vaadin-progress-bar,
	.sidebar-header [slot="drawer-content"] .disk-capacity span:nth-child(2),
	.sidebar-header [slot="drawer-content"] .disk-capacity span:nth-child(4) {
		display: none;
	}
	
	
	.sidebar-header [slot="drawer-content"] .disk-capacity-single span:nth-child(1) {
		display: none;
	}
	
	.sidebar-header .disk-capacity-single {
		padding: 0 !important;
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    margin-top: 20px !important;	
	}
	
	.sidebar-header [slot="drawer-content"] .disk-capacity {
		position: relative;
		padding: 8px 0px 8px 15px !important
	}
	
	.sidebar-header [slot="drawer-content"] .disk-capacity .disk-capacity-percentage {
	    line-height: 24px;
	    display: inline-block;
	    border-radius: 24px;
	    width: auto;
	    min-width: 20px;
	    height: 24px;
	    padding: 0 2px;
	    position: absolute;
	    top: -5px;
	    right: -30px;
	    font-size: 10px;
	    font-weight: var(--docdoc-font-weight-bold);
	    margin: 0;
	    text-align: center;
	}
	
	.sidebar-header [slot="drawer-content"] .disk-capacity .disk-capacity-percentage.progress-ok{
		background-color: var(--docdocc-progress-ok);
	    color: var(--docdocc-color-black);
	}
	
	.sidebar-header [slot="drawer-content"] .disk-capacity .disk-capacity-percentage.progress-moderate{
		background-color: var(--docdocc-progress-moderate);
	    color: var(--docdocc-color-black);
	}
	
	.sidebar-header [slot="drawer-content"] .disk-capacity .disk-capacity-percentage.progress-warning{
		background-color: var(--docdocc-progress-warning);
	    color: var(--docdocc-color-black);
	}
	
	.sidebar-header [slot="drawer-content"] .disk-capacity .disk-capacity-percentage.progress-danger{
		background-color: var(--docdocc-progress-danger);
	    color: var(--docdocc-color-black);
	}
	
	.disabled-icon {
		width: 10px;
		height: 10px;
		background-color: var(--docdocc-color-white);
		border-radius: 50%;
		display: flex;
		justify-content: center;
		position: absolute;
	    right: 0px;
	    top: 5px;
	}
	
	.disabled-icon img {
		display: none;
	}
	
	.sidebar-header .sidebar-link span:not(.disabled-icon) {
		width: 10px !important;
		height: 10px !important;
		min-width: auto !important;
		padding: 0;
		margin-right: 8px !important;
	}
}

@media screen and (max-width: 991px) {
	[theme~="widget-cards"] {
		flex-wrap: wrap;
	}
	
	.sidebar-header .sidebar-upload [theme~="sidebar-upload"] .drag-and-drop-transfer-label{
		/*display: inline-block;*/
	}
	
	[theme~="widget-card"]:nth-child(1),
	[theme~="widget-card"]:nth-child(2) {
		margin-bottom: 15px;
	}
	
	[theme~="widget-card"]:nth-child(3) {
		margin: 0;
	}
	
	[theme~="widget-card"] {
		margin: 0;
		width: calc(50% - 8px) !important;
	}
	
	.broadcast-item {
		padding: 5px 40px;
		width: 100%;
	}
	
	[theme~="broadcast"] {
		padding-top: 0px !important;
	}
	
	[theme~="content"] {
		padding: 20px;
		min-height: calc(100vh - 40px);
	}
	
	[theme~="above-table-block"] {
		flex-direction: column-reverse;
	}
	
	[theme~="above-table-block"] [theme~="buttons"]{
		/*margin-top: 25px;*/
	}
	
	[theme~="reverse-card"] {
		flex-direction: column;
	}
	
	[theme~="container-preview"] {
		min-height: 300px;
		/*height: 100%;*/
	}
	
	[theme~="container-preview"] pdf-preview {
		height: 300px;
	}
	
	[theme~="container-vertical-tabs"] {
		margin: 0;
	}
	
	[theme~="form-tabs"] {
    	margin: 20px 5px 0 20px;
    	width: calc(100% - 75px);
	}
	
	[theme~="form-tabs"] .trim-info {
		display: block;
	}
	
	[theme~="form-tabs"] .trim-info span:nth-child(2) {
	    width: calc(100% - 40px);
    	display: inline-block;
	}
	
	[theme~="form-tabs"] .trim-info > img {
		display: inline-block;
	}
	
	[theme~="error-text"] p {
		font-size: 22px;
		padding: 0 20px;
	}
	
	div[theme~="horizontal-tabs"] > div > vaadin-horizontal-layout{
		flex-direction: column;
	}
	
	[theme="content-left"] {
		padding: 24px 0px 24px 0px;
		width: 100% !important;
	}
	
	[theme~="title-block"] .title-icon {
		padding: 0 10px;
	}
	
	[theme="card-charts"] {
		flex-direction: column;
	}
	
	.apex-charts-wrapper {
		margin-bottom: 20px;
	}
	
	apex-charts-wrapper {
		max-width: 100% !important;
	}
	
	[theme~="title-tab"] {
		border-top-left-radius: 9px;
	}
	
	.task-warning {
	    right: 5px;
	}
	
	[theme="tab-table"] [theme="above-table-block"]{
		flex-direction: initial;
	}
	
	[theme~="form-tabs"] .form-info .document-view-link {
		display: inline-block !important;
	}	
	
	/*.broadcast-sidebar-header .disk-capacity-single {
		padding: 0px 25px 40px 25px !important;
	}*/
	
}

@media screen and (max-width: 768px) {
	.sidebar-header .logo-name {
		display: none;
	}
	
	.sidebar-header .logo-content {
		padding-left: 0px;
	}
	
	.sidebar-header .logo {
        display: none;
    }
	
	[theme="header-items"] vaadin-context-menu-item.company {
		display: flex;
	}
	
	.sidebar-upload [theme~="widget-upload-element"] span {
		display: inline-block;
	}
	
	.sidebar-header .sidebar-upload {
		padding: 8px 15px !important;
	    width: calc(100% - 50px);
	    background-color: #fff !important;
    }
	
	.sidebar-header .sidebar-upload {
		background-color: transparent;
	}

	.sidebar-header:not([wide]) .sidebar-link a {
		padding: 8px 0 8px 40px;
	    width: calc(100% - 40px);
	    position: absolute;
	    left: 0;
	    top: 0;
	    text-decoration: none;
	    height: auto;
	    color: var(--docdocc-color-white);
	}
	
	.sidebar-header .sidebar-link span:not(.disabled-icon) {
		width: auto !important;
        min-width: 16px !important;
        height: 24px !important;
        padding: 0 4px !important;
	}
	
	.sidebar-header .sidebar-link:hover a {
		color: var(--docdocc-color-san-marino) !important;
	}
	
	.sidebar-header [slot="drawer-content"] .sidebar-link-icon-disk {
		display: none;
	}
	
	.sidebar-header [slot="drawer-content"] vaadin-progress-bar,
	.sidebar-header [slot="drawer-content"] .disk-capacity span:nth-child(4) {
		display: block;
	}
	
	.sidebar-header [slot="drawer-content"] .disk-capacity span:nth-child(2) {
		display: inline-block;
	}
	
	.sidebar-header [slot="drawer-content"] .disk-capacity .disk-capacity-percentage {
	    line-height: initial;
	    display: inline-block !important;
	    border-radius: initial;
	    width: initial;
	    height: initial;
	    position: initial;
	    top: initial;
	    right: initial;
	    font-size: initial;
	    font-weight: initial;
	    margin: initial;
	    text-align: initial;
	    color: var(--docdocc-color-white) !important;
	    font-size: 12px;
	    font-weight: var(--docdoc-font-weight-semibold);
	    background-color: transparent !important;
	}
	
	.sidebar-header .disk-capacity-single {
		padding: 0px 25px 0px 25px !important;
		width: calc(100% - 50px);
		display: block;
		margin-top: 20px;	
	}
	
	.sidebar-header .disk-capacity-single span {
		display: inline-block !important;
	}
	
	.broadcast-sidebar-header .broadcast-app-bar {
		margin-top: 0;
	}
	
	.broadcast-sidebar-header [slot="drawer-content"] {
		margin-top: 0;
		padding-top: 36px;
	}
	
	.broadcast-sidebar-header [slot="application-content"] {
		padding-top: 36px;
	}
	
	.broadcast-item {
    	margin-bottom: 0;
    	top: 58px;
	}
	
	[theme~="widget-card"] {
		margin: 0 0 15px 0 !important;
		width: 100% !important;
	}
	
	[theme="vertical-icons-tabs"] img {
		width: 30px !important;
		height: 30px !important;
		justify-content: center;
	}
	
	.disabled-icon {
		width: 24px;
		height: 24px;
		background-color: var(--docdocc-color-white);
		border-radius: 50%;
		display: flex;
		align-content: center;
		justify-content: center;
		position: absolute;
	    right: 10px;
	    top: 10px;
	}
	
	.disabled-icon img {
		display: block;
		width: 20px;
		height: 20px;
	}
	
	[theme~="form-tabs"] [theme~="buttons"] {
		flex-direction: column;
	}
	
	[theme~="form-tabs"] .form-info span:first-child {
		width: 100%;
	}
	
	[theme~="form-tabs"] [theme~="width-50"] {
		width: 100%;
	}
	
	[theme~="form-tabs"] [theme~="width-75"] {
		width: 100%;
	}
	
	[theme="search-block"] {
		flex-direction: column;
		margin-bottom: 25px;
	}
	
	[theme~="above-table-block"] [theme~="buttons"] {
		margin-top: 0px;
		display: block;
	}
	
	[theme="search-block"] [theme="search-field"]{
		max-width: 100%;
	    width: 100%;
	    margin-left: 0px;
	    margin-right: 0px;
	    margin-bottom: 10px;
	}
	
	[theme~="search-block"] paper-menu-button > vaadin-button {
		width: 100%;
		margin-left: 0;
	}
	
	[theme="above-table-block"] [theme="buttons"] > vaadin-button {
		width: 100%;
		margin-right: 5px;
	}
	
	[theme="above-table-block"] [theme="buttons"] a {
		width: 100%;
	    margin-left: 0px;
	    margin-right: 0px;
	    display: block;
	}
	
	[theme="above-table-block"] [theme="buttons"] a vaadin-button {
		width: 100%;
	}
	
	[theme~="form-600"] {
	    max-width: 100%;
	}
	
	[theme~="form-600"] [theme~="buttons"] {
		flex-direction: column;
	}
	
	[theme~="form-600"] vaadin-button {
		width: auto;
	}
	
	[theme~="form-600"] [theme="width-50"] {
		width: 100%;
	}
	
	[theme~="form-600"] [theme="width-25"] {
		width: 100%;
	}
	
	[theme="message-item"] [theme~="buttons"] {
		flex-direction: row;
	}
	
	[theme="message-item"] [theme~="buttons"] vaadin-button:first-child {
		margin-right: 5px;
	}
	
	[theme="message-item"] [theme~="buttons"] vaadin-button:last-child {
		margin-left: 5px;
	}
	
	.avatar-form [theme~="buttons"] {
		flex-direction: column;
	}
	
	.avatar-form [theme~="button"] {
		width: 100%;
	}
		
	.status-bar {
		margin: 20px 0 0 0;
		width: 100% !important;
	    display: block;
	    position: relative;
	}
	
	.status-item {
		display: block;
		width: 100%;
	}
	
	.status-item:first-child {
		text-align: left;
	}
	
	.status-item:nth-child(2) {
		text-align: left;
	}
	
	.status-item:last-child {
		text-align: left;
	}
	
	.status-item:nth-child(2)::before {
		content: none;
	}
	
	.status-item:nth-child(3)::after {
		content: none;
	}
	
	.status-item span {
		display: inline-block;
	}
	
	.status-item span:last-child {
		padding: 0;
	    text-align: center;
	    flex-grow: 1;
	    align-self: center;
	}
	
	.status-item span:first-child {
		display: inline-block;
	    align-items: center;
	    justify-content: center;
	    margin: initial;
	}
	
	.status-item-elements {
		display: flex;
		padding-bottom: 20px;
	}
	
	[theme="img-maintenance"] {
		max-width: 250px;
		width: 100%;
	}
	
	[theme="img-404"] {
		max-width: 250px;
		width: 100%;
	}
	
	[theme="search-block"] [theme~="dropdown"] {
		margin-left: 0px;
	}
	
	[theme="tab-table"] [theme="above-table-block"]{
		flex-direction: column;
	}
	
	[theme="tab-table"] [theme="above-table-block"] vaadin-button{
		width: 100%;
		margin-top: 10px;
	}

	[theme~="dark"] .sidebar-header:not([wide]) .sidebar-link a {
    	/*color: var(--docdocc-sidebar-color-san-marino);*/
    	color: var(--docdocc-color-white);
	}
	
	[theme~="dark"] .sidebar-header:not([wide]) .sidebar-link:hover a {
    	/*color: var(--docdocc-sidebar-color-san-marino);*/
    	color: #225dbb !important;
	}
	
	[theme~="form-tabs"] .form-info .document-view-link {
		width: 100% !important;
	}
	
	[theme~="search-table-block"] [theme~="buttons"] {
	    flex-direction: column;
    	width: 100%;
    	display: flex;
	}
	
	[theme~="search-table-block"] [theme~="buttons"] a vaadin-button,
	[theme~="search-table-block"] [theme~="buttons"] span vaadin-button {
		width: 100%;
	}
	
	[theme~="search-table-block"] [theme~="search-block"] paper-menu-button {
		width: 80%;
	}
	
	[theme~="search-table-block"] [theme~="search-block"] paper-menu-button.without-save-button > vaadin-button,
	[theme~="search-table-block"] [theme~="search-block"] paper-menu-button.without-save-button {
		width: 100%;
	}
	
	/*	
	:host(paper-menu-button) #dropdown {
		left: 0 !important;
	}*/
	
	/*.popup-form [theme="popup-header"] {
		width: auto;
	}*/
	
	.popup-form [theme="popup-header"] span {
		margin-left: 20px;
		margin-right: 10px; 
	}
	
	[theme~="search-table-block"] [theme~="search-block"] {
		flex-direction: initial;
		display: block;
	}
	
	[theme~="search-table-block"] [theme~="search-block"] [theme~="search-field"] {
		max-width: 100%;
	}
	
	[theme~="search-table-block"] [theme~="search-block"] [theme~="button-save"] {
		width: 20%;
		margin-top: 1px;
	}
	
	.broadcast-sidebar-header .disk-capacity-single {
		padding: 0px 25px 40px 25px !important;
	}
	
	.form-info .small-buttons-items{		
	    margin-left: 0;
	}
	
	.sidebar-header .sidebar-upload [theme~="sidebar-upload"] .drag-and-drop-transfer-label {
        display: inline-block;
    }
    
    .sidebar-header:not([wide]) .sidebar-link {
        padding: 8px 0px 8px 10px !important;
        width: calc(100% - 20px);
    }

}

@media screen and (max-width: 480px) {
	[theme="message-item"] [theme~="buttons"] {
		flex-direction: column;
	}
	
	[theme="message-item"] [theme~="buttons"] vaadin-button:first-child {
		margin-right: 0px;
	}
	
	[theme="message-item"] [theme~="buttons"] vaadin-button:last-child {
		margin-left: 0px;
	}
	
	[theme="page-404"] {
		justify-content: flex-start;
	}
	
	[theme="page-maintenance"] {
		justify-content: flex-start;
	}
	
	[theme="img-maintenance"] {
		padding-top: 20px;
	}
	
	[theme="img-404"] {
		padding-top: 20px;
	}
	
	[theme~="above-table-block"] [theme~="buttons"] {
		flex-direction: column;
	}
	
	[theme="above-table-block"] [theme="buttons"] a {
		margin-left: 0;
	}
	
	vaadin-vertical-layout.popup-form{
		width: 277px !important;
	}
	
	vaadin-form-layout.popup-form {
		width: 260px !important;
	}
} 

@media screen and (max-width: 375px) {
	.form-tabs-item .combobox-content {
		width: calc(100% - 36px) !important;
	}
}

@media screen and (max-height: 1020px) {
	[theme~="error-text"] {
		flex-direction: column;
		position: absolute;
	    bottom: 50px;
	}
}


[theme~="dark"]	.sidebar-header .sidebar-link a{
	color: var(--docdocc-color-white);
}

[theme~="dark"]	.sidebar-header .sidebar-link:hover a{
	/*color: var(--docdocc-sidebar-color-san-marino);*/
	color: #225dbb;
}

[theme~="dark"]	.sidebar-header [theme="header-items"] {
	color: var(--docdocc-color-white);
}

[theme~="dark"]	.sidebar-header [slot="drawer-content"] {
	background-image: none;
	background-color: #1e2127;
}

[theme~="dark"] [theme~="widget-card"] {
	background-color: #262d37;
	border-color: #262d37;
}

[theme~="dark"] [theme~="card"] {
	background-color: #262d37;
	border-color: #262d37;
}

[theme~="dark"] [theme~="widget-card"]:hover {
    background-color: #434a59;
}

[theme~="dark"] .sidebar-upload:hover,
[theme~="dark"] .sidebar-upload:hover [theme~="widget-upload-element"] {
    background-color: #434a59;
}

[theme~="dark"] [theme~="widget-upload-element"]:hover {
    background-color: #434a59;
}

[theme~="dark"] .sidebar-upload [theme~="widget-upload-element"] span {
    color: #00bfc0;
}

[theme~="dark"] [theme~="widget-upload-element"] span {
    color: #fff;
}

[theme~="dark"] [theme~="content-vertical-tabs"] {
	border-top: 1px solid #262d37;
}

[theme~="dark"] [theme~="vertical-blue-tabs"] vaadin-tab[selected] {
	background-color: #262d37;
}

[theme~="dark"] [theme~="vertical-violet-tabs"] vaadin-tab[selected] {
    background-color: #262d37;
}

[theme~="dark"] [theme~="vertical-green-tabs"] vaadin-tab[selected] {
    background-color: #262d37;
}

[theme~="dark"] [theme~="vertical-blue-tabs"] vaadin-tab {
	border-bottom: 1px solid #262d37;
}


[theme~="dark"] .popup-form {
	background-color: #1f252d;
}

[theme~="dark"] .search-sidebar {
    --slide-tab-background-color: #262d37;
    --slide-tab-color: #fff;
}

[theme~="dark"] [theme="message-item"] {
	background-color: #434a59;
}

[theme~="dark"] vaadin-context-menu-list-box[theme="header-items"] {
	background-color: #303741;
}

[theme~="dark"] vaadin-context-menu-item[theme="header-items"] {
	color: #fff;
}

[theme~="dark"] vaadin-context-menu-item[theme="header-items"]:hover {
	background-color: #434a59;
}


[theme~="dark"] vaadin-list-box vaadin-item:hover {
	color: #fff;
	background-color: #434a59;
	
}

[theme~="dark"] vaadin-list-box vaadin-item[selected] {
	color: #fff;
}

[theme~="dark"] .popup-form [theme="popup-header"] {
	background-color: #00afff;
}

[theme~="dark"] .illustration-big::before {
	opacity: .2;
}

[theme~="dark"] .illustration-small::before {
	opacity: .2;
}

[theme~="dark"] .sidebar-header .sidebar-link:hover .sidebar-link-icon-dashboard {
	background-image: url('../img/icon-dashboard.svg');
}

[theme~="dark"] .sidebar-header .sidebar-link:hover .sidebar-link-icon-mail {
	background-image: url('../img/icon-mail.svg');
}

[theme~="dark"] .sidebar-header .sidebar-link:not(.disabled):hover .sidebar-link-icon-tasks {
	background-image: url('../img/icon-tasks.svg');
}

[theme~="dark"] .sidebar-header .sidebar-link:hover .sidebar-link-icon-documents {
	background-image: url('../img/icon-documents.svg');
}

[theme~="dark"] .sidebar-header .sidebar-link:not(.disabled):hover .sidebar-link-icon-reversed-documents {
	background-image: url('../img/icon-reversed-documents.svg');
}

[theme~="dark"] .sidebar-header .sidebar-link:not(.disabled):hover .sidebar-link-icon-subjects {
	background-image: url('../img/icon-subjects.svg');
}

[theme~="dark"] .sidebar-header .sidebar-link:hover .sidebar-link-icon-settings {
	background-image: url('../img/icon-settings.svg');
}

[theme~="dark"] .sidebar-header .sidebar-link:hover .sidebar-link-icon-archives {
	background-image: url('../img/icon-archives.svg');
}

[theme~="dark"] [theme~="purple"]:hover .widget-title{
	color: #d667d7;
}

[theme~="dark"] [theme~="light-blue"]:hover .widget-title{
	color: #00afff;
}

[theme~="dark"] #pwa-ip .banner {
	border: 1px solid #262d37;
	box-shadow: 0 0 12px 2px rgba(38, 45, 55, 1) !important;
}

[theme~="dark"] [theme~="background-title"] {
	webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

[theme~="dark"] [theme~="purple"] .widget-number {
	color: #d667d7;
}

[theme~="dark"] .notification-title {
	background-color: #00afff;
}

[theme~="dark"] .notification-item {
	background-color: #303741;
	border-color: #1e2127;
}

[theme~="dark"] .notification-item-content p:first-child {
	color: #fff;
}

/*[theme~="dark"] .notification-item-content p:last-child {
	color: #9a9a9a;
}*/

/*[theme~="dark"] .notification-item-content span {
	color: #9a9a9a;
}*/

[theme~="dark"] .notification-item:hover .notification-item-content p:first-child {
	color: #00afff;
}

[theme~="dark"] .notification-item-content .notification-item-content p:last-child {
	color: #00afff;
}

[theme~="dark"] .notification-item-content .notification-item-content span {
	color: #00afff;
}

[theme~="dark"] .notification-item::before {
	background-image: url('../img/icon-tasks-blue.svg');
}

[theme~="dark"] .expiration-task .notification-item-content p:first-child {
	color: #c10335;
}

[theme~="dark"] .notification-item:hover .notification-item-content p:first-child {
	color: #c10335;
}

[theme~="dark"] .notification-item-content .notification-item-content p:last-child {
	color: #c10335;
}

[theme~="dark"] .notification-item-content .notification-item-content span {
	color: #c10335;
}

[theme~="dark"] .login__content {
	background-color: #1e2127;
	box-shadow: 0 0 12px 0 rgba(30, 33, 39, 0.5);
}

[theme~="dark"] .login {
	background-color: #262d37;
	background-image: none;
}

[theme~="dark"] .login::before {
	opacity: .5;
}

[theme~="dark"] .broadcast-sidebar-header .broadcast-app-bar {
	margin-top: 36px;
	background-color: #262d37;
	box-shadow: var(--app-layout-bar-shadow);
}

[theme~="dark"] .status-item span:first-child {
    background-color: #262d37;
    border: 2px solid #02a7f2;
}

[theme~="dark"] .status-item.done span:first-child {
    background-color: var(--docdocc-color-lochmara);
}

[theme~="dark"] .status-item.in-progress span:first-child {
    background-color: var(--docdocc-color-monza);
    border-color: var(--docdocc-color-monza);
}

[theme~="dark"] .highlight {
	background-color: #434a59;
}

[theme~="dark"] .highlight .highlight-label {
	color: #fff;
}

[theme~="dark"] barcode-bwipjs {
	background-color: #fff;
}

[theme~="dark"] [theme="tab-table"] [theme~="compact"]{
	background-color: #262d37;
}

[theme~="dark"] table[theme~="compact"]{
	background-color: #262d37;
}

[theme~="dark"] [theme~="table"] span[class^="tooltip-"].document-access-item::after {
	background-image: url(../img/icon-security-classification-blue-small.svg);
}



@media screen and (max-width: 768px) {
	[theme~="dark"] .broadcast-sidebar-header .broadcast-app-bar {
		margin-top: 0px;
		background-color: #262d37;
		box-shadow: var(--app-layout-bar-shadow);
	}
}

.modify-columns-button {
    float: right;
}

.grid-document-buttons {
	width: fit-content;
	margin: 0 auto;
}

.grid-amount {
	/*margin-right: 4em;
	float: right;*/
	display: block;
	text-align: center;
}


.grid-disabled-row {
	color: grey;
}

.margin-vertical-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.selected-properties-grid-button {
	float: right;
	cursor: pointer;
}

.selected-properties-grid {
	min-height: 420px;	
}

.selected-properties-grid vaadin-grid-cell-content:nth-child(even){
	justify-content: flex-end;	
}

.selected-properties-widget-grid {
	margin-bottom: 30px !important;
}

.selected-properties-widget-grid vaadin-grid-cell-content[draggable="true"] {
	cursor: move;
}


.selected-properties-widget-grid .toggle-switch {
	margin-bottom: 0px !important;
}

.cursor-move {
	cursor: move;
}

.cursor-default {
	cursor: default;
}

vaadin-horizontal-layout.receipt-inline-button {
	text-align: right;
	margin-left: auto !important;
	width: auto !important;
	display: flex;
    flex-direction: row;
    align-self: flex-start;
    margin-right: 10px;
}

vaadin-horizontal-layout.receipt-inline-button [theme~="button-icon"]{
	padding: 0 20px;
}

.document-access-item:before{
    content: ", ";
}
.document-access-item:first-child:before{
    content: "";
}

.document-access-dialog-item {
	margin: 0;
}

.document-access-item-delete {
	margin-bottom: 1em;
}

.organization-unit-members-title-layout {
	display: unset;
	width: 100%;
}

.organization-unit-members-title {
	display: inline-block;
	margin: 1em;
}

.organization-unit-grid-name {
	color: var(--lumo-secondary-text-color);
	font-size: var(--lumo-font-size-s);
	white-space: normal;
}

.organization-unit-header-button {
	float: left;
}

.tooltip-1 vaadin-button,
.tooltip-2 vaadin-button,
.tooltip-3 vaadin-button,
.tooltip-4 vaadin-button,
.tooltip-5 vaadin-button,
.tooltip-6 vaadin-button,
.tooltip-7 vaadin-button,
.tooltip-8 vaadin-button,
.tooltip-9 vaadin-button,
.tooltip-10 vaadin-button,
.tooltip-11 vaadin-button {
	height: 100%;
	width: 100%;
}

[theme~="content-60"] {
	width: 60%;
}

[theme~="content-40"] {
	width: 40%;
}

[theme~="no-case-transform"] {
	text-transform: none;
}

[theme~="share-info"] {
	justify-content: end;
}

[theme~="share-info"] img{
	margin-top: 14px;
}

[theme~="share-info"] .status-box{
	margin-right: 0px !important;
	margin-left: 15px !important;
}

[theme~="share-content"] {
	justify-content: space-between;
}

[theme~="file-list"] {
	padding: 0;
	width: 100%;
	overflow-y: scroll;
    max-height: 300px;
}

[theme~="file-list"] vaadin-item{
	padding: 0 24px 25px 0;
}

[theme~="file-list"] vaadin-item > div{
	display: flex;
	justify-content: space-between;
}

[theme~="button-icons-in-table-heading"] [theme~="button-icon"]{
	padding: 4px !important;
	margin: 0 0 0 12px !important;
	width: 42px !important;
}

.alarm-description-label {
	width: calc(100% - 25px);
}

@media screen and (max-width: 991px) {
	vaadin-horizontal-layout.receipt-inline-button [theme~="button-icon"] {
	padding-left: 50px;
	padding-right: 0;
	}
	
	vaadin-horizontal-layout.receipt-inline-button {
		flex-direction: row !important;
		margin-right: 10px;
	}

}

@media screen and (max-width: 768px) {
	vaadin-horizontal-layout.receipt-inline-button [theme~="button-icon"] {
	padding-left: 50px;
	padding-right: 0;
	}
	
	vaadin-horizontal-layout.receipt-inline-button {
		margin-right: 10px;
	}

}
