﻿/*
            login area
            */
.loginAreaBefore
{
    background-image: url('../Images/BG/bgLogin.png');
    background-repeat: repeat;
    background-position: center center;
    background-color: #384248;
    display: none;
}

    .loginAreaBefore:after
    {
        bottom: 0;
        left: 0;
        background-color: #384248;
        height: 50px;
        width: 100%;
    }

    .loginAreaBefore .closeLogin
    {
        z-index: 1;
        text-align: center;
        background-color: #384248;
        color: #fff;
        border: 3px solid #fff;
        font-size: 1.25em;
        position: absolute;
        bottom: 15px;
        left: 25px;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 30px;
        cursor: pointer;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

        .loginAreaBefore .closeLogin:hover
        {
            box-shadow: 0 0 5px #c7e01d;
            text-shadow: 0 0 5px #c7e01d;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

.forEmployeeText
{
    font-size: 2.25em;
    color: #fff;
    padding: 30px 0px;
    display: block;
}

.loginForm
{
    padding: 30px 30px 5px 30px;
}

    .loginForm > .loginBtn
    {
        color: #c7e01d;
        border-radius: 3px;
        border: 2px solid #c7e01d;
        background: rgb(67,79,84); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(67,79,84,1) 0%, rgba(67,79,84,1) 50%, rgba(58,69,78,1) 51%, rgba(58,69,78,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,79,84,1)), color-stop(50%,rgba(67,79,84,1)), color-stop(51%,rgba(58,69,78,1)), color-stop(100%,rgba(58,69,78,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(67,79,84,1) 0%,rgba(67,79,84,1) 50%,rgba(58,69,78,1) 51%,rgba(58,69,78,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(67,79,84,1) 0%,rgba(67,79,84,1) 50%,rgba(58,69,78,1) 51%,rgba(58,69,78,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(67,79,84,1) 0%,rgba(67,79,84,1) 50%,rgba(58,69,78,1) 51%,rgba(58,69,78,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(67,79,84,1) 0%,rgba(67,79,84,1) 50%,rgba(58,69,78,1) 51%,rgba(58,69,78,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434f54', endColorstr='#3a454e',GradientType=0 ); /* IE6-9 */
        padding: 0px 30px;
        font-size: 1.4em;
        display: inline;
        margin-top: 10px;
        width: 104px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

        .loginForm > .loginBtn:hover
        {
            text-shadow: 0 0 5px #fff;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

    .loginForm > div.fa
    {
        width: 200px;
        margin: 0 auto;
        margin-bottom: 10px;
        display: block;
        position: relative;
    }

        .loginForm > div.fa:before
        {
            color: #D5D5D5;
            position: absolute;
            left: 5px;
            line-height: 1.6em;
            top: 2px;
        }

        .loginForm > div.fa input[type="text"].inputText
        {
            color: #b8bdba;
            border-radius: 3px;
            box-shadow: inset 0 0 5px #f0f0f0;
            height: 30px;
        }
/**/
.loginAreaAfter
{
    background-color: #384248;
    text-align: right;
    padding: 10px 5px !important;
}

    .loginAreaAfter .welcome
    {
        color: #ffffff;
        font-size: 1em;
        display: inline-block;
        vertical-align: top;
    }

    .loginAreaAfter .loggedName
    {
        color: #c7e01d;
        font-size: 1em;
        margin: 0px 5px;
        display: inline-block;
        vertical-align: top;
    }

    .loginAreaAfter div > ul
    {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        padding: 0;
    }

        .loginAreaAfter div > ul > li
        {
            display: inline-block;
            padding: 0px 30px 10px 30px;
            font-size: 1em;
            position: relative;
        }

            .loginAreaAfter div > ul > li a
            {
                color: #fff;
                display: block;
            }

                .loginAreaAfter div > ul > li a:hover
                {
                    color: #f8f8f8;
                    text-shadow: 0 0 5px #c7e01d;
                }

            .loginAreaAfter div > ul > li .num
            {
                color: #c7e01d;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -ms-transition: all 1s ease;
                transition: all 1s ease;
            }

            .loginAreaAfter div > ul > li:hover .num
            {
                text-shadow: 0 0 5px #f0f0f0;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -ms-transition: all 1s ease;
                transition: all 1s ease;
            }

    .loginAreaAfter .closeLogin
    {
        background-color: #fff;
        color: #384248;
        font-size: 1em;
        width: 15px;
        height: 15px;
        line-height: 15px;
        cursor: pointer;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        float: left;
        text-align: center;
    }

        .loginAreaAfter .closeLogin:hover
        {
            box-shadow: 0 0 5px #c7e01d;
            text-shadow: 0 0 5px #f0f0f0;
            color: #c7e01d;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

.logoutBtn
{
    color: #c7e01d;
    border-radius: 3px;
    border: 2px solid #c7e01d;
    background: rgb(67,79,84); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(67,79,84,1) 0%, rgba(67,79,84,1) 50%, rgba(58,69,78,1) 51%, rgba(58,69,78,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,79,84,1)), color-stop(50%,rgba(67,79,84,1)), color-stop(51%,rgba(58,69,78,1)), color-stop(100%,rgba(58,69,78,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(67,79,84,1) 0%,rgba(67,79,84,1) 50%,rgba(58,69,78,1) 51%,rgba(58,69,78,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(67,79,84,1) 0%,rgba(67,79,84,1) 50%,rgba(58,69,78,1) 51%,rgba(58,69,78,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(67,79,84,1) 0%,rgba(67,79,84,1) 50%,rgba(58,69,78,1) 51%,rgba(58,69,78,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(67,79,84,1) 0%,rgba(67,79,84,1) 50%,rgba(58,69,78,1) 51%,rgba(58,69,78,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434f54', endColorstr='#3a454e',GradientType=0 ); /* IE6-9 */
    padding: 4px 20px;
    font-size: 0.9em;
    float: left;
    margin-top: -4px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

    .logoutBtn:hover
    {
        text-shadow: 0 0 5px #fff;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

/* Dropdown Menu */
.loginAreaAfter ul li ul
{
    position: absolute;
    background: #384248;
    padding: 5px 0px;
    z-index: 99;
    display: none;
    top: 100%;
    right: 0;
    width: 100%;
}

    .loginAreaAfter ul li ul li
    {
        text-align: center;
        padding: 5px 0px;
    }

    .loginAreaAfter ul li ul a
    {
        padding: 5px;
    }

.loginAreaAfter ul li:hover ul
{
    display: block;
}

/*
    */
.form_Box
{
    margin-top: 25px;
}

    .form_Box .ajax__tab_header
    {
        border: 1px solid #E16D07;
        display: inline-block;
        border-bottom: none;
    }

        .form_Box .ajax__tab_header > span
        {
            display: inline-block;
        }

        .form_Box .ajax__tab_header a span
        {
            background-color: #E16D07;
            padding: 5px 10px;
            display: inline-block;
            color: #fff;
            border-bottom-color: #fff;
        }

        .form_Box .ajax__tab_header > .ajax__tab_active a span
        {
            color: #E16D07;
            background-color: transparent;
        }

        .form_Box .ajax__tab_header > span.ajax__tab_active
        {
            background-color: #fff;
        }

    .form_Box .ajax__tab_body
    {
        border: 1px solid #E16D07;
        margin-top: -1px;
        padding: 10px;
    }



    .form_Box .row .large-2 span
    {
        line-height: 2em;
    }

    .form_Box .row input[type=checkbox]
    {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .form_Box .fa-upload
    {
        margin: 5px 0px;
    }

    .form_Box .validationContainer > span
    {
        border-top: 1px solid #E16F7A;
        bottom: 3px;
    }
