﻿/* 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 {
    background-color: transparent;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    overflow-x: hidden;
    /*background-image:url("../images/tu.png");*/
    font-size:14px;
}

.bodyContent {
    background-color: transparent;
    background-size: 100% 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x: hidden;
    /*font-size:10px;*/
}

/* 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-Logo {
    padding: 0;
    border: 0;
    width: 100px;
    height: 30px;
}

.header-bar {
    background-color: rgb(238,238,238);
    border: none;
}

.mainpart {
    background: url('../images/bg.svg') no-repeat center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.amdl1 {
    animation: anim 1s infinite;
    animation-delay: 0.3s;
}

.amdl2 {
    animation: anim 1s infinite;
    animation-delay: 0.5s;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        max-width: none;
    }

.divo {
    height: 0px;
    opacity: 0;
}

.divcolor {
    animation: myfirst 1s;
    animation-fill-mode: forwards;
}

.divcolor2 {
    animation: mysecond 0.5s;
    animation-fill-mode: forwards;
}

@keyframes myfirst {
    0% {
        max-height: 0px;
        opacity: 0;
    }

    100% {
        max-height: var(--height);
        opacity: 1;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    0% {
        max-height: 0px;
        opacity: 0;
    }

    100% {
        max-height: var(--height);
        opacity: 1;
    }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0% {
        max-height: 0px;
        opacity: 0;
    }

    100% {
        max-height: var(--height);
        opacity: 1;
    }
}

@-o-keyframes myfirst /* Opera */
{
    0% {
        max-height: 0px;
        opacity: 0;
    }

    100% {
        max-height: var(--height);
        opacity: 1;
    }
}


@keyframes mysecond {
    0% {
        max-height: var(--height);
        opacity: 1;
    }

    100% {
        max-height: 0px;
        opacity: 0;
    }
}

@-moz-keyframes mysecond /* Firefox */
{
    0% {
        max-height: var(--height);
        opacity: 1;
    }

    100% {
        max-height: 0px;
        opacity: 0;
    }
}

/*Tables*/
.table {
    background: #fff;
}

.fixed-table-container {
    border: 1px solid #eee;
}

    .fixed-table-container thead th {
        background: #f7f7f8;
        border-color: #ddd;
        color: #5f6468;
        font-weight: 300;
        font-size: 16px;
    }

    .fixed-table-container tbody td {
        border: 1px solid #eee;
    }

        .fixed-table-container tbody td:last-child {
            border-right: none;
        }

.table > thead > tr > th {
    border-bottom: 1px solid #e6e7e8;
    vertical-align: middle;
    height: 50px;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    /*font-family: Kaiti;*/
    color: rgb(95, 74, 121);
}

.table > tbody > tr > td {
    text-align: center;
    white-space: nowrap;
}

.fixed-table-pagination .pagination {
    margin-top: 10px;
    margin-bottom: 0px;
}

.fixed-table-pagination .pagination-detail {
    margin-top: 20px;
}

table th, table tr {
    text-align: center;
}

/*Breadcrumbs*/

.breadcrumb {
    border-radius: 0;
    padding: 10px 15px;
    background: #e9ecf2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin: 0;
}

.divNew {
    background: #f1f4f7;
    max-height: 500px;
    overflow-y: auto;
}

.mt {
    margin-top: 2px;
}

.imgboder {
    border: red 1px solid;
    border-radius:5px;
}

.imgSizeInit {
    max-width: 100%;
    max-height: 100%;
}

.divradius {
    background-color:white;
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Old Firefox */
}

.divpm {
    padding: 1px;
    margin: 0px;
}

.inlinefill {
    display: inline;
    padding: 0px;
    margin: 0px;
    height:30px;
}

/*.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}*/


.tableOver {
    min-height: 100px;
    min-width: 600px;
    /*max-height: 500px;*/
    overflow: auto;
}
.tableOver1 {
    min-height: 100px;
    min-width: 600px;
    max-height: 300px;
    overflow: auto;
}
.tableOver11 {
    min-height: 100px;
    min-width: 600px;
    max-height: 240px;
    overflow: auto;
}
.tableOver2 {
    min-height: 100px;
    min-width: 500px;
    max-height: 200px;
    overflow: auto;
}
.tableOver3 {
    min-height: 100px;
    min-width: 600px;
    max-height: 500px;
    overflow: auto;
}
.borderstype {
    border: 0px;
    width: 70px;
}
.borderstype1 {
color:white;font-size:16px;text-shadow: 2px 2px 2px #888888;

}

