.profilesContainer {
    width: 350px;
}

.profileSelect {
    cursor: pointer;
    cursor: hand;
}

.widget{
    box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
    -webkit-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
}

.widget:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#message {
    text-align: center;
    width: 100%;
    color: #4a4a4a;
    font-size: large;
    margin-top: 30px;
    margin-bottom: -30px;
    font-weight: 400;
    display: none;
}

@media (max-width: 595px) {
    .brand {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .profilesContainer {
        width: 100%;
    }
}

@media (max-height: 740px) {
    .page-login-v2 .page-login-main .brand {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 770px) {
    .page-login-v2 form {
        width: 100% !important;
        text-align: center !important;
        margin: 45px 0 20px;
    }

    .page-login-v2 .page-login-main {
        width: 100% !important;
        text-align: center !important;
    }
}

/*
==============================================
bigEntrance
==============================================
*/

.bigEntrance {
    animation-name: bigEntrance;
    -webkit-animation-name: bigEntrance;

    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    visibility: visible !important;
}

@keyframes bigEntrance {
    0% {
        transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }
    30% {
        transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
    }
    45% {
        transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    60% {
        transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    75% {
        transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    90% {
        transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
}

@-webkit-keyframes bigEntrance {
    0% {
        -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }
    30% {
        -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    75% {
        -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
}

.g-recaptcha {
    display: inline-block;
}

.text-xs-center {
    text-align: center;
}

.fullw {
    width: 100% !important;
    text-align: center;
}

.social{
    display: none;
}
.disabledContent {
    pointer-events: none;
    opacity: 0.4;
}





/*
==============================================
Pagina de carga
==============================================
*/

.box{
    width: 240px;
    height: 150px;
    position: absolute;
    top: calc(50% - 105px);
    top: -webkit-calc(50% - 105px);
    left: calc(50% - 120px);
    left: -webkit-calc(50% - 120px);
}

.textLoad{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 100;
    font-size: 45px;
    position: absolute;
    top: calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    width: 100%;
    text-align: center;
    opacity: 1;
    -webkit-animation: fade-in-out 2.5s infinite;
    -moz-animation: fade-in-out 2.5s infinite;
    -o-animation: fade-in-out 2.5s infinite;
    animation: fade-in-out 2.5s infinite;
}

.comp{
    position: absolute;
    top: 0px;
    width: 80px;
    height: 55px;
    border: 3px solid #fff;
    border-radius: 5px;
}

.comp:after{
    content: '';
    position: absolute;
    z-index: 5;
    top: 19px;
    left: 5px;
    width: 65px;
    height: 10px;
    border-radius: 360px;
    border: 3px solid #fff;
}

.loader_login{
    position: absolute;
    z-index: 5;
    top: 23px;
    width: 8px;
    left: 10px;
    height: 8px;
    border-radius: 360px;
    background: #fff;
    -webkit-animation: loader 5s infinite linear 0.5s;
    -moz-animation: loader 5s infinite linear 0.5s;
    -o-animation: loader 5s infinite linear 0.5s;
    animation: loader 5s infinite linear 0.5s;
}

.con{
    position: absolute;
    top: 28px;
    left: 80px;
    width: 106px;
    height: 3px;
    background: #fff;
}

.byte{
    position: absolute;
    top: 25px;
    left: 80px;
    height: 9px;
    width: 9px;
    background: #fff;
    border-radius: 360px;
    z-index: 6;
    opacity: 0;
    -webkit-animation: byte_animate 5s infinite linear 0.5s;
    -moz-animation: byte_animate 5s infinite linear 0.5s;
    -o-animation: byte_animate 5s infinite linear 0.5s;
    animation: byte_animate 5s infinite linear 0.5s;
}

.server{
    position: absolute;
    top: 22px;
    left: 185px;
    width: 35px;
    height: 35px;
    z-index: 1;
    border: 3px solid #fff;
    border-radius: 360px;
    -webkit-transform: rotateX(58deg);
    -moz-transform: rotateX(58deg);
    -o-transform: rotateX(58deg);
    transform: rotateX(58deg);
}

.server:before{
    content: '';
    position: absolute;
    top: -47px;
    left: -3px;
    width: 35px;
    height: 35px;
    z-index: 20;
    border: 3px solid #fff;
    border-radius: 360px;
}

.server:after{
    position: absolute;
    top: -26px;
    left: -3px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 35px;
    height: 40px;
    z-index: 17;
    content: '';
}

/*Byte Animation*/
@-webkit-keyframes byte_animate{
    0%{
        opacity: 0;
        left: 80px;
    }
    4%{
        opacity: 1;
    }
    46%{
        opacity: 1;
    }
    50%{
        opacity: 0;
        left: 185px;
    }
    54%{
        opacity: 1;
    }
    96%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        left: 80px;
    }
}

@-moz-keyframes byte_animate{
    0%{
        opacity: 0;
        left: 80px;
    }
    4%{
        opacity: 1;
    }
    46%{
        opacity: 1;
    }
    50%{
        opacity: 0;
        left: 185px;
    }
    54%{
        opacity: 1;
    }
    96%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        left: 80px;
    }
}

@-o-keyframes byte_animate{
    0%{
        opacity: 0;
        left: 80px;
    }
    4%{
        opacity: 1;
    }
    46%{
        opacity: 1;
    }
    50%{
        opacity: 0;
        left: 185px;
    }
    54%{
        opacity: 1;
    }
    96%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        left: 80px;
    }
}

@keyframes byte_animate{
    0%{
        opacity: 0;
        left: 80px;
    }
    4%{
        opacity: 1;
    }
    46%{
        opacity: 1;
    }
    50%{
        opacity: 0;
        left: 185px;
    }
    54%{
        opacity: 1;
    }
    96%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        left: 80px;
    }
}

/*LOADER*/
@-webkit-keyframes loader{
    0%{
        width: 8px;
    }
    100%{
        width: 63px;
    }
}

@-moz-keyframes loader{
    0%{
        width: 8px;
    }
    100%{
        width: 63px;
    }
}

@-o-keyframes loader{
    0%{
        width: 8px;
    }
    100%{
        width: 63px;
    }
}

@keyframes loader{
    0%{
        width: 8px;
    }
    100%{
        width: 63px;
    }
}


/*FADE IN-OUT*/
@-webkit-keyframes fade-in-out{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        oapcity: 1;
    }
}

@-moz-keyframes fade-in-out{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        oapcity: 1;
    }
}

@-o-keyframes fade-in-out{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        oapcity: 1;
    }
}

@keyframes fade-in-out{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        oapcity: 1;
    }
}

