element {
    font-family: "Source Sans Pro"
}

body {
    background-color: #9fb8d1;
    max-width: 100%;
    overflow-x: hidden;
}

#titleBarContainer {
    background-color: #f6f8fa;
    border-bottom: 1px solid #d0d7de;
    width: 100%;
    height: 15%;
    position: absolute;
    top: 0px;
    left: 0%;
    font-family: 'cambria';
    font-size: 64px;
    color: #162521;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}

#utilityBarContainer {
    background-color: #FBF5F3;
    width: 96%;
    height: 100px;
    position: absolute;
    top: calc(15%);
    left: 0%;
    margin: 25px;
    border-radius: 25px;
    font-family: 'cambria';
    font-size: 76px;
    line-height: 100px;
    text-align: center;
}

#mapContainer {
    border-radius: 25px;
    position: absolute;
    height: 80%;
    width: 96%;
    left: 0%;
    top: calc(15%);
    background-color: #FBF5F3;
    margin: 25px;
}

#infoContainer {
    border-radius: 25px;
    position: absolute;
    height: 52%;
    width: 96%;
    left: 0%;
    top: calc(95% + 25px);
    background-color: #FBF5F3;
    margin: 25px;
}

#footerContainer {
    position: absolute;
    height: 275px;
    width: 100%;
    top: calc(147% + 75px);
    left: 0%;
    background-color: #333632;
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 -2px 8px 0 rgba(0, 0, 0, 0.05);
    border-top: 3px solid #9fa5a5;
}

#footerIntentHeader {
    position: absolute;
    left: 0%;
    top: 30%;
    height: 1vw;
    width: calc(50% - 40px);
    font-size: 30px;
}

#footerIntentText {
    position: absolute;
    left: 0%;
    top: 50%;
    height: 80px;
    width: calc(50% - 40px);
    font-size: 1vw;
    padding: 15px;
}

#footerDescriptionHeader {
    position: absolute;
    left: 48%;
    top: 30%;
    height: 1vw;
    width: calc(50% - 40px);
    font-size: 30px;
}

#footerDescriptionText {
    position: absolute;
    left: 48%;
    top: 50%;
    height: 80px;
    width: calc(50% - 40px);
    font-size: 1vw;
    padding: 15px;
}

.-text {
    color: #ddd;
    font-family: 'cambria';
    text-align: left;
}

.-header {
    color: #ddd;
    font-family: 'cambria';
    text-align: center;
    font-weight: bold;
}

#footerIcon {
    height: 55px;
    width: 55px;
    margin: 20px;
    top: 0%;
    left: 0%;
    position: absolute;
    background-color: #ddd;
    border-radius: 50%;
}

#footerSolText {
    height: 55px;
    width: 55px;
    top: 17.5px;
    left: 95px;
    position: absolute;
    font-size: 53px;
    color: #ddd;
    font-family: 'cambria';
    text-align: center;
}

#solTitleContainer {
    background-color: #dd7309;
    margin: 5px;
    height: calc(100% - 35px);
    width: 3%;
    position: absolute;
    border-radius: 25px;
    left: 8.5%;
    top: 19%;
}

#solTitle {
    /*TODO replace with picture logo*/
    left: 4%;
    top: -55%;
    font-family: Source Sans Pro;
    font-weight: bolder;
    font-size: 6vw;
    margin: 3%;
    margin-left: 15px;
    position: absolute;
    color: black;
    user-select: none;
}

#boilermakeText {
    font-family: 'cambria';
    font-size: 12px;
    left: calc(100% - 175px);
    margin: 5px;
    top: 0%;
    position: absolute;

}

#solarMap {
    height: calc(100% - 40px);
    /* The height is 400 pixels */
    width: calc(100% - 140px);
    /* The width is the width of the web page */
    left: 100px;
    margin: 20px;
    border-radius: 10px;
}

#solarMapTools {
    height: calc(100% - 40px);
    width: 80px;
    top: 20px;
    left: 20px;
    border-radius: 10px;
    position: absolute;
    background-color: #596157;
}

