﻿/*#region login**/
.leo-login {
    background: #293c55 url(/Content/Images/bg.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

    .leo-login .leo-form, .leo-form-layout {
        width: 350px;
        top: 50%;
        left: 50%;
        position: fixed;
        margin-left: -175px;
        height: 350px;
        margin-top: -220px;
    }

    .leo-login .leo-form {
        -webkit-transition: all .2s cubic-bezier(.47,0,.745,.715);
        -moz-transition: all .2s cubic-bezier(.47,0,.745,.715);
        -o-transition: all .2s cubic-bezier(.47,0,.745,.715);
        transition: all .2s cubic-bezier(.47,0,.745,.715);
    }

.leo-form-layout {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    background-color: #122031;
}

.leo-login .leo-form .leo-input-row {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
    background-color: #4c617d;
    padding: 0;
}

    .leo-login .leo-form .leo-input-row .leo-input {
        width: 100%;
        padding-left: 35px;
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #4c617d;
        color: #fff;
    }

    .leo-login .leo-form .leo-input-row i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        color: #fff;
        line-height: 35px;
        width: 35px;
        text-align: center;
    }

.leo-login-suggest {
    margin: 0px auto;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 90%;
}

    .leo-login-suggest:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 0;
        right: 0;
        border-top: 1px dotted #a6c4db;
    }

    .leo-login-suggest span {
        display: inline-block;
        background: #A6C4DB;
        padding: 2px 8px 2px 8px;
        color: #5090c1;
        font-size: 13px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.leo-login-suggest-txt {
    margin: 12px auto 0;
    color: #888888;
    text-align: center;
    width: 90%;
    line-height: 18px;
}

.leo-language-select {
    padding: 20px;
    text-align: right;
}

    .leo-language-select a {
        margin-left: 10px;
    }
/*#endregion**/
.leo-main-user {
    margin: 10px 0;
}

    .leo-main-user .leo-header-user {
        position: relative;
        top: 0;
        padding-bottom: 10px;
        right: 0;
        z-index: 1;
    }

        .leo-main-user .leo-header-user .photo {
            padding-top: 12px;
            padding-right: 10px;
            line-height: 0;
        }

            .leo-main-user .leo-header-user .photo img {
                width: 60px;
                height: 60px;
                -moz-border-radius: 60px;
                -webkit-border-radius: 60px;
                border-radius: 60px;
            }

    .leo-main-user .leo-nav-item > a {
        font-weight: bold;
        color: #000;
    }

        .leo-main-user .leo-nav-item > a > .icon-down2 {
            display: none;
        }

    .leo-main-user .leo-nav-item menu {
        display: block;
        background-color: transparent;
        box-shadow: none;
        left: 80px;
        top: 40px;
    }

    .leo-main-user .leo-dropdown-menu a {
        display: inline-block;
        vertical-align: middle;
        color: #1ba1e2;
        font-size: 14px;
    }

        .leo-main-user .leo-dropdown-menu a:hover {
            color: #1ba1e2;
        }

.leo-menu-quick {
    padding: 10px;
}

    .leo-menu-quick a {
        padding: 9px 15px;
        display: inline-block;
        vertical-align: middle;
    }

        .leo-menu-quick a i {
            display: block;
            font-size: 30px;
            text-align: center;
        }


.leo-nav-item.exit > a {
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

    .leo-nav-item.exit > a > .iconfont {
        display: block;
        font-size: 18px;
        width: 30px;
        margin: 10px auto 0;
        height: 25px;
        line-height: 25px;
    }

.emp-list {
    padding: 0 10px;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

.emp-item {
    padding: 5px;
    background: #fff;
    -webkit-transition: border-color .1s ease;
    transition: border-color .1s ease;
    width: 25%;
    display: table-cell;
    height: 100%;
    border: 1px solid #e9e9e9;
    padding: 12px 12px 5px 12px;
    padding-bottom: 50px;
    position: relative;
}

    .emp-item.noborder {
        border: none;
        visibility: hidden;
    }

        .emp-item.noborder:hover {
            border-color: transparent;
            box-shadow: none;
        }

    .emp-item:hover {
        border-color: #e9e9e9;
        box-shadow: 0 0 2px 2px #f8f8f8;
    }

    .emp-item h3 {
        font-weight: bold;
        padding-bottom: 5px;
    }

        .emp-item h3 span {
            margin-right: 5px;
        }

    .emp-item p {
        padding: 2px 0;
        color: #666;
        position: relative;
        padding-left: 40px;
        line-height: 20px;
    }

        .emp-item p.address {
            min-height: 20px;
            overflow: hidden;
        }

        .emp-item p label {
            position: absolute;
            left: 0;
        }

.empitem-toolbar {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

    .empitem-toolbar a {
        padding: 10px;
    }


.console-home-card .leo-card .leo-card-body.leo-home-user {
    text-align: left;
    color: #000;
    padding: 10px;
}

.leo-home-user {
}

    .leo-home-user img {
        width: 60px;
        height: 60px;
        border-radius: 100px;
    }

    .leo-home-user div {
        padding: 0 10px;
    }

        .leo-home-user div h3 {
            font-size: 20px;
            font-weight: bold;
            padding: 5px 0;
            margin-bottom: 5px;
        }

        .leo-home-user div span {
            padding: 5px 10px 5px 0;
            font-size: 14px;
        }
