/* Add here all your CSS customizations */
.invoice .bill-data .value {
    width: 200px !important;
}
.select2-container .select2-selection--single {
	height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px !important;
}
.dropzone .dz-default .dz-button {
	margin-top: 110px;
	-webkit-transition: color .1s ease-in;
	transition: color .1s ease-in;
	font-size: 27px;
	color: rgba(0, 0, 0, 0.2);
}
.dropzone:hover .dz-default .dz-button {
	color: rgba(0, 0, 0, 0.3);
}

html.dark .dropzone .dz-default .dz-button {
	color: rgba(255, 255, 255, 0.2);
}

html.dark .dropzone:hover .dz-default .dz-button {
	color: rgba(255, 255, 255, 0.3);
}
.dropzone {
	min-height: 377px;
}
.dropzone .dz-preview {
	width: 95%;
}
.dropzone .dz-preview .dz-image {
	width: 100%;
	height: 275px;
	max-height: 275px;
}
.dropzone .dz-preview .dz-image img {
	max-height: 275px;
}
.dropzone .dz-preview.dz-image-preview {
    background: none;
}
.dropzone .dz-preview .dz-error-message {
	border-radius: 4px;
	left: 0px;
	top: 68%;
	width: 100%;
}
.dropzone .dz-preview .dz-error-message:after {
	border-bottom: 6px solid transparent;
}
.mfp-iframe-scaler iframe {
    height: 75% !important;
}
.nonselectable {
   -ms-user-select: none; /* IE 10+ */
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}
.note-group-select-from-files {
  display: none;
}