* {
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
}
#civellaViewport { height: 100%; }
p {
    margin: 20px auto;
    line-height: 18px;
}
a {
    color: #FFF;
    text-decoration: none;
}
a:hover {
    color: #FFF;
    text-decoration: underline;
}
a img {
    border: 0px;
}
select {
	background: #555;
	border: 1px solid #333;
	color: #FFF;
	padding: 10px 5px;
	width: 100%;
	outline: 0;
    border-radius: 5px;
}
textarea:focus, input:focus, select:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);    
    -webkit-user-modify: read-write-plaintext-only;
}
html {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    background: #001014;
    margin: 0px auto;
    text-align: center;
    font-size: 14px;
    font-family: 'Arial';
    color: #FFF;
    width: 100%;
    height: 100%;
}
.container {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.container header {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10%;
    position: relative;
}
.container header .logo {
    max-width: 80%;
    margin: 0px auto;
    position: relative;
    z-index: 0;
}
.container #content {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.container #logIn {
    text-align: center;
    position: relative;
    z-index: 1;
}
.container .login {
    float: left;
    width: 90%;
    padding: 2%;
    color: #FFF;
    border: 1px solid #444;
    margin: 5px 2%;
    font-size: 1em;
    font-weight: bold;
}
.container .login:focus,
.container .login:hover {
    color: #FFF;
    border: 1px solid #666;
}
.container .button {
    width: 40%;
    text-align: center;
    color: #FFF;
    font-size: 0.857em;
    padding: 1%;
    border: 1px solid #666;
    margin: 5px auto;
}
.container .button:hover,
.button:focus {
    cursor: pointer;
    background: #444;
}
.gradient {
    background-color: #383838;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #383838), color-stop(0.5, #010101));
    background-image: -webkit-linear-gradient(top, #383838 0%, #010101 50%);
    background-image: -moz-linear-gradient(top, #383838 0%, #010101 50%);
    background-image: -o-linear-gradient(top, #383838 0%, #010101 50%);
    background-image: -ms-linear-gradient(top, #383838 0%, #010101 50%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#010101', GradientType=0);
    background-image: linear-gradient(top, #383838 0%, #010101 50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.container .submit {
    color: #FFF;
    text-shadow: 1px 1px #0B4902;
    width: 94%;
    padding: 2%;
    font-size: 1.143em;
    margin: 5px 2%;
    background: #148303;
    border: 1px solid #21D405;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.container .submit:hover,
.container .submit:focus {
    cursor: pointer;
    background: #1BB304;
    border: 1px solid #148303;
}
.container .submit.more {
    top: 60px;
}
/* User logged in */

.container.loggedin {
    background: url(../images/v2/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    margin: 0px auto;
    overflow: hidden;
    text-align: left;
    position: relative;
    width: 100%;
}
.loggedin #placeHere {
    margin: 0px auto;
    width: 100%;
    height: 100%;
}
.loggedin header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: inherit;
    height: 105px;
    margin: 0px;
    border: 0px;
}
.loggedin header .header {
    margin: 0px auto;
    width: 98%;
    height: 45px;
    margin-top: 10px;
    position: relative;
    border: 0px;
    z-index: 1;
	text-align: center;
}
.loggedin header .header .row {
	display: inline-block;
	margin: 0px 2%;
	width: 20%;
	width: calc(20% - 6px);
	height: 26px;
	position: relative;
	padding-top: 8px;
	font-weight: bold;
	text-shadow: 1px 1px 5px #000;
	font-size: 1.2em;
	padding-right: 6px;
    background: #000 url(../images/v2/bg_bar.jpg) repeat-x; 
}
.loggedin header .header .row.middle {
	width: 34%;
	width: calc(38% - 20px);
	padding-right: 20px;
	margin-left: 0.5%;
}
.loggedin header .header .row.xp {
	width: 22%;
	width: calc(26% - 16px);
	padding-left: 16px;
}
.loggedin header .header .row img {
	height: 38px;
	z-index: 2;
}
.loggedin header .header .row img.star {
	position: absolute;
	left: -10px;
	top: -2px;
}
.loggedin header .header .row img.add {
	height: 36px;
	position: absolute;
	left: -3px;
	top: -1px;
}
.loggedin header .header .row img.money {
	position: absolute;
	right: -8px;
	top: -4px;
}
.loggedin header .header .row img.gems {
	position: absolute;
	right: -14px;
	top: -4px;
}
.loggedin header .header .row span {
	position: relative;
	z-index: 2;
}
.loggedin header .ranking_color {
    position: absolute;
    left: 0;
    top: 2px;
    height: 30px;
    background: url('../images/v2/xp_bar.jpg') repeat-x;
    width: 60px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 1;
}
.loggedin #userDetails {
    margin: 0px auto;
    background: url('../images/v2/bg_content.png') 0px 0px repeat-x;
    display: block;
    width: 96%;
    height: auto;
    position: relative;
    z-index: 0;
	overflow: hidden;
}
.loggedin #userDetails .user, .loggedin #userDetails .family {
    float: left;
	width: 50%;
	overflow: hidden;
	height: auto;
}
.loggedin #userDetails .family .avatar {
    float: right;
	margin: 5px 5px 5px 10px;
}
.loggedin #userDetails .avatar {
    float: left;
	width: 40px;
	height: 40px;
	margin: 5px 10px 5px 5px;
	position: relative;
    background: url('../images/v2/bg_profile.png') no-repeat;
}
.loggedin #userDetails .avatar .health {
    position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 40px;
	z-index: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #25DA00;
}
.loggedin #userDetails .avatar img {
    display: inline-block;
	width: 34px;
	height: 34px;
	margin: 2px;
	border: 1px solid #333;
	position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	z-index: 1;
}
.loggedin #userDetails .user_info {
	height: 30px;
	padding: 10px 0px;
	text-shadow: 1px 1px #000;
	color: #CCC;
	font-size: 1.1em;
	line-height: 1.2em;
}
.loggedin #userDetails .user_info strong {
	font-size: 1.2em;
	color: #FFF;
}
.loggedin #userDetails .family .user_info {
    text-align: right;
}
.loggedin #content {
    margin: 110px auto 0px auto;
    height: 100%;
    height: calc(100% - 180px);
    overflow-y: auto;
}
@media (min-width: 900px) {
    .loggedin #content {
        margin-top: 106px;
		height: calc(100% - 172px);
    }
}
.loggedin footer {
    background: url('../images/v2/bg_nav.png') repeat-x;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    text-align: center;
    z-index: 99999;
}
.loggedin footer nav {
    margin: 0px auto;
    width: 100%;
    max-width: 1024px;
    overflow: hidden;
}
.loggedin footer a {
    display: inline-block;
    width: 13%;
    width: calc(13% - 2px);
    text-align: center;
    padding: 8px 0px;
    height: 54px;
    border-right: 1px solid #000;
    border-left: 1px solid #222;
    border-radius: 0px;
    font-size: 0.714em;
    font-weight: bold;
    margin-right: -4px;
	margin-top: 2px;
}
.loggedin footer a img {
	max-width: 85%;
    max-height: 100%;
}
.loggedin footer a:first-child {
    border-left: 0px;
}
.loggedin footer a:last-child {
    border-right: 0px;
}
.loggedin footer a:hover {
    text-decoration: none;
    background: url('../images/v2/bg_nav_hover.png') 0px -2px repeat-x;
}
/* CONTENT NIGGA */
.mtop {
	margin-top: 12px;
}
.title {
    background: url('../images/v2/bg_ribbon.png') 0px 0px;
    height: 28px;
	width: 247px;
    color: #FFF;
    font-size: 1.3em;
    font-weight: bold;
	margin-bottom: -6px;
	margin-left: -3px;
	padding: 7px 0px 0px 30px;
    position: relative;
	text-shadow: 1px 1px #350C0C;
	z-index: 2;
}
.content {
    background: url('../images/v2/bg_content.png') 0px 0px repeat-x;
    height: auto;
    overflow: hidden;
    color: #FFF;
    font-size: 1em;
    font-weight: bold;
    padding: 10px 15px;
    line-height: 1.6em;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	z-index: 1;
}
.home .content {
	margin-bottom: 10px;
}
.content.weapon {
	float: left;
	width: calc(50% - 30px);
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
}
.content.half {
	width: 50%;
}
.status  a.thumbHome.small  {
	display: inline-block;
    background: url('../images/v2/bg_content.png') 0px 0px repeat-x;
	height: auto;
    overflow: visible;
    color: #FFF;
	width: auto;
    padding: 10px 15px;
	margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	position: relative;
}
a.thumbHome span.new {
	position: absolute;
	top: -5px;
	right: -5px;
    background: #FF0000;
    color: #FFF;
    padding: 3px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
	font-weight: bold;
    text-align: center;
}
.status .content  a.thumbHome  img {
	float: left;
	margin: -5px 8px 0px -5px;
}
.status .content  a.thumbHome {
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    font-size: 1.2em;
	height: auto;
    position: relative;
	color: #FFD000;
	font-weight: normal;
}
.status .content  a.thumbHome.chat {
	color: #238c00;
}
.status .content  a.thumbHome strong {
	font-weight: bold;
	color: #FFF;
	font-size: 1.3em;
}
.status .content  a.thumbHome:hover,
.status .content  a.thumbHome:focus {
    text-decoration: none;
}
.home .content .pull-left {
	height: 80px;
	position: absolute;
	top: -10px;
	left: -5px;
}
.content.city {
	margin: 15px 0px;
	padding-left: 80px;
	font-weight: normal;
	color: #129BE0;
	font-size: 1.2em;
}
.content.city strong {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
}
.status .home-gangster {
    position: fixed;
	z-index: 2;
	bottom: 70px;
	right: 0px;
	max-width: 50%;
	max-height: 96%;
}
.gangster-bg {
    position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	max-height: 96%;
}
.content.no-padding {
    padding: 0px;
}
.content.overflow-visible {
	overflow: visible;
}
.content.large {
    font-size: 1.5em;
}
.content.info {
    background: url('../images/v2/bg_content_info.png') 0px 0px repeat-x;
    color: #FFF;
    font-size: 1.1em;
	font-weight: normal;
}
.content.gold {
    background: #FFD600;
    border-bottom: 1px solid #FFEE58;
    color: #000;
    font-size: 1.2em;
	font-weight: bold;
}
.content.error {
    background: url('../images/v2/bg_content_error.png') 0px 0px repeat-x;
    color: #FFF;
    font-size: 1.3em;
}
.content.success {
    background: url('../images/v2/bg_content_success.png') 0px 0px repeat-x;
    color: #FFF;
    font-size: 1.3em;
}
span.left {
    float: left;
    width: 40%;
}
span.grey {
    color: #E1E1E1;
}
.status {
    float: left;
    width: 96%;
    height: 100%;
	margin-left: 2%;
}
a.thumb {
    display: inline-block;
    width: 32%;
    height: 70px;
    padding: 10px 0px;
    margin-bottom: 2px;
    text-align: center;
    font-size: 1.2em;
    position: relative;
}
a.thumb:hover,
a.thumb:focus {
    text-decoration: none;
}
a.thumb img {
    max-width: 90%;
    max-height: 48px;
}
a.thumb span.new {
    display: inline-block;
    background: #FF0000;
    color: #FFF;
    padding: 3px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
}
img.right {
    position: absolute;
    top: 10px;
    right: 50px;
}
/* TABLES */

