#installation_location {
	padding:5px;
	width:158px;	
}

.padded-container {
    padding-left: 2%;
    padding-right: 2%;
}

.social-integration-icon {
	padding-left: 5px;
	padding-right: 5px;
}

#dvMap {
    width: 100%;
}

.installation-list-row {
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.type-icon {
    display: inline-block;
    height: 25px;
    width: 25px;
}
.pdf {
    background: url(images/pdf.jpg) no-repeat;
}
.ppt {
    background: url(images/ppt.jpg) no-repeat;
}
.flash {
    background: url(images/flash.jpg) no-repeat;
}
.link {
    background: url(http://solarypsi.org/statics/images/link_arrow.png) no-repeat;
}

.chart {
    width: 97%;
}

.chart-title {
    font-size: smaller;
    font-weight: bold;
    text-align: center;
}

.chart-legend {
    border: 2px solid black;
    display: none;
    margin-left: 20%;
    margin-top: 10px;
    padding: .75%;
    text-align: center;
    width: 60%
}

.chart-legend-lower {
    margin-top: 15px;
}

.chart-controls {
    display: none;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
    .chart-controls .left {
        display: inline-block;
        text-align: left;
        width: 49.5%;
    }
    .chart-controls .right {
        display: inline-block;
        text-align: right;
        width: 49.5%;
    }

.weather-icon-sizer {
    font-size: 250%;
    vertical-align: middle;
}
.chart-sizer {
    font-size: 150%;
}
.vert-middle {
    vertical-align: middle;
}
.small-top-margin {
    margin-top: 5px;
}

html,
body {
    background: #FFFFFF;
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    background-color: #f5f5f5;
    height: 90px;
    margin-top: 10px;
    text-align: center;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
    padding: 60px 15px 0;
}
.container .text-muted {
    margin: 20px 0;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 7px;
}

#footer > .container > p {
	margin: 3px;
}

code {
    font-size: 80%;
}

#installTable {
	box-sizing:border-box;
	margin:0px;
}
table.dataTable {
	border-bottom:none !important;
}
#installTable th {
	padding-right:15px !important;
}
#installTable_wrapper input {
	border:1px solid #ccc;
	font-weight:normal;
	font-size:12px;
	padding:5px;
}
#installTable .btn-link {
	margin:-4px;
	color:#222;
}