

.selected-bg-style{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(79, 172, 254) 0%, rgb(0, 242, 254) 100%) repeat scroll 0% 0%;
}

#loader_box {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url("/static/images/loader_big.gif");
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

#project_body{
    /*background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(254, 147, 101) 0%, rgb(254, 183, 152) 100%) repeat scroll 0% 0%;*/
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(1, 169, 172) 0%, rgb(1, 219, 223) 100%) repeat scroll 0% 0%;
}
