.banner-page
{
    /* background: url(../images/banner/sports_banner.png) no-repeat; */
    margin-top: 15px;
    position: relative;
    /* background-color: rgb(79, 74, 72); */
}
.banner-section > img
{
    height: 100%;
    width: 100%;
}
.banner-header
{
    width: 100%;
    height: 30px;
    padding : 3px;
    max-height: 30px;
    background-color: rgb(79, 74, 72);
}
.banner-section
{
    height: auto;
    width: 100%;
    display: flex; justify-content: center;
}

.banner-header-tag
{
    color:rgb(211, 227, 75);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.banner-button
{
    display: block;
    color: beige;
    font-size: 15px;
    padding: 2.5px 12px;
    text-decoration:none;
    height: 30px;
	  font-family: 'open_sansregular';
    font-weight: bold;background: linear-gradient(to bottom, rgba(25,174,235,1) 0%,rgba(25,174,235,1) 100%);
    border-radius: 7px;
    width: auto;
    background-size: 100%;
    position: absolute;
    bottom: 20px;
}

/* REGISTER */
.register-notice
{
    margin-top: 5px;
    text-align: center;
    background-color: rgb(142, 155, 179);
    font-size: 12px;
    color: white;
}
.register-notice p {
    color: red;
    margin-bottom: 5px;
}
.form-container
{
    background-color:rgb(229,238,245);
}
.form-all > .form-items
{
    font-size: 12px;
    padding: 5px 10px 0;
    text-align: left;
}

.form-all > .form-items-submit
{
    position: absolute;
    bottom: 5px;
    font-family: 'open_sansregular';
    margin:0 auto;
    width:100%;
    text-align:center;
}

.check-save
{
  display: inline-block;
  background-size: 100% 100%;
  border-radius: 3px;
  width: 100px;
  font-size: 12px;
  padding: 3px;
  background: linear-gradient(to bottom, rgb(251, 251, 251) 0%,rgb(220, 222, 224) 100%);
  border-top: 1px #dddddd solid;
  border-left: 1px #dddddd solid;
  border-bottom: 2px #919292 solid;
  border-right: 2px #919292 solid;
}
.first-dc
{
    margin-top: 5px;
}
.last-dc
{
    margin-bottom: 30px;
    /* background-color: red; */
}
.check-avail
{
  float: right;
  width: 100px;
  height: 15px;
  font-size: 10px;
  background: linear-gradient(to bottom, rgb(247, 247, 247) 0%,rgb(196, 196, 196) 100%);
  border-radius: 3px;
  border: 0.5px #acacad solid;
}
.input-dc
{
    width: 100%;
    float: right;
    border: 0px;
    height: 25px;
}
.input-dc-check
{
    width: 100%;
    float: right;
    margin-right: 10px;
    height: 25px;
}

.input-cpt
{
    width: 66px;height:20px;padding: 0px!important;float: right;border: none;margin-right:10vh;
}
.ref-cpt
{
    width: 20px;height:20px;float: right; margin-right: 5px;
}
.img-cpt
{
    width: 66px;height:20px;float: right; margin-right: 5px;
}

.form-all
{
    height: 62vh;
}
.form-all span {
    font-size: 12px;
    margin-left: 0;
}
.asterisk::after
{
    color: red;
    font-size: 12px;
    margin-right: 5px;
    float: right;
    content: "*";
}

.blue-th
{
    width: 100%;
    height: 30px !important;
    font-size: 15px;
    color: white;
}

.livetable
{
    margin-bottom: 20px;
    width: 100%;
    /* border: 2px solid #ffffff; */
    /* background: #d5dfec; */
}

.livetable td {
    padding: 5px;
    background: #d5dfec;
    font-size: 15px;
    border: 2px solid white;
    font-weight: bold;
}
.livetable input {
    border:0px;
}
.tables-stat th {
    border: 2px solid #b9b9b9;
    /* padding-top: 8px; */
    font-family: 'open_sansregular';
    text-align: center;
    color: white;
    height: 30px;
    background: #454545;
    background: linear-gradient(0deg, #454545 0%, #484848 48%, #5e5e5e 50%, #474747 100%);
  }

  .tables-stat {
    width: 100%;
    font-size: 15px;
    background: #454545;
    background: linear-gradient(0deg, #454545 0%, #484848 48%, #5e5e5e 50%, #474747 100%);
    bottom: 330px;
  }
 .poker-download-container {
	width: 324px;
}

 .poker-download {
	background-color: #494949;
	padding: 10px 15px;
	border-radius: .25rem;
	font-family: 'opensans-regular';
	font-size: 12px;
	color: #fff;
}

 .poker-download .download-header {
	font-family: 'opensans-bold';
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}

 .poker-download .download-content span {
	font-family: 'opensans-bold';
	font-size: 12px;
	color: #20c4f4;
	text-transform: uppercase;
}

 .poker-download .btn-light.bold {
	height: 26px;
	padding: 4px 15px;
	border-radius: .25rem;
	font-family: 'opensans-bold';
	font-size: 12px;
	text-transform: uppercase;
}

 .poker-download .icon-android {
	width: 14px;
	height: 16px;
	vertical-align: sub;
}
