﻿/*
==========================================================
==========================================================

Bootstrap 4 Admin Template

https://bootstrapious.com/p/admin-template

==========================================================
==========================================================
*/
/*
* ==========================================================
*     GENERAL STYLES
* ==========================================================
*/
body {
    overflow-x: hidden;
}

a,
i,
span {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover,
    a:focus,
    i:hover,
    i:focus,
    span:hover,
    span:focus {
        text-decoration: none;
    }

section {
    padding: 50px 0;
}

canvas {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-fluid {
    padding: 0 30px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #adadad;
    font-size: 16px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #adadad;
    font-size: 16px;
}

input:-ms-input-placeholder {
    color: red !important;
    font-size: 22px;
}

@media (max-width: 575px) {
    .container-fluid {
        padding: 0 15px;
    }
}

header.page-header {
    padding: 20px 0;
}

table {
    font-size: 0.9em;
    color: #666;
}

.card-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

    .card-close .dropdown-toggle {
        color: #999;
        background: none;
        border: none;
    }

        .card-close .dropdown-toggle:after {
            display: none;
        }

    .card-close .dropdown-menu {
        border: none;
        min-width: auto;
        font-size: 0.9em;
        border-radius: 0;
        -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1);
    }

        .card-close .dropdown-menu a {
            color: #999 !important;
        }

            .card-close .dropdown-menu a:hover {
                background: #796AEE;
                color: #fff !important;
            }

            .card-close .dropdown-menu a i {
                margin-right: 10px;
                -webkit-transition: none;
                transition: none;
            }

.content-inner {
    position: relative;
    width: calc(100% - 250px);
    min-height: calc(100vh - 70px);
    padding-bottom: 60px;
}

    .content-inner.active {
        width: calc(100% - 90px);
    }

.page-header {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 8;
}

*[class*="icon-"] {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

button,
input {
    outline: none !important;
}

.card {
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

.card-header {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

    .card-header h1,
    .card-header h2,
    .card-header h3,
    .card-header h4,
    .card-header h5,
    .card-header h6 {
        margin-bottom: 0;
    }

.breadcrumb-holder {
    background: #fff;
}

.breadcrumb {
    background: #fff;
    position: relative;
    z-index: 7;
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 0;
}

    .breadcrumb li.breadcrumb-item {
        color: #aaa;
        font-weight: 300;
    }

/*=== Helpers ===*/
.text-bold {
    font-weight: 700;
}

.text-small {
    font-size: 0.9rem;
}

.text-xsmall {
    font-size: 0.8rem;
}

.bg-red {
    background: #ff7676 !important;
    color: #fff;
}

    .bg-red:hover {
        color: #fff;
    }

.bg-blue {
    background: #85b4f2 !important;
    color: #fff;
}

    .bg-blue:hover {
        color: #fff;
    }

.bg-yellow {
    background: #eef157 !important;
    color: #fff;
}

    .bg-yellow:hover {
        color: #fff;
    }

.bg-green {
    background: #54e69d !important;
    color: #fff;
}

    .bg-green:hover {
        color: #fff;
    }

.bg-orange {
    background: #ffc36d !important;
    color: #fff;
}

    .bg-orange:hover {
        color: #fff;
    }

.bg-violet {
    background: #796AEE !important;
    color: #fff;
}

    .bg-violet:hover {
        color: #fff;
    }

.bg-gray {
    background: #ced4da !important;
}

.bg-white {
    background: #fff !important;
}

.text-red {
    color: #ff7676;
}

    .text-red:hover {
        color: #ff7676;
    }

.text-yellow {
    color: #eef157;
}

    .text-yellow:hover {
        color: #eef157;
    }

.text-green {
    color: #54e69d;
}

    .text-green:hover {
        color: #54e69d;
    }

.text-orange {
    color: #ffc36d;
}

    .text-orange:hover {
        color: #ffc36d;
    }

.text-violet {
    color: #796AEE;
}

    .text-violet:hover {
        color: #796AEE;
    }

.text-blue {
    color: #85b4f2;
}

    .text-blue:hover {
        color: #85b4f2;
    }

.text-gray {
    color: #ced4da;
}

    .text-gray:hover {
        color: #ced4da;
    }

.text-uppercase {
    letter-spacing: 0.2em;
}

.lh-2 {
    line-height: 2;
}

.page {
    background: url(../../Content/Images/newLogin/logo_bg.jpg) no-repeat center center;
    background-size: cover;
}

    .page .text-white {
        color: #fff;
    }

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.page {
    overflow-x: hidden;
}

.has-shadow {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

/*
* ==========================================================
*     FORMS
* ==========================================================
*/


.input-group-text {
    color: #868e96;
    background: #f8f9fa;
    border-color: #dee2e6;
    border-radius: 0;
}

    .input-group-text .checkbox-template,
    .input-group-text .radio-template {
        -webkit-transform: none;
        transform: none;
    }

.form-control-label {
    font-size: .9rem;
    color: #777;
}

button,
input[type='submit'] {
    cursor: pointer;
    font-family: inherit;
    font-weight: 300 !important;
}

.input-group .dropdown-toggle {
    background: #f5f5f5;
    color: #777;
}

.checkbox-template,
.radio-template {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
}

    .checkbox-template + label,
    .radio-template + label {
        margin-left: 10px;
    }

    .checkbox-template::before,
    .radio-template::before {
        margin-right: 10px;
        content: '';
        display: inline-block;
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        background: #dae2e7;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .checkbox-template::after,
    .radio-template::after {
        content: '\f00c';
        width: 12px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        display: block;
        font-family: 'FontAwesome';
        position: absolute;
        top: 1px;
        left: 1px;
        font-size: 0.7em;
        opacity: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        color: #fff;
    }

    .checkbox-template:checked::before,
    .radio-template:checked::before {
        background: #796AEE;
    }

    .checkbox-template:checked::after,
    .radio-template:checked::after {
        opacity: 1;
    }

    .radio-template::before {
        border-radius: 50%;
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px);
    }

    .radio-template::after {
        width: 6px;
        height: 6px;
        line-height: 6px;
        text-align: center;
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 50%;
        content: '';
    }

    .radio-template:checked::after {
        background: #fff;
    }

input.input-material {
    width: 100%;
    outline: none !important;
    border: none;
    border-bottom: 2px solid #eee;
    padding: 10px 0;
    padding-left: 40px;
    font-size: 16px;
    color: #757575 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #ffffff inset;
    -webkit-text-fill-color: #757575;
}


input.input-material.is-invalid {
    border-color: #dc3545 !important;
}

input.input-material:focus {
    border-color: #796AEE;
}

input.input-material ~ label {
    color: #aaa;
    position: absolute;
    top: 14px;
    left: 0;
    cursor: text;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 300;
}

    input.input-material ~ label.active {
        font-size: 0.8rem;
        top: -10px;
        color: #796AEE;
    }

input.input-material.is-invalid ~ label {
    color: #dc3545;
}

.form-group-material {
    position: relative;
    margin-bottom: 30px;
}

.modal-content {
    border-radius: 0;
}

.i-checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*
* ==========================================================
*     LOGIN PAGE（登录页）
* ==========================================================
*/
.login-page {
    position: relative;
}

    .login-page::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        z-index: -1;
        background: url(../../Content/Images/newLogin/logo_bg.jpg);
        background-size: cover;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
    }

    .login-page .container {
        min-height: 100vh;
        z-index: 999;
        padding: 20px;
        position: relative;
    }

    .login-page .form-holder {
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 50px;
    }

        .login-page .form-holder .info,
        .login-page .form-holder .form {
            min-height: 50vh;
            padding: 40px;
            height: 100%;
        }

        .login-page .form-holder div[class*='col-'] {
            padding: 0;
        }

        .login-page .form-holder .info {
            background: #fff;
            color: #fff;
        }

            .login-page .form-holder .info h1 {
                font-size: 2.5em;
                font-weight: 600;
            }

            .login-page .form-holder .info p {
                font-weight: 300;
            }

        .login-page .form-holder .form .form-group {
            position: relative;
            margin-bottom: 30px;
        }

        .login-page .form-holder .form .content {
            width: 100%;
        }

        .login-page .form-holder .form form {
            width: 100%;
            max-width: 400px;
        }

@media (max-width: 991px) {
    .login-page .info,
    .login-page .form {
        min-height: auto !important;
    }

    .login-page .info {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}


/* 最新 */
.content {
    width: 100%;
}

    .content .logo {
        width: 100%;
		padding:0 60px;
    }

.login-bz {
    width: 100%;
    padding: 45px;
}

.img-responsive {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* 登录 */
.login-title {
    font-size: 48px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 90px;
    width: 100%;
}

.user-icon {
    background: url(../../Content/Images/newLogin/user.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 2px;
    left: 0;
}

.pwd-icon {
    background: url(../../Content/Images/newLogin/pwd.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 2px;
    left: 0;
}

.Email-icon {
    background: url(../../Content/Images/newLogin/email.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    left: 0;
}
/* 自动登录 */
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-control-label::before {
    position: absolute;
    top: .75rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: .75rem;
    left: -1.6rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.next-login {
    font-size: 12px;
    line-height: 24px;
    color: #adadad;
    margin-right: 32px;
}

/* 选择语言 */
.Language_btn {
    color: #adadad;
    font-size: 12px;
    line-height: 24px;
}

.Login_SwitchLang a {
    color: #adadad;
    font-size: 12px;
}

/* 忘记密码 */
.Forgetpassword {
    color: #adadad;
    font-size: 12px;
    line-height: 24px;
}
/*登录*/
.BottonBox {
    padding-top: 70px;
}

    .BottonBox .LoginSubmit {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #3870f6;
        color: #fff;
        border: none;
        font-size: 22px;
        padding: 10px 0;
        font-weight: bold !important;
        border-radius: 44px;
    }

/* 底部 */
.login_mk_ft {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 20px;
    z-index: 99999;
    left:0
}

.login_mk_cp {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .login_mk_cp p {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin: 0.125rem 0 0 0;
    }

        .login_mk_cp p a:link {
            font-size: 14px;
            color: #fff;
            text-decoration: none;
        }

        .login_mk_cp p a:hover {
            font-size: 14px;
            color: #fff  !important;
            text-decoration: underline;
        }

.RAMIS_logo_div {
    position: relative;
}

.RAMIS_logo {
    position: absolute;
    right: -20%;
    top: 25%;
}
/*忘记密码*/
.forget-pwd {
    text-align: center;
    margin-bottom: 50px;
}

.forget-pwd-btn {
    padding-top: 20px;
}

.app-logo {
    display: none;
}

@media (max-width: 1400px) {
    .login_flex {
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    }
}

@media (max-width: 1199px) {
    .login-title {
        font-size: 40px !important;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    body {
        overflow: auto;
    }

    .login_left {
        display: none;
    }

    .app-logo {
        display: block;
        width: 60%;
        padding-bottom: 30px;
    }

    .login-title {
        font-size: 24px !important;
        font-weight: bold;
        color: #333333;
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .BottonBox {
        padding-top: 30px;
    }

    .login_mk_cp p {
        font-size: 12px;
        color: #fff;
        text-align: center;
        margin: 0;
    }

        .login_mk_cp p a:link {
            font-size: 12px;
            color: #fff;
            text-decoration: none;
        }

        .login_mk_cp p a:hover {
            font-size: 12px;
            color: #fff;
            text-decoration: underline;
        }

    .BottonBox .LoginSubmit {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #3870f6;
        color: #fff;
        border: none;
        font-size: 16px;
        padding: 8px 0;
        font-weight: bold;
        border-radius: 36px;
    }

    .login-page .form-holder .form form {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .login-page .form-holder .info, .login-page .form-holder .form {
        min-height: 70vh;
        padding: 25px 40px;
        height: 100%;
    }

    .user-icon {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 7px;
        left: 10px;
        background-size: cover;
    }

    .pwd-icon {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 7px;
        left: 10px;
        background-size: cover;
    }

    .Email-icon {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 5px;
        left: 5px;
        background-size: cover;
    }

    input.input-material {
        font-size: 12px;
    }

    .login-page .form-holder .form .form-group {
        margin-bottom: 25px;
    }
    /*忘记密码*/
  
    .forget-pwd-btn {
        padding-top: 10px !important;
    }

    .login_mk_cp p a {
        color: #fff;
    }
    .login_mk_ft .row{
        margin-left:0;
        margin-right:0
    }
      .RAMIS_logo_div {
        display:none
    }
    .footer_cons {
    padding:0
    }
}


@media (min-width: 1920px){
.login_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
    .login-page {
    overflow:hidden
    }
}