html {
    position: relative;
    min-height: 100%;
}  

body {    
    font-family: Poppins, sans-serif;
    font-size: 1rem;    
}

.btn-more {
    color: #fff;    
    background: #25313C;    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
    border: solid #768578 2px;
    outline: none !important;
}

.btn-more a {
    color: #fff;
}

.btn-more:hover {
    background: #A8B4AB;    
}

.btn-save {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid #8CC152 2px;
    border-bottom: solid 5px #77a346!important;
    padding: 0 22px;
    color: #fff;
    background: #8CC152;    
    outline: none !important;
    height: 45px;
    line-height: 42px;
    text-align: center;    
    display: inline-block;    
    transition: all 250ms ease;
}

.btn-save:hover {
    background: #77a346;    
}

.control-label {
    padding-top: 6px;
}
.col-form-label {
    font-size: 14px;
}

.col-form-label {
    font-size: 14px;
}

/*modal*/
.modal-header {
    color: #fff;
    background: #25313C;
}
#myModalLabel {
    font-size: 18px;
}
#confirmationModalDisplay {
    font-size: 15px;
}
#footerButtons {
    padding: 0px 15px 15px !important;
}

.toast-center-float {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

/*spiner load*/
.init-modal {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.55);
}
.spinner {
    width: 50px;
    height: 50px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.spinner:before,
.spinner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dotted #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2s linear infinite;
}
.spinner:after {
    animation-delay: -1s;
}

@keyframes sk-bounce {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.5);
    }
    60% {
        transform: scale(2);
        opacity: 0.5;
    }
    80% {
        transform: scale(2.5);
        opacity: 0.25;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

/*DATATABLE*/
.dtr-details {
    width: 100%;
}

table.dataTable th {
    text-align: center;
}

table.dataTable.table-sm > thead > tr > th {
    padding: 0.3rem;
}

div.dataTables_paginate {   
    text-align: center;
}
div.dataTables_paginate ul.pagination {
    text-align: center;
    margin: 0px auto;
    justify-content: center !important;
}

@media screen and (max-width: 767px) {
    div.dataTables_length,
    div.dataTables_filter,
    div.dataTables_info,
    div.dataTables_paginate {
        text-align: center;
    }
}

/*.dataTables_wrapper:last-child .col-sm-12:last-child{
    padding: 0px !important;
}*/

/*NAV-PILLS*/
/* not active */
.nav-pills .pill-1 .nav-link:not(.active) {
    background-color: #f8f9fa;
    color: #212529;
}

/* active (faded) */
.nav-pills .pill-1 .nav-link {
    background-color: #6c757d;
    color: white;
}

.dataTables_wrapper tr.child td.child ul li:first-child span.dtr-data{ white-space: pre-line; display: flow-root;}

.text-more {
    color: #25313c;
}
.text-more-decoration {
    color: #25313c;
    text-decoration: #25313C underline;
}

.text-edit-decoration {
    color: #007bff;
    /* text-decoration: #25313C underline; */
    text-decoration-line: underline;
    -webkit-text-decoration-line: underline;
    text-decoration-style: dotted;
    -webkit-text-decoration-style: dotted;
    text-decoration-color: #007bff;
    -webkit-text-decoration-color: #007bff;
}

/*.custom-control-input:checked~.custom-control-label::before{
    border-color: #25313c;
    background-color: #25313c;
}*/
.close{
    color: #fff;
    opacity: 1;    
}

.border-bottom-table {
    border-bottom: 1px solid transparent !important;
}
.border-top-table {
    border-top: 1px solid transparent !important;
}

.font-size-table{
    font-size: 14px;
}

.select-top-input{
    top: -40px;
}

.select2-search--dropdown .select2-search__field{
    border: none;
}

.select2-container--open .select2-dropdown--below{
    border:1px solid #aaa !important;
    border-radius: 4px;

}

.select2-container--bootstrap4 .select2-dropdown {
    border:1px solid #aaa !important;
    border-radius: 4px;  
}

.margin-top-81{
    margin-top: 81px;
}

body.modal-open {
    overflow: hidden; 
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.modal-open .modal {
    -webkit-overflow-scrolling: touch;
}

/*tabla deletbets*/
.reports table {
    border: none;
    margin: 10px auto;
}

.reports #handle{
    padding-left: 0px;
}

.reports #handledetail{
    margin-left: 3px;
}

.reports table th {
    text-align: center;
    height: 34px;
    min-height: 30px;
}

body.xs .reports table th,
body.sm .reports table th {
    text-align: left;
}

.reports table tr.subTotalReport {
    background: #999;
    font-weight: 700;
}
body.sm .reports table #agentReport th,
body.xs .reports table #agentReport tr {
    font-size: 10px;
}
body.sm .reports table #agentReport th,
body.xs .reports table #agentReport th {
    font-size: 12px;
}

.reports table tr.totalReport {
    background: #ff613b ;
    font-weight: 700;
    font-size: 14px;
}

.reports table tr.totalReport td:before {
    font-weight: 700;
}

