.staff-modal {
	> .uk-modal-dialog {
		border-top: 5px solid @primary-color-yellow;
		> .uk-modal-body {
			padding-bottom: 20px;

			> .uk-modal-title > .title {

			}

			> .uk-modal-title > .cancel {
				color: @staff-modal-cancel-button-text-color;
			}

			> .actions > .registerstaff,
			> .actions > .updatestaff,
			> .actions > .deletestaff{
				.align-self(center);
			}
		}

		> .uk-modal-footer {
			border: none;
			background-color: @staff-modal-footer-bg-color;

			> .pouch-icon-connection {
				top: -28px;
				font-size: 2.5em;
				color: @staff-modal-footer-icon-connection-color;
				background-color: @staff-modal-footer-icon-connection-bg-color;
				padding: 15px;
				border-radius: 100%;
			}

			> .text {
				line-height: 1.3;
				font-size: 1.05em;
			}
		}
	}
}