.top-nav { background: gray; padding: 10px 15px; }
.top-nav .log-out { float: right; }
.top-nav a { color: white !important; font-size: 20px; text-decoration: none; display: inline-block; margin: 0px 15px; }
.top-nav a.first { margin-left: 0px; }
.top-nav a.last { margin-right: 0px; }
.top-nav a:hover { color: blue; }
.top-nav a.glyphicon-off { color: #f67b7b !important; }
.no-bottom-margin { margin-bottom: 0px !important; }
.no-top-margin { margin-top: 0px !important; }
.bold { font-weight: bold; }
.not-bold { font-weight: normal !important; }
.italics { font-style: italic; }
.pointer { cursor: pointer; }
.larger { font-size: 1.5em !important; }
.w-100 { width: 100%; }

.header-buttons { float: right; }
.header-buttons .btn { margin-left: 0px; }
.vertical-alignment-helper { display:table; height: 100%; width: 100%; pointer-events:none; }
.vertical-align-center { display: table-cell; vertical-align: middle; pointer-events:none; }
.modal-content { width:inherit; max-width:inherit; height:inherit; margin: 0 auto; pointer-events: all; }
.btn.btn-submitted-spinner { position: relative !important; background-color: transparent !important; border-color: transparent !important; color: transparent; box-shadow: none !important; }
textarea { resize: vertical; }
