.client-navigation {
    border-top: 1px solid rgb(238, 238, 238);
    margin-top: 10px;
    padding-top: 10px;
}

#apikey {
    font-family: monospace;
}


.filters{
    margin-left: 2em;
    float: right;
    position: relative;
    top: -2px;
}
.table-filters {
    z-index: 100;
    position: relative;
    max-width: 150px;
}
#table-product-view {
    font-size: 12px;
}

.territory-show, .territory-hide {
    cursor: pointer;
}

#table-product-view th, #table-product-view  td {
    text-align: center;
}

#table-product-view .product-id {
    width: 2%;
    max-width: 2%;
}
#table-product-view .product-type {
    width: 6%;
    max-width: 10%;
}
#table-product-view .product-billing-model {
    width: 6%;
    max-width: 10%;
}
#table-product-view .product-description {
    width: 25%;
    max-width: 25%;
}
#table-product-view .product-apikey {
    width: 15%;
    max-width: 15%;
    min-width: 150px;
}
#table-product-view .product-start-date {
    width: 5%;
    max-width: 5%;
}
#table-product-view .product-end-date {
    width: 5%;
    max-width: 5%;
}
#table-product-view .product-active {
    width: 3%;
    max-width: 3%;
}
#table-product-view .product-minimum {
    width: 5%;
    max-width: 5%;
}
#table-product-view .product-territories {
    width: 6%;
    max-width: 10%;
    min-width: 120px;
}
#table-product-view .product-web {
    width: 3%;
    max-width: 3%;
}
#table-product-view .product-fantasy {
    width: 3%;
    max-width: 3%;
}
#table-product-view .product-rovi {
    width: 3%;
    max-width: 3%;
}
#table-product-view .product-apple {
    width: 3%;
    max-width: 3%;
}
#table-product-view .product-gracenote {
    width: 3%;
    max-width: 3%;
}
#table-product-view .product-musicstory {
    width: 3%;
    max-width: 3%;
}
#table-product-view .product-development {
    width: 3%;
    max-width: 3%;
}

/* edit page */
.clientProductTerritories-id {
    text-align: center;
    width: 15%;
}
.clientProductTerritories-territory {
    width: 37.5%;
}
.clientProductTerritories-rate {
    width: 37.5%;
    text-align: center;
}
.clientProductTerritories-remove {
    width: 10%;
    text-align: center;
}
.productTerritoryCSID {
    padding-top: 14px;
}

.territories-label {
    text-align: left;
    font-weight: inherit;
}

/* Copy Product */
#productStartDatePicker{
     z-index: 1000;
}
#productEndDatePicker{
     z-index: 1000;
}
#copyProductModal{
     z-index: 1500;
}