
footer {
    margin-top: 40px;
    position: fixed;
    height: 40px;
    bottom: 0;
    background: lightgrey;
    width: 100%;
}

.body-padding {
    margin-top: 116px;
    margin-bottom: 48px;
    margin-right: 16px;
    padding: 16px;
}

.body-padding-no-sidebar {
    margin-top: 12px;
    margin-bottom: 48px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 8px;
}

.nav-padding {
    width: 100%;
    margin-top: 50px;
    padding-top: 4px;
    padding-bottom: 4px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    height: 52px;
}

.nav-inline-padding {
    padding-right: 16px;
}

.btn-ecbc {
    margin: 4px;
}

.btn-navbar {
    margin-right: 16px;
    margin-top: 6px;
}

.project-row {
    cursor: pointer;
}

.card-block-padding {
    padding: 20px;
}

.card-margin {
    margin-bottom: 15px;
    padding-right: 32px !important;
}

.card-tiles {
    padding-left: 0;
    padding-right: 0;
}

.rounded-image-btn-national-small {
    position: absolute;
    height: 250px;
    width: 250px;
    left: 0;
    right: 0;
    top: 75px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: url("/static/images/btn-national-high-in.jpg") center no-repeat;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
}

.rounded-image-btn-national-small:hover {
    background: url("/static/images/btn-national.jpg") center no-repeat;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.rounded-image-btn-ulb-small {
    position: absolute;
    height: 250px;
    width: 250px;
    left: 385px;
    right: 0;
    top: 375px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: url("/static/images/btn-new-ulb-high.png") center no-repeat;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
}

.rounded-image-btn-ulb-small:hover {
    background: url("/static/images/btn-new-ulb.jpg") center no-repeat;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.rounded-image-btn-bo-small {
    position: absolute;
    height: 250px;
    width: 250px;
    left: -385px;
    right: 0;
    top: 375px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: url("/static/images/btn-new-bo-high.png");
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
}

.rounded-image-btn-bo-small:hover {
    background: url("/static/images/btn-new-bo.jpg") center no-repeat;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.rounded-image-btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    letter-spacing: -1px;
    background: white; /* fallback color */
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    width: 320px;
    text-align: center;
}

.rounded-widget {
    width: 250px;
    height: 250px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: url("/static/images/circle.svg") center no-repeat;
    background-size: contain;
}

.rounded-widget-compliant-area {
    background: url("/static/images/emis-compliant-area.png") center no-repeat !important;
    background-size: contain !important;
    margin-bottom: 36px;
}

.rounded-widget-compliant-projects {
    background: url("/static/images/emis-compliant-projects.png") center no-repeat !important;
    background-size: contain !important;
    margin-bottom: 36px;
}

.rounded-widget-demand-abated {
    background: url("/static/images/emis-demand-abated.png") center no-repeat !important;
    background-size: contain !important;
    margin-bottom: 36px;
}

.rounded-widget-energy-savings {
    background: url("/static/images/emis-energy-savings.png") center no-repeat !important;
    background-size: contain !important;
    margin-bottom: 36px;
}

.rounded-widget-star-ratings {
    background: url("/static/images/emis-star-rating.png") center no-repeat !important;
    background-size: contain !important;
    margin-bottom: 36px;
}

.rounded-widget-epi-score {
    background: url("/static/images/emis-epi-score.png") center no-repeat !important;
    background-size: contain !important;
    margin-bottom: 36px;
}

.rounded-widget-energy-use {
    background: url("/static/images/emis-energy-use.png") center no-repeat !important;
    background-size: contain !important;
    margin-bottom: 36px;
}

.rounded-widget-epi {
    background: url("/static/images/emis-epi.png") center no-repeat !important;
    background-size: contain !important;
    margin-bottom: 36px;
}

.rounded-widget-title {
    font-size: 3.0rem;
    margin-top: 42px;
}

.rounded-widget-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333333;
    letter-spacing: -1px;
    padding: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    width: 250px;
    text-align: center;
}

.fill-splash-building {
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url('/static/images/login_building.jpg');
}

.fill-splash-national {
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url('/static/images/login_india.jpg');
}

.fill-splash-municipal {
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url('/static/images/login_municipal.jpg');
}

/*body, html {*/
/*margin: 0;*/
/*overflow: hidden;*/
/*height:100%;*/
/*}*/

@media (min-width: 768px) {
    #left-content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 24%;
        overflow-y: scroll;
    }

    #right-content {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        overflow-y: scroll;
        width: 74%;
    }
}

.custom-file {
    overflow: hidden;
!important;
}

.custom-file-control {
    white-space: nowrap !important;
}

.custom-file-label {
    overflow: hidden;
}

.custom-progress-bar-div {
    width: 100%;
    background-color: #e6db74;
}

.custom-progress-bar {
    counter-reset: step;
}

.custom-progress-bar li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.custom-progress-bar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: 3px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.custom-progress-bar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.custom-progress-bar li:first-child:after {
    content: none;
}

.custom-progress-bar li.custom-active {
    color: #0061B4;
}

.custom-progress-bar li.custom-active:before {
    border-color: #0061B4;
}

.custom-progress-bar li.custom-active + li:after {
    background-color: #0061B4;
}

.custom-logo {
    position: absolute;
    top: 58px;
    left: 25px;
    height: 48px;
    max-width: 48px;
}

.custom-danger {
    border: 2px solid red !important;
    background-color: #ffdddd !important;
}

.custom-success {
    border: 2px solid limegreen !important;
    background-color: #ccffcc !important;
}

.searchTerm {
    float: left;
    width: 215px;
    height: 40px;
    border: 3px solid #0061B4;
    padding: 5px;
    border-radius: 5px;
    outline: none;
    color: #9DBFAF;
}

.searchTerm:focus {
    color: #00B4CC;
}

.searchButton {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #0061B4;
    background: #0061B4;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    margin-left: 2px;
}

.clearSearchButton {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #0061B4;
    background: #0061B4;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    margin-left: 44px;
}

.index-page {
    min-height: 768px;
    min-width: 1366px;
}

.fill-page {
    height: 100% !important;
    width: 100% !important;
    min-height: 100% !important;
    min-width: 100%;
!important;
}

.title-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 72px;
    width: 100%;
    /*letter-spacing: -1px;*/
    /*background: white; !* fallback color *!*/
    /*background: rgba(255, 255, 255, 0.9);*/
    /*padding: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*-ms-border-radius: 10px;*/
    /*-o-border-radius: 10px;*/
    /*border-radius: 10px;*/
    /*width: 320px;*/
    text-align: center;
}

.simulation-result-baseline-row {
    background-color: #E9E9E9
}

.simulation-result-proposed-row {
    background-color: #0161b417
}

.inline-button {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.table-sort {
    cursor: pointer;
}