.x-portlet .x-panel-body {
	background-color: transparent !important;
}

/* Button link */
.button-link .x-btn-text {
	cursor: pointer !important;
	cursor: hand !important;
	border: none !important;
	/* Disable the button-style */
	background-color: transparent !important;
	background: none !important;
	background-image: none !important;
	padding: 0px !important;
	color: #4784C3 !important;
	text-decoration: underline !important;
}

/* remove images */
.button-link .x-btn-tl,.button-link .x-btn-tr,.button-link .x-btn-tc,.button-link .x-btn-ml,.button-link .x-btn-mr,.button-link .x-btn-mc,.button-link .x-btn-bl,.button-link .x-btn-br,.button-link .x-btn-bc
	{
	background-image: none !important;
}

/* remove little dots in FF */
.button-link .x-btn-tl i,.button-link .x-btn-tr i,.button-link .x-btn-tc i,.button-link .x-btn-ml i,.button-link .x-btn-mr i,.button-link .x-btn-mc i,.button-link .x-btn-bl i,.button-link .x-btn-br i,.button-link .x-btn-bc i
	{
	font-size: 0px;
}
/* Button link */

#whitelabel-logo {
	background-image: url("rawmobility.png");
	background-repeat: no-repeat;
	height:40px;
	width:90px;
	margin-top: -5px;
}

.sendsms-warning {
	background-color: red;
	color: white;
}

.message-detail th {
	font-weight: bolder;
	padding-right: 10px;
}


.x-tab-panel-body {
	background-color: transparent;
	border: 0px;
}

.x-status-warning {
  background-image: url(../images/default/form/exclamation.gif);
}

.sendbutton button {
  font-weight: bold;
}