@import url(http://fonts.googleapis.com/css?family=Open+Sans);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 500;
    text-align: center;
    margin: 0 auto;
    display: table;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    width: auto;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    font-family: 'Poppins', sans-serif;
    padding: 9px 20px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    background-color: #FFF;
    border-radius: 0px;
    color: #000;
    transition: 1.5s;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}

    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 16px;
        right: 10px;
        width: 4px;
        height: 4px;
        border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
    height: 32px;
}

#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 12px;
    background: #017D0B;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #ffffff;
    }

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

.daterw {
    background: #2D2D2D;
    padding: 7px 0;
    border-bottom: 1px solid #CECECE;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.headerbg {
    /* border-bottom: 1px solid #003300; */
    min-height: 28px;
    padding: 6px 0px;
}

.menurw {
    background: #003300;
    background-image: linear-gradient(to right, #53bbfa, #6270f8);
    padding: 2px 0;
}

.numberdigitCount {
    font-size: 50px;
}

.marqeewrap {
    padding: 10px;
}

.helpdesk_wr {
    /* padding: 10px; */
    font-size: 24px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0 30px 0;
}

    .helpdesk_wr span {
        color: #096;
        font-weight: bold
    }

.key {
    margin-bottom: 18px;
    min-height: 222px;
    max-height: 222px;
    overflow-y: auto;
}

    .key.download {
        max-height: inherit;
        min-height: inherit;
        overflow: inherit;
    }

    .key ul {
        list-style-type: disc;
        margin: 0;
        padding: 0;
    }

        .key ul li {
            list-style: inside none none;
            font-size: 13px;
            background: url(../images/3.gif) no-repeat scroll left top 11px;
            padding: 5px 0 5px 14px;
            line-height: 15px;
            text-align: justify;
        }

            .key ul li a {
                color: #676767;
                text-decoration: none;
            }

.news-update-panel .key ul li a {
    color: #fff;
    font-weight: 600;
    line-height: 22px;
}

.key ul li a span {
    font-weight: 600;
    line-height: 24px;
}

.rt_menu_tabbx {
    /* padding: 10px; */
    border-radius: 4px;
    /* border: 1px solid #dddddd; */
    background-color: #fff;
    /* box-shadow: 0 1px 1px rgb(0 0 0 / 5%); */
    min-height: 293px;
    max-height: 185px;
    overflow-y: auto;
}

    .rt_menu_tabbx a {
        color: #019a7a;
        display: block;
    }

    .rt_menu_tabbx .tabbxx {
        padding: 10px;
    }

        .rt_menu_tabbx .tabbxx.margin_bt {
            border-bottom: 0px solid #dddddd;
        }

.contactbgbx {
    /* background: url(../images/contact.png) no-repeat right 60px #fff; */
    height: 185px;
}

.footer_wrap {
    background: #fff;
    padding: 50px 0;
    color: #FFF;
    text-align: center;
}

    .footer_wrap .mnwr {
        margin-bottom: 40px;
    }

        .footer_wrap .mnwr a {
            color: #000;
            padding: 10px 40px;
        }


            .footer_wrap .mnwr a:hover {
                background: #f5f5f5;
                border-radius: 5px;
            }

    .footer_wrap .foo_txt {
        font-size: 15px;
        line-height: 19px;
        color: #000;
        width: 70%;
        margin: 20px auto 10px;
        font-family: 'Poppins', sans-serif;
    }

.logore {
    padding: 5px 0 0;
}

.login_pad {
    padding-top: 5px;
    color: White;
    text-align: right;
}

    .login_pad a {
        font-size: 14px;
        color: #fff;
        background-image: linear-gradient(#8d8ff5, #2b9ef1);
        text-transform: uppercase;
        /* font-weight: 600; */
        /* box-shadow: inset 2px 1px 2px 0px #5e80f8; */
        box-shadow: 2px 4px 5px 0px #cecece;
    }

.download_panelbx {
    padding: 10px;
    overflow-y: scroll;
    height: 135px
}

.row.pos {
    position: relative;
}

.timeshow_header {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    top: 16px;
    color: #000;
    right: 0px;
}

.HindiNotice_header {
    position: absolute;
    right: 25%;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@-moz-keyframes blinker {
    50% {
        opacity: 0.3;
    }
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0.3;
    }
}

@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}

.slidetabContent {
    min-height: 520px;
    display: none;
    margin: 20px auto;
}

#upcoming_auctions, #highest_bidder {
    margin-top: 5px;
}

#cssmenu > ul > li > a.active {
    background-color: #019b67;
}

.background {
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 80px;
}

