label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
}

#bootModeAndBootOrder {
    width: 100%;
    height: 100%;
}

.bootOptionsDiv, .oneTimeBootDiv {
    font-family: "Arial Regular", "Arial";
    font-size: 14px;
    margin: 15px 20px 20px;
    line-height: 30px;
    font-weight: 700;
}

.boot-type, .descMsg {
    line-height: 30px;
    margin: 0px 20px;
}

#menuTab {
    padding-top: 16px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #F2F2F2;
}

.boot-items {
    height: 220px;
    /*width: 210px;*/
    width: 100%;
    overflow: hidden;
    border: 1px solid #CCCCCC;
}

.boot-items .order-content {
    overflow-y: auto;
    max-height: 220px;
    /*width: 260px;*/
    width: 100%;
}

.boot-items .group-label {
    display: block;
    font-size: 12px;
    padding: 0px 5px;
    cursor: default;
    font-weight: bold;
}

.group-label.selectedGroup {
    background-color: #333F4B;
    color: #fff;
}

.group-label.selectedGroup ~ span {
    background-color: #333F4B;
    color: #fff;
}

.boot-items .device-label {
    display: block;
    font-size: 11px;
}

.device-label.selectedDevice {
    background-color: #333F4B;
    color: #fff;
}
.device-label:hover,.group-label:hover{
    background-color: #0079BA;
    color: #fff;
}
.group-label.selectedGroup:hover,.group-label.selectedGroup ~ span:hover,
.device-label.selectedDevice:hover{
    background-color: #333F4B;
    color: #fff;
}

.boot-items > select {
    width: 120%;
    height: 220px;
    line-height: 20px;
    border: none;
    vertical-align: top;
    margin: -1px;
}

.boot-items > select > option,
.order-content > div > span {
    padding: 4px 25px 4px 35px;
    cursor: default;
    min-height: 33px;
    overflow-y: hidden;
    word-wrap: break-word;
    /*width: 209px;*/
    line-height: 15px;
}

.mv-right, .mv-left, .mv-up, .mv-down {
    display: block;
    height: 35px;
    margin: 30px 0px;
    background-image: url('../images/icons/fold-dcgg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.mv-right.disable, .mv-left.disable {
    background-color: #FFF;
    background-image: url('../images/icons/fold-inactive.png');
}

.mv-up, .mv-down {
    background-image: url('../images/icons/unfold-dcgg.png');
}

.mv-left, .mv-left.disable, .mv-up {
    transform: rotate(180deg);
}

.optionSelect {
    margin-left: 20px;
    line-height: 30px;
}

.preferLegacyBoot {
    margin-left: 50px;
    margin-top: 2px;
    float: left;
}

.preferLegacyBoot.disabled {
    display: none;
}

.preferLegacyBoot div {
    float: left;
    width: 20px;
    padding: 2px 0 0;
}

.oneTimeOptionBtns {
    clear: both;
    margin-top: 55px;
}

table.configBootorderDev {
    width: 100%;
}

table.configBootorderDev:nth-child(2) {
    margin-bottom: 20px;
}

table.configBootorderDev tr td:nth-child(1) {
    padding: 10px 5px 0 20px;
}

table.configBootorderDev tr td:nth-child(3) {
    padding: 10px 5px 0 5px;
}

.boot-items.right, #rightDeviceItemsWakeTab {
    border: 1px solid #0096E7;
}

/*One-Time Boot*/
.OneTimeBoot1 {
    width: 100%;
    padding-bottom: 20px;
    min-height: 472px;
}

.OneTimeBoot2 {
    width: 100%;
    padding-bottom: 20px;
    min-height: 542px;
}

.note-text {
    margin: 20px 0px 0px 20px;
    line-height: 30px;
}

.radio-select {
    margin-left: 20px;
    line-height: 30px;
}

.div-border .radio-select:nth-child(4) {
    margin-bottom: 20px;
}

.pxeDescInfo {
    padding: 0px 20px 0;
    font-size: 12px;
    color: #666;
}

.dialog-text {
    font-family: "Arial Regular", "Arial";
    font-size: 14px;
}

/*button*/
.boot-options-button {
    margin-left: 20px;
    margin-bottom: 20px;
}

.boot-options-button button {
    width: 110px;
    height: 30px;
}

.boot-options-button button:nth-child(2) {
    margin-left: 20px;
}

.button-bottom {
    position: absolute;
    top: 422px;
}

/*arrow*/
.down-arrow {
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #666;
    margin: 0px 3px 0px 3px;
    cursor: pointer;
}

.right-arrow-sm {
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #666;
    margin: 0px 5px 0px 5px;
}

/*dialog*/
.boot-options-dialog {
    background-repeat: no-repeat;
    background-position: 0px 50%;
    display: inline-block;
    width: auto;
    padding-left: 70px;
    height: 30px;
    line-height: 30px;
    margin: 25px 25px;
    color: #333;
    font-size: 16px;
}

.boot-options-dialog.boot-options-progress {
    background-image: url(/www/images/license/in-progress.gif);
}

.boot-options-dialog.boot-options-success {
    background-image: url(/www/images/license/ic_check_blue_36dp.png);
    padding-left: 55px;
}

.boot-options-dialog.boot-options-fail {
    background-image: url(/www/images/license/ic_error_red_36dp.png);
    padding-left: 55px;
}

.boot-options-dialog.boot-options-alert {
    background-image: url(/www/images/license/ic_warning_amber_36dp.png);
    padding-left: 55px;
}

.boot-not-allowed {
    position: absolute;
    z-index: 900;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    cursor: not-allowed
}

.boot-not-allowed > div {
    width: 100%;
    height: 100%;
    background-color: #b2b2b2;
}