.mylabel{
	font-size: 11px;
}

.header-title {
	z-index: 10;
    color: #404040;
    font-size: 24px;
    font-family: verdana;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 1px;
    height: 36px;
}

.header {
    height: 36px;
    background: #fff;
}

/* LOG MESSAGE ON TOP - START */

.log-error, .log-warning, .log-ok, .log-info {
	font-size: 14px;
    padding-left: 22px;
    padding-right: 22px;
    font-family: verdana;
    font-weight: 400;
    background: none;
    background-repeat: no-repeat;
    background-position: 2px 50%;
    white-space : nowrap;
   	height: 20px;
   	text-align: left;
}

.log-error-compact {
    font-size: 12px;
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: verdana;
    font-weight: bolder;
    background-repeat: no-repeat;
    background-position: 2px 50%;
    white-space : nowrap;
    height: 20px;
    text-align: left;
    color: rgb(226,0,0);
    background: url(../images/log/error.PNG ) repeat-x;
}

.log-ok {
    background: none;
    background-color: rgb(0 135 61 / 5%);
    border-bottom: 1px solid #00873d;
}

.log-info {
    background-color: rgb(0 93 185/ 5%);
    border-bottom: 1px solid #005db9;
}

.log-warning {
    background-color: rgb(239 109 0 / 5%);
    border-bottom: 1px solid #ef6d00;
}

.log-error {
    background-color: rgb(215 0 75 / 5%);
    border-bottom: 1px solid #d7004b;
}

/* LOG MESSAGE ON TOP - END */

.header-left {
  width: 390px;
  height: 36px;
  background-image: url(../images/branding/default_talend-logo.png );
  background-repeat: no-repeat;
}

.time-infoContainer {
	z-index: 8;
	width: 50%;
}

.time-infoLabel {
	z-index: 9;
	font-size: 12px;
	margin-right:6px;
	font-family: verdana;
	white-space: nowrap;
	text-align: left;
	color: rgb(192, 123, 0);
}

.time-info {
	z-index: 9;
	font-size: 13px;
	float: right;
	padding-top:15px;
	padding-left: 22px;
	font-family: verdana;
	font-weight: bolder;
	white-space: nowrap;
	height: 20px;
	width: 200px;
	text-align: left;
	color: rgb(192, 123, 0);
}

.version-infoLabel {
	z-index: 9;
	font-size: 12px;
	margin-right:6px;
	font-family: verdana;
	font-weight: bolder;
	font-style: italic;
	white-space: nowrap;
	text-align: left;
	color: #236192;
}

.instance-infoLabel {
	z-index: 9;
	font-size: 12px;
	margin-right:6px;
	font-family: verdana;
	white-space: nowrap;
	text-align: left;
	color: #555964;
}
