﻿.profile-address-menu-section .dxbl-tabs-tablist {
	border-bottom: none !important;
}

.profile-address-menu-section .dxbl-scroll-viewer-vert-scroll-bar.active {
	display: none;
}

#EditProfile .file-uploader input {
	display: none;
}

#EditProfile .btn-toolbar {
	flex-direction: row-reverse;
	border-bottom: none;
	margin-bottom: 0;
}

/* Student profile - delivery address */
#CreateDeliveryAddress dxbl-modal > .dxbl-modal > .dxbl-popup {
	width: 780px;
}

#CreateDeliveryAddress .validation-placeholder {
	min-height: 14px;
	line-height: 14px;
	max-height: 24px;
}

#CreateDeliveryAddress {
	margin: auto !important;
}

@media(min-width:780px) {
	#CreateDeliveryAddress dxbl-modal-dialog {
		min-width: 780px;
	}
}

.photo-container .loadingio-spinner-default {
	margin-top: calc(50% - 34px);
}