﻿/*.page {
    margin-top: 10px;
}*/

.footer {
    background: #DEE5ED none repeat scroll 0% 0%;
    /*background: #21A899 none repeat scroll 0% 0%;*/
    padding: 0px 0px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 10;
    font-size: 9pt;
    /*border-top: 1px solid #BDCBDE;*/
    height: 51px;
}

.reservedDiv {
    display: inline-block;
    margin-top: 5px;
}

.footer a {
    color: #FF4800;
}

body {
    margin-bottom: 10px !important;
}


/*.uinfo-foot {
    position: absolute;
    top: 6px;
    right: 10px;
    background: none repeat scroll 0% 0% rgba(249, 233, 115, 1);
    border-radius: 3px 3px 0px 0px;
    padding: 2px 8px;
    font-size: 8pt;
    height: 100px;
    box-shadow: 0px 0px 2px #444;
    cursor: pointer;
}*/


.uinfo-foot {
    /*background: #F9E973 none repeat scroll 0% 0%;*/
    
    /*width: 161px;*/
}


html[dir=ltr] .uinfo-foot {
    float: right;
}

html[dir=rtl] .uinfo-foot {
    float: left;
}

html[dir=ltr] .uinfo-foot .icons {
   
}

html[dir=rtl] .uinfo-foot .icons{
    float: left;
}

    .uinfo-foot .fullname {
        display: inline-block;
        text-align: center;
        color: #000;
        padding: 3px 0px;
    }

    .uinfo-foot .icons {
        display: inline-block;
        text-align: center;
        margin: 6px 0px;
    }

        .uinfo-foot .icons a {
            display: inline-block;
            text-align: center;
            background: no-repeat center;
            background-size: 18px 18px;
            width: 18px;
            height: 18px;
            margin: 0px 3px;
        }

        .uinfo-foot .icons .home {
            background-image: url('../images/blue-home-icon.png');
        }

        .uinfo-foot .icons .logout {
            background-image: url('../images/system-log-out.png');
        }
