.balloon {
    background-color: #65b9d9;
    background: -moz-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65b9d9), color-stop(100%, #4a9cbc));
    background: -webkit-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    background: -o-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    background: -ms-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    background: linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#65b9d9", endColorstr="#4a9cbc", GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 20px;
    position: relative;
    font-size: 14px
}

.thumbsup {
    background-image: url("/images/thumbsupwhite.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    color: white;
    padding-left: 40px;
    min-height: 39px
}

.thumbsup a {
    color: white;
    font-weight: bold;
    text-decoration: underline
}

.thumbsup a:hover {
    color: #789
}

html[dir="rtl"] .thumbsup {
    background-position: right 5px center;
    padding-left: 0;
    padding-right: 40px
}

.balloon .arrow {
    border-color: transparent transparent #65b9d9 transparent;
    border-style: solid;
    border-width: 10px;
    display: block;
    height: 0;
    left: 20px;
    position: absolute;
    top: -20px;
    width: 0
}

html[dir="rtl"] .balloon .arrow {
    left: auto;
    right: 20px
}

#clusterServerDetail {
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #000;
    border: 1px solid #999
}

#likeThisFeature {
    padding: 5px;
    max-width: 550px
}

span#showClusterDetail, span#hideClusterDetail {
    color: white;
    font-weight: normal
}

a#showClusterServerResults:hover {
    color: white
}

#clusterServerDetail table {
    border-collapse: collapse
}

#clusterServerDetail thead td {
    font-weight: bold;
    padding: 5px;
    border-right: 0;
    border-left: 0
}

#clusterServerDetail thead tr {
    border-bottom: 1px solid #000
}

#clusterServerDetail tbody td {
    font-weight: normal;
    padding: 5px;
    border: 0
}

#clusterServerDetail tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.statusCell {
    text-align: center
}

.messageCell {
    width: 100%
}

.clusterDetailHidden {
    display: none
}

.likeThisHidden {
    visibility: hidden
}

#showHideClusterDetail {
    margin-left: 3px;
    font-weight: normal;
    color: #fff
}

#showClusterResults.warning, #showHideClusterDetail.warning {
    color: #7c6829
}

#showClusterResults, #updateNowBtn {
    color: #fff;
    text-decoration: underline
}

#showCResults:hover, #updateNowBtn:hover {
    color: #08c
}

.selection-wrapper {
    margin-top: 30px
}

.staging-dir-form {
    padding: 10px 5px
}

.staging-dir-form label {
    display: block;
    font-weight: bold
}

.staging-dir-form .input-group {
    display: block
}

.staging-dir-form .input-group input, .staging-dir-form .input-group span {
    display: inline-block
}

.staging-dir-form .input-group input {
    display: inline-block;
    width: 400px;
    margin: 5px 0
}

.help-block {
    display: block;
    font-weight: normal;
    line-height: .9;
    margin: 5px 0;
    color: #737373
}

.label-header {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px 5px
}

.selection-col {
    width: 20px
}

.partition-info {
    margin-top: 20px
}

.partition-info table {
    border-collapse: collapse;
    margin-top: 5px
}

.partition-info table tbody td {
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f0f0f0;
    padding-top: 4px;
    padding-bottom: 4px
}

.partition-info table thead th {
    text-align: center;
    background-color: #e5e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    white-space: nowrap
}

.partition-info table>tbody>tr:nth-child(odd)>td {
    background-color: #fff
}