/* 
    Document   : main
    Created on : 10.12.2012, 15:53:21
    Author     : Rave
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.acr_logo {
    margin-bottom: 20px;
    margin-right: 30px;
    margin-left: 15px;
}

.logoutMenu {
    float: right;
    margin-right: 75px;
    margin-top: 30px;
}

#loginPanel{
    position: absolute;
    min-width: 320px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);   
}

#forgotPass{
    width: 450px;
    height: 100px;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}

#changePass{
    width: 450px;
    height: 100px;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}

.whiteSpace {
    height: 10px;
}
.ui-widget {
    font-size: 1.1em !important;
}

.ui-steps .ui-steps-item {
    width: 24%;
}

.ui-state-highlight {
    text-shadow: none !important;
}

.ui-steps.custom {
    margin-bottom: 30px;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link {
    height: 10px;
    padding: 0 1em;
}

.ui-steps.custom .ui-steps-item .ui-steps-number {
    background-color: #0081c2;
    color: #FFFFFF;
    display: inline-block;
    width: 30px;
    border-radius: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.title {
    font-family: Gill Sans,Arial,sans-serif;
    font-weight: bold;
    font-size: x-large;
}

.largerFont {
    font-size: larger;
}
.largerButton {
    font-size: larger !important;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-top: 20px;
}

.centerPanel {
    width:50px;
    height:50px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-25px;
    margin-top:-25px;
}

#footer {
    font-size: 0.9em !important;
}

#entryLink {
    font-size: 1.1em !important;
    font-weight: bold;
}

#code {
    font-size: 1.9em;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.clock {
    margin-top: 30px; 
    text-align: center;
    color: black;
}

.circle {
    width: 75px;
    height: 75px;
}

@keyframes rotateThis {
    from {
        transform: rotate(0deg) scale(1);
    }
    to {
        transform: rotate(360deg) scale(1);
    }
}
@keyframes psycho {
    0% {
        transform: rotate(0deg) scale(1) translate(0, 0);
    }
    33% {
        transform: rotate(360deg) scale(1) translate(5px, 5px);
    }
    66% {
        transform: rotate(720deg) scale(1) translate(-5px, -5px);
    }
    100% {
        transform: rotate(1080deg) scale(1) translate(0, 0);
    }
}

li.circle {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 0.7em;
}

li.circle span {
    text-align: center;
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
}