@charset "utf-8";
/* CSS Document */

.content_box {
    background: #FFF;
    border-radius: 5px;
    margin:5px 5px 16px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
.indent {
    padding: 10px;
}

.submit_small {
    width: auto!important;
    background:rgba(122,16,18,1.00);
}

.testNotice {
    font-size: 10px;
    display: block;
    font-weight: 600;
    width: 100%;
    padding:5px;
    position: fixed;
    top:0;
    left: 0;
    z-index:150;
    background:rgba(255,179,181,1.00);
    border: 1px solid #333333;
}

.notice {
    margin-top:5px;
    display: block;
    width:100%;
    padding:10px;
    background:rgba(237,225,211,1.00);
    border: 2px solid rgba(204,168,126,1.00);
    border-radius: 5px;
}

.form_notice {
    
    font-size: 12px;
    displaay:block;
    width: 100%;
    padding: 5px;
    font-weight: 600;
}
.form_error {
    background: rgba(255,179,181,1.00);
    font-size: 14px;
    displaay:block;
    width: 100%;
    padding: 10px;
    font-weight: 600;
}
.form_success {
    background: rgba(203,255,179,1.00);
    font-size: 14px;
    displaay:block;
    width: 100%;
    padding: 10px;
    font-weight: 600;
}

.mysite_invoice_notice {
    background: #FFFFFF;
    border: 2px solid rgba(127,127,127,1.00);
    color: #39414d;
    padding: 20px 0px;
}


.mysite_invoice_notice .header {
    font-size: 32px;
    text-align: center;
}
.mysite_invoice_notice .subheader {
    font-size: 26px;
    text-align: center;
}
.mysite_invoice_notice .text {
    font-size: 18px;
    text-align: center;
}

.mysite_invoice_notice .good {
    
}

* {
    box-sizing: border-box;
}
a {
    color: #3D3628;
    font-weight: 500;
	text-decoration: underline;
}

html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height: 100%;
	font-family: "Arial";
    background: #F1F2F3;
}

#siteLogo {
    padding-left:10px;
    margin-right:30px;
    height: 50px;
    width: auto;
}
#topmenuContainer {
    display:block;
    z-index:99;
    position:fixed;
    background: #f9f4ed;
    /*width: calc(100% - 100px);*/
    width: 100%;
    
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}


/* Filter ribbon */
#filter_ribbon {
    background: #F9F9F9;
    padding: 8px 10px;
    height: 65px;
    
}

#filter_ribbon .filter_holder {
    background:rgba(255,255,255,1.00);
    width: 100%;
    padding: 12px 8px;
    border: 1px solid #ccc;
	border-radius: 4px;
	/*box-sizing: border-box;*/
}

#filter_ribbon div {
    float:left;
    display:inline-block;
    width:50%;
    color: #808080;
}

#filter_ribbon .filter_holder input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border:0;
    border-radius: 0;
    margin:0;
    padding:0;
    width: calc(100% - 50px);
}

#filter_ribbon .filter_holder input:focus {
    outline:none;
    border-bottom: 1px solid #633B3C;
}

#filter_ribbon .filter_holder select {
    
    -webkit-appearance: none;
    -moz-appearance: none;
    
    background: none;
    color: #808080;
    border:0;
    border-radius: 0;
    margin:0;
    padding:0;
    width: calc(100% - 50px);
}
#filter_ribbon .filter_holder select:focus {
    outline:none;
}



.submenu .dropdown {
    color: #FFFFFF;
    border:0px;
    padding:0px;
    
    background: rgba(0,0,0,0);
    width: 200px;
}

.actionmenu {
    background: #525D6F;
    color: #FFFFFF;
}
.actionmenu a {
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    padding:10px 15px;
}
.actionmenu a:hover{
    background: #77859B;
}

.late {
    background: rgba(243,178,179,1.00);
}

.table {
    width: 500px;
}
.small_table {
    width: 300px;
}

.divtable.header {
    font-size: 18px;
    padding:5px;
    background: #393939;
    color: #FFFFFF;
    font-weight: 500;
}

.divtable.header a {
    color: #FFFFFF!important;
    text-decoration: none;
}

.divtable.title {
	background: #B2B2B2;
	padding:5px;
    border-bottom: 1px solid #686868;
}
.divtable.tr {
    padding:10px 5px ;
    border-bottom: 1px solid #686868;
}


.divtable.tr.active {
    padding:10px 5px ;
    background: #e4dad1;
    border-bottom: 1px solid #686868;
}

