﻿html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 140px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 14px;
}

.btn-valu {
    width: 130px;
}

.btn-default {
    background-color: #eeeeee;
}

.bg-valu {
    background-color: #F0F7FC;
}

.loading_hidden {
    visibility: hidden;
}

.loading {
    animation: swinging 1s linear infinite;
}

@keyframes swinging {
    0% {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }

    100% {
        transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
}

.pointer {
    cursor: pointer;
}

.as-button-isloading {
    padding-left: 40px;
    padding-right: 40px
}

    .as-button-isloading.disabled, .as-button-isloading:disabled {
        opacity: 1
    }

    .as-button-isloading:before {
        -webkit-animation-name: waitindicator-animation;
        animation-name: waitindicator-animation;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        border-radius: 50%;
        display: block;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -.1em;
        width: 24px;
        height: 24px;
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28255%2C255%2C255%29%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M14.997%204.583a8%208%200%201%200%204.828%205.754%22%2F%3E%3C%2Fsvg%3E);
        content: "";
        margin: -.1em 8px -.1em -32px;
        top: -.04em
    }

        .as-button-isloading:before:focus {
            box-shadow: 0 0 0 4px rgba(0,125,250,.6);
            outline: none
        }

html.as-mouseuser .as-button-isloading:before:focus:not(input):not(textarea):not(select) {
    box-shadow: none
}

.as-button-isloading.button-secondary:before {
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%280%2C102%2C204%29%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M14.997%204.583a8%208%200%201%200%204.828%205.754%22%2F%3E%3C%2Fsvg%3E)
}

.search-form {
    background-color: #e5f2ff;
}

    .search-form form {
        padding-top: 2em;
        padding-bottom: 2em;
    }

.info_title {
    border-bottom: #c9dfef 1px solid;
    padding-bottom: 0.5em;
}

    .info_title span {
        font-weight: bold;
        padding-bottom: 0.5em;
        border-bottom: #008cff 2px solid;
    }

.table-beianx-details th {
    font-weight: normal;
    text-align: right;
    width: 20%;
    background-color: #f5fafe;
}

.table-beianx-details td {
    width: 30%;
}

.table-beianx-mobile th {
    font-weight: normal;
    text-align: right;
    width: 40%;
    background-color: #f5fafe;
}

.table-beianx-mobile td {
    width: 60%;
}

.cove {
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}

.nav-container {
    position: relative;
}

.right-span {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

#result {
    padding: 8px;
    border: #CCC 1px solid;
    background-color: #F8F8F8;
    border-radius: 5px;
}

.background {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.progressBar {
    border: solid 2px #86A5AD;
    background: white url(/images/spinner.gif) no-repeat 16px 16px;
    display: block;
    width: 247px;
    height: 52px;
    position: fixed;
    top: 50VH;
    left: 50%;
    margin-left: -124px;
    margin-top: -14px;
    padding: 10px 10px 10px 50px;
    text-align: left;
    line-height: 27px;
    font-weight: bold;
    position: absolute;
    z-index: 2001;
    border-radius: 6px;
}
