    .notshow {
        display: none;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar-polonex {
        background: #fff;
        border-radius: 0px;
        width: 100%;
        margin-bottom: 0px;
    }

    .navbar-polonex .container {
        width: 100% !important;
        padding: 0px;
    }

    .navbar-polonex .navbar-collapse {
        padding-left: 0px;
    }

    .navbar-polonex a {
        color: #005e96;
        opacity: 0.5;
        -webkit-transition: opacity 0.5s ease-out 0.2s;
        -moz-transition: opacity 0.5s ease-out 0.2s;
        -o-transition: opacity 0.5s ease-out 0.2s;
        transition: opacity 0.5s ease-out 0.2s;
    }

    .navbar-polonex a:hover,
    .navbar-polonex a:focus {
        background-color: #fff !important;
        color: #005e96;
        cursor: pointer;
        opacity: 1;
        font-weight: bold;
    }

    .navbar-polonex .open>a {
        color: #005e96;
    }

    .timer {
        color: #005e96;
        opacity: 0.5;
    }

    .scrolldownanim {
        position: absolute;
        bottom: 0px;
        color: #006dad;
        font-size: 3em;
    }

    .mainphone {
        font-size: 1.5em;
        color: rgba(0, 109, 173, 0.49);
    }

    .mainsoc a {
        font-size: 1.5em;
        color: rgba(0, 109, 173, 0.49);
    }

    .mainsoc a:hover {
        text-decoration: none;
    }

    .countuper {
        color: #006dad;
        font-size: 3em;
    }

    .countupertitle {
        font-size: 0.9em;
        color: rgba(0, 0, 0, 0.54);
    }

    span.ctline {
        border-top: 1px solid #ccc;
    }

    .msgbtn {
        cursor: pointer;
        color: #005e96;
        opacity: 0.5;
    }

    .sysmsgsres {
        margin-top: 10px;
        font-size: 0.9em;
    }

    .sysmsgsres .alert,
    .sysmsgarcivelist .alert {
        margin-bottom: 5px;
    }

    .detail-view {
        font-size: small;
    }

    .detail-view tr th {
        width: 160px;
    }

    .detail-view .detail-view {
        background: none;
        border: none;
    }

    .detail-view .detail-view tr:nth-of-type(odd) {
        background: none;
        border: none;
    }

    .detail-view .detail-view tr th {
        padding: 3px;
        border: none;
        border-bottom: 1px dotted #ccc;
        font-weight: normal;
    }

    .detail-view .detail-view tr td {
        padding: 3px;
        border: none;
        border-bottom: 1px dotted #ccc;
    }

    .blink {
        -webkit-animation: blink 2s linear infinite;
        animation: blink 2s linear infinite;
        font-weight: bold;
        color: color: #F00;
    }

    @-webkit-keyframes blink {
        0% {
            color: #F00;
        }
        25% {
            color: #FFF2F2;
        }
        50% {
            color: #F00;
        }
        100% {
            color: #F00;
        }
    }

    @keyframes blink {
        0% {
            color: #F00;
        }
        25% {
            color: #FFF2F2;
        }
        50% {
            color: #F00;
        }
        100% {
            color: #F00;
        }
    }

    .regselectitem .acontent {
        height: 200px;
        padding-top: 3em;
        cursor: pointer;
        color: rgba(0, 94, 150, 0.69);
    }

    .regselectitem .regselect_title {
        margin-top: 2em;
    }

    @media (max-device-width: 420px),
    @media (max-width: 420px),
    {
        .auctionAttemps {
            top: 1em !important;
            font-size: 0.7em !important;
        }
    }