.ButtomFont {
    margin-top: 5px;
    font-family: "KaiTi", "微软雅黑", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;
    color: #000;
    font-size: 16px;
    text-shadow: 0 1px 0 #f9f9f9;
}
.TopBG {
    background-color: rgba(102, 119, 255, 0.70);
    height: 50px;
    box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.10);
}
.embossing {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #374683;
}
/*.demo {
    font: bold 20px/100% "微软雅黑", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 2px #fff;
}*/
.Mainfooter {
    height: 30px;
    margin-top: -30px;
}

.MenuStyleTop strong {
    font-family: "KaiTi", "微软雅黑", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;
    text-shadow: 0 1px 1px #000;
    font-size: 18px;
    color: #fff;
}

.MenuStyleTop:hover {
    border-bottom: 2px solid #000;
}

    .MenuStyleTop:hover strong {
        text-shadow: 0 1px 4px #fff;
        color: #000;
    }

.MenuStyleTop:before strong,
.MenuStyleTop:after strong {
    border-bottom: 2px solid #fff;
    transform: scale(0.8);
    transition: all 0.3s ease 0s;
}
.MenuStyleTop:hover:before strong,
.MenuStyleTop:hover:after strong {
    border-radius: 0;
    opacity: 1;
    transform: scale(1);
}

.MenuSelected {
    border-bottom: 2px solid #fff;
}

.MenuStyleTopUser {
    font-family: "KaiTi", "微软雅黑", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;
    text-shadow: 0 2px 2px #000;
    font-size: 18px;
    color: #fff;
}

.MenuStyleTopUser:hover  {
    color: #fff;
}
.rowNew {
    margin-right: 0px;
    margin-left: 0px;
}
.container-fluidMy {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluidMy1 {
    padding-right: 0px;
    padding-left: 2px;
    /*margin-right: auto;
    margin-left: auto;*/
}

/* Sidebar */

.sidebar {
    display: block;
    background-color: #fff;
    font-size: 14px;
    padding: 0;
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        display: block;
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #fff;
        box-shadow: 1px 0px 1px rgba(0, 0, 0, .1);
    }

    /*.navbar-header {
        width: 100%;
    }*/
}

.sidebar ul.nav a:hover,
.sidebar ul.nav li.parent ul li a:hover {
    text-decoration: none;
    background-color: #e9ecf2;
}

.sidebar ul.nav .active a, .sidebar ul.nav li.parent a.active,
.sidebar ul.nav .active > a:hover, .sidebar ul.nav li.parent a.active:hover,
.sidebar ul.nav .active > a:focus, .sidebar ul.nav li.parent a.active:focus {
    color: #fff;
    background-color: #30a5ff;
}


.sidebar ul.nav ul,
.sidebar ul.nav ul li {
    list-style: none;
    list-style-type: none;
}

.sidebar ul.nav ul.children {
    width: auto;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
}

    .sidebar ul.nav ul.children li a {
        height: 40px;
        background: #f9f9f9;
        color: #30a5ff !important;
    }

.sidebar ul.nav li.current a {
    background-color: #30a5ff;
    color: #fff !important;
}

.sidebar ul.nav li.parent ul li a {
    border: none;
    display: block;
    padding-left: 10px;
    line-height: 40px;
}


.sidebar span.glyphicon {
    margin-right: 10px;
}

.sidebar ul.nav li.divider {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
}

.sidebar .attribution {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #eee;
    font-size: 12px;
}

@media (max-width: 768px) {
    .sidebar .attribution {
        display: none;
    }
}

.fontsizeDetail{
    font-size:14px;
}

.spinner {
    margin: 100px auto 0;
    width: 150px;
    text-align: center;
}

    .spinner > div {
        width: 30px;
        height: 30px;
        background-color: #67CF22;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}