
h2 {font-size:130%; margin:0 0 4px 0;color:#000;font-weight:normal;}

form {
margin: 0 0 0 0;
}

.breadcrumb {
padding-left:20px;
margin-bottom:0px;
border-radius:0;
/*background:#ededed;*/
}

input, textarea, .uneditable-input {
    width: 306px;
}

.badge-daemon {
	 position: relative;
    top: -8px;
    left: 8px;
    background-color: red;
}

.badge-job-lock {
    position: relative;
    top: -8px;
    left: 8px;
    background-color: orange;
}

.table input[type="checkbox"] {
  margin: 0 4px;
}

.disabled {
    pointer-events: none;
    cursor: default;
}


/* Uploader: Drag & Drop */
.flow-error {display:none; font-size:14px; font-style:italic;}

/* Uploader: Progress bar */
.flow-progress {margin:30px 0 30px 0; width:100%; display:none;
}
.progress-container {height:7px; background:#9CBD94; position:relative; width: 50% }
.progress-bar {position:absolute; top:0; left:0; bottom:0; background:#45913A; width:0;}

.flow-progress table {width: 100%;}
.progress-bar{width: 50%;}

.progress-resume-link {display:none;}
.progress-pause-link {display:none;}
.progress-cancel-link {display:none;}

.is-paused .progress-resume-link {display:inline;}
.is-paused .progress-pause-link {display:none;}

.flow-list ul {list-style-type: none;}