.divtable.tr:hover {
    background: #DBDBDB;
}
.divtable a {
    color: #3D3628!important;
}

/* Dispositioner */
.row {
	margin:0;
	/*height:100%;*/
	width:100%;
	/* nothing ? */
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
	display:inline-block;
	float: left;
	height:100%;
}

.split_5 {
	width: 5%;
}
.split_10 {
	width: 10%;
}
.split_15 {
	width: 15%;
}
.split_20 {
	width: 20%;
}
.split_25 {
	width: 25%;
}
.split_30 {
	width: 30%;
}
.split_33 {
	width: 33.33%;
}
.split_40 {
	width: 40%;
}
.split_50 {
	width: 50%;
}
.split_60 {
	width: 60%;
}
.split_70 {
	width: 70%;
}
.split_75 {
	width: 75%;
}
.split_80 {
	width: 80%;
}
.split_85 {
	width: 85%;
}
.split_90 {
	width: 90%;
}
.split_95 {
    width: 95%;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
text-align: center;	
}


.assign_button {
    position:relative;
    top:40px;
    left: calc(50% - 25px);
    display:block;
    margin:5px;
    width: 50px;
    font-size: 28px;
}



/* TOP MENU */
.topnav {
    width:100%;
    overflow: hidden;
    /*
    background-color: #333;*/
    background-color:#FFFFFF;
    
}

.topnav a:not(:first-child) {
    position:relative;
    top:50px;
    height: 50px;
    float: left;
    display: block;
    color: #000000;
    /*color: #f2f2f2;*/
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover:not(:first-child) {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #39414d;
  color: white;
}

.topnav a.icon {
  display: none;
}

/* Submenu */
.submenu {
    overflow: hidden;
    height: 50px;
    width: 100%;
    color: #FFFFFF;
    background: #39414d;
    /*background: #4B4B4B;*/
}
.submenu a {
    height: 50px;
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    font-size: 12px;
}

.submenu a:hover {
  background-color: #ddd;
  color: black;
}
.submenu i {
    display:block;
    font-size: 25px;
}

@media screen and (max-width: 600px) {
    
    
  .topnav a:not(:first-child) {
      display: none;
    }
    
  /*  .topnav a {display: none;}*/
    
  .topnav a.icon {
      position: relative;
      margin-top:0px;
      top:0;
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    position:relative;
    top: 0;
    margin-top:0;
    float: none;
    display: block;
    text-align: left;
  }

}




/* Inputs and forms */
.formframe {
	padding: 10px;
}
h1,h2,h3 {
    font-weight: 500;
	margin: 0px 0px 5px 0px;
}
h1 {
	font-size: 24px;
}
h2 {
    font-size: 18px;    
}


.regular_button {
    -webkit-appearance: none;
    -moz-appearance: none;
	width: 100%;
    font-size: 14px;
	padding: 10px 14px;
	margin: 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
    cursor: pointer; 
    background: #633B3C;
    color: #FFFFFF;
}
.regular_button:hover {
    background-color: #e4dad1;
    color: #5C5C5C;
}
.disabled_button {
    background-color:#e4dad1;
    color:#5C5C5C;
    -webkit-appearance: none;
    -moz-appearance: none;
	width: 100%;

    font-size: 14px;
	padding: 10px 14px;
	margin: 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}



label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
input::-webkit-date-and-time-value {
  height: 1.2em;
}
input[type=text], input[type="password"], input[type="email"], input[type="time"], input[type="date"], input[type="number"], input[type="tel"], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
	width: 100%;
    font-size: 18px;
	padding: 12px 20px;
	margin: 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
a.button {
    display:block;
    text-decoration: none!important;
    text-align: center;
    
}
/* Reserved for js */
a.submit {
    cursor:pointer;
}

input[type=submit], a.button, input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* opacity: 1  (kan behövas)*/
    
    font-size: 14px;
	width: 100%;
	/*background-color: #e4dad1;*/
    /*
    background: #C6B19E;
	*/
    background: #633B3C;
    color: #FFFFFF!important;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600!important;
}
textarea {
  width: 100%;
  height: 150px;
  border: 2px solid #ccc;
  resize: none;
}

input[type=submit]:hover, a.button:hover, input[type=button]:hover {
	background-color: #e4dad1;
    color: #5C5C5C;
}

input[type=checkbox] {
    margin: 15px 0px 0px 0px;
}

