/*#page_start_info
{
    padding: 4px 8px 0 0 !important;
}

#page_start_info_time
{
    font-size: 11px;
}*/

.logon .logo_company {
    /* line-height: 90px;
    display: block;
    margin-left: 16px;
    background-size: 235px; */
    /*margin-top: -68px;*/

    line-height: 61px;
    width: 265px;
    height: 61px;
    position: relative;
    top: 40px;
    margin: 0 auto 49px;
    /* background: url(/Content/Images/logotype.svg) no-repeat; */
    background: url('/IEECommon/Tuning/CLogo') no-repeat;
    background-position: center;
}

#UserInfo_FlashPanel
{
    position: absolute;
    display: inline;
    margin-left: -86px;
}

img.timezone-tip
{
    margin: 3px 0px;
}

.moduleContainer div.moduleVersion
{
    float: left;
    width: 120px;
}

.portletList.two_cols .column-right {
    float: left;
    width: 20%;
    margin-left: 0;
    text-align: right;
}

.portletList.two_cols .column-left {
    float: left;
    width: 25%;
    margin-left: 7px;
}

#stageAlert {
    /*position: fixed;
    width: 100%;
    bottom: 0px;
    background: RGBA(0, 0, 0, 0.5);
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 8px;
    z-index:9999;
    cursor: no-drop;*/
    position: relative;
    font-size: 90%;
    padding: 1em;
    color: red;
}

/* #stageAlert span {
    width: 16px;
    height: 16px;
    background-image: url("/Content/Images/x16/CloseWindow.png");
    display: block;
    position: absolute;
    right: 1.7em;
    top: 0.6em;
    cursor: pointer;
} */

.mobile-mode.logon .bottom span {
    display: block;
    text-align: center;
    width: 100%;
}

/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
