

.lms_tabs {
  position: relative;   
  min-height: 1200px; /* This part sucks */
  clear: both;
  margin: 6px 0;
}
.lms_tab {
  float: left;
  height:30px;
}
.lms_tab label {
  background: #eee; 
  padding: 6px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
}
.lms_tab [type=radio] {
  display: none;   
}
.lms_content {
  position: absolute;
  top: 25px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc; 
  overflow:scroll;
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .lms_content {
  z-index: 1;
}

.modaljoin {
  display:none;
  background: white;
  position: absolute;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.goalpopupposition {
	display:none;
    position:fixed;
    width:120px;
	height:120px;
    bottom: 50px;
    left: 50px;
    
}

.goalpopuppositionmobile {
	display:none;
    position:fixed;
    width:80px;
	height:80px;
    bottom: 5px;
    left: 5px;
    
}

.popup-background {
	display:none;
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background-color: rgba(128, 128, 128, 0.5); //whatever you want
     transition: all 0.5 linear;
     -webkit-transition: same!
     -moz-transition: same!
     -o-transition: same!
	 z-index: 101;
}

.white_content {
  display: none;
  position: fixed;
  height:400px;  
  width:450px;  
  left: 50%;
  top: 50%;
  margin-left: -225px;
  margin-top: -200px;
  padding: 8px;
  border: 8px solid #3299d5;
  background-color: white;
  z-index: 102;
  overflow: auto;
  -moz-box-shadow: 0 0 5px;
  -webkit-box-shadow: 0 0 5px;
  box-shadow: 0 0 5px;
}


.progressbar {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 30px auto 0;
  height: 30px;
  background: #274545;
  overflow: hidden;
}

span.progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #326666;
  transition: all .3s;
}


@media (max-width : 500px) {
	
.lms_tab label {
  background: #eee; 
  padding: 6px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  font-size:10px;
}

   .lms_content {
  position: absolute;
  top: 54px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc; 
}
  }
  

.mobile_table tr td
{
	border-top-width:1px;
	border-top-style: solid;
	border-top-color:rgb(238,238,238);
	padding-top:6px;
	padding-right:1px;
	padding-bottom:6px;
	padding-left:14px;
}



button.lmsbtn {

  padding:0.2em 0.5em;

  border-radius: 8px;

  color:#fff;

  background-color:#3299d5;

  font-size:0.8em;

  border:0;

  cursor:pointer;

  margin:0.5em;

}



button.lmsbtnlarger {

  padding:0.6em 2em;

  border-radius: 8px;

  color:#fff;

  background-color:#3299d5;

  font-size:1.1em;

  border:0;

  cursor:pointer;

  margin:1em;

}



input[type=submit] {

    padding:0.6em 1em;

  border-radius: 8px;

  color:#fff;

  background-color:#3299d5;

  font-size:1.1em;

  border:0;

  cursor:pointer;

  margin:1em;

}


.pl_column {
  float: left;
  padding: 2px;
 
}

.pl_left {
  width: 30%;
  text-align:right;
}
.pl_right {
  width: 50%;
}
.pl_middle {
  width: 15px;
  text-align:center;
}

/* Clear floats after the columns */
.pl_row:after {
  content: "";
  display: table;
  clear: both;
}




button.lmsbtn.blue {

	background-color:#3299d5;

}

button.lmsbtn.green

{

    background-color:#2e7d32;

}

#group_member {
	position:relative;  width:898px;
}

.group_members_list {
	display: grid;
	
}

.group_members_boxes {
	
	border: 1px solid; 
	padding:8px; 
	box-shadow: 5px 5px 8px #999999;  
	margin-top:10px; 
	margin-right:5px;
	
}

#group_members_boxes_img {
        float: right;
      }
	  
#group_members_boxes_h2 {
text-align: left;
font-weight: bold;
}

div.c
{
    width: 100%;
	font-size:17px;
}

div.c>div:nth-child(2n-1)
{
    width: 50%;
    float: left;
	text-align:right;
}

div.c>div:nth-child(2n)
{
    width: 50%;
    float: left;
	text-align:left;
}

@media (max-width : 300px) {
	
	
	div.c
{
    font-size:13px;
}
	
}