.transbox {
    margin: 15px;
    background-color: #efefef);
    border: 1px solid #e1e1e1;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

    .transbox p {
        margin: 5%;
        font-weight: bold;
        color: #000000;
        font-size: 19px;
        text-align: center;
    }

.normal_regis {
    color: #6cc3b1;
    border: 1px solid #6cc3b1;
    padding: 17px 20px 19px 16px;
    border-radius: 50%;
}

.kher_regis {
    color: #4075a3;
    border: 1px solid #337ab7;
    padding: 17px 20px 19px 16px;
    border-radius: 50%;
}

.fsc_regis {
    color: #a1a245;
    border: 1px solid #a1a245;
    padding: 17px 20px 19px 16px;
    border-radius: 50%;
}

.panel-body.zero {
    padding: 0;
}

.btn-primary.sendf {
    width: 100%;
    padding: 6px 0;
}

.middlewrap {
    min-height: 520px;
    padding: 12px 0;
}

.container.wd100 {
    width: 100%;
}

.container.wd100_pad {
    width: 100%;
    padding-bottom: 65px;
}

.wrapper-page.loginbxmodel {
    width: auto;
    margin: 0;
}

    .wrapper-page.loginbxmodel .card-box {
        padding: 0;
        border: 0;
    }

#loginbxmodal .modal-body {
    padding: 0;
}

#loginbxmodal button.close {
    position: relative;
    z-index: 2;
}

.bidNow {
    color: red;
}

.openLot {
    background-color: #6da805;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    background-color: #28a745;
}

.closeLot {
    background-color: red;
    color: #fff;
    padding: 5px 20px;
}

#question_answer .modal-dialog {
    width: auto;
    max-width: 800px;
}

.modal-content.qa, .modal-content .modal-body {
    padding: 0 !important;
}

.panel.qab {
    border: 0;
}

.close.removebx {
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 99;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.news-update-panel .key ul li {
    background: url(../images/4.gif) no-repeat scroll left top 11px;
}

@media all and (max-width: 1023px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1023px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1023px), only screen and (min-resolution: 2dppx) and (max-width: 1023px) {
    #cssmenu {
        float: left;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

        #cssmenu.align-center > ul,
        #cssmenu.align-right ul ul {
            text-align: left;
        }

        #cssmenu ul li,
        #cssmenu ul ul li,
        #cssmenu ul li:hover > ul > li {
            width: 100%;
            height: auto;
            border-top: 1px solid rgba(120, 120, 120, 0.15);
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
            }

        #cssmenu > ul > li,
        #cssmenu.align-center > ul > li,
        #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }

        #cssmenu ul ul li a {
            padding: 20px 20px 20px 30px;
            font-size: 12px;
            color: #000000;
            background: none;
        }

            #cssmenu ul ul li:hover > a,
            #cssmenu ul ul li a:hover {
                color: #000000;
            }

        #cssmenu ul ul ul li a {
            padding-left: 40px;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul {
            position: relative;
            left: 0;
            right: auto;
            width: 100%;
            margin: 0;
        }

            #cssmenu > ul > li.has-sub > a::after,
            #cssmenu ul ul li.has-sub > a::after {
                display: none;
            }

    #menu-line {
        display: none;
    }

    #cssmenu #menu-button {
        display: inline-block;
        padding: 20px;
        padding-left: 50px;
        color: #FFF;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
    }

        #cssmenu #menu-button::after {
            content: '';
            position: absolute;
            top: 20px;
            left: 20px;
            display: block;
            width: 15px;
            height: 2px;
            background: #FFF;
        }

        #cssmenu #menu-button::before {
            content: '';
            position: absolute;
            top: 25px;
            left: 20px;
            display: block;
            width: 15px;
            height: 3px;
            border-top: 2px solid #FFF;
            border-bottom: 2px solid #FFF;
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }

        #cssmenu .submenu-button::after {
            content: '';
            position: absolute;
            top: 21px;
            left: 26px;
            display: block;
            width: 1px;
            height: 11px;
            background: #000000;
            z-index: 99;
        }

        #cssmenu .submenu-button::before {
            content: '';
            position: absolute;
            left: 21px;
            top: 26px;
            display: block;
            width: 11px;
            height: 1px;
            background: #000000;
            z-index: 99;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            display: none;
        }
}


@media only screen and (max-width: 1100px) {
    .menurw .container {
        width: auto;
    }

    #cssmenu > ul > li > a {
        font-size: 14px;
    }

    .container {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .login_pad {
        padding-top: 10px;
    }

        .login_pad a {
            font-size: 18px;
        }

    .rt_menu_tabbx {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .timeshow_header {
        position: relative;
        font-size: 11px;
        right: auto;
        bottom: auto;
        text-align: right;
        padding: 4px 10px;
    }
}
