.taskExecTabGridLabel{
    background-color: #f9f9f9;
    background-image: url(resources/gxt/images/default/grid/grid3-hrow.gif);
    text-align: center;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
}

.taskExecTabGridLabel * {
    width:100%;
}

.taskExecTabGridTitle{
    width:95px;
    text-align: center;
}

.taskExecTabGridValue{
    background-color: white;
    border-right-width: 0px !important;
    border-bottom-width: 1px !important;
}

.x-filtered-column {
	color: black;
	font-weight: bold;
	text-shadow: 0 1px 0 white;
	background: url(resources/tac/images/grid/filter.png) no-repeat right
}

/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
.x-grid3-td-refs,.x-grid3-td-authRight,.x-grid3-td-readId,.x-grid3-td-writeId
	{
	background-color: #F1F2F4;
	color: #444444;
	text-shadow: 0px 1px 0px white;
}

.x-grid3-td-projectRef,.x-grid3-td-auth {
	background-color: #DFE8F6;
}

.jobAnalyseConnection {
	position: relative;
	top: -3px;
}

.task-inactif {
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 5px;
	border-radius: 3px;
	background-color: #bbb;
	color: white;
	font-size: 11px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.x-grid3-cell {
		box-sizing: border-box;
	}
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.cursor {
	cursor: pointer;
}

.auth-selected {
	background-color: #777;
	color: white;
	padding: 2px;
	border-radius: 3px;
	font-weight: bold;
	text-shadow: 0px 1px 1px black;
}

.auth-selected:HOVER {
	background-color: #999;
	color: white;
	padding: 2px;
	border-radius: 3px;
	font-weight: bold;
	text-shadow: 0px 1px 1px black;
}

.mask-gray {
	background-color: black;
}

.proj-text {
	background: #f9f9f9;
	text-shadow: 0px 1px white;
	padding: 5px;
}

.menu-foot {
	background: #f9f9f9;
    color: #404040;
    padding: 5px;
    text-shadow: 0px 1px white;
	border-top: 1px solid #CCCCCC;
}

.menu-foot i {
	font-size: 10px;
}

.port-true {
	visibility: visible;
}

.port-false {
	visibility: hidden;
}

.error-field {
	color: red;
	font-size: 11px;
	font-family: verdana;
}

.info-field {
	color: green;
	font-size: 11px;
	font-family: verdana;
}

.readOnlyPanel {
	color: red;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.businessmodel-frame {
	border-color: white;
	border-width: 0px;
	overflow: hidden;
}

.token-frame {
	border-color: white;
	border-width: 0px;
}

.CronUITriggerPopup-select-10px div {
	padding: 0px !important;
	font-size: 11px !important;
	font-family: verdana !important;
}

.CronUITriggerPopup-select .x-fieldset {
	border: 0 !important;
	height: 100%;
}

.CronUITriggerPopup-select .x-panel-header {
	height: 25px;
	text-align: center;
}

.x-form-field-wrap .x-form-trigger {
	right: 0;
}

.execution-task-grid-row-grey {
	color: #AAAAAA;
}

.execution-task-grid-row-grey .x-grid3-col-triggersStatus {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	filter: alpha(opacity =   50); /* IE < 8 */
}

.form-no-padding {
	padding: 0px;
}

.available-paches {
	margin-left: 5px;
}

/* start ----------- ServerTemplate.java -----------*/
.serv-header {
	width: 100%;
	font-family: arial, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	color: #5D5D5D;
	pointer-events: none;
}

.serv-t1 {
	font-size: 20px;
	text-shadow: 1px 1px 1px #999;
	pointer-events: none;
}

.serv-t2 {
	font-size: 20px;
	text-shadow: 1px 1px 1px #999;
	pointer-events: none;
}

.serv-info {
	width: 100%;
	pointer-events: none;
}

.serv-key {
	display: inline-block;
	vertical-align: top;
	width: 115px;
	pointer-events: none;
}

.serv-value {
	color: black;
	font-weight: bold;
	display: inline-block;
	overflow: hidden;
	height: 18px;
	pointer-events: none;
}

.graph-back {
	background-image: url("resources/tac/images/server/bar_back.png");
	background-repeat: repeat-x;
	background-position: 0 2px;
	width: 100px;
	pointer-events: none;
}

.status-img-UP,.status-img-DOWN,.status-img-INVALID,.status-img-INACTIVE,.status-img-UP-Talend-Runtime,.status-img-DOWN-Talend-Runtime,.status-img-INVALID-Talend-Runtime,.status-img-INACTIVE-Talend-Runtime
	{
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	pointer-events: none;
}

.status-img-INACTIVE {
	background-image:
		url("resources/tac/images/server/server_desactivated.png");
	pointer-events: none;
}

.status-img-UP {
	background-image: url("resources/tac/images/server/server_ok.png");
	pointer-events: none;
}

.status-img-DOWN {
	background-image: url("resources/tac/images/server/server_down.png");
	pointer-events: none;
}

.status-img-INVALID {
	background-image: url("resources/tac/images/server/server_down.png");
	pointer-events: none;
}

.status-img-INACTIVE-Talend-Runtime {
	background-image:
		url("resources/tac/images/server/server_desactivated_esb.png");
}

.status-img-UP-Talend-Runtime {
	background-image: url("resources/tac/images/server/server_ok_esb.png");
}

.status-img-DOWN-Talend-Runtime {
	background-image: url("resources/tac/images/server/server_down_esb.png");
}

.status-img-INVALID-Talend-Runtime {
	background-image: url("resources/tac/images/server/server_down_esb.png");
}

#sluiDetailFormPanel .x-form-item {
	border: 1px solid #A7ABB4;
	margin-bottom: -1px;
	font-family: Arial, sans-serif;
	font-size: small;
}

#sluiDetailFormPanel .x-form-item-label {
	border-right: 1px solid #A7ABB4;
	background-color: #F6F7F9;
}

