/*  Adding css to krav.css after creating member page */

body {
  font-size: 1.2rem;
  padding: 0;
}

.mt20{
  margin-top: 20px;
}

#divMyDashboard {
  /*background-color: #3f2;*/
  max-width: none;
  /* display: flex; */
}

#member-card, #programs-and-certificates, #social-card, #myclub-card,
#programs-and-certificates, #myworkouts-card, #mydiplomas-card {
    width: 100%;
    height: 100%;
    /*float: none;*/
}

#mylevels-grid, #mycertificates-grid {
  width: auto;
}

#mylevels-grid {
  margin: 0 15px;
}

#mylevels-grid .k-grid-content,
#mycertificates-grid .k-grid-content {
    max-height: 138px;
}

#myworkouts-grid, #myworkouts-grid div.k-grid-content, #mydiplomas-grid, #mydiplomas-grid div.k-grid-content {
    height: 403px !important;
    margin-bottom: 15px;
}

h3#name {
    font-size: 26px;
    margin-top: 25px;
}

div#qrcode {
    /*margin-top: 75px;
    margin-bottom: 50px;*/
}

#myclub-card .col-md-12, 
#member-card .col-lg-12, #member-card .col-lg-10, #member-card .col-md-12,
#social-card .col-md-12,
#programs-and-certificates .col-lg-12, 
#myworkouts-card .col-lg-12,
#mydiplomas-card .col-lg-12 {
    /* flex: none; */
}

li.current {
     margin-top: 20px !important; 
}

#banner img {
    height: auto; 
    width: 100%;
}

.strong {
  font-weight: bold;
}

.no-bold {
  font-weight: normal;
}

.personal-info {
    font-size: 16px;
}

.color-black {
  color: #000;
}

.italic {
  font-style: italic;
}

a.link-color {
  color: #0f94bd !important;
}

/*Modifications sur slim.css*/


#myclub-card .slim-card-title {
    font-size: 16px;
}

div.dashprofilepic, div#profilepic {
    width: auto;
    height: auto;
    box-shadow: none;
    border: none;
    position: relative;
}

div.dashprofilepic img, div#profilepic img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 0px 3px #808080;
    border: 2px solid #F5F5F5;
    background-size: 180px !important;
    background-position: 50% 50% !important;
}

.youmax .yl-wrapper, .youmax {
    background-color: #fff;
}

.timeline-nobullets, .timeline, .timeline.v1 {
    padding: 0 15px !important;
}

div#qrcode img {
    width: 100%;
}

.level-text {
    position: absolute;
    top: 80%;
    right: 4%;
}

.level-text .current {
    /*margin-top: 112px !important;*/
    width: 70px;
    height: 70px;
    /*margin-left: 60%;*/
    line-height: 40px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color: #f5f5f5;
    background: #4f9bb3;
    box-shadow: 0 0 3px grey;
    font-size: 20px;
    padding: 13px;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .level-text {
        top: 80%;
        right: 4%;
    }

    .level-text .current {
        width: 60px;
        height: 60px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .level-text .current {
        width: 80px;
        height: 80px;
        line-height: 49px;
    }

    .slim-header-left .navbar-brand-img img {
        max-height: 66px !important;
    }

    .slim-header .slim-header-left .logo-brand {
        padding-top: 10px;
    }

    .slim-navbar {
        padding-top: 29px;
    }
}

@media (max-width: 767px) {
    span#supportmail {
        float: none;
        margin-top: -33px;
    }
}


/* Add css from omnius slim css */

.container {
	max-width: 100% !important;
    border-bottom: 1px solid #dee2e6;
    background-color: #fff;
}

.slim-navbar .nav-link {
	border-right-width: 1px;
}

 @media (min-width: 1200px) {
    .slim-navbar .nav-item {
        flex: 1 1 170px; }
}

.slim-navbar .nav-item.active .nav-item .nav-link {
      border-left-width: 1px; 
}

.slim-navbar .sub-item li.active {
      background-color: #eee; }

.slim-navbar .nav-item {
        margin-bottom: 4px; }
		
.slim-header {
	/*height: initial !important;*/
}

ul.nav {
   width: 100%;
}

.slim-header, .slim-navbar {
	border:none;
	height: fit-content;
}


/* ************************************** */

.slim-user {
	padding-top:27px;
}

div.container {
	border-bottom: 1px solid #dee2e6;
	background-color: #fff;
}

.navbar-brand {
	height: 80px;
}

.navbar-brand img {
	width: 100%;
	max-height: inherit;
	max-width: 90px;
	margin-left:20px;
	margin-top:12px;
	margin-bottom: 10px;
}

.logged-user {
    margin-left: 0;
}

.logged-user i {
    display: block;
}

.logged-user span {
   display: block;
}

.slim-header-right.slim-navbar {
	margin-left: 20%;
	margin-top: -70px;
	margin-bottom: 10px;
}

.slim-header-right.slim-navbar li.nav-item {
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 39px;
}

.logo {
	width: 100%;
}

.dropdown {
	width: 95%;
}

.slim-user {
	/* padding-top: 0; */
	/* position: absolute; */
	/* top: 7%; */
	/* right: 25px; */
}

#social-card {
    max-height: 1198px;
}

#divMyDashboard {
    /* max-width: 1600px; */
    /* background-color: #fff; */
    padding: 0;
}

.yl-2-col-grid .yl-item-wrapper {
    width: inherit;
    float: none;
}

.card-body {
	padding: 0;
}

.slim-header-left.slim-header {
	width: 80%;
	height: 100px;
}

.slim-header-right.slim-user {
	width: 20%;
}

@media (max-width: 992px) {
    .slim-header-right.slim-navbar {
		margin-top: 1px;
		margin-left: 5%;
		/*margin-right: 5%;*/
	}
	
	.navbar-brand {
		height: 100px;
	}
}

@media (max-width: 767px) {
    .slim-header-left.slim-header{
		width: 75%;
	}
	.slim-header-right.slim-user {
		width: 25%;
	}
	
	.navbar-brand {
		height: 98px;
	}
	
	.navbar-brand img {
		max-width: 90px;
		margin-left: 40px;
	}
}

@media (min-width: 992px) {
.slim-navbar {
    max-width: 70%;
}











