.page-signin {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


#content-wysiwyg{
	width:100%;
	height:500px;
}

.buttons{
	text-align:right;
	clear:both;
}

.page-theory-week select{
	width:300px;
}

.note{
	background:#904E95;
	color:white;
	padding:8px;
	font-size:1em;
	border:2px solid white;
	display:inline-block;
	box-shadow:0 0 2px rgba(0,0,0,0.5);
	border-radius:8px;
}

.iframe-wrap{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.html5-wrap {
	max-width: 100%;
}

.html5-wrap video {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

nav.navbar-top{
	border-radius: 0;
}


.markdown .editor-preview img,
.markdown-content img{
	max-width: 100%;
}

.combodate .disabled{
	background: #eee;
	cursor: not-allowed;
}

.nav>li>a.nav-link-narrow,
.nav-link-narrow{
	padding-left: 14px;
	padding-right: 14px;
}

.no-wrap {
	white-space: nowrap;
}