﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    /* Margin bottom by footer height */
    padding: 0px;
    margin: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.no-scroll {
    overflow: hidden;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

.parentMenu {
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

.subMenu {
    cursor: pointer;
    border-bottom: 1px dotted #ccc;
}

    .subMenu:hover {
        background-color: #ccc;
        color: #fff;
    }

.subMenu-selected {
    background-color: #ccc;
}

.w-fix-left-label, .left-label {
    width: 10px;
    white-space: nowrap;
}

.w1-max-100 {
    max-width: 100px;
}

.w1-max-150 {
    max-width: 150px;
}

.w1-max-200 {
    max-width: 200px;
}

.w1-max-250 {
    max-width: 250px;
}

.w1-max-300 {
    max-width: 300px;
}

.w1-max-400 {
    max-width: 400px;
}

.w1-max-500 {
    max-width: 500px;
}

.id-pic-mx-show {
    max-height: 45px;
    max-width: 45px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.w-fix-100 {
    width: 100px !important;
}

.w-fix-150 {
    width: 150px !important;
}

.w-fix-200 {
    width: 200px !important;
}

.w-fix-250 {
    width: 250px !important;
}

.w-fix-300 {
    width: 300px !important;
}

.w-fix-h-20 {
    height: 20px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}


/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

header {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding-bottom: 5px;
    height: 25px;
}

.min-height-530 {
    min-height: 530px;
}

.min-height-150 {
    min-height: 150px;
}

.font-size-14 {
    font-size: 14px;
}

.m {
    width: 100%;
    height: 100%;
}

.m-left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 240px;
    z-index: 999;
}

.m-left-logo {
    width: 240px;
    height: 60px;
    text-align: center;
    padding-top: 7px;
    border-bottom: 1px solid #e7e8ea;
}


.m-right {
    padding-left: 240px;
}

.m-right-bg {
    background-color: #f5f6fa;
    float: left;
    width: 100%;
    padding: 20px;
    padding-right: 17px;
    padding-bottom: 0px;
}

.m-right-bg-div {
    float: left;
    clear: both;
    min-height: 100px;
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
    width: 100%;
}

.m-top {
    height: 60px;
    border-bottom: 1px solid #e7e8ea;
}

    .m-top .login-info {
        float: right;
        padding-top: 12px;
    }


.login-info-item-1 {
    width: 260px;
}

.login-info-item-2 {
    width: 50px;
}

.login-info-item-3 {
    padding-right: 10px;
    padding-top: 8px;
}

.login-info-item-4 {
    padding-right: 30px;
}

.btn-exit {
    height: 35px;
    width: 55px;
    border-radius: 5px;
    background-color: #eaedfc;
    border: none;
}

.m-menu {
    width: 240px;
    font-size: 16px;
}

    .m-menu .m-menu-right-line {
        border-right: 1px solid #e7e8ea;
        float: left;
    }

    .m-menu .left-menu-bg {
        width: 240px;
        height: 60px;
        background-repeat: no-repeat;
    }

    .m-menu .left-menu-1 {
        background-image: url(/Images/left-menu-1.png);
    }

    .m-menu .left-menu-1-on {
        background-image: url(/Images/left-menu-1-on.png);
    }

    .m-menu .left-menu-2 {
        background-image: url(/Images/left-menu-2.png);
    }

    /*.m-menu .left-menu-2-on, .left-menu-2:hover {
        background-image: url(/Images/left-menu-2-on.png);
    }*/

    .m-menu .left-menu-3 {
        background-image: url(/Images/left-menu-3.png);
    }

    /*.m-menu .left-menu-3-on, .left-menu-3:hover {
        background-image: url(/Images/left-menu-3-on.png);
    }*/

    .m-menu .left-menu-4 {
        background-image: url(/Images/left-menu-4.png);
    }

    /*.m-menu .left-menu-4-on, .left-menu-4:hover {
        background-image: url(/Images/left-menu-4-on.png);
    }*/

    .m-menu .left-menu-5 {
        background-image: url(/Images/left-menu-5.png);
    }

    /*.m-menu .left-menu-5-on, .left-menu-5:hover {
        background-image: url(/Images/left-menu-5-on.png);
    }*/

    .m-menu .left-menu-6 {
        background-image: url(/Images/left-menu-6.png);
    }

    /*.m-menu .left-menu-6-on, .left-menu-6:hover {
        background-image: url(/Images/left-menu-6-on.png);
    }*/

    .m-menu .left-menu-7 {
        background-image: url(/Images/left-menu-7.png);
    }

    /*.m-menu .left-menu-7-on, .left-menu-7:hover {
        background-image: url(/Images/left-menu-7-on.png);
    }*/

    .m-menu .left-menu-8 {
        background-image: url(/Images/left-menu-8.png);
    }

    /*.m-menu .left-menu-8-on, .left-menu-8:hover {
        background-image: url(/Images/left-menu-8-on.png);
    }*/

    .m-menu .noactive, .on {
        width: 239px;
        height: 60px;
        text-align: left;
        padding-top: 17px;
        font-size: 16px;
        padding-left: 80px;
        color: #333;
        float: left;
    }

    .m-menu .on {
        color: #1e51c1;
    }

    .m-menu :hover {
        color: #1e51c1;
    }


.sub-noactive, .sub-on {
    width: 239px;
    height: 50px;
    text-align: left;
    padding-top: 13px;
    font-size: 16px;
    padding-left: 80px;
    color: #333;
    float: left;
}

    .sub-on, .sub-noactive:hover, .sub-on:hover {
        background-image: url(/Images/left-menu-sub-on.png);
        color: #1e51c1;
    }


    .sub-noactive .yd-count {
        padding-left: 10px;
        font-size: 14px;
        color: #999999;
    }

    .sub-on .yd-count {
        padding-left: 10px;
        font-size: 14px;
        color: #ff690e;
    }


.color-999 {
    color: #999;
}

.color-333 {
    color: #333;
}

.color-666 {
    color: #666;
}

    .color-666 a:hover {
        color: #ffc727;
    }

.color-gray {
    color: #ccc;
}


.new-list {
    min-height: 114px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    color: #333;
}

    .new-list a {
        color: #333;
    }

    .new-list .news-dt {
        width: 82px;
        height: 82px;
        border-radius: 3px;
        background-color: #f0f0f0;
        float: left;
        padding-left: 10px;
        padding-top: 0px;
    }

/*.new-list:first-child .news-dt {
        cursor: pointer;
        color: #fff;
        background: #aa0000;
    }

    .new-list:first-child span {
        color: #ff0000;
        font-weight: bold;
        font-size: 16px;
    }*/


.color-f1f1f1 {
    color: #f1f1f1;
}

.border-bottom {
    border-bottom: 1px solid #f1f1f1;
}

.div-hr {
    border-bottom: 1px dotted #f1f1f1;
    height: 3px;
}


.my-index-top-b1 {
    float: left;
    min-width: 280px;
    height: 90px;
    border-right: 1px solid #f2f2f6;
    line-height: 24px;
    margin-right: 50px;
}

    .my-index-top-b1 table {
        margin-top: 10px;
    }

.form-control-xs {
    height: 1.6rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 0;
    border-radius: 0.2rem;
    margin: 0px;
    border: none;
    border: 1px solid #c1c1c1;
}

.logo-img {
    max-height: 50px;
}

.row label {
    width: 100px;
    text-align: right !important;
}

.home-top {
    border-bottom: 0px solid #f1f1f1;
    padding-top: 5px;
}

.home-top-height-70 {
    min-height: 70px;
}

.home-top-menu {
    padding-top: 0px;
    padding-bottom: 10px;
}

    .home-top-menu .menu a {
        color: #151e49;
    }

        .home-top-menu .menu a:hover {
            color: #f48b11;
        }


.font-size-16 {
    font-size: 16px;
}

.logo-dark-color {
    color: #151e49;
}

.logo-light-color {
    color: #f48b11;
}

.font-size-18 {
    font-size: 18px;
}

.news-detail {
    font-size: 14px;
    line-height: 26px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
}

.news-title-height {
    overflow: hidden;
}

.news-key-height {
    height: 130px;
    overflow: hidden;
}

.line-height-26 {
    line-height: 26px;
}




.upload-id-container {
    background-image: url(/Images/upload-id-bg.png);
    padding-top: 60px;
    padding-bottom: 60px;
}

.track-box {
    padding: 20px;
}

    .track-box .search-box {
        background-color: #fff7e1;
        height: 150px;
        width: 100%;
        padding-top: 35px;
    }

.keep-inline {
    white-space: nowrap;
}
