/*************************************
 * Common
 *************************************/
input[type=checkbox],
input[type=radio] {
    margin-top: 0;
}
.content-wrapper {
    float: left;
    width: 100%;
}
.scrollable {
    overflow-y: auto;
}
.action-group {
    min-height: 20px;
}
.action-group .left-column {
    float: left;
    width: 40px;
    margin-left: -100%;
}
@media (min-width: 1200px) {
    .action-group .first {
        margin-left: 29px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .action-group .first  {
        margin-left: 19px;
    }
}
.action-group .content-column {
    float: left;
    padding: 1px 0 0 37px;
}
/*remove .content-column check-box padding*/
.no-icon {
	padding-left:18px !important;
}
@media print {
    .scrollable {
        overflow-y: visible;
    }   
}
    
/* Override bootstrap settings to force content to display when printing */
@media print {
    .fade {
        opacity: 1.0 !important;
        display: block !important;
    }   
    
    /* Force element to not appear when printing */
    .printer-hidden {
        display: none !important;
    }
}

/*************************************
 * Specific to search.js
 *************************************/
 #locationSearchResultContainer {
    display: none;
    width: 302px;
    position: absolute;
    z-index: 1000;
    background-color: white;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: -5px 0 0 6px;
    padding: 2px;
}
#locationSearchResultContainer > div {
    padding: 4px 0 0 2px;
}
#locationSearchResultContainer > div.hover {
    background-color: #ccc;
}
    
/*************************************
 * Specific to map.js
 *************************************/
.infobox-container {
    padding: 0 0 4px 8px;
    width: 250px;
    height: 120px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #888;
    -moz-box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 1.0);
    -o-box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 1.0);
    box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 1.0);
}
.custom-infobox {
    position: absolute;
}

/*************************************
 * Specific to activity map page
 *************************************/
#page-loading {
    text-align: center;
    color: Gray;
}
.label-large {
	font-size:16px;
	line-height: 16px;
}  
.activity-throbber,
.activity-last-update {
	color:#777777;
	padding:7px 10px;
	background-color:#faf7f5;
}
.activity-throbber img {
	margin-right:5px;
}
.activity-throbber {
	font-size: 18px;
}
.activity-address-link {
	margin-bottom:5px;	
}
.address-list {
    height: 100px;
}
h2.activity-map {
	font-size:20px;
	color:#8a8a8a;
	margin-top:0;
	margin-bottom:10px;
	font-weight:normal;
}
.label-large {
	font-size:16px;
	line-height: 16px;
	margin-right:2px;
} 
.item-details {
    height: 300px;    
}
.item-details .item-details-container {
    margin-top: 10px;
}
.item-details .item-detail-icon {
    margin: 10px 4px 0 0;
    padding: 6px;
    width: 80px;
}
.item-details .item-detail-icon img {
    width: 72px;
    height: 72px;
}
.item-details .content-column {
    margin-left: 0;
}
.item-details .left-column {
    float: left;
    width: 80px;
    margin-left: -100%;
}
.item-details .inner-wrapper {
    margin: 0 10px 10px 0;
}   

/*************************************
 * Specific to addressDetail page
 *************************************/
.callout {
    height: 247px;
    border: 1px solid #ddd;
    padding: 6px;
    overflow-y: auto;
}

/* Show content when printing */
@media print {
    .callout {
        height: auto;
        border: none;
        padding: 6px;
    }    
}
.callout h5 {
    margin: 0;
}
.activity-map-link-c {
	margin-bottom:5px;
}
.print-options-well {
    width: 250px;
    padding-left: 8px;
}
.print-options-well .left-column {
    float: left;
    width: 40px;
    margin-left: -100%;
}

.print-options-well .content-column {
    float: left;
    padding: 1px 0 0 18px;
}
.tab-section {
    padding-top: 25px;
}

/* Current Activity tab */
table#current-activity { width: 100%; border-collapse:collapse; border-spacing:0; }
    /*table#current-activity tbody tr:nth-child(odd) {background:#EDF2FF;}  no IE8 */
    table#current-activity th { text-align:left; }
    table#current-activity td { vertical-align:top; padding:3px 10px 3px 3px; border-top:1px solid #C5D5FC;  }
    th#current-activity-description { width:35%; }
    
/* Activity History tab */
#count-history-results { font-weight:bold; }

table#history-activity { width: 100%; border-collapse:collapse; border-spacing:0; }
    table#history-activity th { text-align:left; }
    table#history-activity td { vertical-align:top; padding:3px 10px 3px 3px; border-top:1px solid #C5D5FC; }
    th#history-activity-description { width:35%; }    
    
/* Documents tab */    
table#documents { width: 100%; border-collapse:collapse; border-spacing:0; }
    table#documents th { text-align:left; }
    table#documents td { vertical-align:top; padding:3px 10px 3px 3px; border-top:1px solid #C5D5FC; }
    td.documents-size { text-align: right; }
