/* ==========================================================================
    Theme Name: Poker Whitelable
	Author: DG
	Description: Theme for Poker Whitelable.
	Version: 1.0.0
   ========================================================================== */

/*-------------------------------------------------------------------------*/
/*      CSS Reset
/*-------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/**** HTML5 display-role reset for older browsers ****/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

th, td{
    vertical-align: middle;
}

th{
    text-align: left;
}

#table-lobby, #table-memo{
    width: 100%;
    padding: 10px;
    border-spacing: 1px;
    border-collapse: collapse;
}

#table-lobby thead, #table-memo thead{
    font-weight: bold;
}

#table-lobby thead tr th{
    padding-bottom: 10px;
    border-bottom:2px solid #330704;
    font-family: 'Roboto', sans-serif;
}

#table-memo thead tr th{
    padding: 10px 0;
    border-top:2px solid #607710;
    border-bottom:2px solid #607710;
    vertical-align: middle;
}

.img {
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
	background-repeat: no-repeat;
}

.img-small {
	width: 48px;
	height: 48px;
	background-size: 48px 48px;
	background-repeat: no-repeat;
}



/*-------------------------------------------------------------------------*/
/*      General Styles
/*-------------------------------------------------------------------------*/

/**** Layout ****/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html{
    height: 100%;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.1px;
    /* background: #1A1A1A url(../img/757/bg.jpg)top center no-repeat; */
    color: #fff;
    background-color: #cc141e;
    
}

a{
    color: #fff;
    text-decoration: none;
}

a:hover, a:focus{
    color: #07cff0;
    text-decoration: none;
}

b, strong{
    font-weight: bold;
}

ol, ul{
	list-style: none;
}

.container{
    width: 1007px;
    height: 100%;
}

.left{
    float: left !important;
}

.right{
    float: right !important;
}

.pad_left_15{
    padding-left: 15px;
}

 .mar_left_30{
    margin-left: 34px;
}

.pad_right_15{
    padding-right: 15px;
}

.pad_both_10{
    padding: 10px;
}

.pad_both_15{
    padding: 0 15px;
}

.pad_both_20{
    padding: 0 20px;
}

.full{
    width: 100%;
}

.half{
    max-width: 50%;
}

.clear{
    clear: both;
}

.clearfix{
    clear: both;
    height: 0;
    overflow: hidden;
}

.space_3{
	height: 3px;
}

.space_5{
	height: 5px;
}

.space_10{
	height: 10px;
}

.space_15{
	height: 15px;
}

.space_20{
	height: 20px;
}

.space_25{
	height: 25px;
}

.space_30{
	height: 30px;
}

hr {
    margin-top: 25px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #07cff0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    line-height: 1.1;
    color: inherit;
    text-transform: uppercase;
    color: #ffd200;
    /*text-shadow: 0px 0px 1px rgba(0,0,0,0.2),
                 0px -1px 1px rgba(255,255,255,0.5);*/
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small{
    font-weight: normal;
    line-height: 1;
    color: #999;
}

h1, .h1, h2, .h2, h3, .h3{
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small,
h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small{
    font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6{
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small,
h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small{
    font-size: 75%;
}

h1, .h1{
    font-size: 41px;
}

h2, .h2{
    font-size: 30px;
}

h3, .h3{
    font-size: 24px;
}

h4, .h4{
    font-size: 18px;
}

h5, .h5{
    font-size: 14px;
}

h6, .h6{
    font-size: 12px;
}

p{
    margin: 0 0 10px;
}

button, input, optgroup, select, textarea{
    margin: 0;
    font: inherit;
    color: inherit;
}

textarea{
    min-height: 100px;
}

button{
    overflow: visible;
}

button, select{
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]{
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled]{
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner{
    padding: 0;
    border: 0;
}

input{
    line-height: normal;
}

input[type="checkbox"], input[type="radio"]{
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{
    height: auto;
}

textarea{
    overflow: auto;
}

optgroup{
    font-weight: bold;
}

table{
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

td{
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}    

/**** Header ****/
#header{
    background-color: #cc141e;
    background-size: cover;
    color: #011013;
    font-family: Arial;
    font-size: 12px;
    height: 80px;
}

div.logo a{
    background: rgba(0, 0, 0, 0) url("../img/imgAll.png") no-repeat scroll 15px 10px;
    display: block;
    float: left;
    height: 93px;
    margin: -9px 0;
    width: 235px;
}



/*-------------------------------------------------------------------------*/
/*		Forms & Buttons Skins
/*-------------------------------------------------------------------------*/
.login-form{
    float: right !important;
    padding: 10px 15px;
    margin: 20px 8px 4px 0;
}

.form-group{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-control-login{
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #a9a9a9;
    font-size: 13px;
    height: 28px;
    line-height: 21px;
    margin-left: 5px;
    padding: 5px;
    width: 124px;

}

.form-captcha{
    display: block;
    /* width: 120px; */
    width: 63px;
    height: 35px;
    
    font-size: 14px;
    line-height: 1.5em;
    color: #075b6f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #EE7724;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-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;
}

.form-control:focus{
    border-color: #7a4500;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder{
    color: #c7c7c7;
    opacity: 1;
}

.form-control:-ms-input-placeholder{
    color: #c7c7c7;
}

.form-control::-webkit-input-placeholder{
    color: #c7c7c7;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}


/**** Inputs ****/
input[type="text"], input[type="password"], select, textarea{
    min-width: 50px;
    
}

input[type="file"]{
    display: inline-block;
}

/**** Buttons ****/
.btn{
    display: inline-block;
    padding: 3px 13px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.btn-login{
    background: #FA6138;
    color: #fff;
    border: 1px solid #fff;
}

.btn-daftar{
    background: #62150d;
    color: #fff;
    border: 1px solid #fff;    
}
.btn-livechat{
    background: #62150d;
    color: #fff;
    border: 1px solid #fff;    
}

.btn-login:hover, .btn-daftar:hover, .btn-livechat:hover, .btn-login:focus, .btn-daftar:focus, .btn-livechat:focus{
   background: #343233;
   color: #fff;
}

.btn-login:active, .btn-login.active{
    
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-register{
    background: #c5168d none repeat scroll 0 0;
    border-color: #ffa228;
    color: #fff;
}

.btn-register:hover, .btn-register:focus{
    background-color: #FF7300;
    background-position: 0 -14px;
    color: #fff;
}

.btn-register:active, .btn-register.active{
    
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/*********************menu**************************/


.menu {
    left: -9px;
    position: relative;
    top: 36px;
}


a.menulist {
    color: #fff;
    float: left;
    font-family: montserratregular, sans-serif;
    font-size: 12pt;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
a.menulist:hover{
    color: #343233;
}

.wall1 {
    display: block;
    margin-left: 18px;
    margin-top: -6px;
    position: absolute;
}

ul li {
    float: left;
}
/***************************************************/
