
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
html{
    -webkit-tap-highlight-color: rgba(0,0,0,0.0);
}
body,html{
    font-size:100%;
}

body {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    color:black;
	/*background: url(../img/mobilebackground.png) top left no-repeat fixed;*/
	
		/* background:#333333; */
        background-color: #585858;
}
.jx_ui_Widget{
	
	margin-top:65px!important;
}
.body-wrap .navbar-default {
    background-color: #111111 !important;
    border-color: #000000;
}
.body-wrap .form-control{
    border-radius:0px !important;
    font-weight:300;
    color: #222222;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000000;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.body-wrap .form-control:focus {
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 175, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
}
a { 
    color: #eeeeee;
    text-decoration: none;
    outline:none !important;
}
a:hover,
a:focus {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    outline:none !important;
}
a:focus {
    outline: transparent;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline:none !important;
}
.sb-site-container {
}

.proback{
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.8);
    z-index:99999;
    display:none;
}
.header-bar {
    top: 0; 
    width: 100%;
    left: auto;
    right: auto;
}
.mobile-footer { 
    position: fixed; 
    bottom: 0; 
    height: 42px;
    min-height:42px;
    background-color:#111111;
    width: 100%;
    left: auto;
    right: auto;
}
.mobile-content { 
    margin-top: 50px;
    margin-bottom:10px;
    position:relative;
    /* box-shadow: 0 0 3px rgb(0,0,0,1); */
}
/*Top Section*/
.header-bar{
    background: #0e2243;
    border:0px;
    display:table;
    width:100%;
    height:55px;
    border-collapse:separate;
}

.header-bar a.left-offcanvas,.header-bar a.right-offcanvas{
    color:#999999;
    padding:0px;
    display:table-cell;
    vertical-align: middle;
    text-align:center;
    cursor:pointer;
    font-size:110%;
    font-weight:700;
    width:50px;
    min-width:50px;
    position:relative;
}
.header-bar a.left-offcanvas{
    border-right:1px solid rgba(255,255,255,0.0);
}
.header-bar a.right-offcanvas{
    border-left:1px solid rgba(255,255,255,0.0);
}
.header-bar a.right-offcanvas .slipcount{
    position:absolute;
    top:14px;
    left:-5px;
}
.slipcount-in {
    position: relative;
    background: white;
    color:#000000;
    padding:0px 5px;
    font-size:12px;
    line-height:12px;
    text-align:center;
    border-radius:2px;
}
.slipcount-in:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(253, 185, 0, 0);
    border-left-color: #225b3c;
    border-width: 3px;
    margin-top: -3px;
}

.header-bar .logo{
    display:table-cell;
    text-align: center;
    vertical-align: middle;
    width:100%;
}
.header-bar a.left-offcanvas:active,.header-bar a.right-offcanvas:active,.header-bar .logo:active{
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.30);
    -moz-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.30);
    box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.30);
    color:rgba(255,255,255,0.8);
}
.header-title{
    /* background-color:black; */
    background-color:#25765c;
    color:white;
    position:relative;
    height:45px;
    display:block;
    overflow:hidden;
    border-bottom:1px solid rgba(0,0,0,0.3);
    width:100%;
}
.scroll-title{
    margin-left:50px;
    white-space: nowrap;
    width:100%;
}
.header-title .left-button{
    position:absolute;
    left:0;
    top:0;
    width:50px;
    min-width:50px;
    height:45px;
    line-height:45px;
    text-align:center;
    background-color:#25765c;
    display:block;
    color:#fff;
    z-index:1;
    -webkit-box-shadow: 5px 0px 10px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0px 10px -5px rgba(0,0,0,0.5);
    box-shadow: 5px 0px 10px -5px rgba(0,0,0,0.5);
    border-right:1px solid rgba(255,255,255,0.02);
}
.header-title .left-button:active,.header-title .right-icon:active{
    color:#225b3c;
    background-color:#222222;
}