.loggedin #content table {
    float: left;
    margin: 0px;
    width: 100%;
}
.loggedin #content td.subTitle {
    height: 16px;
    background: url(../images/subtitle.png);
    color: #FFD000;
    font-size: 1em;
    font-weight: bold;
    padding: 3px 12px;
}
.loggedin #content td.mainTxt {
    background: url('../images/v2/bg_content.png') 0px 0px repeat-x;
    height: auto;
    overflow: hidden;
    color: #FFF;
    font-size: 1em;
    font-weight: bold;
    padding: 10px 15px;
    line-height: 1.6em;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	z-index: 1;
}
.loggedin #content td.mainTxt.unread {
    background: #9E9E9E;
}
.list {
    clear: both;
    float: left;
    width: 100%;
    list-style: none;
    margin: -5px 0px;
}
.list li a {
    float: left;
    width: 100%;
    padding: 4px 0px;
    font-weight: bold;
    font-size: 1em;
    border-bottom: 1px dotted #666;
}
.list li a:hover {
    border-bottom: 1px dotted #FFD000;
}
.list li a img {
    float: left;
    width: 28px;
    height: 28px;
}
.list li a span {
    float: left;
    font-size: 1em;
    margin: 4px 0px 0px 15px;
}
input[type="radio"] {
    -webkit-transform: scale(1.2, 1.2);
    margin: 5px 0px 0px 0px;
}
input[type="submit"] {
    background-color: #CCC;
    font-weight: bold;
}
.car {
    height: auto;
    position: relative;
}
.car .img {
	float: left;
	width: 20%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
	min-height: 50px;
}
.car .xtitle {
    font-size: 1.2em;
	height: auto;
	padding: 3px 0px;
	margin: 0px 0px 2px 0px;
}
.car .price {
    font-size: 1em;
    font-weight: bold;
	color: #8BC34A;
	height: auto;
}
.car .dmg {
    font-size: 1em;
    font-weight: bold;
	height: auto;
}
.text-center { text-align: center; }
#resultForm {
    display: none;
}
#resultForm.visible{ display: block; }
#loadingPage {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url('../images/blank.png');
}
#loadingPage i {
    display: table-cell;
    vertical-align: middle;
}
/* NEW CSS */

