﻿body {
    /*background: url('img/home-bg.png') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*min-height: 800px;*/
    font-family: 'Microsoft YaHei';
    background-color: #ffe4b5;
    background-image: none;
}

.page-header.navbar {
    background-color: #f4a460;
    font-size: 12px;
    line-height: 46px;
}

.page-header {
    color: #ffffff;
}

    .page-header a {
        color: #ffffff;
    }

/*#region Tiles*/
.tiles {
    margin-right: -10px;
    color: #ffffff;
}

    .tiles:before, .tiles:after {
        display: table;
        content: " ";
    }

    .tiles:after {
        clear: both;
    }

    .tiles .tile {
        display: block;
        letter-spacing: 0.02em;
        float: left;
        height: 171px;
        width: 210px !important;
        cursor: pointer;
        text-decoration: none;
        color: #ffffff;
        position: relative;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.02em;
        line-height: 20px;
        overflow: hidden;
        border: 4px solid transparent;
        margin: 0 0 0 0;
        background-color: initial;
    }

        .tiles .tile:after, .tiles .tile:before {
            content: "";
            float: left;
        }

        .tiles .tile.double {
            width: 450px !important;
        }

        .tiles .tile.double-down {
            height: 341.9px !important;
        }

            .tiles .tile.double-down.tile-last {
                display: none;
            }

.double-down .dashboard-stat .visual {
    height: 282px;
}

.tiles .tile.double-down i {
    margin-top: 95px;
}

.tiles .tile:hover {
    border-color: #ffffff !important;
    background-color: initial;
}

.tiles .tile:active, .tiles .tile.selected {
    border-color: #ccc !important;
}

    .tiles .tile.selected .corner:after {
        content: "";
        display: inline-block;
        border-left: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-right: 40px solid #ccc;
        position: absolute;
        top: -3px;
        right: -3px;
    }

    .tiles .tile.selected .check:after {
        content: "";
        font-family: FontAwesome;
        font-size: 13px;
        content: "\f00c";
        display: inline-block;
        position: absolute;
        top: 2px;
        right: 2px;
    }

.tiles .tile.icon {
    padding: 0;
}

.tiles .tile.image .tile-body {
    padding: 0 !important;
}

    .tiles .tile.image .tile-body > img {
        width: 100%;
        height: auto;
        min-height: 100%;
        max-width: 100%;
    }

    .tiles .tile.image .tile-body h3 {
        display: inline-block;
    }

.tiles .tile .tile-body {
    height: 100%;
    vertical-align: top;
    padding: 10px 10px;
    overflow: hidden;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
}

    .tiles .tile .tile-body p {
        font-weight: 400;
        font-size: 13px;
        color: #ffffff;
        line-height: 20px;
        overflow: hidden;
    }

        .tiles .tile .tile-body p:hover {
            color: rgba(0, 0, 0, 0.8);
        }

        .tiles .tile .tile-body p:active {
            color: rgba(0, 0, 0, 0.4);
        }

        .tiles .tile .tile-body p:hover {
            color: #ffffff;
        }

    .tiles .tile .tile-body img {
        float: none;
        margin: 0 auto;
        margin-right: 0px;
        margin-top: 10px;
    }

        .tiles .tile .tile-body img.pull-right {
            float: right !important;
            margin-left: 10px;
            margin-right: 0px;
        }

    .tiles .tile .tile-body > .content {
        display: inline-block;
    }

    .tiles .tile .tile-body > i {
        margin-top: 17px;
        display: block;
        font-size: 56px;
        line-height: 56px;
        text-align: center;
    }

    .tiles .tile .tile-body h1,
    .tiles .tile .tile-body h2,
    .tiles .tile .tile-body h3,
    .tiles .tile .tile-body h4,
    .tiles .tile .tile-body h5,
    .tiles .tile .tile-body h6,
    .tiles .tile .tile-body p {
        padding: 0;
        margin: 0;
        line-height: 14px;
    }

        .tiles .tile .tile-body h1:hover,
        .tiles .tile .tile-body h2:hover,
        .tiles .tile .tile-body h3:hover,
        .tiles .tile .tile-body h4:hover,
        .tiles .tile .tile-body h5:hover,
        .tiles .tile .tile-body h6:hover,
        .tiles .tile .tile-body p:hover {
            color: #ffffff;
        }

    .tiles .tile .tile-body h3,
    .tiles .tile .tile-body h4 {
        margin-bottom: 5px;
    }

