﻿@font-face {
    font-family: 'tiengviet';
    src: url('../fonts/custom.woff') format('woff');
}

body {
    font-family: 'Roboto', sans-serif;
}

.wrapper
{
    z-index:1
}
.text-danger.field-validation-error {
    margin-top: 10px;
    display: inline-block;
}

.imgloader-wrapper-inline{
    float:left;
    position: relative
}

.imgloader-wrapper-inline-small {
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
}

.imgloader-wrapper-inline-text{
    float:left;
    margin-left:7px
}

.imgloader {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .imgloader:before {
        content: "";
        text-indent: -9999em;
        border-top: 3px solid rgba(255,255,255,0.3);
        border-right: 3px solid rgba(255,255,255,0.3);
        border-bottom: 3px solid rgba(255,255,255,0.3);
        border-left: 3px solid rgb(255,255,255);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -30px;
        margin-left: -30px;
    }

    .imgloader:before,
    .imgloader:after {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        content: "";
    }

    .imgloader span {
        /*
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -43px;
        margin-top: 40px;*/
        margin-top: 120px;
        color: #fff;
        font-size: 18px;
        width: 100%;
        text-align: center;
        position: absolute;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loadercommonstyle .imgloader:before {
    border-top: 3px solid rgba(255,91,96,0.3);
    border-right: 3px solid rgba(255,91,96,0.3);
    border-bottom: 3px solid rgba(255,91,96,0.3);
    border-left: 3px solid rgb(255,91,96);
}

.loadercommonstyle .imgloader {
    background: rgba(255,255,255,0.8);
}

.imgloader.blackcolor:before {
    border-top: 3px solid rgba(0,0,0,0.3);
    border-right: 3px solid rgba(0,0,0,0.3);
    border-bottom: 3px solid rgba(0,0,0,0.3);
    border-left: 3px solid rgb(0,0,0);
}

.imgloader.blackcolor span{
    color:#282828
}

.imgloader.blackcolor {
    background: rgba(255,255,255,0.6);
}

.imgloader.smallloader:before,
.imgloader.smallloader:after {
    width: 20px;
    height: 20px;
}

.imgloader.smallloader:before {
    margin-top: -10px;
    margin-left: -10px;
}

#homebackground {
    /*
            background: url(../images/iphone90.png) no-repeat;
            background-size: cover;
                */
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(215,230,255,1);
    background: -moz-linear-gradient(-45deg, rgba(215,230,255,1) 0%, rgba(243,219,246,1) 50%, rgba(240,220,247,1) 55%, rgba(217,227,255,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(215,230,255,1)), color-stop(50%, rgba(243,219,246,1)), color-stop(55%, rgba(240,220,247,1)), color-stop(100%, rgba(217,227,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(215,230,255,1) 0%, rgba(243,219,246,1) 50%, rgba(240,220,247,1) 55%, rgba(217,227,255,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(215,230,255,1) 0%, rgba(243,219,246,1) 50%, rgba(240,220,247,1) 55%, rgba(217,227,255,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(215,230,255,1) 0%, rgba(243,219,246,1) 50%, rgba(240,220,247,1) 55%, rgba(217,227,255,1) 100%);
    /* background: linear-gradient(135deg, rgba(215,230,255,1) 0%, rgba(243,219,246,1) 50%, rgba(240,220,247,1) 55%, rgba(217,227,255,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e6ff', endColorstr='#d9e3ff', GradientType=1 );
    background-attachment: fixed;
}

    #homebackground:before {
        content: "";
        right: 0;
        top: 0;
        position: absolute;
        width: 500px;
        height: 600px;
        background: url(../images/right_top.png) no-repeat left top;
        background-size: cover
    }

    #homebackground:after {
        content: "";
        left: 0;
        bottom: 0;
        position: absolute;
        width: 472px;
        height: 354px;
        background: url(../images/left_bottom.png) no-repeat left top;
        background-size: cover
    }

.btn, .navbar .navbar-nav > li > a.btn
{
    text-transform:capitalize
}

.btn.btn-info {
    background: rgba(147,82,251,1);
    background: -moz-linear-gradient(left, rgba(147,82,251,1) 0%, rgba(214,78,212,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,82,251,1)), color-stop(100%, rgba(214,78,212,1)));
    background: -webkit-linear-gradient(left, rgba(147,82,251,1) 0%, rgba(214,78,212,1) 100%);
    background: -o-linear-gradient(left, rgba(147,82,251,1) 0%, rgba(214,78,212,1) 100%);
    background: -ms-linear-gradient(left, rgba(147,82,251,1) 0%, rgba(214,78,212,1) 100%);
    background: linear-gradient(to right, rgba(147,82,251,1) 0%, rgba(214,78,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9352fb', endColorstr='#d64ed4', GradientType=1 );
    box-shadow: 0 2px 2px 0 rgba(147, 82, 251, 0.14), 0 3px 1px -2px rgba(147, 82, 251, 0.2), 0 1px 5px 0 rgba(147, 82, 251, 0.12);
}

.btn.btn-main {
    background: #00f2c3;
    background-image: linear-gradient(to bottom left,#00f2c3,#0098f0,#00f2c3);
    background-size: 210% 210%;
    background-position: 100% 0;
    background-color: #00f2c3;
    transition: all .15s ease;
    box-shadow: 0 2px 2px 0 rgba(147, 82, 251, 0.14), 0 3px 1px -2px rgba(147, 82, 251, 0.2), 0 1px 5px 0 rgba(147, 82, 251, 0.12);
}

    .btn.btn-info:hover {
        box-shadow: 0 14px 26px -12px rgba(147, 82, 251, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(214, 78, 212, 0.2);
    }

.loginlanguagewrapper{
    position:absolute;
    bottom:20px;
    right:20px;
    z-index:100
}

    .loginlanguagewrapper a {
        color: #50639c;
        cursor: pointer;
        padding-left: 30px;
        position: relative;
    }

        .loginlanguagewrapper a i {
            font-size: 22px;
            position: absolute;
            left: 0;
        }

.alert.animated.fadeInDown{
    z-index:1101 !important;
}

