.ekko-lightbox.modal {
	-ms-flex-align: flex-start;
    align-items: flex-start;
}
.ekko-lightbox.modal .modal-dialog {
	max-width: 425px !important;
}
.ekko-lightbox.modal .modal-dialog .ekko-lightbox-container {
	width: 100% !important;
    height: 100% !important;
}
.ekko-lightbox.modal .modal-dialog .ekko-lightbox-container > div.ekko-lightbox-item {
	position: relative;
}
.note-editor.note-frame.fullscreen {
    background: #fff;
}
.form-control + .select2 .select2-selection {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem 0.375rem 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control + .select2 .select2-selection .select2-selection__arrow {
    height: 100%;
}
.w-td-1{
    width: 250px;
    max-width: 250px;
}