body   
{ 
    /* color: #000000; 
    font-size: 15px; 
    font-family: Arial, Verdana; 
    background-color: #e6eceb; */

    color: #ffffff; 
    font-size: 15px; 
    font-family: Arial, Verdana; 
    margin-right: 25px;
    margin-left: 25px;
}



*, *:before, *:after {
    box-sizing: border-box;
}

.holder{
    width: auto;
    min-height: 100px;
}

.gymBlock{
    width: 100%;
    min-height: 50px;
    background: #F7F7F7;
    padding: 15px;
    background: #fff;		
    border: 1px solid gray;
    border-radius: 5px;
    color: #000000;
    
}	

.gymSeperator{
    width: 100%;
    height: 10px;
}

.loginHolder{
    width: auto;
    min-height: 200px;
    margin-top: 25px;
    font-family: Arial;
}


.loginForm{
    width: 100%;
    height: 50px;
    background: #F7F7F7;
    padding-left: 16px;
    background: #fff;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;		
    outline: none;
    border: 1px solid gray;
    border-radius: 5px;
}

.loginFields:focus{
    padding-left: 10px;
    border: 1px solid #43D1AF;
    box-shadow: 0 0 5px #43D1AF;
}

.loginButton:hover{
    background: #2EBC99;
}
    
.btn 
{
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-shadow: 0px 0px 10px #d2f1fc;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border-style:none;  
}

.header_logo{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    height: 25px;
    /* background-color: black; */
}

.header_logo_div{
    margin-left: auto;
    margin-right: auto;
    /* height: 50px; */
    height: 0;
    width: 200px;
    background-image: url("../../../images/gymclogo_white_confirma.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header_language_div{
    height: 50px;
    position:absolute;
    right:5px;
    /* top:35px; */
    top: 0;
}

.deFamily{
    font-family: Arial;
}

.btn 
{
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-shadow: 0px 0px 10px #d2f1fc;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border-style:none;  
}

.selecbox 
{
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border-style:none;  
}


.btndel 
{
    background: #d00000;
    background-image: -webkit-linear-gradient(top, #d00000 #e71e1e);
    background-image: -moz-linear-gradient(top, #d00000, #e71e1e);
    background-image: -ms-linear-gradient(top, #d00000, #e71e1e);
    background-image: -o-linear-gradient(top, #d00000, #e71e1e);
    background-image: linear-gradient(to bottom, #d00000, #e71e1e);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-shadow: 0px 0px 10px #d2f1fc;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border-style:none;  
}

.btndisable 
{
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-shadow: 0px 0px 10px #d2f1fc;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border-style:none;  
}

.btn:hover 
{
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.btnSelected 
{
    background: gray;
    text-decoration: none;
	
}




.rundahorn5{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}






/* Ny design */

body{
  min-height: 100vh;
  background: url("https://www.gymcontrol.site/ws/alt-imgs/orig/c87b3348e6dbd80de690a291d24e94c0.webp") 50% 50% / cover no-repeat fixed;
  position: relative;
}

body::before{
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.84); /* overlay-opacity="0.84" */
  pointer-events: none;
  z-index: -1; /* lägg bakom innehållet */
}

.header_language_div_external {
    height: 50px;
    position:absolute;
    right:5px;
    top: 0;
}

.background {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}


.logo_image {
    padding-left: 5%;
    padding-right: 5%;
    width: 75%;
}

a.forgotpassword,
a.forgotpassword:link,
a.forgotpassword:visited,
a.forgotpassword:hover,
a.forgotpassword:active  {
    color: #ffffff;
    font-weight: bold;
}

input[type="text"].frontinput,
input[type="password"].frontinput {
  font-size: larger;
}

/* slut ny design */

a:link 
{
    text-decoration: none; 
    color: #000000;
}
a:visited 
{
    text-decoration: none; 
    color: #000000;
}
a:hover 
{
    text-decoration: none; 
    color: #000000;
}
a:active 
{
    text-decoration: none; color: #000000;
}

.clear{clear: both;}

.activitesname{font-weight:bolder;}