#sluiDetailFormPanel .x-form-label-left .x-form-item-label {
	text-align: right;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
}

#sluiDetailFormPanel .x-form-label {
	padding: 2px 3px 3px 3px;
	font-size: small;
}

.softwareUpdate-currentVersion {
	font-weight: bold;
	font-size: large;
	color: #9ED710;
}

.softwareUpdate-studiopatch {
	font-weight: bold;
	font-size: medium;
	color: #9ED710;
}

.softwareUpdate-infoPanel {
	background-color: #585858;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding: 2px;
	font-size: medium;
	color: grey;
	font-weight: bold;
}

.softwareUpdate-URLFont {
	font-size: medium;
	color: grey;
	font-weight: bold;
}

.softwareUpdate-InfoFont {
	font-size: medium;
	color: #000;
	font-weight: bold;
}

.artifact-title {
	font-weight: bold;
	font-size: large;
	color: gray;
}

.studiopatch-title {
	font-weight: bold;
	font-size: medium;
	color: gray;
}

.artifact-arrow {
	cursor: pointer;
	-webkit-transform: scale(0.8);
	-webkit-transition-property: all;
	-webkit-transition-duration: .3s;
	-moz-transform: scale(0.8);
	-moz-transition-property: all;
	-moz-transition-duration: .3s;
}

.artifact-arrow:HOVER {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
}

.artifact-wrapper {
	background: #efefef;
}

.artifact-header {
	border-bottom: grey dotted 1px;
}

.artifact-odd,.artifact-even {
	border: 0px solid grey;
	border-radius: 5px;
	box-shadow: 0px 1px 3px #999999;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 1px 3px #999999;
}

.artifact-odd:HOVER,.artifact-even:HOVER {
	box-shadow: 0px 3px 5px #AAA;
	-moz-box-shadow: 0px 3px 5px #AAA;
}

.artifact-odd {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 30%, #e5e5e5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #e5e5e5) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 30%, #e5e5e5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 30%, #e5e5e5 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 30%, #e5e5e5 100%);
	/* IE10+ */
	filter: progid:       DXImageTransform.Microsoft.gradient(
		 startColorstr=
		  '#ffffff', endColorstr=       '#e5e5e5', GradientType=       0 );
	/* IE6-9 */
	background: linear-gradient(top, #ffffff 30%, #e5e5e5 100%); /* W3C */
}

.artifact-even {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 30%, #e5e5e5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #e5e5e5) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 30%, #e5e5e5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 30%, #e5e5e5 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 30%, #e5e5e5 100%);
	/* IE10+ */
	filter: progid:       DXImageTransform.Microsoft.gradient(
		 startColorstr=
		  '#ffffff', endColorstr=       '#e5e5e5', GradientType=       0 );
	/* IE6-9 */
	background: linear-gradient(top, #ffffff 30%, #e5e5e5 100%); /* W3C */
}

@
-webkit-keyframes opacity { 0% {
	opacity: 1.0;
}

50%
{
opacity


:



.2


;
}
100%
{
opacity


:



1
.0


;
}
}
@
-moz-keyframes opacity { 0% {
	opacity: 1.0;
}

50%
{
opacity


:



.2


;
}
100%
{
opacity


:



1
.0


;
}
}
@
-ms-keyframes opacity { 0% {
	opacity: 1.0;
}

50%
{
opacity


:



.2


;
}
100%
{
opacity


:



1
.0


;
}
}
@
-o-keyframes opacity { 0% {
	opacity: 1.0;
}

50%
{
opacity


:



.2


;
}
100%
{
opacity


:



1
.0


;
}
}
.badge {
	display: inline-block;
	display: -moz-inline-block;
	visibility: visible;
	margin-left: 3px;
	margin-right: 3px;
	position: relative;
	left: 2px;
	font-weight: bold;
	background: rgb(255, 48, 25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 48, 25, 1) 0%,
		rgba(207, 4, 4, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
		48, 25, 1) ), color-stop(100%, rgba(207, 4, 4, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 48, 25, 1) 0%,
		rgba(207, 4, 4, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 48, 25, 1) 0%,
		rgba(207, 4, 4, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 48, 25, 1) 0%,
		rgba(207, 4, 4, 1) 100% ); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 48, 25, 1) 0%,
		rgba(207, 4, 4, 1) 100% ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#ff3019',
		endColorstr='#cf0404', GradientType=0 ); /* IE6-9 */
	padding-left: 3px;
	color: white;
	border-radius: 3px;
	padding-right: 3px;
}

