﻿
/*--------------------tabs---------------------*/
/*.circle {
    height:35px;
    width: 35px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    margin-right: -10px;
}*/
.logo-swim-img {
    margin-bottom: 5px;
    height: 24px;
    margin-top: 5px;
}
.logo-Swim{
    height:50px
}

.star-not-active {
    color: #333333 !important;
    font-weight: bold;
}

.star-not-active:hover {
    color: #333333;
    font-weight: bold;
}

.Activee {
    color: #2680EB !important;
    border-bottom: 2px solid #2680EB;
}

.Activee:hover {
    color: #2680EB;
  /*  border-bottom: 2px solid #2680EB;*/
}

.report-section {
    margin-bottom: 25px;
    margin-top: 15px;
    box-shadow: 0 4px 2px -2px #00000029;
}

.nav-item {
    margin-left: 50px;
    margin-right: 0;
   /* margin-top: 5px;*/
    cursor: pointer;
    font-size: 16px;
}


.nav-item2 {
    margin-left: 50px;
    margin-right: 0;
    cursor: pointer;
    font-size: 16px;
}
.report-icons {
    text-align: end;
}

.report-icon {
    width: 32px;
    margin-left: 12px;
}
.personal-photo {
    text-align: end;
   /* margin-bottom: 15px;*/
    padding-top:5px;
}
/*-----------------------------------------------------*/
.logo-menu {
    width: 35px;
    right: -9px;
    position: relative;
}

.fa {
    position: relative;
    display: table-cell;
    width: 16px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    margin-left: 20px
}


.nav-text {
    position: relative;
    vertical-align: middle;
    width: 175px;
    display: none;
}

/*.main-menu:hover .nav-text {
    display: table-cell;
}*/

/*
.main-menu:hover, nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
}*/



.main-menu {
    background-color: #2680EB;
    box-shadow: 0px 3px 6px #00000029;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 1000;
    transition: all 0.5s ease-out;








}

    .main-menu > ul {
        margin: 7px 0;
    }

    .main-menu li {
        display: block;
        margin-bottom: 4.5vh;
        position: relative;
        width: 175px;
    }






.main-menu li > a {
    position: relative;
    margin-top: 6px;
    right: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1,1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
            .main-menu li > a:hover {
                color: #576271;
                font-weight: bold;
            }

.log-out:hover{
    color:red !important;
}
.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}



.clickmenu {
    width: 175px;
    
}

 .nav-text-show {
    display: table-cell;
}
.openbtn {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 30px;
    position: relative;
    right: -9px;
}
.log-out:hover{
    color:#fff !important;
}
li hr {
    color: #fff !important;
}
    /* ============ menu mobile=====================*/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    background-color: #2680ebf7;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 17%;
    width: 100%;
    text-align: right;
    margin-right: 13px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-size:20px
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
  /*  top: 5px;*/
    left: 0px;
    font-size: 47px !important;
}

.img-logOut {
    width: 19px;
    margin-left: 3px;
}
.club-end{
    text-align:left;
}