@charset "UTF-8";

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


@font-face {
	font-family: summernote;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/summernote.eot);
	src: url(../fonts/summernote.eot?#iefix) format("embedded-opentype"), url(../fonts/summernote.woff?) format("woff"), url(../fonts/summernote.ttf?) format("truetype")
}

.note-editor.note-frame {
	border: 1px solid #dee2e6;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0
}

.note-editor.note-frame .note-statusbar {
	background-color: #fff;
	border-top: 1px solid #dee2e6
}

.note-editor.note-frame .note-editable {
	border: none;
	background-color: #fff!important;
	color: #6c757d!important
}

.note-status-output {
	display: none
}

.note-placeholder {
	color: #adb5bd
}

.note-editable {
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	padding: .45rem .9rem;
	height: 230px;
}

.note-editable p:last-of-type {
	margin-bottom: 0
}

.note-btn-group .btn-light {
	background-color: #edeff1;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #edeff1;
	color: #343a40
}

.CodeMirror-fullscreen,
.editor-toolbar.fullscreen {
	z-index: 1000
}

.editor-preview,
.editor-preview-side {
	background: #dee2e6
}

.editor-preview-active {
	background: #e5e8eb
}

.editor-toolbar {
	border: 1px solid #dee2e6;
	border-bottom: 0
}

.editor-toolbar a {
	color: #6c757d!important
}

.editor-toolbar a.active,
.editor-toolbar a:hover {
	background-color: transparent;
	color: #727cf5!important;
	border-color: transparent
}

.editor-toolbar i.separator {
	display: none
}

.editor-toolbar.disabled-for-preview a:not(.no-disable) {
	background: 0 0
}

.CodeMirror {
	border: 1px solid #dee2e6;
	background: #fff;
	color: #6c757d
}

.CodeMirror-cursor {
	border-left: 1px solid #343a40
}

.editor-statusbar {
	color: #343a40
}

.twitter-typeahead {
	display: inherit!important
}

.tt-hint,
.tt-query {
	line-height: 30px;
	outline: 0
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.tt-hint {
	color: #98a6ad
}

.tt-menu {
	width: 100%;
	padding: 8px 0;
	max-height: 200px;
	overflow-y: auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
	box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
	border: 1px solid #d9e3e9
}

.tt-suggestion {
	padding: 3px 20px;
	line-height: 24px
}

.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background-color: #727cf5
}

.tt-suggestion p {
	margin: 0
}

.tt-highlight {
	font-family: Nunito, sans-serif
}

.typeahead-empty-message {
	padding: 5px 10px;
	color: #fa5c7c
}

.league-name {
	padding: 3px 20px
}

.jqstooltip {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: auto!important;
	height: auto!important;
	background-color: #fff!important;
	-webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 0 45px 0 rgba(0, 0, 0, .12);
	padding: 5px 10px!important;
	border-radius: 3px;
	border-color: #fff!important
}

.jqsfield {
	color: #000!important;
	font-size: 12px!important;
	line-height: 18px!important;
	font-family: Nunito, sans-serif!important;
	font-weight: 700!important
}


/*# sourceMappingURL=app.min.css.map */