.x-form-refresh-trigger{background-image: url(../images/coustom-refresh-trigger.png) !important;}
.color-green { background-color: green; color: white;}
.color-gray { background-color: lightgray; color: black;}
.color-lightgreen { background-color: #A5DF00;}
.color-red { background-color: #FF0000; color: white;}
.color-orange { background-color: orange;}
.red-text{ color: #FF0000;}
.green-text{ color: green;}


.isin_combo{
	font-size: 12px;

}
.isin_combo th{
 font-weight:normal;
 text-align: left;
 vertical-align: top;

}
.isin_combo td{
 font-weight:bold; text-align: left;
}


.msg-success .x-tab-bar-default-top > .x-tab-bar-body-default
{
	background-color: rgb(134, 202, 93);
}

.msg-success.x-window-default
{
	background-color: rgb(134, 202, 93);
	border-color: rgb(134, 202, 93);
}

.msg-success .x-window-header
{
	border-color: rgb(134, 202, 93);
	background-color: rgb(134, 202, 93);
}

.msg-success .x-window-body-default
{
	border-color: rgb(134, 202, 93);
}

.msg-success .x-window-header-default .x-tool-img
{

	background-color: rgb(134, 202, 93);
}

.msg-success .x-tab-bar-default-top > .x-tab-bar-body-default
{
	background-color: rgb(134, 202, 93);
}

.msg-failure .x-tab-bar-default-top > .x-tab-bar-body-default
{
	background-color: red;
}

.msg-failure.x-window-default
{
	background-color: red;
	border-color: red;
}

.msg-failure .x-window-header
{
	border-color: red;
	background-color: red;
}

.msg-failure .x-window-body-default
{
	border-color: red;
}

.msg-failure .x-window-header-default .x-tool-img
{

	background-color: red;
}

.msg-failure .x-tab-bar-default-top > .x-tab-bar-body-default
{
	background-color: red;
}

.msg-warning .x-tab-bar-default-top > .x-tab-bar-body-default
{
	background-color: rgb(255, 152, 0);
}

.msg-warning.x-window-default
{
	background-color: rgb(255, 152, 0);
	border-color: rgb(255, 152, 0);
}

.msg-warning .x-window-header
{
	border-color: rgb(255, 152, 0);
	background-color: rgb(255, 152, 0);
}

.msg-warning .x-window-body-default
{
	border-color: rgb(255, 152, 0);
}

.msg-warning .x-window-header-default .x-tool-img
{

	background-color: rgb(255, 152, 0);
}

.msg-warning .x-tab-bar-default-top > .x-tab-bar-body-default
{
	background-color: rgb(255, 152, 0);
}


pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}