
.az-header,
.az-navbar-header {
	/*background: #232323;*/
    background: rgba(35, 35, 35, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(35, 35, 35, 1)), color-stop(100%, rgba(35, 35, 35, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6721c2', endColorstr='#55199f', GradientType=1);
}

.az-profile-menu > a.az-img-LK {
    background-color: #000 !important;
    color: #fff !important;
}
.az-profile-menu:hover > a.az-img-LK {
    background-color: #fff !important;
    color: #000 !important;
}
/*
.az-navbar-dashboard-eight {
    background: rgba(134, 24, 5, 1);
    background: -moz-linear-gradient(top, rgba(134, 24, 5, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134, 24, 5, 1)), color-stop(100%, rgba(51, 51, 51, 1)));
    background: -webkit-linear-gradient(top, rgba(134, 24, 5,, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: -o-linear-gradient(top, rgba(134, 24, 5,, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: -ms-linear-gradient(top, rgba(134, 24, 5, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: linear-gradient(to bottom, rgba(134, 24, 5,, 1) 0%, rgba(51, 51, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#333333', GradientType=0);
}*/
.mobileDate {
    background-color: #dedede;
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 0px;
    text-align: center;
}

.dropdown-menu {
    
    position: absolute;
    top: 56px;
    left: auto;
    right: -10px;
    bottom: auto;
    width: 230px;
    border-color: #cdd4e0;
    border-width: 2px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
	
}

.d-md-nonebt {
       border-radius: 6px;
    }

.divdt {
    padding-right: 0;
    padding-top: 9px;
	color: #000;
}

[data-negative] {
    color: red;
}

[.odds-team]{
	color:blue;
}
.data-vt{
	color:blue;
}

.pos {
    color: #000;
}

.neg {
    color: red;
}


.MLB-pitcher {
    font-size: 11px;
    color: red;
    font-weight: bold;
	
}

.TEAM-rot {
    font-size: 13px;
    font-family: sans-serif;
    color: #000;
}
.GAME-date {
   
    color: #000;
}
.GAME-time {
   
    color: #000;
}

.gamesRowTNT {
   
    color: #000;
}

.games-box {
    padding: 0px;
	color:#0d6041;
}

.az-header-menu-icon span {
    display: block;
    position: relative;
    width: 15px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

.az-header-menu-icon span {
    display: block;
    position: relative;
    width: 20px;
    height: 2px;
    background-color: #fff; /*The original color is "#1c273c", the change was made to put the side menu access button in white */
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}
.az-header-menu-icon span::before,
.az-header-menu-icon span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff; /*The original color is "#1c273c", the change was made to put the side menu access button in white */
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}



.az-img-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    background: #000;
}
.az-img-user:hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    background: #fff;
}

.az-navbar-dashboard-eight {
    background-color: #f9f9f9;
    border-bottom-width: 0;
}

.az-navbar-dashboard-eight .nav-item.active .nav-link {
    color: #000!important;
}


.accordion-dark .card-header a, .accordion-dark .card-header a:hover, .accordion-dark .card-header a:focus {
    color: #e5ba0d;
    background: #fff;
}
.games-box h3 {
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 6px 10px;
    margin-bottom: 10px;
}
.item-Title {
    background-color: #170502;
    border: 1px solid #555;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.games-box {
    padding: 0px;
    color: #fff;
    /* background-color: wheat; */
}

@media (min-width: 992px) {
    .az-navbar-two .nav-item.active::before {
       /* border-bottom: 2px solid #000!important;*/
    }
	.dropdown-item: {
    padding: 8px 15px;
    font-size: 13px;
	color:#000;
	
	}
}

/*Bettype Mobile*/
.dropdown-item:hover {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #000;
	text-align: inherit;
    white-space: nowrap;
    background-color: #e9ebee;
    border: 0;
   }
/*End Bettype Mobile*/

.az-navbar .nav-link i.typcn,
.az-navbar .nav-link i {
    color: #000!important;
}

.az-navbar-two .nav-link:hover {
    color: #000;
	/*color: #fff!important;*/
}

.bg-#DDDDDD-200 {
    background-color: #f7f7f7;
}

.alert-info {
    background-color: #808080;
	color: #fff;
}

.accordion-dark .card-header a.collapsed {
    background-color: rgba(0, 0, 0, 1)!important;
    color: #fff!important;
}

.accordion-dark .card-header a.collapsed:hover {
    background-color: #e5ba0d!important;
    color: #fff!important;
}
.accordion .card-body {
    background-color: #f7f7f7;
	color: #000;
}
hr {
    border-top: 3px solid #e5ba0d;border-top: 3px solid #e5ba0d;
}



.btn-dark {
    color: #fff;
	background-color: #e5ba0d;
   /* background-color: #33606A; */
    border-color: #000;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.az-content-dashboard-four {
	background: #dad8d2;
	
}
.bg-#DDDDDD-200{
	background-color: dark#656262;
}
.az-nav-column .nav-link {
    color: #000;
}
.container-fluid {
 
    background: #f4f5f8;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #e5ba0d;
    border-color: #e5ba0d;
}
body {

    background: #f4f5f8;
	color:#000;
}
.btn-dark:hover {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
}
.az-navbar > .container, .az-navbar > .container-fluid {
   
    background: #808080;
 
}

