.be-nosidebar-left .be-top-header .navbar-header .navbar-brand
{
	width: 220px;
  background-position: 0px center;
  background-size: 100%;
}

.table-responsive td.actions a.icon
{
	margin-left: 10px; 
}

.timeline-loadmore .load-more-btn
{
	color: #fff;
	background-color: #4285f4;
}

.color-picker-wrapper
{
	border-radius: 48px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

input[type=color].form-control.color-picker
{
	opacity: 0;
	display: block;
	width: 48px;
	height: 48px;
	border: none;
	padding: 0;
}

button.base
{
	position: relative;
	width: 100%;
	max-width: 270px;
	height: 80px;
	padding: 0 40px;
	margin-top: 10px;

	font-size: 24px;
	text-align: center;
	
	border: none;
	border-radius: 40px;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

	outline: none;
}

input[type=text].base
{
	width: 100%;
	height: 60px;
	padding: 0 20px;

	border: solid 2px #fff;
	border-radius: 30px;

	font-size: 16px;
	line-height: 60px;
	text-align: left;

	background-color: #fff;
	color: #333;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

	outline: none;
}

input[type=text].base.focus
{
	border: solid 2px #333;
}

input[type=text].base.success
{
	border: solid 2px #00e676;
}

input[type=text].base.error
{
	border: solid 2px #fe0152;
}

span.key
{
	float: left;
	width: 50px;
	height: 50px;

	margin-right: 16.42px;
	
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	
	border-radius: 25px;
	
	color: #333;
	background-color: #fff;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.text-pick
{
	font-family: 'Arial';
}

#modal-preview .modal-dialog
{
	width: 75%;
}

#modal-preview .modal-dialog .modal-content
{
	max-width: 100%;
}

.green
{
  color: #5cb85c;
}

.orange
{
  color: #f0ad4e;
}

.red
{
  color: #d9534f;
}

.green-bg
{
  background-color: #5cb85c;
}

.orange-bg
{
  background-color: #f0ad4e;
}

.red-bg
{
  background-color: #d9534f;
}

::-webkit-scrollbar {
  width: 6px;
  border-radius : 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius : 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}