/* Specific styles to override any defaults */

/* Selected tab color */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    background-color: #008cba;
    color: #fff;
}

.nav-tabs > li.active > a:hover {
    background-color: #008cba;
    color: #fff;
}

.groupFilterOptions {
    width: 100%;
    margin-top: 10px;
    max-height: 200px;
    overflow: auto;
    background: #f7f7f7;
    padding: 5px 5px 10px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.campaignProgress {
    margin-bottom: 20px;
}

.campaignProgress .progress {
    height: 30px;
    margin-top: 5px;
    margin-bottom: none;
}

li.campaignTab {
    display: none;
}

#campaignIzl {
    display: none;
}

#toggleIzl {
    margin-left: 15px;
}

select.notificationSelect {
    width: 200px;
}

/* Hide summary type select by default */
select.summaryTypeSelect {
    display: none;
}

#sendOnce, #sendRepeat {
    display: none;
}

.repeatDateInputs:first-child {
    margin-top: 24px;
}

.repeatDateInputs {
    margin-top: 20px;
}

/* Page Header Link Buttons */
.page-header .heading-button {
    float: right;
    margin-top: 18px;
    margin-left: 10px;
}

/* Location Assets Page */
.assetForm {
    display: none;
    padding: 20px;
}

a.showOnMap {
    position: absolute;
    top: 10px;
    right: 15px;
}

#assetMap {
    float: right;
}

.assetMapControls {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 45px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 900;
}

#mapControls {
    display: block;
    float: right;
    padding-top: 3px;
}

.assetMapControls .drawingInfo {
    position: absolute;
    top: -10px;
    right: -10px;
    display: none;
    float: right;
    text-align: center;
    color: #fff;
    margin: 11px;
    width: 125px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 11px;
    font-size: 1.1em;
}

.assetMapControls a.toolbar-btn {
    float: left;
    margin: 3px 0 3px 2px;
    border-radius: 2px;
}

.assetMapControls select {
    margin: 3px 5px 3px 0;
}

.assetMapDrawingControls {
    display: none;
    position: absolute;
    z-index: 50;
    top: 0px;
    left: 0;
    width: 200px;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.mapControlInput {
    width: 200px;
    float: left;
    margin: 3px 5px 3px 20px;
    border-radius: 2px;
}

.assetMapControls .mapControlInput.narrow {
    width: 150px;
}

#numberValue {
    width: 150px;
}

.undo {
    display: none;
}

.infoDataContainer {
    width: 300px;
}
.parcelDataContainer {
	min-width: 350px;
}

.mapControlColorContainer {
    float: left;
    position: relative;
    width: 50px;
}

.sp-replacer {
    margin: auto;
    width: 30px;
    height: 20px;
    border: none;
    padding: 0 4px;
}

.sp-preview {
    margin: 0;
    border: 1px solid #000;
}

.assetMapControls .input-group-addon {
    padding: 8px 10px;
}

.assetMapControls .sp-dd {
    display: none;
}

.infoBox {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    z-index: -1;
    padding: 5px;
    font-size: 12px;
    min-width: 80px;
    max-width: 175px;
    text-align: center;
    border-radius: 5px;
}

.infoBox:not(.large) {
    font-size: 12px;
}

.infoBox .infoBoxArea,
.infoBox .infoBoxLength {
    display: none;
}

.infoBox .infoBoxMeasurement {
    display: none;
}

.infoBox.large .infoBoxMeasurement {
    display: block;
}

.infoBox hr {
    display: none;
}

.infoBox .infoBoxName {
    display: none;
    color: #c9c9c9;
}

.infoBox .infoBoxMeasurement:not(:empty) {
    margin-top: 3px;
    color: #e2e2e2;
    font-size: 10px;
}

.infoBox .moveLabel {
    display: none !important;
    padding-left: 15px;
    font-size: 12px;
    width: 0;
    height: 0;
}

.infoBox:hover .moveLabel {
    display: none;
}

.moveLabel.moving {
    display: none;
}

