﻿body {
    color: #616f77;
    font-family: "Lato", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    -ms-overflow-style: scrollbar;
    background-color: rgb(231, 234, 235);
}



a {
    text-decoration: none !important;
    cursor:pointer;
}

   /*a:hover {
        color: white !important;
    }*/ 

.fl {
    float:left;
}
.fr {
    float:right;
}

.w-420 {
    width: 420px;
}
.pad-15 {
    padding:15px !important;
}
.mt-40 {
    margin-top: 40px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.bg-white {
    background-color: white !important;
}

/* 错误提示 */
.CommonMessageSuccess {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 100%;
    color: #334433;
    background-color: #cfe7c0;
    margin-bottom: 20px;
    height:35px;
    line-height:35px;
}

.CommonMessageError {
    margin-bottom: 20px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 100%;
    color: #443333;
    background-color: #EBD9D9;
    height: 35px;
    line-height: 35px;
}

.CommonWarningMessage {
    margin-bottom: 20px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 100%;
    color: #444433;
    font-weight: bold;
    background-color: #fff499;
    height: 35px;
    line-height: 35px;
}

.spirtLines {
    color: #DDDDDD;
    height: 25px;
    line-height: 25px;
    padding-left: 4px;
    width: 6px;
}

.img_update {
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
}
/* 注意提示 */
.error {
    BORDER-RIGHT: #ff0000 2px solid;
    BORDER-TOP: #ff0000 2px solid;
    BORDER-LEFT: #ff0000 2px solid;
    WIDTH: 95%;
    BORDER-BOTTOM: #ff0000 2px solid;
    BACKGROUND-COLOR: #ffdede
}

.page {
    padding:20px;
}

.page-logo {
    width:100%;
    height:100%;
    overflow:auto;
    padding:60px 10px;
    position:fixed;
    background-color: rgb(63, 78, 98);
}

.login-img {
    width:25px;
    height:25px;
    margin-top:5px;
}

.login-input {
    width: 350px;
    margin-left: 5px;
    background-color: rgb(250, 255, 189);
}

.login-btn {
    color: white;
    background-color: rgb(65, 139, 202);
    width:260px;
}


.page-header {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1001;
    transition-property: right, padding-right;
    transition-delay: 0s,0s;
    transition-duration: 0.25s,0.25s;
    transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335), cubic-bezier(0.6, 0.04, 0.98, 0.335);
    background-color: rgb(81, 68, 95);
    height:45px;
    padding:0 15px;
    margin-top:0;
    border:none;
}

.branding {
    width:250px;
    height: 45px;
    padding: 0 15px;
    float:left;
}