#logIn {
    margin-top: 15px;
}
#logIn .btn {
    width: 44.8%;
    margin-left: 4px;
}
#logIn .input {
    width: 96%;
    padding: 5px 2%;
}
#logIn .input-icon {
    margin: 0px auto;
    width: 90%;
    margin-bottom: 5px;
    position: relative;
}
#logIn .input-icon .fa {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #444;
    font-size: 1.714em;
}
#logIn .input-icon .fa-lock {
    right: 8px;
}
#logIn .btn.white {
    padding: 8px 12px;
    font-size: 0.714em;
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px #FFF;
}
#logIn .btn.white:hover {
    text-decoration: none;
}
.input {
    border-radius: 5px;
    outline: 0;
    text-align: left;
    color: #333;
    background: #EEE;
    font-size: 1em;
    border: 1px solid #000;
    height: 25px;
    padding: 5px 10px;
    box-shadow: inset rgba(0, 0, 0, .5) -1px -1px 1px, inset rgba(255, 255, 255, .2) 1px 1px 0;
}
.input.full {
    border-radius: 5px;
	width: 100%;
	text-align: center;
    outline: 0;
    color: #333;
    background: #EEE;
    font-size: 1.3em;
    border: 1px solid #000;
    height: 25px;
    padding: 6px 0px;
    box-shadow: inset rgba(0, 0, 0, .5) -1px -1px 1px, inset rgba(255, 255, 255, .2) 1px 1px 0;
}
.input.full[type="number"] {
    font-size: 1.6em;
    height: 30px;
}
.input.full:focus {
	color: #607D8B;
}
.btn {
    border-radius: 5px;
    outline: 0;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    border: 1px solid #000;
    height: 39px;
    font-weight: bold;
    box-shadow: inset rgba(0, 0, 0, .5) -1px -1px 1px, inset rgba(255, 255, 255, .2) 1px 1px 0;
}
a.btn, .btn {
	display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
	padding: .5rem 0;
	height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;    
	-webkit-box-sizing: inherit;
    box-sizing: inherit;
}
#content a.btn.padding, #content .btn.padding {
	padding: .5rem 10px;
}
.btn.green {
    background: #558B2F;
    border: 1px solid #33691E;
}
.btn.red {
    background: #C62828;
    border: 1px solid #B71C1C;
}
.btn.grey {
    background: #616161;
    border: 1px solid #424242;
}
.btn.black {
    background: linear-gradient(to bottom, #444 0, #222 100%);
}
.btn.white {
    background: linear-gradient(to bottom, #DDD 0, #FFF 100%);
    border: 1px solid #CCC;
}
.tabs a {
	display: inline-block;
	padding: 10px 15px;
	background: #607D8B;
	font-size: 1em;
	margin-right: 2px;
}
::-webkit-input-placeholder {
    color: #666;
}
:-moz-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
.transaction .trans-left {
	float: left;
	width: 50%;
}
.transaction .trans-right {
	float: right;
	width: 50%;
	text-align: right;
}
/* SIDEBAR */

.sidebar-toggled #main {
    height: 100vh;
    overflow: hidden
}
.sidebar {
    position: fixed;
    background: #444;
    color: #FFF;
    height: calc(100% - 85px);
    top: 85px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    z-index: 10;
    overflow-y: auto;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}
#sidebar {
    width: 268px
}
#sidebar {
    -webkit-transform: translate3d(-288px, 0, 0);
    transform: translate3d(-288px, 0, 0);
    box-shadow: 0 0 20px rgba(14, 18, 21, .38)
}
#sidebar.toggled {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.ma-backdrop {
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.hi-trigger {
    position: relative;
    margin-left: -5px;
    cursor: pointer;
    display: inline-block!important
}
.hi-trigger before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transform: scale(0);
    z-index: 0;
    margin-top: -22px;
    margin-left: -22px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0)
}
.hi-trigger.toggled before {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}
.line-wrap {
    width: 18px;
    height: 12px;
    padding: 8px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.line-wrap .line,
.pt-inner .pti-footer>a {
    -webkit-transition: all;
    -o-transition: all
}
.line-wrap .line {
    width: 18px;
    height: 2px;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-color: #fff
}
.line-wrap .line.center {
    margin: 3px 0
}
.toggled .line-wrap {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.toggled .line-wrap .line.top {
    width: 12px;
    transform: translateX(8px) translateY(1px) rotate(45deg);
    -webkit-transform: translateX(8px) translateY(1px) rotate(45deg)
}
.toggled .line-wrap .line.bottom {
    width: 12px;
    transform: translateX(8px) translateY(-1px) rotate(-45deg);
    -webkit-transform: translateX(8px) translateY(-1px) rotate(-45deg)
}
.main-menu {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 0
}
.main-menu a {
    -webkit-transition: color;
    -o-transition: color;
    transition: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.main-menu .active>a,
.main-menu a.active,
.main-menu a:hover {
    color: #FFF
}
.main-menu>li>a {
    padding: 15px 20px 14px 55px;
    display: block;
    font-weight: 500;
    position: relative;
    color: #FFF
}
.main-menu>li.gold>a {
    color: #FFD000;
}
.main-menu>li>a>i {
    position: absolute;
    left: 25px;
    font-size: 1.429em;
    top: 0;
    width: 25px;
    text-align: center;
    padding: 13px 0
}
.main-menu>li.active>a,
.main-menu>li>a:hover {
    background-color: #555;
    text-decoration: none;
}
.sidebar-toggled #footer {
    display: none
}
.pull-right {
    float: right;
}
.icon-margin {
	margin: 10px;
}
.actionRow {
    display: block;
    position: relative;
    padding: 6px;
    border-radius: 6px;
    font-size: 1.3em;
    line-height: 2.2em;
    background: rgba(255, 255, 255, .1);
    margin-bottom: 2px;
}
.actionRow.disabled {
    background: none;
    color: #666;
    font-size: 1em;
    line-height: 1.6em;
}
.actionRow.disabled:hover {
    background: none;
}
.actionRow:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, .3);
}
.actionRow.disabled .chance {
    display: none;
}
.actionRow .chance {
    margin: -1px 0px 0px 6px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1em;
    font-weight: bold;
    display: table;
    background: rgba(255, 255, 255, .1);
}
.actionRow .chance span {
    vertical-align: middle;
    display: table-cell;
}
h1.green, .xtitle.green {
	color: #ceffd2;
}
/* ACTIONSHEET */
.backdrop {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1060;
    background-color: rgba(0, 0, 0, 0.5);
}
.actionButtons {   
    display: none;
    position: fixed;
    width: 100%;
    z-index: 999999;
    text-align:left;
    height: auto;
    font-size:18px;
    right: 0;
    left: 0;
    bottom: -100%;
}
    .actionButtons .list-group {
        width: 92%;
        margin: 0px auto;
        padding-bottom: 8px;
    } 
    .actionButtons .list-group .fa {
        float: left;
        font-size: 32px; 
        margin: -5px 10px 0px 3px;
    }
    .actionButtons .list-group img {
        float: left;
        margin: -8px 8px 0px -5px;
    }
    .actionButtons .list-group .lastItem {
        margin-top: 6px;        
        border-radius: 4px;
		border-top: 0px;
    }