.tiles .tile .tile-object {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 30px;
    background-color: transparent;
    *zoom: 1;
}

    .tiles .tile .tile-object:before, .tiles .tile .tile-object:after {
        display: table;
        content: "";
    }

    .tiles .tile .tile-object:after {
        clear: both;
    }

    .tiles .tile .tile-object > .name {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 15px;
        font-weight: 400;
        font-size: 18px;
        color: #ffffff;
    }

        .tiles .tile .tile-object > .name > i {
            vertical-align: middle;
            display: block;
            font-size: 24px;
            height: 18px;
            width: 24px;
        }

    .tiles .tile .tile-object > .number {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: 0;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 26px;
        margin-bottom: 8px;
        margin-right: 10px;
    }
/*#endregion Tiles*/

.mark_btn_space {
    width: 202px;
    height: 105px;
    display: block;
    position: relative;
    float: left;
}

/*#region page-footer*/
.page-footer .page-footer-inner {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.page-footer-fixed .page-footer {
    background-color: transparent;
}
/*#endregion page-footer*/

/*#region login*/
.login {
    width: 460px;
    height: 315px !important;
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-color: #ffffff;
}

    .login .content {
        width: 360px;
        margin: 0 auto;
        margin-bottom: 0px;
    }

        .login .content p,
        .login .content label {
            color: #000000;
        }

        .login .content .login-form,
        .login .content .forget-form {
            padding: 0px;
            margin: 0px;
        }

        .login .content .form-control {
            background-color: #fff;
        }

        .login .content .forget-form {
            display: none;
        }

        .login .content .register-form {
            display: none;
        }

        .login .content .form-title {
            font-size: 30px;
            margin: 25px 0px;
            text-align: center;
            font-weight: bold;
            font-family: 'Microsoft YaHei';
        }

        .login .content .form-actions {
            background-color: transparent;
            clear: both;
            border: 0px;
            padding: 0px 30px 25px 30px;
            margin-left: -30px;
            margin-right: -30px;
        }

        .login .content .forget-form .form-actions {
            border: 0;
            margin-bottom: 0;
            padding-bottom: 20px;
        }

        .login .content .register-form .form-actions {
            border: 0;
            margin-bottom: 0;
            padding-bottom: 0px;
        }

        .login .content .forget-password {
            margin-top: 25px;
        }

        .login .content .create-account {
            border-top: 1px dotted #eee;
            padding-top: 10px;
            margin-top: 15px;
        }

            .login .content .create-account a {
                display: inline-block;
                margin-top: 5px;
            }

.margin-top-25 {
    margin-top: 50px;
}

.margin-top-30 {
    margin-top: 50px;
}

@media (max-width: 480px) {
    .login {
        height: 315px;
        width: 90%;
        padding: 20px;
    }

        .login .logo {
            margin-top: 10px;
        }

        .login .content {
            /*padding: 30px;
        width: 222px;*/
            width: 100%;
        }

    img {
        width: 80%;
    }



    .login .content h3 {
        font-size: 22px;
    }

    .login .checkbox {
        font-size: 13px;
    }



    .tiles .tile {
        display: block;
        letter-spacing: 0.02em;
        float: left;
        height: 171px;
        width: 50% !important;
        cursor: pointer;
        text-decoration: none;
        color: #ffffff;
        position: relative;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.02em;
        line-height: 20px;
        overflow: hidden;
        border: 4px solid transparent;
        margin: 0 0 0 0;
        background-color: initial;
    }


    .page-header.navbar .container_index {
        width: 90% !important;
    }

    .page-container .container_index {
        width: 95% !important;
        padding-left: 0px;
        padding-right: 10px;
    }

    .mark_btn_space {
        display: none;
    }

    .mark_btn {
        /*display: none;*/
        display: none;
    }

    .margin-top-25 {
        margin-top: 25px;
    }

    .margin-top-30 {
        margin-top: 30px;
    }

    .img-60 {
        width: 60%;
    }

    .double-down .dashboard-stat .visual {
        height: 112px;
    }

    .tiles .tile.double-down {
        display: none;
    }

        .tiles .tile.double-down.tile-last {
            display: block;
            height: 171px !important;
            width: 50% !important;
        }
}

/*#endregion login*/