.brand {
    color: white;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    float: left;
    background-image: url("../images/minovate-logo.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 10px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
}
.page-header .nav-right, .page-header .nav-left {
    margin-bottom:0px;
}


    .page-header .nav-right > li, .page-header .nav-left > li {
        margin-top: 0px;
        vertical-align:top;
    }

.dropdown-toggle {
    color: rgba(255,255,255,0.7);
    line-height:42px;
    padding:0 10px;
    display:inline-block;
    position:relative;
}
    .dropdown-toggle:hover, .dropdown-toggle:hover i {
        color:white;
    }


.aside-menu {
    width: 250px;
    padding: 0;
    background-color: rgb(73, 61, 85);
    z-index: 21;
    top: 45px;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


.bar {
    background: #000;
    width: 6px;
    position: absolute;
    top: 0;
    right: 0;
    z-index:9999;
}


.page-content {
    height: 99%;
    position: absolute;
    width: auto;
    left: 250px;
    /*top: 45px;*/
    right: 0;
    bottom: 0;
    transition-property: right, padding-right;
    transition-delay: 0s,0s;
    transition-duration: 0.25s,0.25s;
    transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335), cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}

    .page-content form, .page-content iframe {
        height: 99%;
    }

    .aside-menu-title {
        padding: 10px 30px;
        font-size: 16px;
        font-weight: 700;
        color: white;
        border-bottom: #ccc solid 1px;
    }

.navigation {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: -blackberry-touch;
    background-color: #493d55;
}

.navigation > div >li > a > i {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    width: 20px;
    line-height: 1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

    .navigation > div > li {
        position: relative;
        margin: 0;
        overflow: hidden;
        z-index: 10;
        cursor: pointer;
    }

        .navigation > div > li.open > a,
        .navigation > div > li > a:hover {
            background-color: rgba(0, 0, 0, 0.2);
            color: white;
        }

            .navigation > div > li.open > i,
            .navigation > div > li > a:hover > i {
                color: white;
            }

        .navigation > div > li.active > a {
            background-color: white;
            color: black;
        }

        .navigation > div > li.active > i {
            color: black;
        }

        .navigation > div > li.active > a:hover > i {
            color: black;
        }

        .navigation > div > li a {
            font-size: 13px;
            color: white;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            position: relative;
            font-weight: 700;
            display: block;
            padding: 12px 15px;
        }

            .navigation > div > li a:hover {
                text-decoration: none;
            }


.navigation .dropdown {
    list-style: none;
    padding: 5px 0;
}

    .navigation .dropdown > li {
        position: relative;
        padding: 0;
    }


        .navigation .dropdown > li > a {
            font-size: 12px;
            position: relative;
            display: block;
            padding: 8px 0 8px 60px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .navigation .dropdown > li.active > a {
            background-color: white;
            color: black;
        }

        .navigation .dropdown > li.active > i {
            color: black;
        }



.page-breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    background-color:white;
    width:100%;
}
    .page-breadcrumb > li {
        display: inline-block;
    }

.page-breadcrumb > li > a {
    color: #95a2a9;
    padding: 8px 10px;
    display: inline-block;
}

     .page-breadcrumb > li > a:hover {
        color: #16a085;
        text-decoration: none;
    }

        .page-breadcrumb > li:before {
            display: inline-block;
            font-family: "iconfont logo";
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e666";
            color: #95a2a9;
        }

 .page-breadcrumb > li:first-child {
    background-color: #493d55;
    margin-right: 8px;
}

    .page-breadcrumb > li:first-child > a {
        color: rgba(255, 255, 255, 0.5);
    }

         .page-breadcrumb > li:first-child > a:hover {
            color: white;
        }

    .page-breadcrumb > li:first-child:before {
        content: "";
    }

.content-header {
    margin-bottom:30px;
    margin-top:50px;
}


.search-info, .data-info {
    background-color: white;
    color: #616f77;
    opacity: 1;
    position: relative;
    margin-bottom: 20px;
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}

    .search-info h4, .data-info  h4{
        padding: 0;
        margin: 0;
    }
.search-info-header, .data-info-header {
    border-bottom: rgba(0,0,0,0.1) solid 1px;
}
.search-info .search-info-content, .search-info .search-info-header, .data-info .data-info-content, .data-info .data-info-header {
    position: relative;
    padding: 8px 15px;
    margin: 0px;
}

    .data-info .data-info-header .controls {
        height:100%;
        top:0;
        right:0;
        padding:0;
        margin:0;
        list-style:none;
        position:absolute;
        z-index:9;
        -ms-user-select:none;
    }
        .data-info .data-info-header .controls > li {
            height: 100%;
            float: left;
            display: inline-block;
            border-left: rgba(0,0,0,0.1) solid 1px;
        }
            .data-info .data-info-header .controls > li input[type=button], .data-info .data-info-header .controls > li input[type=submit] {
                height: 100%;
            }

            .data-info .data-info-header .controls > li > a {
                height: 100%;
                text-align: center;
                color: #95a2a9;
                line-height: 43px;
                padding: 0 10px;
                display: block;
                min-width: 41px;
            }
                .data-info .data-info-header .controls > li > a:hover {
                    color:black !important;
                }
.data-info-content table {
    border: none;
    color: #616f77 !important;
}
    .data-info-content table tbody tr th a {
        color: #616f77;
    }

    .data-info-content table tbody tr td, .data-info-content table tbody tr th {
        /*border: #798992 solid 0px !important;*/
        border-left: none;
        border-right: none;
        text-align: left;
    }

.add-info-header {
    padding: 10px 15px;
    background-color: white;
    border-bottom: rgba(0,0,0,0.1) solid 1px;
}

    .add-info-header h4 {
        display:inline-block;
    }

    .radio-list label {
        margin-right: 50px;
    }

.btn {
    border-radius: 0;
    outline-style: none;
    outline-color: invert;
    outline-width:0px;
}
.page-back {
    margin: 10px;
}
.page-back a {
    color: #616f77;
    border: #616f77 solid 2px;
    border-radius: 20px;
    padding: 10px;
    cursor:pointer;
}

.box-item {
    width:100%;
    margin-bottom:20px;
    position:relative;
    z-index:9;
    cursor:pointer;
    min-height:110px;
    perspective:600px;
}
.box-info-one {
    color: white;
    background-color: rgb(22, 160, 133);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 28px;
    position: relative;
    z-index: 11;
    transform: rotateX(0deg) rotateY(0deg);
    transition-property:all;
    transition-duration:0.4s;
    transition-timing-function:ease-in-out;
    transition-delay:0s;
    backface-visibility:hidden;
}
.box-info-two {
    color: white;
    background-color: rgb(65, 139, 202);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 28px;
    position: relative;
    z-index: 11;
    transform: rotateX(0deg) rotateY(0deg);
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    backface-visibility: hidden;
}

.box-data {
    font-weight:700;
    font-size:24px;
    line-height:34px;
}

.box-info-one input[type=submit], .box-info-two input[type=submit] {
    color:black;
}

.box-info-two select {
    color:black;
}

.btn-export {
    margin: 0;
    padding: 0;
    border: 0px solid transparent;
    outline: none;
    background-color:transparent;
    color:white !important;
}

.import-pop {
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index:9999;
}

    .import-pop .import-content {
        width: 400px;
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 20px;
        min-height: 200px;
        padding: 20px 30px;
    }
        .import-pop .import-content .btn-close {
            position: absolute;
            right: 0;
            top: -50px;
            font-size: 30px;
            color: #fff;
            line-height: 1;
            cursor:pointer;
        }
        .import-pop .import-content .btn-close::after {
            content: "";
            position: absolute;
            left: 42%;
            top: 28px;
            width: 2px;
            height: 25px;
            background-color: #fff;
            z-index:999999;
        }

        .import-pop .import-content .title {
            font-size:20px;
            font-weight:500;
            padding-bottom:15px;
            border-bottom:#ccc solid 2px;
            margin-bottom:10px;
        }

.showbase-info {
    padding: 10px 15px;
    color: #5bc0de;
    background-color: rgb(240, 249, 252);
    border-left: currentColor solid 3px;
    margin-bottom:30px;
}