.actionButtons.slide-up
{
    bottom: 64px !important
}
.backdrop {
    display: none;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 12px 15px;
    margin-bottom: -1px;
	border-top: 1px solid #DDD;
    background-color: #fff;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover {
    color: #FFF;
    background-color: #F44336;
}
a.list-group-item:focus, a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item-danger {
    color: #FFF;
    background-color: #C62828;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item {
    color: #555;
}
a.list-group-item-danger {
    color: #FFF;
}
a.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-info {
    color: #31708f;
}

.content.jail {
	padding: 6px 10px;
} 
.content.jail:hover {
    background: url('../images/v2/bg_content_hover.png') 0px 0px repeat-x;
}
.jail .avatar {
    float: left;
    width: 32px;
    height: 32px;
	margin-top: 3px;
	margin-right: 6px;
	border-radius: 50%;
}
.jail .avatar img {
    width: 32px;
    height: 32px;
}
.jail .msg {
    float: left;
	display: inline-block;
	width: 70%;
	width: calc(100% - 128px);
	padding: 4px 0px;
}
.jail .actions {
	margin-top: 3px;
	display: inline-block;
	width: 90px;
	text-align: right;
}
.jail a { font-weight: normal; }
.jail a:hover { text-decoration: none; }
.content.contact {
	padding: 6px 10px;
} 
.content.contact.unread {
	background: #444;
}
.content.contact:hover {
    background: url('../images/v2/bg_content_hover.png') 0px 0px repeat-x;
}
.contact .avatar {
    float: left;
    width: 42px;
    height: 42px;
	margin-right: 6px;
	border-radius: 50%;
}
.contact .avatar img {
    width: 42px;
    height: 42px;
}
.contact .msg {
	display: inline-block;
	width: 90%;
	width: calc(100% - 48px);
	padding: 4px 0px;
}
.contact .pull-right {
	font-size: 0.8em;
}
.contact a { font-weight: normal; }
.contact a:hover { text-decoration: none; }
#msgBox .msg {
	float: left;
	width: 100%;
	clear: both;
}
#msgBox .bubble {
	float: left;
	width: auto;
	max-width: 80%;
	position: relative;
	clear: both;
	background: #FFF;
	padding: 3px 1em;
	border-radius: 3px;
	color: #333;
	word-wrap: break-word;
	font-size: 1em;
	height: auto;
	margin: 10px 0px 0px 0px;
}
#msgBox .bubble-alt {
	float: right;
	background: #b1ff9c;
}
#msgBox .datestamp {
	clear: both;
	display: block;
	text-align: center;
	color: #8b91a0;
	float: left;
	font-size: 0.8em;
}
#msgBox .dt-alt {
	float: right;
}
#msgBox .unread {
	border-radius: 50%;
	width: 15px;
	height: 15px; 
	background: #FF0000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}
