#sideMenu {
    font-size: var(--text-small);
}

.bg-main-grey {
    background: var(--main-grey) !important;
}

.bg-light-grey {
    background: var(--light-grey) !important;
}

.bg-main-green {
    background: var(--main-color) !important;
}

.text-main-green {
    color: var(--main-color) !important;
}

.borderRadius5px {
    border-radius: 5px;
}



.table-striped tbody tr:nth-of-type(odd){
	background-color: var(--light-grey) !important;
}

.table-striped tbody tr:nth-of-type(even){
	background-color: var(--gray-3) !important;
}

.sideMenuElement.table-striped div>a:nth-child(odd) {
    background-color: var(--light-grey) !important;
}

.sideMenuElement.table-striped div>a:nth-child(even) {
    background-color: var(--gray-3) !important;
}

.sideMenuElement.table td:not(.sideMenuInnerTitleTD), .sideMenuElement.table th:not(.sideMenuInnerTitleTD){
	padding: 0.5rem 0.75rem !important;
}


.sideMenuElement th:first-child {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: 3px solid var(--second-color) !important;
}

.sideMenuElement thead {
    border-radius: 5px 5px 0 0;
}

.sideMenuElement .collapseButton {
    background-color: transparent;
    position: absolute;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 1px;
    /* right: 15px; */
    /* top: 10px; */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collapseButton>i {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.sideMenuElement.table td,
.sideMenuElement.table th {
    font-weight: normal;
    border-top: none !important;
}



.sideMenuElement.table th {
    color: white;
}

.sideMenuElement thead,
.sideMenuElement thead tr,
.sideMenuElement thead th,
.sideMenuElement tbody,
.sideMenuElement tbody tr,
.sideMenuElement tbody td {
    display: block;
    width: 100%;
}

.sideMenuElement tbody td a {
    text-decoration: none;
    color: var(--main-grey);
}

.sideMenuElement tr:hover>td>a,
.sideMenuElement tr>td>div>div>a:hover {
	color: var(--main-color) !important;
}


.sideMenuElementSelected {
	border-left: 3px solid var(--second-color) !important;
	margin-left: -3px;
}



.sideMenuTitle {
    font-weight: bold !important;
}


.collapseButton {
    background-color: transparent;
    position: absolute;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 15px;
    /* right: 15px; */
    /* top: 10px; */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collapseButton>i, .collapseButton>svg {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}


.collapseButtonInner {
    background-color: transparent;
    position: absolute;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 1px;
    /* right: 15px; */
    /* top: 10px; */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
}

.collapseButtonInner>i, .collapseButtonInner>svg {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}


.innerTitleContentClass>* {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: white;
}

.sideMenuInnerTitleTD {
    padding: 0 !important;
	background-color: var(--main-light-color);
	color: #fff !important;
}

.sideMenuInnerTitleTD div:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.innerTitleContentClass {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.sideMenuInnerTitle {
    padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}


.sideMenuTeamName {
	background-color: var(--second-color);
	color: var(--main-color);
	font-weight: bold;
}


.sideMenuTeamLive {
	background-color: var(--main-color);
	color: white;
	font-weight: bold;
}



