.box-title {
    a {
        color: #000;
    }
}
#pg-index {
    .info-box {
        a {
            color: #000;
        }
    }
}
.change, .change:hover {
    color: #000;
}
.change-wrap {
    display: none;
    padding: 10px 0 0;
}
.label a {
    color: #fff;
}
table thead {
    a, a:active, a:hover, a:visited {
        color: #000;
    }
}
.search-container {
    .row {
        margin-bottom: 20px;
    }
    .search-filter {
        padding: 5px 0;
    }
    @media (min-width: 992px) {
        .search-filter {
            padding: 0;
        }
    }
}

.featherlight-iframe .featherlight-content {
    overflow-y: hidden;
}

.table>thead>tr>th
{
	white-space: nowrap;
}

.content-links td p:last-of-type
{
    margin-bottom: 0px;
}

.qbo
{
	width:293px;
	margin: 20px auto;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper .btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.w-100 {
    width: 100%;
}

/**
 * Licensee create page
 */
.territories .form-group {
    float: left;
    width: 24%;
    margin-right: 1%;
}

#territoriesList, .content-accordions {
    float: left;
    width: 100%;
}

.content-accordions {
    #contentList {
        margin-top: 20px;

        .tab-item {
            .tab-header {
                background: silver;
                cursor: pointer;

                i {
                    margin-right: 10px;
                    margin-left: 10px;
                }

                label {
                    cursor: pointer;
                    margin-top: 5px;
                }
            }

            .tab-content {
                display: none;
                margin: 10px 0 10px 30px;

                input {
                    margin: 0 10px;
                    width: 40px;
                    text-align: center;
                }

                .territory {
                    margin-top: 15px;

                    > p {
                        font-size: 16px;
                    }
                }
            }

            &.active .tab-content {
                display: inline-block;
            }
        }
    }
}

#territoriesList input { text-align: center; width: 25px; }
#territoriesList .territory-item .territoryRemoveBtn { display: none; float: left; font-size: 16px; color: red; margin-right: 15px; }
#territoriesList .territory-item:hover .territoryRemoveBtn { display: block; }
.rightRemoveBtn { font-size: 16px; color: red; margin-left: 15px; }
.rightRemoveBtn.hide { display: none; }
.licensee div ul { list-style-type: none; padding-left: 0; }
.licensee .territories h4 { font-weight: bold; }
.licensee .assets-modal .modal-body { min-height: 180px; }

.pricing-modal .price-item { margin-bottom: 5px; }
.pricing-modal .price-item input { margin-right: 5px; text-align: center; width: 70px; }

.tab-territories .territory .territory-item .territoryRemoveBtn { display: none; float: left; font-size: 16px; color: red; margin-right: 15px; }
.tab-territories .territory .territory-item:hover .territoryRemoveBtn { display: block; }

.datepicker table tr td:not(.active) {
    color: #333 !important;
}

/* DC-06: perpetual/auto-renewing licenses - distinct amber, bootstrap warning is taken by "not started" */
.table > tbody > tr.ongoing > td { background-color: #ffe9a8; }