.header-title .inscroll{
    display:block;
    margin-left:50px;
    white-space: nowrap;
    line-height:45px;
    padding:0px 5px;
    text-transform:uppercase;
    font-size:90%;
}
.line-double{
    line-height:1.3 !important;
    padding:5px 5px 0px 0px !important;
}
.top-date-time{
    display:block;
    color:#999999;
    font-size:80%;
    padding-left:5px;
}
.top-date-time:before {
    padding-right:10px;
    font-family: 'FontAwesome'; 
    content: "\f017";  
    float: left;  
    font-size:100%;
}
.line-double-center-content{
    text-align: center;
    display:block;
    color:#999999;
    font-size:80%;
    margin-left:-20px;
}
.header-title .right-icon{
    position:absolute;
    right:0;
    top:0;
    width:50px;
    max-width:50px;
    text-align:center;
    display:block;
    color:#999999;
    font-size:100%;
    height:45px;
    background-color: #111111;
    line-height:45px;
    z-index:2;
}
.steplinks{
    color:#999999;
}
.steplinks:hover{
    color:#ffffff;
}
.steplinks:after {
    padding-left:5px;
    color: #999999;
    content: "/\00a0";
}
.header-sub-title{
    display:block;
    background-color:#000000;
    padding:.8em .5em;
    color:white;
    border-bottom:1px solid rgba(255,255,255,0.05);
    font-weight:300;
}
.header-second-title{
    display:block;
    background-color:#111111;
    padding:1em .5em;
    color:#6fc188;
    overflow:hidden;
    font-weight:300;
    margin:0;
}
.toppad{
    padding-top:0px;
}
.top-scroll-bar{
    display:block;
    width:100%;
    padding:8px 5px;
    background-color:#000000;
    border-top:1px solid rgba(255,255,255,0.05);
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.top-scroll-bar .list-inline{
    white-space: nowrap;
}
.top-scroll-icons > li > a,.top-scroll-icons > li > a:hover {
    font-size:90%;
    font-weight:300;
    padding:0px;
    display:block;
    color:#fff;
    text-align: center;
}
.top-scroll-icons > li > a.active {
    color:#6fc188;
    position:relative;
}
/*.top-scroll-icons > li > a.active:after {
        top:35%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(68, 68, 68, 0);
        border-bottom-color: #444444;
        border-width: 10px;
        margin-left: -10px;
}*/
/*Left Section*/
.top-left-buttons .btn-group > .btn,.footer-bar .btn-group > .btn{
    border-radius: 0px;
    font-size:80%;
}
.top-left-buttons{
    border-bottom:1px solid rgba(255,255,255,0.0);

}
.left-search{
    background-color: #121212;
}
.left-search-inner{
	display:block;
    padding:.8em .5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.leftmain, leftmain:hover{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 100%;
    padding:1em .4em 1em .5em;
	background: #121212;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.leftmain:after{
    font-family: 'Glyphicons Halflings'; 
    content: "\e080";  
    float: right;  
    font-size:1em;
}
.leftmain:active,.leftmain:focus{
    color: rgba(255,255,255,0.1);
    background:#222222;
}
.big-btn, big-btn:hover{
    display: block;
    text-decoration: none;
    color: #6fc188;
    font-size: 120%;
    padding:1.2em .4em;
    background:#225b3c;
    position:relative;
}
.big-btn:after{
    font-family: 'Glyphicons Halflings'; 
    content: "\e080";  
    float: right;  
    font-size:1em;
}
.big-btn:active,.big-btn:focus{
    color: #000000;
    background:#ffffff;
}
.big-btn .count{
    position:absolute;
    top:1.2em;
    right:40px;
    color:#000000;
    font-weight:300;
    font-size:100%;
}
.lefttitle,.lefttitle:hover{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 100%;
    padding:1em .4em;
	background: #121212;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.lefttitle:active,.lefttitle:focus{
    color: #fff;
    background: #121212;
    border: 1px solid #ffffff;
}
.lefttitle:after{
    font-family: 'Glyphicons Halflings'; 
    content: "\2212";  
    float: right;  
    font-size:1em;
}
.lefttitle.collapsed:after {
    font-family: 'Glyphicons Halflings'; 
    content: "\2b";  
    float: right;  
}
ul.leftlinks{
    display:block;
    margin:0;
    padding:0;
    list-style:none;
}
ul.leftlinks li{
}
ul.leftlinks li a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    padding:1em .4em;
	background: #121212;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
ul.leftlinks li a:after{
    font-family: 'Glyphicons Halflings'; 
    content: "\e080";  
    float: right;  
}
ul.leftlinks li a:active{
    color: rgba(255,255,255,0.8);
    background:#111111;
}
.leftlogout,.leftlogout:hover{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 100%;
    padding:1em .8em;
    background:#d9534f;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.leftlogout:active,.leftlogout:focus{
    color: #ffffff;
    background:#000000;
}


.leftuser, .leftuser ul, .leftuser li {
    list-style: none;
    margin:0;
    padding:0;
}

.leftuser ul {
    padding: 0;
    margin:0;
}
.leftuser li {
    width:100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.05); 
    border-bottom: 1px solid rgba(0,0,0,0.4); 
}
.leftuser li:first-child {
    border-top: none; 
}

.leftuser li:last-child {
    border-bottom: none;
}
.leftuser li a {
    background: rgba(0,0,0,0.2);
    display: block;
    width:100%;
    text-decoration: none;
    color: #225b3c;
    font-size: 90%;
    padding:.6em .4em;
}
.leftuser li a:hover {
    background: rgba(0,0,0,0.3);
    color:rgba(255,255,255,0.8);
}
.menuleft,.menucenter {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menucenter li{
    width:100%;
    padding: 0;
    margin: 0;
    /* border-bottom: 1px solid rgba(0,0,0,0.4);  */
    border-bottom: 1px solid #757575; 
}
.menuleft > li{
    width:100%;
    padding: 0;
    margin: 0;
}
.menuleft > li:first-child,.menucenter > li:first-child {

}

.menuleft > li:last-child,.menucenter > li:last-child {
    border-bottom: none;
}
.menuleft > li > a,.menucenter > li > a {
    display: block;
    width:100%;
    height:100%;
    text-decoration: none;
    font-size: 100%;
    overflow:hidden;
    -webkit-tap-highlight-color:rgba(0,0,0,0.3);
}
.menuleft > li > a,.menuleft > li > a:hover {
    font-weight:normal;
    color: #000000;
    background:white;
    border-bottom: 1px solid rgb(0, 0, 0);
    padding:.8em .4em;
}
.menucenter > li > a,.menucenter > li > a:hover {
	/* color: black; */
	/* background: white; */
    line-height:1.5;
    padding:.8em .4em;
    font-weight:normal;

}
.menuleft > li > a:focus,.menucenter > li > a:focus {
    /* background:black; */
    background:#333;
    color:white;
}
.menuleft a .badge,.menucenter a .badge{
    float:right;
    border-radius: 0px;
    padding:.5em;
    font-weight:300;
    font-size:90%;
    background-color: unset;
    color: #ffdf1b;
    font-size: 14px;
    height: 18px;
    line-height: 4px;
    margin-right: 0px;
    min-width: 10px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
}
.menuleft a span.arrow,.menucenter a span.arrow{
    float: right;
    margin-left:5px;
}
.menuleft a span.arrow:after,.menucenter a span.arrow:after{
    font-family: 'Glyphicons Halflings'; 
    content: "\e080";  
    float: right;  
    font-size:1em;
}
.menuleft > li.active > a {
    color:#ffffff;
    background: #000000;
}
.centerlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.centerlist ul{
    padding: 0;
    margin: 0;
}
.centerlist li{
    width:100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1); 
}
.centerlist > li:first-child {

}

.centerlist > li:last-child {
    border-bottom: none;
}
.centerlist > li > a {
    background:#222222;
    display: block;
    width:100%;
    text-decoration: none;
    font-size: 1em;
    font-weight:300;
    padding:.6em .4em;
    color:#cccccc;
}
.centerlist > li > a:active {
    background: rgba(0,0,0,0.3);
    color:rgba(255,255,255,0.8);
}
.centerlist > li > a.active {
    background: #225b3c;
    color:#000000;
    position:relative;
}
.centerlist > li > a.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(253, 185, 0, 0);
    border-top-color: #225b3c;
    border-width: 10px;
    margin-left: -10px;
}
.centerlist > li > a.active .badge {
    background-color:rgba(255,255,255,0.1);
    color:#000000;
}
.centerlist a .badge{
    float:right;
    min-width:50px;
    border-radius: 0px;
    padding:.3em;
    background-color:rgba(0,0,0,0.5);
    color:#cccccc;
    margin-right:10px;
}
.centerlist a.active span.arrow{
    float: right;
    color:#000000;
    opacity:1;
    text-shadow:1px 1px 1px rgba(0,0,0,0.0);
}
.centerlist a.active span.arrow:after{
    font-family: 'Glyphicons Halflings'; 
    content: "\e014";  
    float: right;  
    font-size:1em;
}
.centerlist a span.arrow{
    float: right;
    color:#cccccc;
    opacity:1;
    text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
.centerlist a span.arrow:after{
    font-family: 'Glyphicons Halflings'; 
    content: "\e114";  
    float: right;  
    font-size:1em;
}

.listall {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight:300;
}
.listall > li{
    width:100%;
    padding: 0;
    margin: 0;
}
.listall > li:first-child{

}

.listall > li:last-child{
    border-bottom: none;
}
.listall > li > a {
    display: block;
    width:100%;
    height:100%;
    text-decoration: none;
    font-size: 100%;
    padding:.6em .4em .6em 1em;
    overflow:hidden;
    color: #000000;
    background-color: #ffffff;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.listall > li > a:active {
    background: rgba(0,0,0,0.3);
    color:rgba(255,255,255,0.8);
}
.listall > li > a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    float: right;
}
.listall a .badge{
    float:right;
    min-width:50px;
    border-radius: 0px;
    padding:.3em;
    background-color:rgba(255,255,255,0.1);
    color:#999999;
}

