/*
Theme: Renewable Energy Resource Center
Author: VEIC Web Team - //www.veic.org  
Copyright: 2015
*/

/*
brand orange: #f58c4b
brand light blue: #a3d9d1
brand dark blue: #106753

*/

.btn-orange{color:#fff;background-color:#f58c4b;}
.btn-orange:focus{color:#fff;}
.btn-blue{color: #fff; background-color: #1d8069;}
.btn-blue:hover{color: #fff; background-color: #f58c4b;}
.btn-blue:focus{color: #fff;}
.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
    //width: 75%;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
a {
    color: #3B66A1;
}

.progress-report ul { padding: 0 30px; }
.progress-report ul { list-style: none; }
/*renew legend*/
.progress-report li#renew-pv { list-style: none; }
.progress-report li#renew-pv:before {
    content: '■';
    color: #f58c4b;
    float: left;
    width: 1em;
    margin: -.2em -1.2em;
    font-size: 125%;
}
.progress-report li#renew-shw { list-style: none; }
.progress-report li#renew-shw:before {
    content: '■';
   color: #a3d9d1;
    float: left;
    width: 1em;
    margin: -.2em -1.2em;
    font-size: 125%;
}
.progress-report li#renew-wind { list-style: none; }
.progress-report li#renew-wind:before {
    content: '■';
    color: #106753;
    float: left;
    width: 1em;
    margin: -.2em -1.2em;
    font-size: 125%;
}

/* kilowatt legend */

.progress-report li#kilowatt-pv { list-style: none; }
.progress-report li#kilowatt-pv:before {
    content: '■';
    color: #a3d9d1;
    float: left;
    width: 1em;
    margin: -.2em -1.2em;
    font-size: 125%;
}
.progress-report li#kilowatt-shw { list-style: none; }
.progress-report li#kilowatt-shw:before {
    content: '■';
    color: #f58c4b;
    float: left;
    width: 1em;
    margin: -.2em -1.2em;
    font-size: 125%;
}
.progress-report li#kilowatt-wind { list-style: none; }
.progress-report li#kilowatt-wind:before {
    content: '■';
    color: #106753;
    float: left;
    width: 1em;
    margin: -.2em -1.2em;
    font-size: 125%;
}

.light-blue {
    border-color: #a3d9d1 -moz-use-text-color -moz-use-text-color;
}
.navbar {
    border-radius: 0px;
}
.alert-success {
    background-color: #c0ece6;
    border-color: #a3d9d1;
    color: #1d8069;
}
.alert-warning {
    background-color: #fad69b;
    border-color: #F58C4B;
    color: #a26a47;
}
.current > a {
    color: #ffffff !important;
}
footer {
    margin-top: 10px;
}
.footer-orange {
   /*background-color: #f58c4b !important;*/
  /*color: #ffffff;*/
}
.footer-blue {
    //background-color: #a3d9d1 !important;
}

.container {
    min-height: 100%;
    height: 100%;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #f58c4b;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}
.technology-term ul.content-items {
    list-style: none;
    padding-left: 0;
}
    