/* Progress Bar*/
#myProgress {
    width: 100%;
    background-color: #222;
}
#myBar {
    width: 1%;
    height: 5px;
    background-color: #5cb85c;
    transition: width .9s ease;
}

/* Progress Bar*/

#homepage>center>div>div {
    color: white !important;
}

#homepage>center>div>div>b {
    color: #000;
}

.home .color-white {
    color: white;
}

.home .row {
    padding: 10px;
}

#homepage {
    color: black;
}

#homepage .row-center {
    /*padding: 10px;*/
    color: white;
    /* color: white; */
    /* background-color: #444; */
    /*border-bottom: 1px solid white;*/
}

#homepage .row-center .col-center center h5 {
    color: #898D97;
    margin-bottom: 2px;
    margin-top: 2px;
}


/* for the footerbar*/

.home .bar-footer {
    background-color: #444444;
    /* background-color: transparent !important; */
    padding: 1px;
    background-image: linear-gradient(0deg, #444, #444 50%, transparent 50%) !important;
}

.home .bar-footer button {
    margin: 0px;
    border-radius: 3px;
}

#homepage .scroll-content {
    color: black !important;
}

.button {
    font-weight: bold !important;
}

#homepage .custom-align {
    font-weight: normal;
    font-size-adjust: inherit;
    font-size: x-large;
}

#homepage .circle {
    width: 100px;
    height: 100px;
    background-color: lightblue;
    border-width: 3px !important;
    border-color: yellow !important;
    padding: 25px;
    vertical-align: baseline;
    background: -webkit-linear-gradient(left top, LightGreen, green);
    background: -moz-linear-gradient(left top, LightGreen, Green);
    background: -o-linear-gradient(left top, LightGreen, Green);
    background: linear-gradient(to bottom right, Lightgreen, green);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

#homepage .input-label {
    color: wheat !important;
}

#homepage .ng-binding {
    color: wheat !important;
}

.bar {
    background-color: #444444 !important;
}