/*Bottom Section*/
.footer-nav{
    display:block;
    width:100%;
    margin:0;
    padding:0;
    font-size:95%;
    background:#0e2243 !important;
    height:50px;
    font-weight:300;
}
.footer-nav ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
.footer-nav ul li{
    width:33.33%;
    border-left:1px solid rgba(255,255,255,0.1);
    border-right:1px solid white;
    margin:0;
    padding:0;
    display:block;
    float:left;
}
.footer-nav ul li:last-child{
    border-right:none;
}
.footer-nav ul li:first-child{
    border-left:none;
}
.footer-nav ul li.userdetails{
    width:33.3%;
}
.footer-nav ul li.notlogged{
    width:50%;
}
.footer-nav ul li.exlist{
    width:25%;
}
.footer-nav ul li.exlist2{
    width:20%;
}
.footer-nav ul li:active{
    background-color:#555555;
}
.footer-nav ul li a{
    display:block;
    color:#ffffff;
    padding:5px;
    height:50px;
    line-height:1.2;
    width:100%;
    text-align:center;
}
.footer-nav ul li a:active{
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.30);
    -moz-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.30);
    box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.30);
    color:rgba(255,255,255,0.8);
    background:#121212;
    color:#ffffff;
}
.footer-nav ul li a:active{

}
.username,.footer-nav-content{
    display:inline-block;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
    max-width:100%;
}
.usercode{
    display:block;
    color:#999999;
}
.bottom-details,.bottom-balance,.bottom-user-details,.bottom-login-details {
    max-height:70%;
    overflow-y:auto; 
    width: 100%; 
    background-color: #222222; 
    display: none; 
    position:fixed; 
    bottom:50px;
    padding:0px 0px 20px 0px; 
    left:auto;
    right:auto;
    -webkit-box-shadow:   0px -5px 10px 0px rgba(0,0,0,0.4),inset 0px 1px 0px 0px rgba(255,255,255,0.1), inset 0px -20px 20px -10px rgba(0,0,0,0.3);
    -moz-box-shadow:   0px -5px 10px 0px rgba(0,0,0,0.4),inset 0px 1px 0px 0px rgba(255,255,255,0.1), inset 0px -20px 20px -10px rgba(0,0,0,0.3);
    box-shadow:  0px -5px 10px 0px rgba(0,0,0,0.9),inset 0px 1px 0px 0px rgba(255,255,255,0.1), inset 0px -20px 20px -10px rgba(0,0,0,0.3);
    border-top:1px solid rgba(0,0,0,0.2);
    clear:both;
    z-index:2;
}
.bottom-login-details{
    padding-bottom:20px;
}

.login_error { display:none; }

.closebottom{
    font-size:.8em;
    color:#225b3c;
    border-radius:50%;
    background:rgba(255,255,255,0.1);
    padding:.4em;
    cursor:pointer;
}
.closebottom:active{
    color:rgba(255,255,255,0.8);
    background:rgba(255,255,255,0.3);
}
.bottom-menu-title{
    border-bottom:1px solid rgba(0,0,0,0.5);
    color:#225b3c;
    display:block;
    padding:.5em;
    overflow:hidden;
    -webkit-box-shadow: inset 0px -20px 20px -10px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px -20px 20px -10px rgba(0,0,0,0.3);
    box-shadow: inset 0px -20px 20px -10px rgba(0,0,0,0.3);
}
.bottom-inner-wrap{
    padding-top:.2em;
}
.login-info{
    font-size:.8em;
}
.login-info dt{
    color:#999999;
}
.divider{
    background:rgba(255,255,255,0.1);
    border-top:1px solid rgba(0,0,0,0.4);
    display:block;
    height:2px;
    margin:.6em 0;
}
.pointer{
    cursor:pointer;
}
.new-user{
    cursor:pointer;
    display:block;
    color:#225b3c;
    width:50%;
    text-align:center;
}
.sign-in{
    cursor:pointer;
    display:block;
    width:50%;
    text-align:center;
}
/*Balance*/
.balance-wrap{
    display:block;
    font-size:1em;
    background-color:#000000;
    margin:.5em 0;
    padding:.5em;
    overflow:hidden;
}
.balance-title{
    display:block;
    color:#999999;
}
.balance-amount{
}
.balance-currency{
}
.refresh-sm{
    cursor:pointer;
    color:#225b3c;
    display:inline-block;
    text-align: center;
    font-size:80%;
    width:14px;
    height:14px;
}
.refresh-sm:hover{
    color:#ffffff;
}
.refresh-sm:active{
    color:rgba(255,255,255,0.8);
}
.refresh-sm:after{
    font-family: 'Glyphicons Halflings';
    content: "\e031";;
}
.refresh-sm-img {
    background: url(../img/refresh.GIF) no-repeat;
    display:inline-block;
    width:14px;
    height:14px;
}
.collapsing {
    -webkit-transition: none;
    transition: none;
}
.modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal-body {
    overflow-y: auto;
}
.modal-footer {
    margin-top: 0;
}

@media (max-width: 767px) {
    .modal-dialog-center {
        width: 90%;
    }
}

.body-wrap .modal-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.body-wrap .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #555555;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px); 
    -o-filter: blur(10px);
    filter: blur(10px);
}
.body-wrap .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.body-wrap .modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.body-wrap .modal-header{
    border-bottom:1px solid rgba(0,0,0,0.4);
    background-color: #121212;
    padding:.7em;
    text-transform:uppercase;
}
.body-wrap .modal-body{
    border-top:1px solid rgba(255,255,255,0.1);
    padding:0px 1px 1px 1px;
}
.body-wrap .modal-header .close{
    color: #ffffff;
    filter: alpha(opacity=100);
    opacity: 1;
    font-size:1em;
    margin-top:-5px !important;
    text-shadow:none;
    padding:.5em;
    background-color:rgba(255,255,255,0.1);
    border-radius:50%;
}
.body-wrap .modal-header .close:active,.body-wrap .modal-header .close:focus,.body-wrap .modal-header .close:hover{
    color:#ffffff;
    background-color:rgba(255,255,255,0.2);
}
.body-wrap .modal-header h4{
    color:white;
    font-size:1em;
    text-shadow:none;
}
.form-signin {
    margin: 0 auto;
    display:block;
    max-width:370px;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 1em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.body-wrap .panel{
    margin-bottom: .5em;
    background-color: rgba(0,0,0,0.0);
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px !important;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
}
#loading{
    background:rgba(0,0,0,0.5);
    position:fixed;
    width:  100%;
    height: 100%;
    display:none;
    z-index:999999;
}
#loading .imgload{
    background: url(../img/loading.GIF) no-repeat;
    position:absolute;
    display:inline-block;
    width:  32px;
    height: 32px;
    margin-left:-16px;
    margin-top:-16px;
    left:50%;
    top:50%;
}
.register-wrap-18{
    background:rgba(0,0,0,0.1);
    border-top:1px solid rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1);
    padding:.5em;
}
.register-theme .form-group{
    border-bottom:1px solid rgba(255,255,255,0.1);
    margin-bottom:0px;
    padding:10px 0px;
}
.register-theme .form-group:last-child{
    border-bottom:0px solid rgba(255,255,255,0.00);
}
.register-theme label{
    font-weight:300;
    font-size:100%;
    color: white;
}
.dark-panel{
    display:block;
    margin:0 0 1em 0;
    padding:0;
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.dark-panel ul{
    display:block;
    list-style-type: none;
    margin:0;
    padding:0;
}
.dark-panel li{
    display:block;
}
.dark-panel li a{
    display:block;
    background-color:rgba(0,0,0,0.4);
    padding:.3em;
    border-bottom:1px solid rgba(0,0,0,0.3);
    border-top:1px solid rgba(255,255,255,.05);
    color:#eeeeee;
}
.dark-panel li a:active{
    background-color:rgba(0,0,0,0.3);
    color:rgba(255,255,255,0.8);
}
.dark-panel li:last-child a{
    border-bottom:0px;
}
.dark-panel li a .badge{
    color:#eeeeee;
    background-color:rgba(0,0,0,0.4);
    border-radius:4px;
    float:right;
    margin:0px 5px;
    min-width:40px;
}
.dark-panel .dark-panel-title{
    color:#225b3c;
    background-color:rgba(0,0,0,0.6);
    padding: .5em .3em;
    border-bottom:1px solid rgba(0,0,0,0.5);
    cursor:pointer;
    border-radius:3px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}
.dark-panel .dark-panel-title:active{
    color:rgba(255,255,255,0.8);
}
.dark-panel .dark-panel-title:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
}
.dark-panel .dark-panel-title.collapsed:after {
    content: "\e080";
    border-bottom:1px solid transparent;
}
/*Bet Grids*/
.fixture-grid .panel{
    margin-bottom: .5em;
    background-color: rgba(0,0,0,0.0);
    border: 1px solid #303030;
    border-radius: 0px !important;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}
