/* Common CSS styles for the admin pages */

/* Styles for width */

.width800px {
    width: 800px;
}

.width700px {
    width: 700px;
}

.width600px {
    width: 600px;
}

.width550px {
    width: 550px;
}

.width530px {
    width: 530px;
}

.width500px {
    width: 500px;
}

.width450px {
    width: 450px;
}

.width400px {
    width: 400px;
}

.width350px {
    width: 350px;
}

.width300px {
    width: 300px;
}

.width250px {
    width: 250px;
}

.width200px {
    width: 200px;
}

.width150px {
    width: 150px;
}

/* Styles for height */

.height100px {
    height: 100px;
}

/* Styles for font size */

.fontSize0dot8em {
    font-size: 0.8em;
}

.fontSize10px {
    font-size: 10px;
}

.fontSize15px {
    font-size: 15px;
}

/* Styles for font color */

.warningText {
    color: red;
}

.linkText {
    color: blue;
}

.greenText {
    color: green;
}

.maroonText {
    color: maroon;
}

.grayText {
    color: gray;
}

.grayBorder {
    border-color: gray;
}

.colorFF0000 {
    color:#FF0000
}

/* Styles for display */

.displayNone {
    display: none;
}

.displayInline {
    display: inline;
}

/* Styles for margin */

.marginLeft2em {
    margin-left: 2em;
}

/* Styles for text alignment */

.textAlignRight {
    text-align: right;
}

.textAlignLeft {
    text-align: left;
}

.textAlignMatchParent {
    text-align: match-parent;
}

/* Styles specific to dataspace */
.lifecycleInfoSpacer {
    height: 10px !important;
    background-color: #FFFFFF;
}

/* Styles for metrics, logs */

#filters select {
    width: 245px;
}

#filters textarea {
    width: 345px;
}

fieldset.logSettings,
fieldset.metricsQueryOperation,
fieldset.usageReportsConfig {
    width: 501px;
}

td.number {
    width: 173px;
}

input.number {
    width: 60px;
    margin-left: 114px;
}

.countErrorReportsPage td,
.queryLogs td,
.metricsQueryOperation td,
.usageReportData td,
.queryJobsBody td,
.verticalAlignTop {
    vertical-align: top;
}

.countErrorReportsPage fieldset,
.queryLogs fieldset,
.metricsQueryOperation fieldset,
.usageReportData fieldset,
 .queryJobsBody fieldset {
    width: 490px;
}

.usageReportData ul,
.queryJobsBody ul {
    list-style-type: none;
    padding-left: 0;
}

.cipherSuites {
    width: 442px;
    word-wrap: break-word
}

/* Styles for about page */
.aboutParameters {
    width: 1200px;
    min-width: 200px;
}

.zeroMarginAndPadding {
    margin:0;
    padding:0;
}