@CHARSET "UTF-8";

#main-container {
	/*text-align: center;*/
}

.wizard {
    width: 680px;
}

.wizard fieldset {
    background: transparent;
}


.wizard .side-legend {
    height: 264px;
}

.wizard .wizard-page {
    width: auto;
}

.wizard-page .page-wrapper {
    overflow: hidden;
}

.wizard-page .wizard-content-pane {
    overflow: auto;
    height: 219px;
}

.wizard .wizard-page .page-wrapper {
    width: 399px;
    height: 249px;
}

#bootstrapWizard {
    /* margin: 120px auto; */
}

textarea.eula {
    resize: none;
    font-family: monospace;
    font-size: 12px;
    width: 99%;
    overflow-x: hidden;
}

#eulaContent {
    height: 127px !important;
}

#bootstrapWizard .zend_form dd {
    margin-left: 3px;
    padding-right: 10px;
}

.zend_form label, .zend_form legend, .page-wrapper {
    color: #000;
}

.zend_form dt {
    clear: both;
}

.wizard-page #accept-terms-form {
    line-height: 24px;
    margin: 0;
}

.wizard-page #accept-terms-form label {
    margin-left: 5px;
}

.zend_form input#accept-terms {
    clear: none;
    margin-left: 3px;
}

#deployment-set-installation table tr td:first-child {
    width: 100px;
}

.tableDescContent td:first-child p,
.general-details-top tr td:first-child p {
    text-align: left;
}

.tableDescContent td:first-child,
.general-details-top tr td:first-child {
    line-height: 27px;
}

#summaryContent ul li p {
    padding-left: 8px;
}

#summaryContent ul {
    padding: 0;
    margin: 0;
}

#joinClusterContent {
    height: 384px;
    overflow: auto;
}

#bootstrap-password div.validation-advice, #bootstrap-password input {
    width: 185px;
}

.deploy_library_entry:FIRST-CHILD {
    margin-top: 10px;
}

.deploy_library_entry {
    margin-top: 45px;
}

.deploy_library_entry-logo {
    max-height: 48px;
}

.progress_indicator {
    line-height: 22px;
    margin-right: 6px;
    width: 110px;
}

.progress_bar {
    line-height: 22px;
}

.progress_bar progress {
    width: 150px;
}

#libraries-deployment-header .info-icon {
    margin-top: 12px;
    margin-left: 9px;
    cursor: pointer;
}

#libraries-deployment-header {
    height: 40px;
}

#launch-type-form input {
    margin-left: 2px;
}


#bootstrapWizard{
	height: 430px;
	background: #FFF;
	border: 0;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -340px;
}
.wizard .side-legend {
	height: 385px;
}
.wizard .wizard-page{
	height: 381px;
}
.wizard-page .wizard-content-pane {
	height: 342px;
}
.wizard .wizard-page .page-wrapper {
	height: 429px;
}
.wizard-page .help-block {
	margin-top: 0px;
	font-size: 11px;
	color: #777;
}

.wizard-page .help-block {
	margin-top: 0px;
	font-size: 11px;
	color: #777;
}
input[type="text"], input[type="password"] {
	margin:1px 0px;
	transition: border-color 0.3s;
}
.tableDescContent td{
	padding:3px 0px 2px 0px;
}

#bootstrapWizard .wizard-control-area {
    background: none;
    border: 0;
    margin: 5px 10px;
    width: auto;
    text-align: right;
    left: 0;
    right: 0;
}

#bootstrapWizard .glyphicons-alert {
    color:  red;
    vertical-align: middle;
}

#summaryError {
    color: #d50000;
    font-weight: 600;
}