body {
    background-color: #003c78;
	margin: 0;
	font-family: "Arial";
	min-width: 1400px;
}

.body-wrapper-1280 {
	position: relative;
	width: 1284px;
	min-width: 1280px;
	margin: auto;
	height: auto;
	overflow: auto;
	margin-top: 89px;
	background: #d1d6db;
	padding-bottom: 60px;
}

.body-wrapper {
	position: relative;
    width: 100%;
    height: 103px;
    margin: 0 auto;
    z-index: 999999;
}

.body-container {
	position: relative;
	width: 1280px;
	min-width: 1280px;
	margin: 0 auto;
}

.row {
	position: relative;
	width: 100%;
	height: 53px;
}

.col-1 {
	float: left;
	width: 295px ;
	margin: auto;
}

.col-2 {
	float: left;
	width: 690px;
}

#headerBanner:before {
    background-color: #004f9f;
    content: '\a0';
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#headerBanner {
    position: absolute;
    width: 100%;
    height: 103px;
    background: #003c79;
    z-index: 30;
}

.nav-container{
	width: 100%;
	height: 88px;
	/*min-width: 1400px;*/
}


.rowAccount {
	position: relative;
    /*float: left;*/
	margin: 0 auto;
    /*width: calc(100% - 40px);*/
    height: 50px;
    color: white;
    text-align: left;
    font-size: 12px;
}

.leftSide {
    width: 25%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#helpBtn {
	position: relative;
	width: 80px;
	left: 0;
	height: 26px;
	background-color: #ffd200;
	border: none;
	color: #000;
    font-weight: bold;
	border-radius: 1px;
	margin-left: 10px;
    display: none;
}

#languageOptions {
    margin-left: 50px;
	position: relative;
    color: #F0F0F0;
}

#languageOptions > span {
	font-weight: bold;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#language-arrow {
	display: inline-block;
    transform: rotate(45deg);

    border-right: 2px solid;
    border-bottom: 2px solid;

    width: 5px;
    height: 5px;

    position: relative;
    left: 3px;
    top: -3px;
}


.user-lang-submenu {
	position: absolute;
    /*right: -21px;*/
    z-index: 1000;
    display: none;
    background: white;
    color: #000;
    min-width: 110px;
    text-align: left;
    line-height: 30px;
    border: 1px solid #d8d8d8;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.user-lang-submenu::after {
	content: "";
    position: absolute;

    top: -10px;
    /*right: 10px;*/
    left: 10px;

    display: inline-block;

    border-bottom: 10px solid white;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;

    width: 1px;
    height: 0;
}

.user-lang-item {
	display: flex;
    cursor: pointer;
}
.user-lang-item:hover {
	background-color: #eeeeee;
}
.user-lang-icon {
	display: flex;
	float: left;
	padding-left: 10px;
}
.user-lang-lang {
    float: right;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.user-lang-icon > img {
	width: 27px;
    height: 27px;
}
.rightSide {
    width: 40%;
    height: 100%;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#HrefBalance {
	cursor: pointer;
}
#HrefBalance:hover {
    color: white;
}
.rightSide > * {
    margin: 0 10px;
}
#myAccount {
    position: relative;
    padding-right: 35px;
    color: rgb( 164, 164, 164);
    line-height: 50px;
}

#depositBtn{
	background: #F0F0F0;
	width: 95px;
	border: none;
	padding: 8px;
	border-radius: 1px;
	color: #222222;
	font-weight: bold;
    white-space: nowrap;
    font-size: 12px;
}
#vipBtn {
    background: #F0F0F0;
    width: 50px;
    border: none;
    padding: 8px;
    border-radius: 1px;
    color: #222222;
    font-weight: bold;
}

#balance {
	color: rgb( 164, 164, 164);
	font-weight: bold;
}

#myAccountArrow {
    background: url(/images/header/account-arrow.png) no-repeat 0px -1px;
    display: inline-block;
    width: 28px;
    height: 23px;
    position: absolute;
    top: 14px;
    right: 0;
}

.myAccountSubmenu {
    position: absolute;
    top: 53px;
    right: -6px;
    z-index: 1000;
    display: none;
    background: #fff;
    color: #000;
    text-align: left;
    line-height: 30px;
    font-size: 13px;
    box-shadow: 0px 0px 1px #000;
}

.myAccountSubmenu::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 10px;
    display: inline-block;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    width: 1px;
    height: 0;
}