.infoBox:hover .moveLabel.moving {
    display: none;
}

.infoBox .editAsset,
.infoBox .deleteAsset {
    display: none;
}

.infoBox.small {
    padding: 4px;
    font-size: 12px
}

.infoBox.large {
    padding: 5px;
    font-size: 12px
}

.infoBox.large .infoBoxArea,
.infoBox.large .infoBoxLength {
    display: none;
}

.infoBox.large .infoBoxName {
    display: block;
}

.infoBox:hover .infoBoxControls {
    display: none;
}

.infoBox.hidden {
    display: none;
}

.infoBox .moveLabel, .infoBox .hideIssueLabel {
    color: #fff;
}

.labelSaveIcon, .labelSaveIcon:hover, .labelSaveIcon:visited, .labelSaveIcon:active {
    color: #44b547;
    font-size: 20px;
    text-decoration: none;
}

.infoBox .labelSaveText {
    color: #ffffff;
    font-size: 14px;
}

.infoBox .infoBoxControls a {
    color: #fff;
}

/* Company Assets */

tr.hiddenActionRow a.hiddenAction {
    display: none;
}

tr.hiddenActionRow:hover a.hiddenAction {
    display: block;
}

#assetFilters {
    display: none;
    position: absolute;
    top: 41px;
    right: 5px;
    width: 620px;
    z-index: 500;
    background: #e7e7e7;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 8px 8px 2px 1px rgba(0, 0, 0, 0.4);
}

#assetFilterChecksContainer {
    max-height: 400px;
    overflow-y: auto;
}

#assetFilters .filterHeading {
    font-weight: bold;
    font-soze: 14px;
}

.filterCheckHeading {
    margin: 5px 20px;
}

#assetFilters .typeHeading {
    margin: 5px 0;
}

#assetFilters .typeHeading label {
    font-weight: bold;
}

#assetFilters hr {
    margin: 5px;
}

#assetFilters .typeColumn {
    margin: 0px;
}

#assetFilters .typeColumn:nth-child(2) {
    border-left: rgb(221, 221, 221) solid 1px;
    border-right: rgb(221, 221, 221) solid 1px;
}

.btn-group.assetTypeDropdown {
    font-size: 15px;
}

.assetTypeDropdown li:not(:last-child), #mapHamburgerMenu li:not(:last-child) {
    font-size: 15px;
    border-bottom: 2px solid #bfbfbf;
}

.assetTypeDropdown li a, #mapHamburgerMenu li a {
    font-size: 15px;
    padding: 8px 10px;
}

ul li.categoryLocked a {
    opacity: 0.5;
    cursor: not-allowed;
}

a.openLinePopup, a.openZonePopup, a.openIssuePopup {
    color: #fff;
}

a.toggleCrosshair {
    margin-top: 3px;
}

#mapHelper {
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #fff;
    top: 60px;
    z-index: 500;
    min: 50px;
    max-width: 300px;
    padding: 5px;
    text-align: center;
    font-size: 18px;
}

#zoomHelper {
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    color: #232323;
    top: 180px;
    z-index: 500;
    min-width: 50px;
    max-width: 400px;
    padding: 5px;
    text-align: center;
    font-size: 30px;
    font-family: Roboto, helvetica, arial, sans-serif;
    border: 1px solid #000;
}

#mapHelper p {
    margin: 0;
}

.btn.helperButton {
    padding: 5px;
    border-radius: 3px;
    font-size: 15px;
}

select#lineWeight {
    width: 90px;
}

#zoneHoleDetails {
    padding-top: 5px;
}

#zoneHoleDetails p {
    margin: 0 0 5px;
}

.assetTableIcon {
    padding-top: 5px;
    display: inline-block;
    width: 30px;
    float: left;
}

.assetTableIconText {
    padding-top: 11px;
    padding-left: 5px;
}

td.infoData .input-group input[type="text"] {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1;
    height: 30px;
    padding-left: 5px;
}

td.infoData select.form-control {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1;
    height: 30px;
    padding-left: 5px;
}

