﻿::-webkit-scrollbar {
            width: 0px;
            height: 0px;
            background-color: #F5F5F5;
        }

        ::-webkit-scrollbar-thumb {
            background-color: #737373;
        }

        ::-webkit-scrollbar-track-piece {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        }

        ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
        }

		 @font-face { 
            font-family: 'montserat_Regular'; 
             src: url('../fonts/Montserrat-Regular.ttf'); 
         } 
         @font-face { 
             font-family: 'montserat_Medium'; 
             src: url('../fonts/Montserrat-Medium.ttf'); 
         } 


        body {
            color: #000000;
            font-family: montserat_Regular;
        }

        body a {
            color: #000000;
        }

        body a:hover {
            text-decoration: none;
        }

        .form-row {
            position: relative;
        }

        .form-control {
            border-radius: 0;
            margin-bottom: 5px;
        }

        .radio, .checkbox {
            margin-top: 0px;
            margin-bottom: 10px;
        }


        .login-control {
            height: 50px;
            border-radius: 0;
            margin-bottom: 10px;
            padding-left: 45px;
            font-family: montserat_Medium;
            color:#333333;
        }
        
.btnSearch {
    background: #7f8184;
    color: #FFF;
    padding: 6px 10PX;
    border-radius: 5PX;
    height: 30px;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    font-family: 'montserat_Medium';
    border-style: hidden;
}
.btnSearch.active, .btnSearch:hover {
    background: #c5910a;
    color: #FFF;
}

        .imgUser {
            position: absolute;
            top: 10px;
            left: 10px;
            width: 30px;
        }

        .login-wrapper {
            background-image: url(../images/loginback.jpg);
            background-size: cover;
            width: 100%;
            height: 100%;
            background-position: center;
            font-family: montserat_Regular;
            margin: 0;
        }

        .login, .forgotPwd, .register-content {
            display: none;
        }

            .login.active {
                display: inline-block;
            }

        .login-wrapper ::placeholder {
            color: #6B6D70;
        }

        .login-content-wrapper {
            height: 100%;
            width: 30%;
            float: right;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            background: #FFF;
        }

        .login-content, .forgot-content, .register-content {
            width: 80%;
            padding: 20px 40px;
            border-radius: 15px;
            position: absolute;
            transition: 0.5s ease all;
        }

        .register-content {
            width: 90%;
        }

        .login, .forgotPwd, .register-content,.changePwd {
            display: none;
        }

        .login.active {
            display: inline-block;
        }
        
        .login.active .login-content {
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

        .forgotPwd.active,.changePwd.active {
            display: inline-block;
        }


        .forgotPwd.active .forgot-content,.changePwd.active .forgot-content  {
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

        .register-content.active {
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            margin-bottom: 0;
            display: inline-block;
            padding: 20px;
        }

        .logo-img {
            margin-bottom: 50px;
            width: 225px;
        }


        .loginHead {
            text-align: center;
            font-size: 22px;
            color: #c5910b;
            position: relative;
            letter-spacing: 1.5px;
            margin-bottom: 20px;
        }

        .btnClear {
            position: absolute;
            top: 50%;
            right: 7px;
            transform: translateY(-50%);
            cursor: pointer;
        }

        .top-events {
            text-align: center;
            letter-spacing: 1.5px;
            margin: 50px 0 5px;
        }

.btnLogin {
    background: #000000;
    font-size: 20px;
    color: #FFF !important;
    width: 100%;
    border-radius: 0;
}

        .btnLogin:hover {
            background: #a97c07;
        }

        .btnRegisterUser, .btnRegisterUserByCard {
            width: 48%;
            margin-top: 10px;
        }

        .btnClose {
            float: right;
            margin-top: -6px;
            color: #c5910b;
            font-size: 23px;
            cursor: pointer;
        }

        .copy-right {
            color: #a9a9a9;
            position: fixed;
            bottom: 0;
            font-size: 10px;
        }

        .entrSite-wrap {
            position: absolute;
            left: 20px;
            bottom: 35px;
            font-size: 12px;
            height: 20px;
        }

        .entrSite-wrap a {
            color: #c5910b;
        }

        .entrSite-wrap a:hover {
            text-decoration: none;
        }

        .entrSite-wrap span {
            padding-left: 5px;
        }

        /*Register start*/
        .register-content {
            overflow: auto;
        }
        /*Register End */

        .callmeback-wrap {
            position: fixed;
            top: -100%;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
        }

        .callmeback-wrap.active {
            top: 0;
            background: rgba(255,255,255,0.5);
            z-index: 9999;
        }

        .inquiry-wrapper {
            position: fixed;
            overflow: auto;
            top: -200%;
            left: 0;
            right: 0;
            background: rgba(144,144,144, 0.5);
            transition: 0.5s ease all;
        }

        .inquiry-wrapper .nav {
            margin-bottom: 0;
        }

        .inquiry-wrapper.active {
            top: 0;
            bottom: 0;
        }

        .inquiry-box {
            width: 70%;
            margin: 10px auto;
            padding: 15px;
            position: relative;
            background: #FFF;
            box-shadow: 0 0 5px #dadada;
        }

        .inquiry-title {
            font-size: 15px;
            border-bottom: 1px solid #CCC;
            padding-bottom: 9px;
            color: #868686;
        }

        .btn.btn-xs {
            background: #757575;
            height: 30px;
        }

        .btn-close {
            position: absolute;
            top: 0;
            width: 25px;
            height: 25px;
            background: #ca4332;
            text-align: center;
            right: 0;
            display: inline-table;
        }

        .search-criteria-box-title {
            padding: 7px;
            background: #f0f0f0;
            position: relative;
            cursor: pointer;
        }

        .search-criteria-box-title:before {
            position: absolute;
            content: "";
            bottom: -10px;
            left: 10px;
            border-top: 10px solid #f0f0f0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
        }

        .search-criteria-box-content {
            padding: 7px 0;
            border: 0 solid #f0f0f0;
        }

        .main-search-box-wrapper .btn {
            line-height: normal !important;
            padding: 9px 12px !important;
            background-image: none;
            background: #dedede;
            border: none;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-family: 'Muli','Open Sans',Arial,Helvetica,sans-serif;
            color: #333 !important;
            display: inline-table;
        }

        .main-search-box-wrapper .btn.active {
            background: #4787ed;
            color: #fff;
            -webkit-text-shadow: none;
            text-shadow: none;
        }

        label {
            font-weight: normal;
        }

        .btnhelp-desk {
            display: inline-block;
            position: fixed;
            bottom: 0;
            right: 0;
        }

        .help-desk {
            padding: 5px;
            background: #c5910b;
            color: #FFF;
            cursor: pointer;
            width: 175px;
            margin-right: -55px;
            transition: 0.5s ease all;
        }

        .help-desk-content {
            position: absolute;
            bottom: 35px;
            width: 175px;
            background: #efefef;
            list-style: none;
            color: #fff;
            display: none;
            z-index: 1;
            right: -100%;
            font-size: 11px;
        }

        .help-desk-content ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .help-desk-content li a {
            padding: 6px 10px;
            display: block;
            border-bottom: 1px solid #adadad;
        }

        .help-desk-icon {
            width: 22px;
            height: 22px;
            float: left;
            margin-right: 5px;
        }

        .help-desk-user {
            background: url(../images/helpdesk/helpdesk.svg) no-repeat;
        }

        .help-desk-live-chat {
            background: url(../images/helpdesk/LiveChat.svg) no-repeat;
            background-size: 16px;
        }

        .help-desk-support {
            background: url(../images/helpdesk/Email.svg) no-repeat;
            background-size: 16px;
        }

        .help-desk-phone {
            background: url(../images/helpdesk/Phone.svg) no-repeat;
            background-size: 16px;
        }

        .help-desk-whats-app {
            background: url(../images/helpdesk/WhatsApp.svg) no-repeat;
            background-size: 16px;
        }


        .help-desk-skype {
            background: url(../images/helpdesk/Skype.svg) no-repeat;
            background-size: 16px;
        }

        #myIP {
            position: fixed;
            bottom: 0;
            left: 45%;
            transform: translateX(-50%);
        }

        /*Register start*/
        .file-upload-input {
            position: absolute;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            outline: none;
            opacity: 0;
            cursor: pointer;
        }

        .image-upload-wrap {
            border: 1px dashed #6b6d70;
            position: relative;
            background-color: #e6e6e6;
        }

        .image-dropping,
        .image-upload-wrap:hover {
            background-color: #fff5db;
        }

        .image-title-wrap {
            padding: 0 15px 15px 15px;
            color: #222;
        }

        .drag-text {
            text-align: center;
            padding: 40px 10px;
            height: 150px;
            min-height: 150px;
            vertical-align: middle;
            display: table-cell;
            padding: 10px;
        }

        .img-box-msg {
            font-size: 11px;
            margin-top: 13px;
            display: block;
        }

        .sepLine {
            padding: 40px;
            text-align: center;
            color: #c4900a;
            display: block;
        }

        .sepLine:before {
            border-top: 1px solid #c4900a;
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
        }

        .sepLine:after {
            content: 'OR';
            position: absolute;
            top: 30px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            background: #FFF;
        }

        .imgBusiness {
            height: 150px;
            min-height: 150px;
        }

        /*Register End*/
        @media screen and (max-width: 1440px) {

            .login-content-wrapper {
                width: 40%;
            }

            .logo-img {
                width: 175px;
                margin-bottom: 25px;
            }

            .loginHead {
                font-size: 16px;
            }
             .entrSite-wrap {
                    bottom: 18px;
            }
            .top-events {
                padding: 10px 0 5px;
                 margin: 0px 0 5px;
            }
        }
      

        @media screen and (max-width: 1024px) {

            .login-content-wrapper {
                width: 60%;
            }

            #myIP {
                left: 20%;
            }
        }


        @media screen and (max-width: 768px) {

            .login-content-wrapper {
                width: 100%;
            }

            .login-content, .forgot-content, .register-content {
                width: 100%;
            }

            .register-content.active {
                padding: 20px 30px;
            }

            .login.active .login-content {
                top: 0;
                transform: translateX(-50%);
            }

            .top-events {
                padding: 10px 0 5px;
            }

            .entrSite-wrap {
                bottom: 20px;
            }

            .img-box-msg {
                font-size: 10px;
            }

            
            .inquiry-wrapper {
                top: -350%;
            }

            #myIP {
                display: none;
            }
            .copy-right {
                display:none;
            }
        }