.fa-user-check {
    /*color: #526E2E;*/
    color: #5C5C5C;
}
.fa-users {
    color: #5C5C5C;
	/*color: #eeeadd;*/
}


/* SCHEAM */
.schedule .login {
	border:2px solid #B79D85;
	background: #e4dad1;
	margin:0px;
	padding:0px;
}
.schedule .login input {
	float: right;
}

.schedule a {
    color: #3D3628;
    font-weight: 500;
	text-decoration: underline;
}
.schedule .dateheading {
	font-size: 18px;
	color:#4A4A4A;
	background:#F0F0F0;
	padding: 30px 10px 5px 10px;
	border-bottom:2px solid #E3E3E3;
}

.schedule .datesubheading {
	font-size: 16px;
	color:#5C5C5C;
	background:#FFFFFF;
	padding: 10px;
	border-bottom:2px solid #E3E3E3;
}
.schedule .datesubheading.active {
    font-weight: 600;
    background: #e4dad1;
}


.schedule .classinfo {
    /*color: #39414d;*/
	/*background: #39414d;*/
    /*background: #e4dad1;*/
    color: #5C5C5C;
    background: #EEE8E2;
	
	padding: 10px 15px;
	border-bottom:2px solid #E3E3E3;
}
.schedule .classinfo h1 {
    font-variant: small-caps;
	font-size: 25px;
	font-weight: 500;
	margin: 0px 0px 5px 0px;
}
.schedule .classinfo h2 {
    font-variant: small-caps;
	font-size: 20px;
	font-weight: 500;
	margin: 0px 0px 5px 0px;
}



/* SHOP SUB obs "knapp" är ingen knapp det är den lila rutan */
.box {	
	display:block;
	padding:10px;
	color: #4A4A4A;
    font-size:16px;
    border-radius: 5px;
    margin-bottom:15px;
}
.box h2 {
	text-align: center;
	font-size: 20px;
	border-bottom: 1px solid #BABABA;
    margin-top:0;
    padding-bottom: 5px;
}
.box .pris {
	color: #D07577;
	font-size:18px;
}

.box.lightbrown {
    border: 1px solid #C7BA90;
    background: #eeeadd;
}
.box.lightgray {
    
    border: 1px solid #BABABA;
    background:#FFFFFF;
}

.cookie {
    background: rgba(0,0,0,0.80);
    color: #FFFFFF;
    padding: 20px 50px;
}
.cookie a {
    text-decoration: underline;
    font-weight: 600;
    color: #FFFFFF;
    position:fixed;
    bottom:0;
    
}

.required:after {
    content:" *";
    color: red;
}

#modal_dialog {
    display:none;
    z-index: 100;
    height: 100%;
    width:100%;
    /*position:absolute;*/
    position:fixed;
    left:0;
    top:0;
    background: rgba(0,0,0,0.75);
}
#modal_dialog #dialog_box {
    position: relative;
    /*left: calc(50% - 25%);*/
    top: calc(50% - 200px);
    margin-left:auto;
    margin-right:auto;
    width: calc(100% - 20px);

    /*transform: traslate(-50%,-50%);*/
    background: #FFFFFF;
    border: 0px;
    padding: 20px;

    border-radius: 15px;
}
#modal_dialog #dialog_box .title {
    margin-bottom: 15px;
}



/* Main */
#main {
    position: relative;
    width: 100%;
    top:100px;
    /*top: 100px;*/
}




.hero-image {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://metimeyoga.se/wp-content/uploads/2021/05/0E6A7609-Edit.jpg");*/
    position: relative;


}
.hero-image img {
    width:100%;
    height: 350px;
    object-fit: cover;
    
}

.hero-text {
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));*/
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text h1 {
    text-shadow: 0px 4px 8px rgba(0,0,0,0.4);

}
.hero-text p {
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
             
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}


/* This applies from 600px onwards */
@media (min-width: 600px) {
    
    .anchor {
        display:block;
        position:relative;
        top:-150px;
        visibility:hidden;
    }
    
    #topmenuContainer {
        top:0;
        left:0;
        position:fixed;
    }
    #siteLogo {
        float:left;
        display:block;
        height: 100px;
        width: auto;
    }
    #siteLogo:after {
        content: "";
        display: block; 
        clear: both;
    }
    

    #main {
        position:relative;
        /*left: calc(50% - 25%);*/
        margin-left:auto;
        margin-right:auto;
        top:150px;
        max-width: 1240px;
        background: #F1F2F3;
        
    }
    #modal_dialog #dialog_box {
        max-width: 600px;
    }

	
}