/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
 /*
body, html {
    margin: 0;
    height: 425px;
    overflow: hidden;
}
*/
/*.menuProgress .myCard-container.myCard {
    max-width: 350px;
    padding: 40px 40px;
}*/


/*
 * Card component
 */
.menuProgress .myCard {
    /* just in case there no content*/
    padding: 2vmin 2.5vmin 3vmin;
    margin: 0 auto 2.5vmin;
    margin-top: 5vmin;
}

.menuProgress .profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.menuProgress .profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}
.menuProgress .form-root-signin .preloader {
    /*margin: 300px auto;*/
    width: 100%;
    height: 42px;
    text-align: center;
    font-size: 10px;
	position: relative;
	top: -47px;
	z-index: 100;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: rgb(93,112,185);
	display: none;
	margin-bottom: -42px;
	border: 3px solid #000;
}
.menuProgress .form-root-signin .preloader > div {
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
	top: 27px;
	position: relative;      
	-webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}
.menuProgress .informations {
    text-align: center;
    font-size: 2vmin;
}
.menuProgress #state {
    text-align: center;
    height: 30px;
    text-shadow: #8c8c8c 0px 0px 5px;
}
.menuProgress .progresscircle {
    width: 20vmin;
    height: 20vmin;
    margin: 2vmin auto;
    position: relative;
}
/*
.container{
    width: 110px;
    height: 110px;
    margin: 100px auto;
}
*/
.menuProgress .progresscircle .prec{
    top: 8vmin;
    left: 8vmin;
    position: absolute;
    font-size: 3vmin;
    transform: translate3d(-50%,-50%,0);
    color: #303136;
}

.menuProgress .progresscircle .prec:after{
    content:'%';
}

.menuProgress .progresscircle .circle{
    position: relative;
    top: 2vmin;
    left: 2vmin;
    text-align: center;
    width: 16vmin;
    height: 16vmin;
    border-radius: 100%;
    background-color: rgba(167, 178, 211, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 1); 
}

.menuProgress .progresscircle .active-border{
    position: relative;
    text-align: center;
    width: 20vmin;
    height: 20vmin;
    border-radius: 100%;

    background-color:#d8f7fd;
    background-image:
        linear-gradient(91deg, transparent 50%, #39B4CC 50%),
        linear-gradient(90deg, #39B4CC 50%, transparent 50%);

    box-shadow: rgb(255, 255, 255, 0.5) 0px 0px 20px;
}