.badge.hide {
	visibility: hidden;
	margin-left: 0px;
	margin-right: 0px;
}

.anim {
	-webkit-animation-name: opacity;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: opacity;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: opacity;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-name: opacity;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;
}

.config-status.check img {
	width: 1px;
	height: 1px;
	-webkit-animation-name: opacity;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: opacity;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: opacity;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-name: opacity;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;
}

.config-status {
	display: inline-block;
	padding-top: 2px;
}

.config-message {
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
	height: 21px;
	display: inline-block;
	margin-top: -7px;
}

.config-message.red {
	color: red;
	display: inline-block;
}

.config-message.green {
	color: green;
	display: inline-block;
}

.config-message.blue {
	color: blue;
	display: inline-block;
}

.config-title {
	display: inline-block;
	width: 440px;
	margin-top: 4px;
}

.config-header .x-panel-inline-icon {
	margin-top: 3px;
}

.x-panel-header.config-header {
	padding: 2px;
}

.x-panel-header {
	color: #333;
	text-shadow: 0 1px white;
	border: 1px solid #d0d0d0;
	background-image: url(resources/images/gray/panel/white-top-bottom.gif);
}

.x-window-tl .x-window-header {
	color: #555;
	text-shadow: 0 1px white;
}

.x-tab-strip-active span.x-tab-strip-text {
	color: #404040 !important;;
	text-shadow: 0 1px white;
}

.esb-auth-resource-italic {
	font-style: italic;
}
.studio-update-panel {
	padding-left: 28px;
	padding-top: 28px;
}

.studio-update-padding-top-bottom {
	padding-top: 5px;
	padding-bottom: 5px;
}

.studio-update-padding-left-right {
	padding-left: 5px;
	padding-right: 5px;
}
.studio-update-patch-list {
	padding-top: 10px;
	padding-bottom: 10px;
}
.studio-update-bullet {
	padding-left: 10px;
	margin-right: 10px;
}

.studio-update-apply-button {

}
.studio-update-add-patch-apply-button {
	float: left;
	padding-top: 10px;
	margin-left: -10px;
}
.studio-update-info {
	padding: 20px 10px 0 5px;
}
.studio-update-applied-image {
	padding: 2px 5px 0 0px;
}





.studio-patch-introduce-title-1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 4px;
}
.studio-patch-introduce-title-2 {
	font-size: 14px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.studio-patch-introduce-title-3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 8px;
}
.studio-patch-introduce-list {
	font-size: 14px;
	padding: 2px 0px 2px 0px;
}
.studio-patch-link {
	color: hsla(204, 95%, 31%, 1);
	font-weight: 700;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 14px;
}
.studio-patch-applied-project {
	padding: 0px 36px 0px 0px;
}
.studio-patch-applied-url {
	padding: 8px 36px 0px 0px;
}
.studio-patch-applied-input {
	width: 297px;
	height: 57px;
}
.studio-patch-applied-remove-button-panel {
	padding-left: 15px;
}
.studio-patch-introduce-link {
	padding-left: 25px;
}
.studio-patch-applied-rn {
	padding-top: 5px;
}
.studio-patch-add-version-heading {
	font-size: 16px;
	font-weight: bold;
}
.studio-patch-add-version-notice-panel {
	border: 1px solid #005DB9;
	width: 568px;
	height: 65px;
}
.studio-patch-add-version-button-panel {
	display: flex;
	justify-content: flex-end;
	margin-left: 10px;
}
.studio-patch-add-version-field-panel {
	padding: 4px 0px 4px 0px;
}
.studio-patch-link {
	color: hsla(204, 95%, 31%, 1);
	font-weight: 600;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 14px;
}
.studio-update-patch-label {
	font-weight: 700;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}




.studio-update-content {
	font-size: 14px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.studio-update-content-font-12 {
	font-size: 12px;
}
.studio-update-applied-detaile-panel {
	padding-top: 8px;
}
.studio-update-padding-top-8 {
	padding-top: 8px;
}
.studio-update-padding-bottom-4 {
	padding-bottom: 4px;
}