#zoneMeasurementUnit, #lineMeasurementUnit {
    width: 135px;
    float: right;
}

input[type="checkbox"].assetLabelCheck {
    margin-top: 4px;
}

td.infoData .input-group .input-group-addon {
    padding-top: 2px;
    padding-bottom: 2px;
}

a.tableEditAssetName {
    cursor: pointer;
}

a.tableEditAssetName .btn {
    margin-left: 5px;
}

p.holeDetail a {
    display: none;
}

p.holeDetail {
    border-bottom: 1px solid transparent;
}

p.holeDetail:hover {
    border-bottom: 1px solid #008cba;
}

p.holeDetail:hover a {
    display: inline;
}

a.deleteHole {
    color: #ac1c24;
}

/* Map Dropdowns */
#mapControls ul.dropdown-menu {
    width: 220px;
    max-height: 600px;
    overflow-y: auto;
}

.dropdownText {
    margin-top: 2px;
    margin-left: 15px;
}

.menuRectangle {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

.menuLine {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}

.hideOnReport, .hideOnInv {
    display: none;
}

#tabNoFilters {
    padding: 3px 5px;
    border-radius: 2px;
}

#tabNoFilters.filter-highlight {
    color: #fff;
    background-color: #E99002;
}

/* Bootbox */

.modal.bootbox .modal-dialog {
    width: 400px;
}

span#allFiltersText {
    font-weight: bold;
    font-size: 14px;
}

/* Lists */
ul.noBullet {
    list-style-type: none;
}

/* Datatables */
td.dtCenter {
    text-align: center;
}

/* Side menu sub menu */
.nav li.active li.active a {
    color: #fff;
    background-color: #00bef6;
}

/* Inventory Campaign Tabs */

#inventoryTabs .tab-pane .row {
    padding-top: 15px;
}

/* Inventories Table */
userInventoriesTable th {
    text-align: center;
}

/* Stop google charts flickering */
svg > g > g:last-child {
    pointer-events: none
}

/* Loading Text */
p.loadingData {
    margin-top: 15px;
    font-size: 1.5em;
}

/* Panel / Accordion Helpers */
.panel .panel-heading a .panelHeadingIcon:before {
    content: "\f078";
    font-family: FontAwesome;
}

.panel .panel-heading a[aria-expanded="true"] .panelHeadingIcon:before {
    content: "\f077";
    font-family: FontAwesome;
}

#itemAttributesTable input[type="number"], #locationAttributesTable input[type="number"] {
    width: 110px;
}

.expanderTableContainer {
    width: 40%;
    margin: auto;
    padding-top: 5px;
}

.expanderTableContainer table th {
    background-color: #0a6ebd;
    background-color: #b7b4b5;
    color: #2f2f2f;
    text-align: center;
}

input.attributeInput {
    height: 28px;
    padding: 2px 10px;
}

#zoneMeasurementCheck, #lineMeasurementCheck {
    margin-top: 8px;
}

a.details-control,
a.details-control:hover {
    cursor: pointer;
    text-decoration: none;
}

table a.details-control:before {
    content: "\f078";
    font-family: FontAwesome;
}

tabletr.shown a.details-control:before {
    content: "\f077";
    font-family: FontAwesome;
}

ol.supportList li {
    padding: 5px;
}

.plImageShareRow {
    margin-bottom: 20px;
}

#plLoginMessage {
    padding: 10px;
    font-size: 15px;
    text-align: center;
}

#plLoginMessage img.popupPlLogo {
    width: 200px;
}

#inventoryTabPanels .tab-pane {
	min-height: 100px;
}

.typeahead { z-index: 1051; }

/* Map Cursor Magic */
.showCrosshair, .showCrosshair * {
	cursor: crosshair !important;
}

.badge {
	border-radius: 2px !important;
}

.btn {
	border-radius: 2px !important;
}

span.label {
	border-radius: 2px !important;
}

span#parcelCount {
	display: none;
	color: #fff;
	margin-left: 5px;
}