.bet-main-title, .panel-main-title{
    padding:.6em .5em;
    border-bottom:1px solid rgba(0,0,0,0.05);
    font-size:90%;
    text-transform: uppercase;
    border-radius: 0px !important;
}
.bet-main-title:after,.panel-main-title:after {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    float: right;
}
.bet-main-title.collapsed:after,.panel-main-title.collapsed:after {
    content: "\2b";
}
.bet-main-title:active,.panel-main-title:active {
    color:rgba(255,255,255,0.8) !important;
}
.panel-main-title{
    color: #ffffff !important;
    background-color: #0f6644 !important;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
}
.bet-main-title{
    color:#999999 !important;
    background-color:#303030 !important;
    /* background-color:#a7a7a7 !important; */
}
.bet-main-title-in{
    max-width:85%;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
    display:inline-block;
    font-weight:300;
	color: white;
}
.competitors{
    /* background-color:#383838; */
    background-color:#5a5a5a;
    border-bottom:1px solid #888;
    cursor:pointer;
    overflow:hidden;
    display:block;
    position:relative;
    height:100%;
}
.competitors:active{
    background-color:#000000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.competitors a{
    display:inline-block;
    width:100%;
    height:100%;
    /* padding:.6em .3em; */
	/* background-color: #5a5a5a; */
}
.competitors-name{
    overflow:hidden;
    display:block;
    font-size:90%;
    color:#eeeeee;
    font-weight:300;
}
.competitors-score {
    color: #ffdf1b;
}
.competitors .odd {
    display:flex;
    color: #ffdf1b;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.event-date{
    display:block;
    color:#999999;
    font-size:80%;
    line-height:1;
    font-weight:300;
    margin-top:3px;
}
.alive {
    display:inline-block;
    color: #ffffff;
    font-size:90%;
    padding:2px 5px;
    text-align:center;
    background:#7e0000;
    margin:0 5px 0 0;
    border-radius:0px;
}
.alive:hover {
    background:#be0000;
    text-decoration:none;
}
.fixture-title{
    float:left;
    display:block;
    max-width:90%;
}
.competitors .fixture-title {
    padding:.6em .6em;
}
.competitors a .fixture-others{
    position:absolute;
    right:5px;
    top:25%;
    padding-top:5px;
    display:block;
    color:white;
    font-size:90%;
    line-height:1.5;
    text-align:right;
    height: 50%;
    font-weight:300;
}
.competitors a .fixture-others:active{
    color:#cccccc;
}
.ratesgrid{
    display:block;
    overflow:hidden;
    background-color:#222222;
}
.ratesgrid .btn-sm,.ratesgrid .btn-group-sm>.btn {
    font-size:80%;
    border-radius:0px;
    border-right-color:rgba(0,0,0,0.1);
    border-left-color:rgba(255,255,255,0.1);
    border-top-color:rgba(255,255,255,0.1);
    border-bottom-color:rgba(0,0,0,0.1);
    padding:1em .4em;
}
.ratesgrid > .btn-group > .btn:last-child{
    border-right:none;
}
.ratesgrid > .btn-group > .btn:first-child{
    border-left:none;
}
.anaoran, .analive{
    word-wrap: normal;
    overflow: hidden;
    text-align:center;
    cursor:pointer;
    color: #ffffff;
    text-shadow:1px 1px 0px rgba(255,255,255,0.05);
    border-radius:0px;
    display:block;
    background: #888888;
}
.anaoran:hover, .analive:hover {
    background: #888888;
    color: #000000;
}
.anaoran:active, .analive:active {
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.30);
    -moz-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.30);
    box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.30);
    color:rgba(255,255,255,0.8);
    background: rgba(153,153,153,0.8);
}
.anaselected{
    word-wrap: normal;
    overflow: hidden;
    text-align:center;
    cursor:pointer;
    color: #000000;
    border-radius:0px;
    display:block;
    background: #225b3c;
}
.anaselected:hover {
    color:rgba(0,0,0,0.8);
    background:#225b3c;
}
.anaselected:active {
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.30);
    -moz-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.30);
    box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.30);
    color:#000000;
}
.anadisabled,.anadisabled:hover{
    color: #333333;
    background:#444444;
    cursor:not-allowed;
    text-shadow:0px 0px 0px rgba(255,255,255,0.0) !important;
}
.anaoran .rate-inner, .anaselected .rate-inner,.anadisabled .rate-inner{
    display:table;
    margin:0;
    padding:0;
    width:100%;
    overflow:hidden;
    table-layout:fixed;
    text-shadow:1px 1px 1px rgba(255,255,255,0.05);
    font-weight:700;
}
.anaoran .rate-name, .anaselected .rate-name,.anadisabled .rate-name{
    display:table-cell;
    white-space: normal;
    overflow:hidden;
    width:100%;
    max-width:100%;
    text-align:left;
    /*text-overflow:ellipsis;*/
    font-weight:300;
    word-break: normal;
}
.anaselected .rate-name{
    color:#000000;
}
.rate-rate{
    display:table-cell;
    text-align:right;
    width:40px;
    text-shadow:1px 1px 1px rgba(255,255,255,0.1);
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    vertical-align: middle;
}
.ratechange-down {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 3;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 3;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 3;

    word-wrap: normal;
    overflow: hidden;
    text-align:center;
    cursor:pointer;
    color: #ffffff;
    border-radius:0px;
    display:block;
    background:#a60000;
}
.ratechange-up {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 3;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 3;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 3;

    word-wrap: normal;
    overflow: hidden;
    text-align:center;
    cursor:pointer;
    color: #ffffff;
    border-radius:0px;
    display:block;
    background:#004900;
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; }
}
.fixtureselect{
    padding:.5em;
    display:block;
    overflow:hidden;
}
.fixturetitle{
    padding:.3em;
    border-top:1px solid rgba(255,255,255,0.1);
    border-bottom:1px solid rgba(0,0,0,0.5);
    background-color:rgba(0,0,0,0.3);
}
.fixturetitle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    font-size:.8em;
}
.fixturetitle.collapsed:after {
    content: "\e080";
    border-bottom:1px solid transparent;
}
.fixturetitle:active{
    background:#000000 !important;
}
.upcoming-table{
    width:100%;
    margin:0;
    vertical-align:middle;
    border-collapse: separate;
}
.upcoming-table tr{
    background:#333333;
}
.upcoming-table tr:nth-child(even){
    background:#303030;
}
.eventname{
    font-size:.8em;
    background-color:#222222;
    padding:.5em .3em;
    border-bottom:1px solid rgba(0,0,0,0.3);
    border-top:1px solid rgba(255,255,255,0.05);
    color:#999999;
    cursor:pointer;
}
.rates-table{
    table-layout:fixed;
    width:100%;
    vertical-align:middle;
    border-collapse: separate;
    margin:0;
    padding:0;
    cursor:pointer;
}
.rates-table td{
    padding:.5em;
    text-align:center;
    font-size:.8em;
    border-left:1px solid rgba(0,0,0,0.1);
    border-top:1px solid rgba(255,255,255,0.05);
    border-right:1px solid rgba(255,255,255,0.05);
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.rates-table td:first-child{
    border-left:none;
}
.rates-table td:last-child{
    border-right:none;
}
.rates-table td:active{
    background-color:#555555 !important;
    color:rgba(255,255,255,0.8) !important;
}
.rates-table td.odds{
    background-color:#111111;
    color:#225b3c;
}
.rates-table td.odds-selected{
    background-color:#225b3c;
    color:#000000;
}
.event-teamname{
    max-width:90%;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
    display:inline-block;
}
.live-theme36{ /* tennis */
    background:#909b08;
}
.live-theme1{ /* football */
    background: #045D06 !important;
}
.live-theme2{ /* basketball */
    background:#9a5116;
}
.live-theme4{ /* ice hockey */
    background:#2983a4;
}
.live-theme37{ /* voleyball */
    background:#885a2a;
}
.live-theme3{ /* American Football */
    background:#c16300;
}
.live-theme5{ /* handball */
    background:#0d4e85;
}
.live-theme9{ /* Beach Volley */
    background:#cda400;
}
.live-theme23{ /* Futsal */
    background:#076b3d;
}
.live-theme6{ /* Baseball */
    background:#81320c;
}
.live-theme10{ /* Badminton */
    background:#047470;
}
.live-theme28{ /* Rugby */
    background:#741b03;
}
.live-theme20{ /* Darts */
    background:#59335a;
}
.live-theme29{ /*Snooker  */
    background:#315006;
}
.live-theme35{ /* Table Tennis  */
    background:#2f63b0;
}
.live-theme16{ /* Cricket */
    background:#584200;
}
.title-text{
    color: black;
	
	
}
.sub-text{
    color:#999999;
}
.dark-text{
    color:rgba(0,0,0,0.8);
}
.finance-img{
	width:100px;
}
.finance-img img{
	width:100px;
}
/* Slip */
.slip-title{
    display:block;
    background: black;
    overflow:hidden;
    font-weight:bold;
    border-left:1px solid rgba(255,255,255,0.1);
    border-bottom:1px solid rgba(0,0,0,0.5);
    position:relative;
    height:56px;
    width:100%;
}
.slip-title h1{
    display:inline-block;
    color:white;
    font-size:120%;
    float:left;
    padding:10px;
    margin:0;
}
.slip-delete-all{
    float:right;
    display:inline-block;
    height:55px;
    font-size:75%;
    text-align:center;
    background-color:rgba(255,255,255,0.05);
    color:white;
    border-left:1px solid rgba(255,255,255,0.05);
    padding-top:15px;
    width:50px;
}
.slip-delete-all:hover,.slip-delete-all:active{
    color:#ffffff;
}
.slip-title .badge{
    display:inline-block;
    position:absolute;
    background-color:rgba(255,255,255,0.0);
    color:#999999;
    border-radius:3px;
    left:10px;
    top:30px;
    padding:0;
}
.slip-wrap{
    display:block;
    font-size:90%;
    height:100%;
    position:relative;
}
.slip-selection{
    display:block;
    overflow:hidden;
    padding:.5em;
    background-color: #c1102d;
    color:#fff;
    border-top:1px solid rgba(255,255,255,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.slip-selection-block{
    display:block;
    overflow:hidden;
    position:relative;
    line-height:1.5em;
    font-weight:300;
}
.slip-selection-block .check-slip{
    position:absolute;
    left:0;
    top:0;
    display:block;
}
.slip-selection-block .check-slip input.lgcheckbox
{
    width: 18px;
    height: 18px;
    margin:0;
    padding:0;
}
.slip-competitors{
    display:inline-block;
    padding:0 5px 0px 20px; 
    max-width:93%;
    font-size: 17px;
    color:#fff;
}
.slip-delete{
    display:inline-block;
    float:right;
    color: white;
}
.slip-delete:after{
    font-family: 'Glyphicons Halflings'; 
    content: "\e014";  
    font-size:1em;
}
.slip-delete:hover{
    color:#ffffff;
}
.slip-selection-block .slip-banko{
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    line-height:1.5;
    text-align:center;
    border-radius:50%;
    background-color:rgba(0,0,0,0.1);
    color:rgba(255,255,255,0.5);
    display:block;
    font-size:90%;
    font-weight:700;
}
.slip-selection-block .slip-banko-selected{
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    line-height:1.5;
    text-align:center;
    border-radius:50%;
    background-color:rgba(0,0,0,0.9);
    color:#225b3c;
    font-size:90%;
    font-weight:700;
    display:block;
}
.slip-selection-name{
    display:inline-block;
    padding:0 5px 0px 20px; 
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    max-width:90%;
	font-size: 17px;
}
.slip-rate{
    display:inline-block;
    float:right;
    font-size:100%;
    font-weight:bold;
}
.slip-selection-single{
    display:block;
    overflow:hidden;
    position:relative;
    padding:.3em;
    background-color:rgba(255,255,255,0.2);
    margin-top:5px;
}
.single-amount{
    display:inline-block;
    float:left;
    width:40%;
}
.slip-total-win{
    margin-top:3px;
    display:inline-block;
    float:right;
    font-size:100%;
    font-weight:300;
	color: white;
	
	/* görünmez yaptım */
	display: none
}
.combine-wrap{
    display:block;
    color:#225b3c;
}
.slip-combine{
    display:block;
    background-color: #333333;
    overflow:hidden;
    padding:1em .5em;
}
.slip-combine-title{
    display:inline-block;
    float:left;
    color:#cccccc;
}
.slip-combine-total-rate{
    display:inline-block;
    float:right;
    font-size:100%;
    font-weight:bold;
	color: white;
}
.slip-combine-sub{
    display:block;
    background-color: #333333;
    overflow:hidden;
    padding:1em .5em;
    border-bottom:1px solid #ffffff;
}
.slip-sistem{
    display:block;
    overflow:hidden;
    padding:1em .5em;
    background-color: #222222;
    color:#cccccc;
    cursor:pointer;
    border-bottom:1px solid rgba(0,0,0,0.5);
}
.slip-sistem:active,.slip-sistem:focus,.slip-sistem:hover{
    color: #999999;
    background:#111111;
}
.slip-sistem:after{
    font-family: 'Glyphicons Halflings'; 
    content: "\2212";  
    float: right;  
    font-size:1em;
}
.slip-sistem.collapsed:after {
    font-family: 'Glyphicons Halflings'; 
    content: "\2b";  
    float: right;  
    font-size:1em;
}
.slip-sistem-sub{
    background-color: #222222;
}
.slip-sistem-sub-details{
    display:table;
    margin:0;
    padding:0;
    color:#999999;
    width:100%;
}
.slip-sistem-sub-details ul{
    display:table-row;
    list-style-type: none;
}
.slip-sistem-sub-details ul.sistem-title{
    background-color:rgba(0,0,0,0.3);
    color:#cccccc;
}
.slip-sistem-sub-details ul.sistem-title li{
    padding:.3em;
}
.slip-sistem-sub-details ul li{
    display:table-cell;
    vertical-align:middle;
    border-bottom:1px solid rgba(0,0,0,0.1);
    padding:.5em;
}
.slip-sistem-sub-details ul li.sistem-name{
    width:35%;
}
.slip-sistem-sub-details ul li.sistem-count{
    width:20%;
    text-align:center;
}
.slip-sistem-sub-details ul li.sistem-amount{
    width:45%;
}
.slip-bottom-wrap{
    display:block;
    overflow:hidden;
    background-color: rgba(0,0,0,0.5);
}
.slip-bottom{
    display:block;
    overflow:hidden;
    padding:.5em;
}
.slip-accept-rate-changes{
    color: white;
	
}
.slip-accept-rate-changes:hover{
    color:#ffffff;
}
.slip-alert, .slip-alert-bet{
    display:block;
    overflow:hidden;
    background-color:#ffffff;
    color:#a80000;
    padding:.5em;
    margin:.3em 0;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    font-weight:300;
}
.slip-alert-bet{
    margin:0;
}
/*Slip Preview*/
.slip-preview-summary-title{
    display:block;
    background-color:rgba(0,0,0,0.5);
    padding:.5em;
    color:#6fc188;
    overflow:hidden;
}
.slip-preview-summary-content{
    display:block;
    background-color:rgba(0,0,0,0.45);
    padding:.5em;
    border-top:1px solid rgba(255,255,255,0.05);
    color:#999999;
    overflow:hidden;
}
.slip-preview{
    display:block;
    padding:0;
    margin:0;
    width:100%;
}
.slip-preview ul{
    display:block;
    margin:0;
    padding:0;
    background-color:#225b3c;
    list-style-type: none;
}
.slip-preview ul:nth-child(even){
    background-color:#6fc188;
}
.slip-preview ul li{
    display:block;
}
.slip-preview-in {
    margin:0;
    padding:0;
    border-bottom:1px solid rgba(0,0,0,0.1);
    border-top:1px solid rgba(255,255,255,0.1);
}
.slip-preview-in ul{
    margin:0;
    padding:0;
    list-style-type: none;
    background-color:transparent !important;
}
.slip-preview-in ul li{
    display:table-cell;
    color:white;
    font-size:90%;
    padding:.3em .5em;
}
.slip-preview-in ul li.order{
    width:30px;
    min-width:30px;
    text-align:center;
}
.slip-preview-in ul li.prev-selection{
    width:100%;
}
.slip-preview-in ul li.date{
    width:70px;
    min-width:70px;
    font-size:110%;
    text-align:right;
    font-weight: bold;
}
.slip-preview-title{
    width:100%;
    display:block;
    margin:0;
    padding:0;
    padding:.5em;
    cursor:pointer;
    font-size:110%;
    color:#fff;
}
.slip-preview-order{
    display:block;
    background-color:rgba(0,0,0,0.1);
    width:20px;
    height:20px;
    text-align:center;
    line-height:20px;
    border-radius:50%;
}
.slip-alert-success{
    display:block;
    overflow:hidden;
    background-color:#ffffff;
    color:#045d06;
    position:relative;
    padding:.5em;
}
.slip-alert-error{
    display:block;
    overflow:hidden;
    background-color:#ffffff;
    color:#a80000;
    position:relative;
    padding:.5em;
}
.slip-alert-error .icon,.slip-alert-success .icon{
    display:block;
    position:absolute;
    top:0px;
    left:10px;
    font-size:150%;
}
.slip-alert-error .text,.slip-alert-success .text{
    display:inline-block;
    padding-left:30px;
}
@-webkit-keyframes wobble {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wobble {
    16.65% {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.wobble {
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.wobble:hover {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/*Home Main Slider*/
.home-main-slider{
    position:relative;
    display:block;
    width:100%;
    border-top:1px solid rgba(255,255,255,0.1);
    border-bottom:5px solid rgba(0,0,0,1);
}
.home-main-slider #home-slider{
    display:block;
    margin:0 auto;
}
.home-main-slider .carousel-inner{
    max-width:640px;
    max-height:250px;
    margin:0 auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    cursor: move;
}
.home-main-slider .carousel-inner img{
    width:100%;
    max-height:250px;
}
/*Deposit*/
.deposit-block{
    overflow:hidden;
    position:relative;
}
.deposit-block:nth-of-type(odd){
  background: #333333;  
}
.deposit-block:nth-of-type(even){
  background: #222222;  
}

.deposit-main-content{
    display:table;
    width:100%;
    margin:0;
    padding:0;
}
.deposit-main-content li{
    display:table-cell;
    vertical-align:middle;
    padding:5px;
    text-align:center;
}
.deposit-main-content li.depositimg{
    width:40%;
}
.deposit-main-content img{
    background:rgba(255,255,255,1);
    padding:.4em;
    border-radius:4px;
}
.deposit-limit-info{
    text-align:left;
    padding-left:.5em;
}
.deposit-title{
    color:#225b3c;
    display:block;
    font-size:100%;
    text-transform:uppercase;
}
.deposit-subinfo{
    color:#999999;
    display:block;
    font-size:90%;
    line-height:1.2;
    font-weight:300;
}
.deposit-img-wrap{
    display:block;
}
.deposit-content{
   
    position:relative;
    padding:1em;
    margin:.5em 0 0 0;
    display:block;
}

.history-main{
    padding:.5em;
    display:block;
    background-color:#5a5a5a;
    border-bottom:1px solid rgba(255,255,255,0.05);
    color:#ffffff;
    line-height:1.6;
    font-weight:300;
    font-size:90%;
    overflow:hidden;
}
.history-main-detail{
    padding:0;
    display:block;
    width:100%;
    height:100%;
    background-color:#333333;
    border-bottom:1px solid rgba(255,255,255,0.05);
    color:#ffffff;
    line-height:1.6;
    font-weight:300;
    font-size:90%;
}
.history-sub{
    padding:.5em;
    display:block;
    overflow:hidden;
    background-color:#222222;
    border-bottom:1px solid rgba(255,255,255,0.05);
    color:#ffffff;
    line-height:1.6;
    font-weight:300;
    font-size:100%;
    width:100%;
}
.bethistory-W{
    color:#008a00;
    font-size:100%;
}
.bethistory-W:after{
    font-family: 'Glyphicons Halflings'; 
    content: "\e013";
}
.bethistory-L{
    color:#AF383E;
    font-size:100%;
}
.bethistory-L:after{
    font-family: 'Glyphicons Halflings';  
    content: "\e014";
}
.bethistory-O{
    color:#528DB2;
    font-size:100%;
}
.bethistory-O:after{
    font-family: 'Glyphicons Halflings';  
    content: "\e023";
}
.bethistory-V{
    color:#cccccc;
    font-size:100%;
}
.bethistory-V:after{
    font-family: 'Glyphicons Halflings';  
    content: "\e090";
}
.bethistory-D{
    color:#C11B26;
    font-size:100%;
}
.bethistory-D:after{
    font-family: 'Glyphicons Halflings';  
    content: "\e020";
}
.bethistoryt-W{
    color:#008a00;
    font-size:100%;
}
.bethistoryt-L{
    color:#AF383E;
    font-size:100%;
}
.bethistoryt-O{
    color:#528DB2;
    font-size:100%;
}
.bethistoryt-V{
    color:#cccccc;
    font-size:100%;
}
.bethistoryt-D{
    color:#C11B26;
    font-size:100%;
}
.history-sub-details{
    padding:.5em;
    display:block;
    width:100%;
    background-color:rgba(0,0,0,0.1);
    color:#225b3c;
}
.main-notification-all{
    display:block;
    overflow:hidden;
    background-color:#ffffff;
    padding:2em;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    text-align:center;
    color:#000000;
}
.main-notification-alert,.main-notification-success,.main-notification-info{
    display:block;
    overflow:hidden;
    background-color:#ffffff;
    padding:.6em;
    margin:.2em 0em;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    font-weight:300;
    text-align:center;
}
.main-notification-alert{
    color:#a80000;
}
.main-notification-success{
    color:#045d06;
}
.main-notification-info{
    color:#2a80c9;
}
.shadow-top{
    -webkit-box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.8);
}
.list-group-item{
    background-color:rgba(255,255,255,0.1);
    border:1px solid rgba(0,0,0,0.2);
    font-size:90%;
    color:#999999;
    font-weight:300;
}
.body-wrap .btn{
    border-radius:0px;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #ff4542;
    text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
.has-error .form-control {
    border-color: #ff4542;
}
.has-error .form-control:focus {
    border-color: #ff4542;
}
.has-error .input-group-addon {
    color: #ff4542;
    background-color: #f2dede;
    border-color: #ff4542;
}
.has-error .form-control-feedback {
    color: #ff4542;
}
/*Bootstrap Buttons*/
.btn-primary,.btn-default,.btn-success,.btn-warning,{
    font-weight:300;
    color: #fff;
    background-color: #5cb85c;
    border-color: #ffffff;
	
}
.btn-danger {
    color: #fff;
    background-color: #c1102d;
	border-color: #ffffff;
}

.btn-primary {
    color: #fff;
    background-color: #5cb85c;
	border-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #222222;
    border-color: #111111;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #121212;
    border-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    background-color: #303030;
    border-color: #000000;
    color:#999999;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #333333;
    border-color: #333333;
}
.btn-default {
    color:#eeeeee;
    background-color: #000000;
    border-color: #000000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #555555;
    border-color: #333333;
    color:#999999;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #333333;
    border-color: #333333;
}
#wrapper,#wrapper1 {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-x: hidden; overflow-y: hidden;
    -ms-touch-action: none;
}
.top-live-bar #wrapper1 {
    display: flex;
    justify-content: center;
}
#scroller {
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    float: left;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
#scroller ul {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    white-space:nowrap; /* added */
}
#scroller li {
    display:inline-block;/* changed */
    /*float:left;*/    /* deleted */
}
#effect_div{
    display:block;
    position: absolute;
    z-index: 999999;
    opacity: 0;
    float:left;
    background:#225b3c;
    height:30px;
    color:#000000;
    overflow:hidden;
    text-shadow:1px 1px 5px #000000;
    font-size:80%;
    font-weight:300;
}
/*Live*/
ul.top-icons{
    font-size: 0px;
}
ul.top-icons > li {
    font-size:15px;
}
ul.top-icons > li > a,ul.top-icons > li > a:hover {
    font-size:100%;
    padding:0px;
    display:block;
    color:#ddd;
    text-align: center;
    padding: 4px 8px;
}
ul.top-icons > li > a:active {
    /* background: #c1102d; */
}
ul.top-icons > li > a.active {
    color:#ffdf1b;
    position:relative;
}
ul.top-icons > li > a.active:after {
    top:40px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(68, 68, 68, 0);
    border-bottom-color: #225b3c;
    border-width: 6px;
    margin-left: -6px;
}
.top-live-bar{
    display:block;
    width:100%;
	background:#25765c;
    box-shadow: 0 0 3px rgb(0,0,0,1);
}
.live-title{
    background-color:#c1102d;
    color:#fff;
    position:relative;
    display:block;
    overflow:hidden;
    width:100%;
    line-height:1.5;
    padding:.2em 1em;
    text-transform:uppercase;
    margin-bottom:0;
    font-size:90%;
}
.live-title .badge{
    float:right;
    min-width:50px;
    border-radius: 0px;
    padding:.5em;
    background-color:rgba(255,255,255,0.0);
    color:#fff;
}
.live-overview-grid{
    display:table;
    margin:0;
    padding:0;
    width:100%;
}
.live-overview-grid-info{
    display:table-cell;
    width:50px;
    min-width:50px;
    vertical-align:middle;
    font-weight:300;
    font-size:75%;
    text-align:center;
    color:#999999;
}
.live-overview-grid-others{
    display:table-cell;
    width:50px;
    min-width:50px;
    vertical-align:middle;
    font-weight:300;
    text-align:center;
    font-size:80%;
}
.live-overview-grid-event{
    display:table-cell;
    vertical-align:middle;
    width:100%;
    font-size:80%;
    font-weight:300;
    line-height:1.6;
}
.live-overview-grid-score{
    display:table-cell;
    vertical-align:middle;
    width:60px;
    min-width:60px;
    font-size:80%;
    font-weight:300;
    line-height:1.6;
    text-align:right;
    background:#ccc;
}
.live-event-details{
    display:block;
    font-size:80%;
    color:black;
}
.live-time,.live-score,.live-score-current,.live-period{
    float:left;
    display:inline-block;
    margin-right:.0em;
    padding:0px 2px;
    font-weight:300;
}
.live-time:before{
    display:inline-block;
    font-family: 'FontAwesome'; 
    content: "\f017";  
    float:left;
    margin-right:5px;
}
.live-time {
    color: white !important;
}
.live-score{
    color:rgba(255,255,255,0.6);
}
.live-score-current{
    color:white;
}

.live-event-wrap{
    display:block;
    width:100%;
    overflow:hidden;
    background:#333333;
    margin:0 auto;
    position:relative;
    padding:0 0 0 0;
    -webkit-box-shadow: inset 0px 10px 10px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 10px 10px -2px rgba(0,0,0,0.2);
    box-shadow: inset 0px 10px 10px -2px rgba(0,0,0,0.2);
}
.live-event-teamname{
    color:#ffffff;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-shadow:0 0 4px rgba(0,0,0,0.9);
    font-size:90%;
    font-weight:300;
    display:inline-block;
}
.live-info{
    font-size:80%;
    color:#ffffff;
}
.live-event-score{
    background:rgba(0,0,0,0.2);
    font-size:80%;
    color:#225b3c;
    display:block;
    width:100%;
    font-weight:300;
    padding:.2em;

}
.live-event-periyod{
    font-size:90%;
    color:rgba(255,255,255,0.6);
    display:block;
    width:100%;
    font-weight:300;
}
.live-red-card,.live-yellow-card{
    display:inline-block;
    width:10px;
    height:12px;
    line-height:14px;
}
.live-red-card{
    background-color:#cc0000;
}
.live-yellow-card{
    background-color:#ffb016;
}
.live-corner{
    font-size:100%;
    color:rgba(255,255,255,0.7);
}
.live-ball{
    display:inline-block;
    font-size:80%;
    color:#ecff00;
}
.live-sub{
    font-weight:300;
    font-size:80%;
    color:rgba(255,255,255,0.6);
}
.live-event-wrap .tooltip-inner {
    color: #000000;
    background-color: #ffffff;
    font-size:80%;
    border-radius:0;
}
.live-event-wrap .tooltip.bottom {
    margin-top: -20px;
    padding:2px 2px !important;
}
.live-event-wrap .tooltip-arrow {
    display:none;
}
.live-detail-table{
    width:100%;
    margin:0;
    table-layout:fixed;
    margin:0 auto;
}
.live-detail-title{
    width:100%;
    padding:.1em .2em;
    vertical-align:middle;
}
.live-detail-info{
    width:20px;
    min-width:20px;
    text-align:center;
    padding:.1em;
    vertical-align:middle;
}
.livebefore{
    font-size:80%;
    font-weight:300;
    color:rgba(255,255,255,0.7);
}
.livecurrent{
    font-size:80%;
    font-weight:300;
    color:#225b3c;
}
.darkbg3{
    background:rgba(0,0,0,0.2);
}
.darkbg2{
    background:rgba(0,0,0,0.1);
}
.has-ball:before{
    display:inline-block;
    font-family: 'FontAwesome'; 
    content: "\f111";  
    color:#ffffff;
    font-size:80%;
    color:#ecff00;
}
.main-bar{
    padding:.5em;
    border-bottom:1px solid rgba(0,0,0,0.05);
    font-size:90%;
}
.main-bar:after{
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    float: right;
}
.main-bar.collapsed:after {
    content: "\2b";
}
.second-bar{
    padding:.2em .5em;
    font-size:90%;
    border-bottom:1px solid rgba(0,0,0,0.1);
    background-color:#333333;
    color:#999999;
}
.main-content-bar{
    padding:.5em;
    border-bottom:1px solid rgba(0,0,0,0.1);
    font-size:90%;
    background-color:#383838;
}
.live-theme36{ /* tennis */
    background:#717816;
}
.live-theme1{ /* football */
    background: #045D06;
}
.live-theme2{ /* basketball */
    background:#9a5116;
}
.live-theme4{ /* ice hockey */
    background:#2983a4;
}
.live-theme37{ /* voleyball */
    background:#885a2a;
}
.live-theme3{ /* American Football */
    background:#c16300;
}
.live-theme5{ /* handball */
    background:#0d4e85;
}
.live-theme9{ /* Beach Volley */
    background:#cda400;
}
.live-theme23{ /* Futsal */
    background:#076b3d;
}
.live-theme6{ /* Baseball */
    background:#81320c;
}
.live-theme10{ /* Badminton */
    background:#047470;
}
.live-theme28{ /* Rugby */
    background:#741b03;
}
.live-theme20{ /* Darts */
    background:#59335a;
}
.live-theme29{ /*Snooker  */
    background:#315006;
}
.live-theme35{ /* Table Tennis  */
    background:#2f63b0;
}
.live-theme16{ /* Cricket */
    background:#584200;
}
.fpp-list .list-group {
    margin:.5em;
}
.fpp-list .list-group-item {
    position: relative;
    display: block;
    padding: 1em .5em;
    margin-bottom: -1px;
    background-color: #333333;
    border: 1px solid #282828;
    color:#eeeeee;
}
.fpp-list .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.fpp-list .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.fpp-list .list-group-item > .badge {
    float: right;
    border-radius:0;
    color:#eeeeee;
    background-color:transparent;
    color:#6fc188;
}
#MainLeftMenu .list-group-item {
    margin-bottom: 0px;
    border:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color:rgba(255,255,255,0.2);
    font-size:90%;
    color:#999999
}   
#MainLeftMenu .list-group-item:active {
    background-color:rgba(0,0,0,0.5);
}   
.light-wrap{
    background-color:rgba(255,255,255,0.05);
    padding:0 .5em;
    margin:0 0 .5em 0;
    border-bottom:1px solid rgba(0,0,0,0.2);
    display:block;
}
.light-bar{
    padding:.8em 0;
}
.captchaimg{
}
.w1bg{
    background-color:rgba(255,255,255,0.1);
}
.left-title-bar{
    background-color: #c1102d;
    font-weight: 520;
    font-size:90%;
    color: white;
    padding:.5em !important;
}
/*Bottom*/
.bottom-wrap{
    display:block;
    margin-bottom:60px;
    text-align:center;
    border-top:1px solid rgba(0,0,0,0.1);
}
.bottom-list{
    display:inline-block;
    margin:0;
    padding:0;
    list-style: none;
}
.bottom-list > li{
    display:inline-block;
    padding:.3em;
}
.bottom-list > li > a{
    display:block;
    color: white;
    font-size:80%;
    font-weight: 300;
    padding:.3em;
     -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.bottom-list > li > a:active{
    display:block;
    color: white;
    font-size:80%;
    font-weight: 300;
    background:#c1102d;
}
.payment-options {
    background-image: url(../img/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
     -webkit-filter: grayscale(90%) contrast(120%) brightness(110%);   
}
.payment-options-payment1 {
    width: 78px;
    height: 16px;
    background-position: -5px -5px;
}
.payment-options-payment101 {
    width: 75px;
    height: 24px;
    background-position: -93px -5px;
}
.payment-options-payment17 {
    width: 75px;
    height: 24px;
    background-position: -178px -5px;
}
.payment-options-payment2 {
    width: 65px;
    height: 24px;
    background-position: -263px -5px;
}
.payment-options-payment24 {
    width: 146px;
    height: 24px;
    background-position: -338px -5px;
}
.payment-options-payment37 {
    width: 60px;
    height: 24px;
    background-position: -494px -5px;
}
.payment-options-payment38 {
    width: 97px;
    height: 24px;
    background-position: -564px -5px;
}
.payment-options-payment42 {
    width: 75px;
    height: 24px;
    background-position: -671px -5px;
}
.payment-options-payment43 {
    width: 61px;
    height: 21px;
    background-position: -756px -5px;
}
.payment-options-payment43-maestro {
    width: 40px;
    height: 24px;
    background-position: -827px -5px;
}
.payment-options-payment43-master {
    width: 84px;
    height: 24px;
    background-position: -877px -5px;
}
.payment-options-payment47 {
    width: 68px;
    height: 24px;
    background-position: -971px -5px;
}
.payment-options-payment48 {
    width: 75px;
    height: 24px;
    background-position: -1049px -5px;
}
.payment-options-payment49 {
    width: 75px;
    height: 24px;
    background-position: -1134px -5px;
}
.payment-options-payment5 {
    width: 75px;
    height: 24px;
    background-position: -1219px -5px;
}
.payment-options-payment56 {
    width: 75px;
    height: 24px;
    background-position: -1304px -5px;
}
.payment-options-payment8 {
    width: 52px;
    height: 23px;
    background-position: -1389px -5px;
}
.register-info{
    padding:1em;
}
#left-account li.active a {
    color: #000000;
    font-weight: 500;
}
.circle-lang-tr {
    background: url(../../common/img/probet_sprite.png) no-repeat top left;
    background-position: -20px -197px; 
    width: 20px; 
    height: 20px;
    display:inline-block;
}
.circle-lang-en {
    background: url(../../common/img/probet_sprite.png) no-repeat top left;
    background-position: 0 -197px; 
    width: 20px; 
    height: 20px;
    display:inline-block;
}
.circle-lang-en, .circle-lang-tr{
    margin-left:5px;
    opacity: 0.4;
    filter: alpha(opacity = 40);
    display:inline-block;
}
.circle-lang-en.active, .circle-lang-tr.active{
    opacity: 1;
    filter: alpha(opacity = 100);
}
.mar-sm-r{
    margin-right:.5em;
}
.header-bar .m-live-support{
    position:absolute;
    top:15px;
    left:40px;
    color:#6fc188;
}
.m-live-support a{
    font-size:12px;
    color:#6fc188 ;
}
.footer-live-support{
    color:#6fc188 ;
}
.form-error{
	color:#bf0000;
}
#balanceinfo {
    font-size: 25px;
}
.flagmain img {
    vertical-align: baseline;
}