img.emoji {  
  margin: 0px !important;
  display: inline !important;
}
.sendMsg .input {
	width: 70%;
}
.sendMsg .btn {
	width: 20%;
	height: 35px;
	float: right;
}
.pencil {
	position: fixed;
	bottom: 100px;
	right: 15px;
	width: 50px;
	height: 38px;
	padding-top: 12px;
	text-align: center;
	border-radius: 50%;
    background: url('../images/v2/bg_content.png') 0px 0px repeat-x;
}
.loggedin #content table.card {
	position: absolute;
	width: 65%;
	bottom: 35px;
	left: 35px;
    float: none;
    margin: 0px;
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .5);
	border: 1px solid #444;
	border-radius: 6px;
}
.loggedin #content td.scratchCard {
    height: 25px;
    color: #000;
    font-size: 1em;
    font-weight: bold;
    padding: 3px 12px;
	text-align: center;
	position: relative;
}
.loggedin #content td.scratchCard img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.loggedin #content td.scratchCard span {
	position: relative;
	z-index: 2;
}
.casinoTitle {
	position: absolute;
    left: 15px;
    top: 22%;
	width: 90%;
}
.casinoTitle span {
	font-size: 2em; line-height: 0.9em;
}
.blackjack img {
	max-width: 45%;
}
.loggedin #content td.blackjack, .blackjack {
	background: #1B5E20;
}
.loggedin #content td.bjHeader {
	background: #388E3C;
	padding: 4px 0px;
}
.content .log img {
    float: left;
    width: 42px;
    height: 42px;
	border-radius: 50%;
	margin-right: 6px;
}
.contact .log {
	display: block;
	width: 100%;
	padding: 4px 0px;
}
.loggedin #content .diceTable td.mainTxt {
	padding: 3px 2px;
	text-align: center;
    vertical-align: middle;
}
.dices img {
	border-radius: 8px;
    vertical-align: middle;
	margin: 2px;
}
.diceTable img, .slotsTable img {
	border-radius: 4px;
	height: 32px;
	margin: 2px;
    vertical-align: middle;
}
.loggedin #content .slotsTable td.mainTxt {
	padding: 3px 2px;
	text-align: left;
    vertical-align: middle;
}