/* Slide menu right width HTML+CSS by Zzbaivong (devs.forumvi.com) */
/** {
    margin: 0px;
    padding: 0px;
}*/
.languageSelectField > select {
	margin: 8px 8px;
	padding: 2px 10px;
    line-height: 26px;
}
.menu-list ul li {
    margin:3px;
}



.slide-menu {
    font-family: "Segoe UI",Tahoma,Helvetica,sans-serif;
    font-size: 14px;
}
.slide-menu .menu-list li:nth-child(odd) { background:#34de48; }
.slide-menu .menu-list li:nth-child(even) { background:#49bbd5; }
.start-menu-button {
    color: white;
    white-space: nowrap;
    display: block;
    text-decoration: underline;
    background: none;
    outline: none;
    border: none;
    font-weight:900;
}
body:not(.loggedin) .start-menu-button { /* if user is not loggedin font is bigger. "Iniciar" */
    font-size: 1.2em;
}
body.loggedin .start-menu-button { /* if user is logged in font are little smaller because name can get long. */
    font-size: 1em;
}

.start-menu-button:hover {
    background: #3184A1;
    cursor: pointer;
}
.menu-wrap {
    background-color: #dfeadd;
    padding: 40px 0;
    overflow: hidden;
    transition: all 0.3s;
    position: fixed;
    width: 300px;
    top: 0;
    right: -300px;
    bottom: 0;
    z-index: 3000;
}
.menu-overlay {
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 900;
}
.menu-close {
    background: url(img/X.png) no-repeat scroll center center #49bbd5;
    /*opacity: 0;*/
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
    text-indent: -9999px;
    transition: all 0.3s;
}
.menu-close:hover {
    background-color: rgba(236, 69, 69, 1);
    cursor: pointer;
}
.menu-wrap:hover .menu-close {
    opacity: 1;
}
.menu-toggle {
    display: none;
}
.menu-toggle:checked + .menu-wrap {
    right: 0;
}
.menu-toggle:checked ~ .menu-overlay {
    display: block;
}
.menu-title {
    color: #FFF;
    padding-left: 40px;
    font-weight: 300;
}
.menu-list {
    position: absolute;
    top: 120px;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: inherit;
    display: block;
    overflow: hidden;
}
.menu-wrap:hover .menu-list {
    overflow-y: auto;
}
.menu-list ul {
    list-style-type: none;
}
.menu-list li {
    display: block;
}
.menu-list li:first-child {
    border-top: medium none;
}
.menu-list li a {
    display: block;
    padding: 10px 40px;
    font-size: 18px;    
    color: #FFF;
    text-decoration: none;
}
.menu-list li a:hover {
    background: #359BED;
}
.menu-list li a:active {
    background: #666;
}

/*.menulc{
    animation-name: start2;
    animation-duration: 2s;
    animation-iteration-count: 2;
    animation-direction: alternate;

}*/
.out {
    animation-name: out;
    animation-duration:2s;
 
 }

.over {
    animation-name: in;
    animation-duration:5s;
    animation-iteration-count:infinite;
    cursor: pointer;
 }
 
 .start-menu-button23:hover {
     /*background: #92c1ed;*/    /*background: #3184A1;*/
    /* animation-name: in;
     animation-duration: 4s;*/
 }
 
 .wrap:hover .start-menu-button23{
    background: #92c1ed;
    cursor: pointer;
    font-size: 2em;
    border-radius: 200px;
    transform: rotate(360deg);
 }
 .start-menu-button2:hover {
     /*background: #92c1ed;*/    /*background: #3184A1;*/
    /* animation-name: in;
     animation-duration: 4s;*/
     background: #92c1ed;
     cursor: pointer;
     font-size: 2em;
     border-radius: 200px;
     transform: rotate(-360deg);
 }

 .start-menu-button23 {
     transition: font-size .5s, background .5s, border-radius .5s, transform .5s;
 }

 .start-menu-button {
     transition: font-size .5s, background .5s, border-radius .5s, transform .5s;
 }
 /* LPCSMCSSAN0001 Adding animation and translation for start/inicia button. 1  */
@keyframes start {
    0% {
        background: none;
        border: none;
        font-size: 1.5em;
    }
    25% {
        background: #58bcd3;
        font-size: 2em;
        border-radius: 200px;
        transform: rotate(45deg);
    }
    50% {
        background: #7bc37a;
        font-size: 1em;
        border-radius: 200px;
        left: 30px;
        top: 50px;
        transform: rotate(-45deg);
    }
    75% {
        background: #8dc84a;
        font-size: 3em;
        border-radius: 2px;
        left: 15px;
        top: 0px;
        transform: rotate(360deg);
    }
    100% {
        background: #63beb5;
        font-size: 2em;
        border-radius: 200px;
        left: 0px;
        top: 0px;
        transform: rotate(360deg);
        /*transform: rotate(0deg);*/
    }

}

@keyframes start2 {
    0% {
        background: none;
        border: none;
        font-size: 1.5em;
    }
    50% {
        background: #58bcd3;
        font-size: 2em;
        border-radius: 200px;
        transform: rotate(45deg);
    }    
    100% {
        background: #7bc37a;
        font-size: 1em;
        border-radius: 200px;
        transform: rotate(-45deg);
    }
}

@keyframes out {
    from {
        background: #12a6d3;
        font-size: 2em;
        border-radius: 200px;
    }
    to {
        background: none;
        border: none;
        font-size: 1.5em;
    }

}
@keyframes in {
    0% {
        background: none;
        border: none;
        font-size: 1.5em;
        position:relative;
        margin-right: none;
    }
    25% {
        background: #3184A1;
        font-size: 2em;
        border-radius: 200px;
        margin-right: 50%;
    }
    50% {
        background: #044e6a;
        font-size: 1em;
        border-radius: 200px;
        margin-right: none;
    }
    75% {
        background: #6612d3;
        font-size: 3em;
        border-radius: 1px;
    }
    100% {
        background: #12a6d3;
        font-size: 2em;
        border-radius: 200px;
    }

}