.load_bg_anim {
    animation: colorchange 2.5s;
    -webkit-animation: colorchange 50s;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: #459BF9;*/
    /*
    background: radial-gradient(ellipse at center, rgba(245,247,250,1) 0%, rgba(230,233,237,1) 100%);
    */
    background-color: rgba(69, 155, 249, 0.66);
    z-index: 999;
}

@keyframes colorchange
{
    0%   {background: rgba(26, 188, 156, 0.80);}
    25%  {background: rgba(41, 128, 185, 0.80);}
    50%  {background: rgba(211, 84, 0, 0.80);}
    75%  {background: rgba(44, 62, 80, 0.80);}
    100% {background: rgba(127, 140, 141, 0.80);}
}

@-webkit-keyframes colorchange
{
    0%   {background: rgba(26, 188, 156, 0.80);}
    25%  {background: rgba(41, 128, 185, 0.80);}
    50%  {background: rgba(211, 84, 0, 0.80);}
    75%  {background: rgba(44, 62, 80, 0.80);}
    100% {background: rgba(127, 140, 141, 0.80);}
}

.btn-primary {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.btn-primary {
    color: #fff;
    background-color: #0776ff;
    border-color: #0776ff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #0999ff;
    border-color: #0999ff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.bg-blue-600 {
    background-color: #0776ff!important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.bg-blue-600:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.page-login-v2 .page-login-main .brand-text {
    color: #000000 !important;
}


.toast-success {
    background-color: #009688 !important;
}

.toast-info {
    background-color: #03A9F4 !important;
}

.toast-error {
    background-color: #F44336 !important;
}

.toast-warning {
    background-color: #FF9800 !important;
}