.myAccountSubmenu > ul {
	list-style: none;
    padding: 5px 23px;
    margin: 0px;
}

.myAccountSubmenu > ul > li {
	border-bottom: 1px solid #cfcfcf;
	height: 30px;
	padding: 0 10px;
}


.myAccountSubmenu > ul > li > span {
	color: #60A319;
}

.myAccountSubmenu > ul > li:last-child {
	border: none;
}

.myAccountSubmenu > ul > li a {
	text-decoration: none;
	color: #000;

	width: 100%;
	height: 100%;
}
.myAccountSubmenu > ul > li a:hover {
    color: #222;
}
.rowNav {
	position: relative;
	width: 100%;
	height: 50px;
	display: flex;
    justify-content: space-between;
}

.leftNav,
.rightNav {
    height: 60px;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
}

.leftNav {
	width: 42%;
}

.rightNav {
	width: 42%;
}

.rowNav a {
	color: white;
	text-decoration: none;
}

.iconLeftNav {
    position: relative;
    float: right;
    background-position: left;
    background-repeat: no-repeat;
    text-align: left;
    -webkit-transition: background-image 0.2s ease-in-out;
    -moz-transition: : background-image 0.2s ease-in-out;
    -o-transition: : background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
    padding: 10px 15px;
}
.iconRightNav {
    position: relative;
    float: left;
    background-position: left;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.2s ease-in-out;
    -moz-transition: : background-image 0.2s ease-in-out;
    -o-transition: : background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
    padding: 10px 15px;
}
.header-menu-selection.selected {
    background: #012951;
    border-radius: 4px;
    box-shadow: inset 0 -1px 0 #2d6fb2, inset 0 1px 1px rgba(0,0,0,0.75);
    color: #ffcd00 !important;
}
.nav-main-item {
    font-size: 11px;
}
.activeKeys {
	cursor: pointer;
}
.active-content {
	display: inline-block;
	width: max-content;
	width: -moz-max-content;
}
#logo-link {
	/*width: 110px;*/
    width: 220px;
    height: 105px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999999;
    background: url(/images/header/betime33_logo.png?v=2.10) no-repeat;
    background-position-x: center;
    background-size: cover;
	top: -35px;
}

#login-register-btns-container {
	display: flex;
	justify-content: flex-end;

	align-items: center;

	width: 100%;
	height: 100%;
}

#login-register-btns-container > * {
    margin: 0 5px;
}

#login-content {
    /* width: 100px; */
    height: 26px;
}
#vip-content {
    border: none;
    background: linear-gradient(rgb(84, 84, 84), rgb(41, 41, 41))
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
}
#login {
    height: 36px;
    min-width: 90px;
    float: right;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 0.929rem;
    padding: 0 20px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #d1d6db;
    color: #585858;
}

#register {
    width: 115px;
    height: 26px;

}

#register-btn {
    height: 36px;
    min-width: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 0.929rem;
    padding: 0 20px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffcd00;
    color: #222222;
}

#login-page-container {
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: auto;

	background: rgba(0,0,0,0.7);
    z-index: 90000;
/*	display: flex;
	justify-content: center;
	align-items: center;*/
	padding-bottom: 20px;
}

#login-page {
    width: 100%;
    height: 964px;

    transform: scale(0.9);
}

#register-page {
	width: 100%;
    height: 100%;
    transform: scale(0.9);
}
#myMessages {
    display: flex;
    align-items: center;
    position: relative;
    color: rgb( 164, 164, 164);
}
.user-myaccount-mail {
    background: url(/images/header/account-envelope.png) no-repeat;
    display: inline-block;
    width: 29px;
    height: 22px;
    -webkit-filter: drop-shadow(0 2px 2px hsla(0,0%,0%,.25));
}
#DivProduct_Account_Messages, #DivProduct_Account_Selector {
    position: absolute;
    text-align: left;
    top: 40px;
    left: -88px;
    width: 200px;
    height: auto;
    background-color: #ffffff;
    z-index: 100;
    display: none;
    border: 1px solid #d8d8d8;
}
#DivProduct_Account_Messages::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 50%;
    transform: translateX(50%);
    display: inline-block;
    border-bottom: 10px solid white;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    width: 1px;
    height: 0;
}

.msg_blink {
    color: red!important;
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% { opacity: 0; }
}


@media only screen and (max-width: 1418px){
	body {
		min-width: 1000px;
	}
	.iconLeftNav, .iconRightNav {
		background: none;
	}
}
