﻿.control-accountinfo {
	padding-left: 44px;
}
@media screen and (max-width: 991px) {
	.control-accountinfo {
		padding-left: 0px;
	}
}

input.error, select.error
{
    border-color: red;
}
label.error
{
    color: red;
}


#floatingCirclesG{
position:relative;
width:128px;
height:128px;
-moz-transform:scale(0.6);
-webkit-transform:scale(0.6);
-ms-transform:scale(0.6);
-o-transform:scale(0.6);
transform:scale(0.6);
}
.f_circleG
{
    position: absolute;
    background-color: #212121;
    height: 23px;
    width: 23px;
    -moz-border-radius: 12px;
    -moz-animation-name: f_fadeG;
    -moz-animation-duration: 0.88s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 12px;
    -webkit-animation-name: f_fadeG;
    -webkit-animation-duration: 0.88s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 12px;
    -ms-animation-name: f_fadeG;
    -ms-animation-duration: 0.88s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 12px;
    -o-animation-name: f_fadeG;
    -o-animation-duration: 0.88s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 12px;
    animation-name: f_fadeG;
    animation-duration: 0.88s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#frotateG_01
{
    left: 0;
    top: 52px;
    -moz-animation-delay: 0.33s;
    -webkit-animation-delay: 0.33s;
    -ms-animation-delay: 0.33s;
    -o-animation-delay: 0.33s;
    animation-delay: 0.33s;
}

#frotateG_02
{
    left: 15px;
    top: 15px;
    -moz-animation-delay: 0.44s;
    -webkit-animation-delay: 0.44s;
    -ms-animation-delay: 0.44s;
    -o-animation-delay: 0.44s;
    animation-delay: 0.44s;
}

#frotateG_03
{
    left: 52px;
    top: 0;
    -moz-animation-delay: 0.55s;
    -webkit-animation-delay: 0.55s;
    -ms-animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

#frotateG_04
{
    right: 15px;
    top: 15px;
    -moz-animation-delay: 0.66s;
    -webkit-animation-delay: 0.66s;
    -ms-animation-delay: 0.66s;
    -o-animation-delay: 0.66s;
    animation-delay: 0.66s;
}

#frotateG_05
{
    right: 0;
    top: 52px;
    -moz-animation-delay: 0.77s;
    -webkit-animation-delay: 0.77s;
    -ms-animation-delay: 0.77s;
    -o-animation-delay: 0.77s;
    animation-delay: 0.77s;
}

#frotateG_06
{
    right: 15px;
    bottom: 15px;
    -moz-animation-delay: 0.88s;
    -webkit-animation-delay: 0.88s;
    -ms-animation-delay: 0.88s;
    -o-animation-delay: 0.88s;
    animation-delay: 0.88s;
}

#frotateG_07
{
    left: 52px;
    bottom: 0;
    -moz-animation-delay: 0.99s;
    -webkit-animation-delay: 0.99s;
    -ms-animation-delay: 0.99s;
    -o-animation-delay: 0.99s;
    animation-delay: 0.99s;
}

#frotateG_08
{
    left: 15px;
    bottom: 15px;
    -moz-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-moz-keyframes f_fadeG
{
    0%
    {
        background-color: #FFFFFF;
    }

    100%
    {
        background-color: #212121;
    }
}

@-webkit-keyframes f_fadeG
{
    0%
    {
        background-color: #FFFFFF;
    }

    100%
    {
        background-color: #212121;
    }
}

@-ms-keyframes f_fadeG
{
    0%
    {
        background-color: #FFFFFF;
    }

    100%
    {
        background-color: #212121;
    }
}

@-o-keyframes f_fadeG
{
    0%
    {
        background-color: #FFFFFF;
    }

    100%
    {
        background-color: #212121;
    }
}

@keyframes f_fadeG
{
    0%
    {
        background-color: #FFFFFF;
    }

    100%
    {
        background-color: #212121;
    }
}


.profile_splash
{
    z-index: 10000;
    background: #000;
    position: fixed;
    opacity: .8;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.profile_splash_container
{
    position: relative;
    /*left: 50%;
    top: 50%;*/
    left: 48%;
    top: 30%;
    color: #ffffff;
    width: 11em;
}


.loader1 {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    /*
    background: #000000;
    background: -moz-linear-gradient(left, #000000 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #000000 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #000000 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #000000 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #000000 10%, rgba(255, 255, 255, 0) 42%);
        */
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader1:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    /*background: #000000;*/
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader1:after {
    /* background: #0dc5c1; // green */
    background: #000000; 
    /*background: #ffffff;*/
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.small-loader {
    display: inline-block !important;
    font-size: 10px !important;
    margin: 0px auto !important;
    text-indent: -9999em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.small-loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.small-loader:after {
    background: #9c5fb5; 
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