.reports table td.agent-id { /*ojo*/
    text-align: left;
    /*padding-left: 5px;*/
    font-weight: 700;
    font-size: 14px;
    background: #fff;
    height: 31px;
    /*  padding-right: 5px; /*nuevo*/
}

.reports table td.ticket-detail {
    text-align: left;
    padding-left: 5px;
    background: #fff;
    height: 21px;
}

.reports table td.numeric-col {
    text-align: right;
    padding-right: 3px;
}

.reports table td.treetable {
    text-align: left;
    padding: 8px 8px 8px 0px;
    font-size: 11px;
}

.reports table td.columPass {
    text-align: left !important;
}


body.sm .reports table td.treetable,
body.xs .reports table td.treetable{
    text-align: left;
    padding: 8px 8px 8px 0px;
    /*  padding-right: 70px;*/
    font-size: 11px;
}

.reports table td.positive {
    color:green;
}

.reports table td span.cero a{
    color:black;
}

body.xs .reports span.positive,
body.sm .reports span.positive {
    color:green;
}

/*body.xs .reports a.toggleReportDetail00,
body.sm .reports a.toggleReportDetail00 {
        color:black;
}*/


.reports span.positive {
    color:green;
}

.reports span.positive a{
    color:green;
}
.reports span.negative a{
    color:red;
}

.reports span.negative {
    color:red;
}

.reports table td.positive a {
    color:green;
}

.reports table td.negative {
    color:red;
}

.reports table td.negative a {
    color:red;
}

.reports span.numeric-col{
    text-align: right;
    padding-right: 3px!important;

}

.reports table td.reportSeparator {
    height:32px;
    background: #fff;
    border:0px solid white;
}

body.xs .reports table tr .agent-id,
body.sm .reports table tr .agent-id {
    background: #fff;
    border-bottom: 4px solid #337ab7;
    /* padding-bottom: 12px; */
    padding-bottom: 26px;
    padding-top: 0px;
}
.reports table tr .agent-id {
    background: #fff;
    border-bottom: 4px solid #337ab7;
    /*  padding-bottom: 12px;*/
}
.reports table tr .agent-id:before {
    font-weight: 700;
}
.reports table tr .customer-id {
    background: #eee;
}
.reports table td {
    text-align: center;
    vertical-align: middle;
    height: 21px;
}

body.xs .reports {
    margin-bottom: 50px;
}

body.xs .reports table td,
body.sm .reports table td {
    text-align: left;
    height: 31px;
}
.reports table td.description {
    text-align: left;
}
body.xs .reports table thead,
body.sm .reports table thead {
    display: none;
}
.reports table.responsive-data {
    /* for safari 5.1 Ipad */
}
.reports table.responsive-data td::before {
    width: auto;
    /*width: 100px;*/
}
.reports table.responsive-data .one-row,
.reports table.responsive-data .agent-id,
.reports table.responsive-data .customer-id,
.reports table.responsive-data .cell-data,
.reports table.responsive-data .subTotalReport td,
.reports table.responsive-data .totalReport td,
.reports table.responsive-data .headerReport td,
.reports table.responsive-data .headerReport2 td,
.reports table.responsive-data .subheaderReport td {
    display: table-cell;
}
.reports table.responsive-data td.cell-data::before {
    width: 130px;
}
body.sm .reports table.responsive-data th {
    display: none;
}
body.sm .reports table.responsive-data td:before {
    display: inline-block;
}


div.dts div.dataTables_scrollBody {
    background: white;
}


tr.group[collapsed=true] td span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f055";
    float: right;
    transition: all .5s;
}

tr.group[collapsed=false] td span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f056";
    float: right;
    transition: all .5s;
}


.font-14{
    font-size: 14px !important;
}
.font-12{
    font-size: 12px !important;
}

#tablePlayerList_wrapper #tablePlayerList_filter{
    margin-top: 3px !important;
}

tr.group[collapsed=true] td span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f055";
    float: right;
    transition: all .5s;
}

tr.group[collapsed=false] td span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f056";
    float: right;
    transition: all .5s;
}

/*parpadeo de colores*/

