﻿.BgGradiantSafron
{
    background: linear-gradient(to right,rgb(233,126,105), rgb(236,134,91), rgb(235,128,105)); /* Standard syntax */
}

.BgWhiteTransperent
{
    background-color: rgba(219, 217, 217, 0.20);
}

.BgBrownImage
{
    background: url('../Images/BGs/02Brown.jpg') center no-repeat;
}

.BgCityscape
{
    background-image: url('../Images/BGs/11Evening.jpg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.BgBlack
{
    background-color: #2f4050;
}

.BgDrakBlack
{
    background-color: #243746;
}

.BgBlackTileOfCrack
{
    background-image: url('../Images/BGs/Texture01.png');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.BgRed
{
    background-color: #b12626;
}

.BgLightRed
{
    background: #f27c63;
}


.BgGreen
{
    background: #6dd48c;
}

.BgBlackImage
{
    background-image: url('../Images/BGs/header-profile.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.BgBlueImage
{
    background-image: url('../Images/BGs/BlueTile01.png');
    background-size: 100% auto;
    background-position: left;
    background-repeat: repeat;
}

.BgLightInkBlue
{
    background: #84a3d4;
}


.BgBlue
{
    background-color: #0e9aef;
}


.BgInkBlue
{
    background: #3b72c4;
}

.BgGray
{
    background-color: #bebebe;
}

.BgLightGray
{
    background-color: #dadada;
}


.BgViolet {
    background: #935ed0;
}

@media screen and (max-width: 700px)
{


    .BgCityscape
    {
        background-size: auto 100%;
    }


    .BgBlackImage
    {
        background-size: auto auto !important;
    }
}


.BgGradiantBlue
{
    background: linear-gradient(to right,#4bbeed, #4ebcee, #4ebceb); /* Standard syntax */
}

.BgOffWhite
{
    background-color: #f3f3f4;
}


.BgWhite
{
    /*background-image: url('../Images/Tile.jpg');
    background-position: center;
    background-repeat: repeat;*/
    background-color: white;
}

.BgMilkyWhiteTransperent
{
    background-color:rgba(0, 0, 0, 0.56);
}


.BgGradiantBlueLight
{
    background: linear-gradient(to right, #6899ce, #5c98d3, #609ed7);
}


.BgLightBlue
{
    background-color: #4ebcee;
}



.BgLightBlue02
{
    background-color: #cae3ef;
}


.BgProgressBarPending
{
    background: linear-gradient(to right, #0e9aef, #4ebcee); /* Standard syntax */
}

.BgProgressBarApproved
{
    background: linear-gradient(to right, #0e9aef, #fff873); /* Standard syntax */
}

.BgProgressBarInProgressOrCompleted
{
    background: linear-gradient(to right, #0e9aef, #2ea811); /* Standard syntax */
}

.BgProgressBarRejected
{
    background: linear-gradient(to right, #0e9aef, #e21717); /* Standard syntax */
}