/* body { */
    /* background-color: #ccd1d1 !important; */
    /* background-color: #484f4f !important; */
    /* background-color: #a8a7afb6 !important; */
    /* background-color: #737373 !important; */
    /* color: #000; */
    /* overflow-y: scroll; */
/* } */

body.body--light {
	background-color: #f3f3f3;
}

body.body--dark {
	background-color: rgba(33, 33, 33, 0.9);
}

p {
    font-size: 100%;
    line-height: 1em;
    /* line-height: 0.3em */
    /* font-size: 1vw; */
}

/* a {
    color: #000;
}

a:hover {
    color: #000;
} */

a, a:visited, a:hover, a:active {
	color: inherit;
}

.navbar {
    background-color: #222222;
    border-bottom: 1px outset #5A5A9B;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.wrapper {
    padding: 0
}

/* .tab-bg {
    background-color: #f1f1f1; //Alernate 8f8f8f
	opacity: 1.0;
} */

.win {
    color: #21922a;
}

.loss {
    color: #ff000f;
}

.draw {
    color: #f29124;
}

.container-wide {
    width: 96%;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    /* background-color: #ccd1d1; */
    /* background-color: #484f4f; */
}

.pointer {
	cursor: pointer !important;
}

.clickable-row {
	cursor: pointer;
}

.th-sort {
	cursor: pointer;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #eeeeea;
	color: #FFFFFF;
}
.a:hover {
	color: #FFFFFF;
}

.chart-hltv-container {
	width: 80%;
	height: 400px;
}

/*# sourceMappingURL=layout.css.map */

.menu-link-active {
    color: #000000;
}

.menu-link {
    color: #ffffff !important;
}

.menu-link:hover {
    color: #9d9d9d !important;
}

.table-link {
    color: #000000;
}

tr:hover .table-link {
    color: #FFFFFF;
}

.table-link:hover {
    color: #FFFFFF;
}

#mainContainer {
    padding: 15px;
    width: auto;
    height: 250px;
    overflow-y: scroll;
}

#secondaryContainer {
    padding: 15px;
    width: 90%;
    height: auto;
    overflow-y: hidden;
}

.table-enemy>tbody>tr:nth-child(odd)>th {
   background-color: red;
 }

.table-friendly>tbody>tr:nth-child(odd)>th {
   background-color: green;
 }

/* LOGIN CSS */
#navigBar:li:last-child {
    float: right;
}

.last-li {
    float: right;
}

.greenButton {
	background-color: #4CAF50;
	color: white;
	border-radius: 12px;
	border: 0px;
}
.redButton {
	background-color: #f44336;
	color: white;
	border-radius: 12px;
	border: 0px;
}


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: rgb(33, 33, 33) !important;
}

#chartContainerMatch { 
    width: 100% !important;
    height: 800px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 200px;
}

.mapChart {
    width: 300px;
    height: 200px;
    float: left;
}

/* Tab / Tabcontent related */
 /* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    /* background-color: #484f4f; */
	/* color: #d9d9d9; */
	/* opacity: 0.80; */
}


/* .q-field--success {
	--q-field-border-color: var(--q-color-primary);
} */

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    border-right: 1px solid black;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
	/* opacity: 0.80; */
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
	/* opacity: 0.80; */
}

.logincontainer {
	margin-top: 250px;
}

.modal-backdrop {
  z-index: -1;
}

.match-history {
    display:none;
}
.match-history-tr:hover + .match-history {
    display:block;
}

.ct-text {
	color: #0000ff;
}

.t-text {
	color: #ffa500;
}

.white-text {
	color: #ffffff;
}

.ct-background {
	background-color: #0000ff;
}

.t-background {
	background-color: #ffa500;
}

.heatmap-slider {
	-webkit-appearance: none;  /* Override default CSS styles */
	appearance: none;
	width: 100%; /* Full-width */
	height: 25px; /* Specified height */
	background: #d3d3d3; /* Grey background */
	outline: none; /* Remove outline */
	opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s; /* 0.2 seconds transition on hover */
	transition: opacity .2s;
}

.heatmap-container {
	width: 100%;
	height: 100%;
}

.player-container {
	height: 600px;
}

.align-center {
    align: center;
}

/* Form HTML5 required/pattern styling */
/* input:invalid {
    background-color: #dfbcbccc;
}

input:valid {
    border: 1px solid #428b42;
} */

input:required {
    border-color: 1px solid #800000;
}

input:required:invalid {
    border: 1px solid #C00000;
}

.notification-success {
    background-color: green !important;
    color: black !important;
}

.notification-warning {
    background-color: red !important;
    color: black !important;
}

.underline-link {
    text-decoration: none;
}

.underline-link:hover {
    text-decoration: underline;
}

.error-message-div {
    padding: 20px;
    width: 90%;
    min-height: 300px;
    height: 100%;
    background-color: #f1f1f1;
    color: black;
    border-radius: 5px;
    margin: auto;
    text-align: center;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

/* Styles related to the loading div used with AJAX requests to indicate that data is loading */
.loading-div {
    display: none;
    position: fixed;
    top: 350px;
    left: 50%;
    margin-top: -96px;
    margin-left: -96px;
    background-color: #ccc;
    opacity: .85;
    border-radius: 25px;
    width: 192px;
    height: 192px;
    padding: 10px;
    z-index: 99999;
}

.loading-spin {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
  }

@-webkit-keyframes spin {
    0% { 
        -webkit-transform: rotate(0deg); 
    }
    100% { 
        -webkit-transform: rotate(360deg); 
    }
  }
  
@keyframes spin {
    0% { 
        transform: rotate(0deg); 
    }
    100% { 
        transform: rotate(360deg); 
    }
}

.tooltip-box {
	width: 100%;
	height: 20px;
	color: black;
	/* border: 1px solid black; */
	position: relative;
}

.tooltip {
	width: 100%;
	height: 100%;
	position: relative;
	opacity: 1;
	text-align: center;
	/* color: black; */
	cursor: help;
}

.card-value {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}

.tr-win {
    background-color: rgba(33, 146, 42, 0.2);
}

.tr-draw {
    background-color: rgba(242, 145, 36, 0.2);
}

.tr-loss {
    background-color: rgba(255, 0, 15, 0.2);
}

.tr-grad-green-left {
    background-image: linear-gradient(to right, rgba(125, 233, 71, 0.1), rgba(243, 22, 22, 0.1));
}

.tr-grad-green-right {
    background-image: linear-gradient(to left, rgba(125, 233, 71, 0.1), rgba(243, 22, 22, 0.1));
}

td {
    vertical-align: middle !important;
}

.dropdown-menu li > button:hover {
    background-color: rgba(148, 148, 148, 0.5);
}

.notice_green {
    background-color: green;
}
