body{
	margin-bottom: 100px;
}
.logo{
	font-family: 'Faster One', cursive;
	font-size: 30px;
}
.logo.E{
	color: #e91e63;
}
.logo.B{
	color: #ffd166;
}
.logo.M{
	color: #06d6a0;
}
.navbar>.container{
	max-width: 100%;
}
.bg-empd{
	background: #ffffff;
}
.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background: #ced4da no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.active a{
	color: #FFFFFF;
}

/*editor ace*/
#editor { 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 300px;
    border-radius: 0.25rem;
}
.page-login, .page-signup{
	
}
.error{
	color: #b71234;
}
#testResult{
	max-height: 400px;
	overflow-y: auto;
}
.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
/*EBM*/
.textarea{
	background: #ebebeb;
    padding: 15px;
    border-radius: 5px;
}
#result_list{
	max-height: 450px;
	overflow-y: auto;
}



body.ebm{
	background-color: #ffffff;
	color: #444444;
} 
.ebm .bg-empd{
	background-color: #ffffff;
}
.ebm .list-group-item a{
	color: #3F51B5;
}
.ebm a{
	color: #161B33;
}
.ebm .active a{
	color: #fff;
}
.ebm .list-group-item.active {
    z-index: 2;
    color: #fff!important;
    background-color: #4f81f0;
    border-color: #4f81f0;
}
.ebm .list-group-item{
	background-color: #eff6fc;
	/* color: #000; */
}
.ebm .btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #cccccc;
	padding: .4375rem 1rem;
    font-size: .875rem;
    border-radius: 3px;
}
.ebm .btn-secondary:hover{
	color: #ffffff;
    background-color: #47ad6d;
}
.ebm .card{
	box-shadow: 0 1px 7px 0 rgba(32, 33, 36, 0.28);
	border: none;
}
.ebm .form-control {
    /* color: #fff; */
    /* background-color: #50e3c2; */
    /* border: 1px solid #50e3c2; */
}
/* .ebm .card-body, .ebm .table{ */
	/* background-color: #272727; */
	/* color : #fff */
/* } */
/* .ebm a{ */
	/* color: #FFEB3B; */
/* } */
/* .ebm .list-group-item.active { */
    /* color: #fff; */
    /* background-color: #000000; */
    /* border-color: #000000; */
/* } */
/* .ebm .textarea{ */
	/* background: #ebebeb; */
	/* color: #000000; */
	/* font-family: monospace; */
    /* padding: 15px; */
    /* border-radius: 5px; */
/* } */
/* .ebm h3{ */
	/* color: #f44336; */
/* } */
.ebm .page-link{
	color: #000;
}
.ebm .page-link.active{
	color: #fff;
	background: #000;
}
.select-this-email{
	cursor: pointer;
    font-family: consolas;
    background: #f4f4f4;
    padding: 0px 7px;
    margin: 0 0 3px 0;
}
.select-this-email:hover{
	background: #47ad6d;
	color: #ffffff;
}
.url_bar{
	display: block;
	background: #f1f3f4;
    border-radius: 19px;
    padding: 5px;
}
.url_bar:hover{
	text-decoration: none;
	box-shadow: 0 1px 7px 0 rgb(32 33 36 / 28%);
}
.url_bar img{
	padding-bottom: 3px;
}





