#disk-container {
    height: auto;
}

#disk-configuration-container {
    position: relative;
    margin-left: 40px;
    margin-top: 10px;
    padding: 5px;
    cursor: default;
}

#disk-content {
    height: auto;
}

#choose-disk-configuration {
    display: block;
    overflow: visible;
}

#disk-options-menu {
    background-color: #E5E5E5;
    display: none;
    padding: 5px;
    z-index: 100;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.disk-group-label {
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
}

.disk-option {
    clear: both;
    overflow: auto;
    cursor: pointer;
    padding-left: 10px;
    display: none;
}

.disk-option-none {
    display: block;
}

.disk-option label {
    float: left;
    height: 23px;
}

.disk-option-monthly {
    float: right;
    width: 75px;
}

.disk-option-hourly {
    float: right;
    width: 75px;
}

.disk-option-setup {
    float: right;
    width: 75px;
}

.disk-container {
    position: relative;
    float: left;
    width: 275px;
    margin: 5px 0 0 0;
    background-color: #E5E5E5;
    background-image: linear-gradient(to bottom, #fff, #E6E6E6);
    background-image: -webkit-linear-gradient(#fff, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #B3B3B3;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    z-index: 0;
}

.disk-container.ui-selected {
    background-color: #D6D6D6;
    background-image: linear-gradient(to bottom, #fff, #D6D6D6);
    background-image: -webkit-linear-gradient(#fff, #D6D6D6);
    background-repeat: repeat-x;
    border-color: #972F2C;
}

.disk-container.ui-disabled {
    opacity: 0.3;
}

.storage-group-container {
    position: relative;
    float: left;
    width: 250px;
    margin: 5px 10px 0 0;
    padding: 5px;
    background-color: #E5E5E5;
    background-image: linear-gradient(to bottom, #fff, #E6E6E6);
    background-image: -webkit-linear-gradient(#fff, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #B3B3B3;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
}

.storage-group-operations {
    position: absolute;
    height: 100%;
    width: 20px;
}

.storage-group-edit-type {
    width: 100px;
}

.storage-group-edit-size {
    width: 50px;
}

.storage-group-edit-size-slider {
    display: inline-block;
    width: 140px;
    margin-left: 10px;
}

.storage-group-edit-partition-template {
    width: 100%;
}

.storage-group-edit-partition-template option:disabled,
.disk-controller-edit-partition-template option:disabled {
    display: none;
}

.choose-disk-selected {
    background-image: linear-gradient(to bottom, #ddd, #bbb);
    background-image: -webkit-linear-gradient(#ddd, #bbb);
}

.disk-space {
    clear: both;
    overflow: hidden;
    height: 3px;
    background-color: #ddd;
}

.disk-used {
    float: left;
    height: 3px;
    width: 0%;
    background-color: #972F2C;
}

.disk-image {
    float: left;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url('../images/order/drive_sprite.png');
}

.disk-number {
    float: left;
    font-weight: bold;
    left: 20px;
    padding: 3px;
}

.disk-details {
    float: left;
    padding: 3px 3px 3px 5px;
}

.disk-monthly {
    float: right;
    padding: 3px;
}

.disk-config-button-strip {
    clear: both;
    overflow: auto;
    cursor: default;
}

.disk-config-button {
    padding: 3px 5px;
    margin: 3px;
    float: left;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #939393;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}

.disk-button:hover {
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) #737373;
    background-color: #F0F0F0;
}

.disk-required {
    background-position: -60px 0;
}
.disk-selected {
    background-position: -40px 0;
    font-weight: bold;
}
.disk-set {
    background-position: -20px 0;
}

#disk-options-menu-header {
    clear: both;
    overflow: visible;
}
#disk-options-menu-header span {
    float: right;
    font-weight: bold;
    width: 75px;
    text-transform: uppercase;
}

.disk-controller-container {
    margin: 10px 5px;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #fff, #F5F5F5);
    background-image: -webkit-linear-gradient(#fff, #F5F5F5);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #B3B3B3;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
}

.disk-controller-details {
    clear: both;
    overflow: hidden;
    padding: 10px;
}

.disk-controller-recurring-fee {
    width: 75px;
    float: right;
}

.disk-controller-setup-fee {
    width: 75px;
    float: right;
}

.disk-controller-name {
    float: left;
    font-weight: bold;
    font-size: 14px;
}

.disk-controller-content {
    border-top: 1px solid #B3B3B3;
    padding: 10px;
}

.disk-controller-label {
    font-size: 14px;
    padding-bottom: 5px;
}

.disk-controller-disks {
    clear: both;
    overflow: hidden;
    padding-bottom: 40px;
}

.disk-controller-storage-groups {
    clear: both;
    overflow: hidden;
}

.disk-config-explanation {
    font-size: 10px;
    font-style: italic;
    padding-bottom: 10px;
}

.storage-group-row {
    clear: both;
    overflow: hidden;
}
.storage-group-type {
    float: left;
}

.storage-group-button {
    padding: 2px;
    margin: 2px;
    float: right;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #939393;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}

#disk-config-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #999;
    z-index: 100;
    opacity: 0.8;
}

#disk-config-loading-message {
    width: 100px;
    margin: 10% 40%;
    padding-top: 100px;
    background-image: url("../images/order/loading-gif-animation.gif");
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 12pt;
    font-weight: bold;
    text-align: right;
    text-shadow: 1px 1px #000;
}

.edit-storage-group-error {
    display: none;
}

.partitions-table {
    font-size: 11px;
}
.partitions-table td {
    font-size: 11px;
    vertical-align: middle;
}
.partitions-table td input.partition-name {
    width: 65px;
}
.partitions-table td input.partition-size {
    width: 30px;
    margin-left: 3px;
}
.partitions-table td.partition-grow {
    text-align: center;
}
.partitions-table td a.partition-remove {
    text-decoration: none;
}
.disk-option-group {
    clear: both;
}
.disk-option[data-dependencyhide] {
    display: none;
}