.az-navbar-dashboard-eight .nav-link {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.az-navbar-dashboard-eight .nav-link:hover {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.az-navbar-dashboard-eight .nav-item.active .nav-link {
    color: #000!important;
}


.typcn:before {
   
    color: black;
}

.table .thead-dark th {
    color: #fff;
    background-color: #000;
}

.table .thead-dark a {
    color: #fff;
}

.Rtable .Rtable-row .Rtable-cell.column-heading {
    color: #fff;
    background-color: #000;

}
.Rtable .Rtable-row .Rtable-cell.column-heading {
    background-color: #000;
    border-color: #49597b;
    color: white;
    padding: 1em;
}
/*text links*/
a {
    color: #1c273c;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h2 {
    margin-top: 2%;
    margin-bottom: 0.5rem;
	margin-left: 8rem;
	
}
/*end text links*/

/*Left Menu PC*/

.az-nav-column .nav-link {
    color: #1c273c;
   
}
.az-nav-column .nav-link:hover {
    color: #000;
   
}

.az-nav-column .nav-link.active, .az-nav-column .nav-link.active:hover, .az-nav-column .nav-link.active:focus {
    color: #000;
}
/*End Left Menu PC*/

/*WELCOME USER*/

.az-profile-menu .dropdown-item {
    color: #596882;
}

.az-profile-menu .dropdown-item:hover,
.az-profile-menu .dropdown-item:focus {
    background-color: transparent;
    color: #000;
}

/*END WELCOME USER*/




/* Success button*/
.btn-success {
	background-color: #000;
	border-radius: 3px;
    border: 1px solid #111;
	
}

.btn-success:hover {
	background-color: #fff;
	border-color: #111;
	color: #000;
	
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(165, 37, 18, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #111;
    background-color: #fff;
    border-color: #000;
}


.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #111;
    background-color: #fff;
    border-color: #000;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(165, 37, 18, 0.5);
}
/*End Success button*/

/*Warning button*/
.btn-warning {
    color: #1c273c;
    background-color: #eeeeee;
    border-radius: 3px;
    border: 1px solid #111;
}

.btn-warning:hover {
    color: #1c273c;
    background-color: #ffc107;
    border-color: #111;
}

/*End Warning button*/

/*Danger button*/
.btn-danger {
    color: #111;
    background-color: #eeeeee;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

.btn-danger:hover {
    color: #fff;
    background-color: #dddddd;
    border-color: #111;
}

/*End Danger button*/

/*Info button*/
.btn-info {
    color: #fff;
    background-color: rgba(51, 96, 106, 1);
    border-radius: 3px;
    border: 1px solid #111;
}

.btn-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #111;
}

/*End info button*/

.header-middle {
    padding: 35px 0;
    text-align: center;
	background: rgba(35, 35, 35, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(35, 35, 35, 1)), color-stop(100%, rgba(35, 35, 35, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6721c2', endColorstr='#55199f', GradientType=1);
}

.formBox {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #dedede;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.6);
    box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.6);
    margin: 20px 0;
}

/*history*/


        .tableMobile tr {
            border: 2px solid #ccc;
            padding: 0.8em 1.2em;
			border-radius: 6px;
			margin-bottom: 2em;
			border-bottom: 3px solid #0d6041;
			color: #000;
			box-shadow: 0 0 10px #000;
        }
		
/*open bets*/

@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px){
.t_rows td:nth-of-type(1) {
    background-color: #5f6654;
    color: #fff;
	
}
}

@media only screen and (max-device-width: 600px) and (min-device-width: 320px){
.Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--heading {
	
    display: inline-block;
    background-color: white;
    border-color: #49597b;
    color: rgba(51, 96, 106, 1);
    font-weight: 500;
    margin-right: 0.5 em;
}
}

@media only screen and (max-device-width: 600px) and (min-device-width: 320px){
.Rtable--collapse .Rtable-row {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
    border-bottom-color: rgba(51, 96, 106, 1);
    border-radius: 6px;
    box-shadow: 0 0 10px #000;
    line-height: 18px;
}
}


/*tables header Open / History / CreateWager PC*/


.t_rows th { 
	padding: 6px; 
	text-align:left;
	font-weight: bold;
	background: #808080;
    color: #fff;
	 border: 2px solid #eee;
}
.t_rows {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #fff;
    border: 2px solid #eee;
}


a:not([href]):not([tabindex]) {
    
    text-decoration: none;
}

a:not([href]):not([tabindex]) :hover {
    color: #e5ba0d;
    text-decoration: none;
}

.oddsBox a {
    border-radius: 3px;
    border: 1px solid #111;
    background-color: #dddddd;
    color: #111;
    font-size: 12px;
    /* text-shadow: -1px 1px 1px #000; */
    line-height: 24px;
    vertical-align: middle !important;
    padding: 3px 0px;
    text-align: center;
    display: block;
}
.oddsBox :hover {
   
	color: #e5ba0d;
   
}

.oddsTeam {
    padding-top: 4px;
    line-height: 30px;
    padding-left: 2%;
    color: #000;
}



.oddsBox a.selected {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.alink2 {
    border: 1px solid #111;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px 0 5px;
    background: gray;
}
.t_rows th {
    padding: 6px;
    text-align: left;
    font-weight: bold;
    background: #2e2e2e;
    color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #585656;
    border-radius: 3px;
    border: 1px solid #111;
}

.t_rows select, .t_rows input[type="number"] {
    width: 90%;
    font-size: 11px;
    color: #000;
    background: #fff;
}
.t_rows th {
    padding: 6px;
    text-align: left;
    font-weight: bold;
    background: #585656;
    color: #fff;
}
.teamRow {
    background-color: #f7f7f7;
    padding: 5px 0px;
    margin-bottom: 2px;
}
element.style {
    background-color: #797676;
}
.ion-md-magnet:before {
    content: "\f320";
    color: #000;
}
.ion-md-american-football:before {
    content: "\f277";
    color: #000;
}
.ion-md-football:before {
    content: "\f2f6";
    color: #000;
}
.ion-md-football:before :hover {
    content: "\f2f6";
    color: #fff;
}
.ion-md-trophy:before {
    content: "\f39b";
    color: #000;
}