/*inherited from bootstrap-markdown.css*/
.md-editor {
	display: block;
	border: 0px;
}

.md-editor>textarea {
	background: inherit;
	/* 	 border-radius: inherit; doesn't work */
	/* border-radius: 5px; */
	/* top-left top-right bottom-right bottom-left */
	border-radius: 0px 0px 5px 5px;
	margin: 0;
	font: inherit;
	color: inherit;
	overflow: auto;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	height: inherit;
	font-family: inherit;
	font-size: 14px;
	outline: inherit;;
	display: block;
	padding: 0;
	border-top: 1px solid #ddd; /* 0; */
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: inherit;
}

.md-editor>textarea:focus {
	outline: inherit;
	border: inherit;
	box-shadow: inherit;
	background: inherit;
	resize: inherit;
}

.md-editor .md-footer, .md-editor>.md-header {
	display: block;
	padding: 0px;
	background: #fff
}

.md-editor>.md-header {
	/* border-radius: 5px; */
	/* top-left top-right bottom-right bottom-left */
	border-radius: 5px 5px 0px 0px;
	background: inherit;
	border: 1px solid #ddd
}

.md-editor>.btn-toolbar {
	padding-left: 8px;
}

/* .md-editor .md-header .btn-group{
	 float:right; 
}  */
.md-editor>.md-preview {
	background: #fff;
	border: 0;
	padding: 10px;

	/* bug:I1127- The Comment button does not draw correctly in preview mode.
	border-top: 0;
	border-bottom: 0;
	outline: 0; 
	border-right: 0;
	border-left: 0; 
 	min-height: 10px; 
	overflow: inherit;
	border-right: 0; */
}

.md-editor.active {
	border-color: inherit;
	outline: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

.md-editor .md-controls-fullscreen {
	float: right;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.md-editor .md-controls-texttype {
	float: right;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.md-editor .md-controls-saver {
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.md-editor .md-controls-fullscreen>a:hover {
	color: #337ab7;
}

.md-editor .md-controls-fullscreen>a {
	color: #b3b3b3;
}

.md-editor .md-controls>.md-control {
	right: 5px;
	color: #bebebe;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.md-editor .md-controls .md-control:hover {
	color: #337ab7; /* #8aa830; */
}

.md-editor.md-fullscreen-mode .md-header {
	border: 0;
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls {
	/*========================   position: absolute; */
	top: 20px;
	right: 20px;
	text-align: right;
	z-index: 1002;
	/* display: block */
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
	color: #337ab7; /* #8aa830; */
	text-decoration: inherit;
}

.md-editor.md-fullscreen-mode button>span:hover {
	color: #337ab7; /*  #8aa830; */
}

.md-editor.md-fullscreen-mode>.btn-toolbar {
	padding-left: 15px;
}

.btn-toolbar>.btn {
	margin: 1px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 2px;
	padding-left: 2px;
}

.md-editor button>span {
	color: #808080; /* #A7C942; */
}

.md-editor button>span:hover {
	color: #337ab7; /* #8aa830; */
}

.md-editor.md-fullscreen-mode.textarea {
	color: #A7C942;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	padding: 60px 30px 15px;
	background: #fff !important;
	border: 0 !important
}