/* line 74, ../sass/viewer/_toolbar.scss */

#chatscreen{
	border-radius:10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top:1px solid #1BA2AD;
	border-left:1px solid #1BA2AD;
	border-right:1px solid #1BA2AD;
}

.navbar .icon-logo {
  background-image: url("../images/ereader-logo.png");
  width: 320px;
  background-size: auto 28px; }
  /* line 78, ../sass/viewer/_toolbar.scss */
  .navbar .icon-logo:active {
    background-image: url("../images/ereader-logo.png");
    width: 320px;
    background-size: auto 28px; }

@media (max-width: 480px) {
  .navbar .icon-logo {
  background-image: url("../images/embellisherereader-touch-icon.png");
  width: 50px;
  background-size: auto 28px; }
  /* line 78, ../sass/viewer/_toolbar.scss */
  .navbar .icon-logo:active {
    background-image: url("../images/embellisherereader-touch-icon.png");
    width: 50px;
    background-size: auto 28px; }
}

.splash-logo{
	background-image: url("../images/about-embellisher-logo.png");
	background-repeat: no-repeat;
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	width:276px;
	height:225px;
	background-size: auto 225px;
}
.parner-logo{
	background-image: url("../images/partner_logos.png");
	background-repeat: no-repeat;
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	width:276px;
	height:65px;
	background-size: 276px auto;
}
@media (max-width: 480px) {
	.splash-logo {
		max-width:90%;
		margin-left:auto;
		margin-right:auto;
		width:138px;
		height:112px;
		background-size: 138px auto;
	}
	.parner-logo{
		max-width:90%;
		margin-left:auto;
		margin-right:auto;
		width:148px;
		height:35px;
		background-size: 148px auto;
	}
	
}