.parpadeaFondo {
    background: #fbda76 !important;
    animation-name: parpadeo;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.dataTables_filte input[placeholder] {
    font-size: 17px;
}
.dataTables_filter input::-webkit-input-placeholder{
    font-size: 17px;
}
.dataTables_filter input:-moz-placeholder{
    font-size: 17px;
}
.dataTables_filter input:-ms-input-placeholder{
    font-size: 17px;
}
.icon-search-table{
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.font-1rem{
    font-size: 1.25rem !important;   
    cursor: pointer; 
}

.font-08rem{
    font-size: 0.8rem !important;    
}

/*DASHBOARD*/
.alert{
    margin-bottom: 0.5rem;
}
.alert-notification-agent {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; 
}

.alert-secondary-option{    
    border-radius:4px; 
    background:#f0f0f0; 
    border:3px solid #f0f0f0;   
    margin-bottom: 0px; 
}

.alert-green-option{
    border-radius:3px;     
    background:#00A803; 
    border:3px solid #00A803;
    margin-bottom: 0px; 
}

.alert-red-option{
    border-radius:3px; 
    background:#D71F21; 
    border:3px solid #D71F21;
    margin-bottom: 0px; 
}

.alert-secondary-option i.fa-external-link-alt, .alert-green-option i.fa-external-link-alt, .alert-red-option i.fa-external-link-alt{
    display: inline;
    position: absolute; 
    bottom: 1px; 
    right: 1px;
}

.link-list {
    list-style: none;
    padding-left: 0;
    display: block;
    position: relative
}

.link-list a {
    padding-left: 35px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    display: list-item;
}

.link-list li {
    background-color: rgba(255, 255, 255, 255, 0);
    margin: 0;
    padding-top: 5px
}

.link-list a i {
    font-size: 18px;
    position: absolute;
    height: 50px;
    width: 30px;
    line-height: 50px;
    left: -5px;
    text-align: center;
}

.link-list .fa-angle-right,
.link-list .fa-angle-down {
    right: -8px!important;
    left: auto!important;
    padding: 0!important;
    font-size: 12px
}
.color-teal-light {
    color: #a0cecb !important
}

.color-teal-dark {
    color: #7db1b1 !important
}

.color-green-light {
    color: #a0d468 !important
}

.color-green-dark {
    color: #8cc152 !important
}

.color-green2-light {
    color: #2ecc71 !important
}

.color-green2-dark {
    color: #2aba66 !important
}

.color-blue-light {
    color: #5d9cec !important
}

.color-blue-dark {
    color: #4a89dc !important
}

.color-blue2-light {
    color: #4fc1e9 !important
}

.color-blue2-dark {
    color: #3bafda !important
}

.color-magenta-light {
    color: #8067b7 !important
}

.color-magenta-dark {
    color: #6a50a7 !important
}

.color-night-light {
    color: #656d78 !important
}

.color-night-dark {
    color: #434a54 !important
}

.color-yellow-light {
    color: #ffce54 !important
}

.color-yellow-dark {
    color: #f6bb42 !important
}

.color-yellow2-light {
    color: #e8ce4d !important
}

.color-yellow2-dark {
    color: #e0c341 !important
}

.color-orange-light {
    color: #fc6e51 !important
}

.color-orange-dark {
    color: #e9573f !important
}

.color-red-light {
    color: #e74c3c !important
}

.color-red-dark {
    color: #c0392b !important
}

.color-pink-light {
    color: #fa6a8e !important
}

.color-pink-dark {
    color: #fb3365 !important
}

.color-brown-light {
    color: #baa286 !important
}

.color-brown-dark {
    color: #aa8e69 !important
}

.color-brown2-light {
    color: #8e8271 !important
}

.color-brown2-dark {
    color: #7b7163 !important
}

.color-gray-light {
    color: #bdc3c7 !important
}

.color-gray-dark {
    color: #95a5a6 !important
}


.badge-notification {
    position: relative;
    margin-right: 10px;
}
.badge-notification[data-badge]::after {
    content: attr(data-badge);
    position: absolute;
    top: -11px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    background: var(--warning);
    color: #000;
}
span.badge-notification {
    margin-right: 24px;
}
span.badge-notification[data-badge]::after {
    top: -11px;
    right: -24px;
}

.badge-notification-inline[data-badge]::after {    
    background: var(--success);  
    width: 12px;
    height: 12px;
    top: 12px;
    right: 1px;  
}
.badge-notification-offline[data-badge]::after {    
    background: var(--secondary); 
    width: 12px;
    height: 12px;
    top: 12px;
    right: 1px;   
}
span.badge-notification-inline[data-badge]::after,span.badge-notification-offline[data-badge]::after {
    top: 12px;
    right: 1px;   
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-right: 10px;
    margin-top: -27px;
    position: relative;
    z-index: 2;
}

.dashboard {
    background-color: #fff;
    padding: 0 !important;
    margin: 0 !important;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;    
    color: #333333;
}

.dashboard h1, .dashboard h2,.dashboard h3,.dashboard h4,.dashboard h5,.dashboard h6 {    
    margin: 0px;
}

.dashboard h1 {
    font-size: 20px;
    color: #333333;
    text-transform: capitalize;
    font-weight: 600;
}

.fl-col {    
    padding: 0 7px;
    margin-bottom: 14px;
}

.plr {
    padding: 0 8px !important;
}


.ultrabold {
    font-weight: 900!important;
}
.uppercase {
    text-transform: uppercase;
}
h4.options {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 5px;
}


.parent {
  position: relative;
  top: 0;
  left: 0;
	
  background-image: url("../../img/poker/poker-video-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
	
  min-height: 563px;
  
  border-radius: 10px;
}

/*.poker-bg {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -0%);
	min-height: 563px;
}*/

.poker-title {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -0%);
}

.poker-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	
  box-shadow: 0px 7px 20px -7px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 7px 20px -7px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 7px 20px -7px rgba(0,0,0,0.5);
	
}

.poker-button {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}
