.content {
  margin-top: 50px;
}
.undecorated-link:hover {
  text-decoration: none;
}
[ng\:cloak],
[ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.header-profile-image {
  opacity: 0.8;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  margin-right: 5px;
}
.open .header-profile-image,
a:hover .header-profile-image {
  opacity: 1;
}
.user-header-dropdown-toggle {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.error-text {
  display: none;
}
.has-error .help-block.error-text {
  display: block;
}
.has-error .help-inline.error-text {
  display: inline;
}
msgAreaStyle{
 color: purple;
}
#myProgress{
	width:100%;
	height: 15px;
	background-color: lightgrey;
}
#myProgressSlide{
	width:1%;
	height: 15px;
	background-color: green;
}
.CodeMirror {
    resize: vertical;
    resize: horizontal;
    
    resize: both;
    overflow: auto !important;
}