.tool {
    height: 60px;
    width: 60px;
    border-radius: 10px;
    position: absolute;
    opacity: 0.7;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tool:hover {
    opacity: 1.0;
}

#solarUndoMap {
    top: 10px;
    left: 10px;
    background-color: #BC2C1A;
}

#solarClearMap {
    top: calc(100% - 70px);
    left: 10px;
    background-color: #BC2C1A;
}

#solarConfirmMap {
    top: 80px;
    left: 10px;
    background-color: #478C5E;
}

#solarComputeMap {
    top: 150px;
    left: 10px;
    background-color: #FFD972;
}

.info {
    top: 20px;
    height: calc(100% - 80px);
    width: calc(20% - 66.66px);
    border-radius: 10px;
    position: absolute;
    font-size: 2.0vw;
    padding: 20px;
    background-color: #e2dedc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.underGraphInfo {
    height: 30%;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    font-size: 0.95vw;
    padding: 20px;
}

.graph {
    top: 20px;
    height: calc(70% - 40px);
    width: calc(40% - 26.66px);
    border-radius: 10px;
    position: absolute;
}

.info_text {
    color: #1f2328;
}

#areaInfoField {
    top: 20px;
    left: calc(0% + 20px);
    text-align: center;
}

#costInfoField {
    top: calc(40%);
    left: 40px;
    height: 50%;
    width: calc(20% - 66.66px);
    text-align: center;
    position: absolute;
    font-size: 2.2vw;
}

#acInfoField {
    left: calc(20% + 13.33px);
}

#acAnnualMonthly {
    top: calc(0% + 20px);
}

#acMinMonthly {
    top: calc(25% + 20px);
}

#acMaxMonthly {
    top: calc(50% + 20px);
}

#solarAnnualMonthly {
    top: calc(0% + 20px);
}

#solarMinMonthly {
    top: calc(25% + 20px);
}

#solarMaxMonthly {
    top: calc(50% + 20px);
}

#solarradInfoField {
    left: calc(60% + 6.66px);
}

#chartAC {
    top: 10px;
    left: 10px;
    position: absolute;
    max-width: 90%;
}

#chartSolar {
    top: 10px;
    left: 10px;
    border-radius: 10px;
    position: absolute;
    max-width: 90%;
}

#acStats {
    left: calc(20% + 13.33px);
    top: calc(45% + 40px);
    height: calc(55% - 40px);
    width: 30%;
    position: absolute;
}

#solarStats {
    left: calc(60% + 6.66px);
    top: calc(45% + 40px);
    height: calc(55% - 40px);
    width: 30%;
    position: absolute;
}

#solarUnderGraphField {
    left: calc(60% + 6.66px);
}

#loadingScreen {
    visibility: hidden;
}

#loadingScreenBlocker {
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.6;
    position: fixed;
    z-index: 1000;
}

#loadingIcon {
    z-index: 1100;
    left: calc(50% - 60px);
    top: 35%;
    position: fixed;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #76b1d8;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.icon {
    font-size: 60px;
    color: #272727;
    user-select: none;
}

.tab {
    display: inline-block;
    margin-left: 40px;
}

.tooltip {
    background-color: rgb(219, 219, 219);
    color: black;
    opacity: 0.8;
    position: absolute;
    visibility: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    left: 100%;
    top: 0%;
    font-family: Arial, Helvetica, sans-serif;
}

.link {
    font-size: 1vw;
    font-family: Source Sance Pro;
    color: #fff;
}

#link1 {
    top: calc(100% - 20px);
    left: 0%;
    width: 33.33%;
    text-align: center;
    position: absolute;
}

#link2 {
    top: calc(100% - 20px);
    left: 33.33%;
    width: 33.33%;
    text-align: center;
    position: absolute;
}

#link3 {
    top: calc(100% - 20px);
    left: 66.66%;
    width: 33.33%;
    text-align: center;
    position: absolute;
}

#gitLink {
    top: 20px;
    left: 87%;
    width: 15%;
    position: absolute;
}