﻿
button, input
{
    outline: none;
    border:none;
    border-collapse:collapse;
}

.BtnAnimation-GrayToWhite
{
    background: linear-gradient(to left, #4a4a4a 50%, white 50%);
    background-size: 200% 100%;
    background-position: right top;
    transition: all ease 1s;
    color: White;
    height: 40px;
}

    .BtnAnimation-GrayToWhite:hover
    {
        background-position: left bottom;
        color: #4a4a4a;
        opacity: 1.0;
    }

    
.BtnAnimation-BlueToWhite
{
    background: linear-gradient(to left, #0e9aef 50%, white 50%);
    background-size: 200% 100%;
    background-position: right top;
    transition: all ease 1s;
    color: White;
    height: 40px;
}

    .BtnAnimation-BlueToWhite:hover
    {
        background-position: left bottom;
        color: #4a4a4a;
        opacity: 1.0;
        border: 1px solid #ededed;
    }

.BtnAnimation-GrayToWhite-Small
{
    background: linear-gradient(to left, #4a4a4a 50%, white 50%);
    background-size: 200% 100%;
    background-position: right top;
    transition: all ease 1s;
    color: White;
}

    .BtnAnimation-GrayToWhite-Small:hover
    {
        background-position: left bottom;
        color: #4a4a4a;
        opacity: 1.0;
    }

.BtnBlue
{
    background-color: #0e9aef;
    color: white;
    transition: all ease 0.5s;
}

    .BtnBlue:hover, .BtnBlue:focus
    {
        background-color: #0976b9;
       
    }



.BtnWhite
{
    background-color: white;
    color: #0e9aef;
    transition: all ease 0.5s;
}

    .BtnWhite:hover, .BtnWhite:focus
    {
        background-color: #0e9aef;
        color:white;
    }



.BtnOffWhite
{
    background-color: #f3f3f4;
    color: #0e9aef;
    transition: all ease 0.5s;
    /*border: 1px solid #0976b9;*/
}

    .BtnOffWhite:hover, .BtnOffWhite:focus
    {
        background-color: #c7c7c7;
        color: #0976b9;
    }


.BtnGray
{
    background-color: #dddddd;
    color: #484848;
    transition: all ease 0.5s;
}

    .BtnGray:hover, .BtnGray:focus
    {
        background-color: #b4b4b4;
        color: black;
    }


.BtnRed
{
    background-color: #be311e;
    color: white;
    transition: all ease 0.5s;
}

    .BtnRed:hover, .BtnRed:focus
    {
        background-color: #891e10;       
    }



.BtnMenuBlue
{
    min-height: 25px;
    min-width: 35px;
    background-color: #0e9aef;
    background-image: url('../Images/Icons/MenuIcon.png');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 4px;
}

    .BtnMenuBlue:hover
    {
        background-color: #4ba3db;
    }


.BtnMenuTransperent
{
    background-image: url('../Images/Icons/MenuIcon.png');
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: left;
    background-color: rgba(0, 0, 0, 0.00);
    color: White;
    min-height: 25px;
    min-width: 70px;
    text-align: right;
    font-family: FontType1;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    transition: all ease 0.5s;
}

    .BtnMenuTransperent:hover
    {
        background-color: #0f2845;
    }


.BtnListTransperent
{
    background-image: url('../Images/Icons/MenuIcon - Gray.png');
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #dddddd;
    color: #717171;
    min-height: 25px;
    min-width: 50px;
    text-align: right;
    font-family: FontType1;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    transition: all ease 0.5s;
}

    .BtnListTransperent:hover
    {
        background-color: #bdb8b8;
    }


.BtnTransperent
{
    border: none;
    background-color: transparent;
    border-style: none;
    transition: all ease 0.5s;
}


    .BtnTransperent:hover
    {
        background-color: #ff7b29;
    }



.FUFileUploadBlue
{
    position: relative;
    background-color: #0e9aef;
    color: white;
    border-radius: 5px;
    transition: all ease 0.5s;
    padding: 7px;
    background-image: url('../Images/Icons/Upload.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 30px;
    text-indent: 30px;
}

    .FUFileUploadBlue:hover
    {
        background-color: #4ba3db;
    }

    .FUFileUploadBlue input
    {
        position: absolute;
        z-index: 2;
        opacity: 0;
        width: 90%;
    }


.FUFileUploadGray
{
    position: relative;
    background-color: #a5a4a4;
    color: white;
    border-radius: 5px;
    transition: all ease 0.5s;
    padding: 7px;
    background-image: url('../Images/Icons/Upload.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 30px;
    text-indent: 30px;
}

    .FUFileUploadGray:hover
    {
        background-color: #6d6d6d;
    }

    .FUFileUploadGray input
    {
        position: absolute;
        z-index: 2;
        opacity: 0;
        width: 90%;
    }





.FUFileUploadHidden
{
    position: relative;
    overflow: hidden;
}



    .FUFileUploadHidden input
    {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }



.FUMultiFileUploadBlue
{
    position: relative;
    background-color: #0e9aef;
    color: white;
    border-radius: 5px;
    transition: all ease 0.5s;
    padding: 7px;
    margin: 10px;
    background-image: url('../Images/Icons/Upload.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 90%;
}

    .FUMultiFileUploadBlue label
    {
        width: 100%;
        text-align: right;
    }

    .FUMultiFileUploadBlue:hover
    {
        background-color: #0f8dd9;
    }

    .FUMultiFileUploadBlue input
    {
        left: 0px;
        position: absolute;
        z-index: 2;
        opacity: 0;
        width: 100%;
        height: 100%;
    }



.IconEffect
{
    cursor:pointer;
}

.IconEffect:hover
{
    color:#66b8ed;
}


.BtnNoText
{
    color:transparent;
}