

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400&display=swap');


html{
	-webkit-text-size-adjust: none;
	height:100%;
}
body{
	-webkit-text-size-adjust: none;
	margin:0px;
	padding:0px;
	background-color: #fff;
	color:#333;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size:16px;
	height:100%;
    box-sizing: border-box;
}
body.my-pages{
	background-color: #f0f0f0;
}
body.min-fotbollsutveckling{
	background-color: #f8f8f8;
}
h1{
	font-weight:600;
	font-size:50px;
	line-height: 50px;
	margin:0px 0px 16px -3px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h2{
	font-size:30px;
	line-height: 38px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
}
h3{
	font-size:20px;
	line-height: 25px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
h4{
	font-size:18px;
	line-height: 24px;
	font-weight:400;
	margin:0px 0px 11px 0px;
}
p{
	font-size:20px;
	line-height: 28px;
	margin:0px 0px 17px 0px;
}

h1 + h2, h1 + h3{
	margin:25px 0px 5px 0px;
}

b, strong{
	font-weight: 700;
}
ul, ol{
	font-size:22px;
	line-height: 30px;
	margin:0px 0px 27px 0px;
	padding:0px 0px 0px 27px;
}
li{
	margin:0px 0px 0px 0px;
}
form{
	width:100%;
	margin:0px 0px 0px 0px;
	box-sizing: border-box;
}

table{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	table-layout: fixed;
}
tr, td{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
td{
	padding:0px 0px 5px 15px;
}


div, h1, h2, h3, h4, p{
	box-sizing: border-box;
}

a{
	color:#333;
	text-decoration:underline;
}
a:hover{
	color:#222;
}

a[href^="tel:"] {
    text-decoration: none;
}

span.pre-rubrik-namn{
	margin-bottom: 10px;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
}

.clfl{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

img{
	border:none;
	vertical-align: bottom;
	max-width: 100%;
}

.onlymob{
	display: none;
}
.onlymobspan{
	display: none;
}
.mob-label{
	display: none;
}
.player-col .notdesk{
	display: none;
}

p.formmeddelande{
	color:#000;
	background-color:#daefda;
	border:1px solid #408940;
	padding:10px 0px 10px 0px;
	width: 230px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
p.formfelmeddelande{
	color:#000;
	background-color:#FFAAAC;
	border:1px solid #de0000;
	padding:10px 0px 10px 0px;
	width: 315px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

textarea, input, textarea, select{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:16px;
	color:#000;
	display: block;
	box-sizing: border-box;
}
select{
	cursor: pointer;
}

form{
	margin-top:15px;
}
input.tfield, textarea.tfield, select.tfield, input.subbutton{
	width:auto;
	margin:0px;
	font-weight: 400;
	border: 1px solid #ccc;
	font-size: 16px;
	height: 60px;
	padding: 0px 20px 0px 20px;
	border-radius: 0px;
}
input.tfield:disabled{
	background-color: #fafafa;
	cursor: default;
}
select.tfield{
	width:190px;
	max-width: 100%;
	background-color: #fff;
}
textarea.tfield{
	width:300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea.tfield{
	width:100%;
	height: auto;
}

input.tfield::-webkit-input-placeholder{
	color:#999;
}
input.tfield:-ms-input-placeholder{
	color:#999;
}
input.tfield::placeholder{
	color:#999;
}
textarea.tfield::-webkit-textarea-placeholder{
	color:#999;
}
textarea.tfield:-ms-textarea-placeholder{
	color:#999;
}
textarea.tfield::placeholder{
	color:#999;
}


input.textfield, select.textfield{
	color: #333;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
    height: 35px;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 15px 0px;
    background-color: #fff;
    border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Roboto';
}
input.textfield.full{
	width: 100%;
    margin: 0px 0px 0px 0px;
}
textarea.textfield{
	color: #333;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
    padding: 7px 10px 7px 10px;
    margin: 0px 0px 15px 0px;
    background-color: #fff;
    border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Roboto';
}

input.textfield.uppCase{
	text-transform: uppercase;
}
input.textfield.uppCase::-webkit-input-placeholder { /* Edge */
	text-transform: none;
}
input.textfield.uppCase:-ms-input-placeholder { /* Internet Explorer 10-11 */
	text-transform: none;
}
input.textfield.uppCase::placeholder {
	text-transform: none;
}


input.tfield.slim, textarea.tfield.slim, select.tfield.slim{
	border: 1px solid #ccc;
	font-size: 16px;
	height: 40px;
	padding: 0px 10px 0px 10px;
	border-radius: 0px;
}


span.but, a.but{
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	padding: 12px 59px 0px 25px;
	height: 46px;
	background-color: #fff;
	color:#333;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -0.2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(/im/arr-r.png);
	background-position: right center;
	background-position: right 25px top 14px;
	background-repeat: no-repeat;
}

div.cont{
	width: 100%;
}

div.inner-cont{
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}
div.inner-cont.sm{
	max-width: 1330px;
}
div.inner-cont.checkout{
	max-width: 1000px;
}
div.inner-cont.my-pages{
	max-width: 600px;
}
div.inner-cont.my-pages.min-fotbollsutveckling{
	max-width: 1000px;
}
div.inner-cont.my-pages.min-fotbollsutveckling.folders{
	max-width: 1380px;
}

div.inner-cont.calendar{
	max-width: 580px;
	margin: 0px;
}
div.inner-cont.calendar div.login-c {
    padding-left: 30px;
}


div.inner-cont.single{
	max-width: 800px;
}

div.header-c{
	position: relative;
	z-index: 40;
	width: 100%;
	height: auto;
	--posRight: 10px;
}
div.header-c::after{
	display: none;
	content: '';
	position: absolute;
	z-index: 49;
	bottom:-27px;
	left: 0;
	width: 100%;
	height: 27px;
	background-image: url(/im/skugga.png);
	background-position: right top;
	background-position: right var(--posRight) top 0px;
	background-repeat: no-repeat;
	overflow: visible;
}
div.header-c.vis::after{
	display: block;
}


div.header{
	width: 100%;
	background-color: #1c1c1c;
	height: 119px;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.41);
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.41);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.41);
}

div.member-header{
    width: 100%;
    background-color: #2198d6;
    padding: 10px 0px 0px 0px;
    height: 38px;
}
div.member-header.coach{
    padding: 10px 0px 0px 0px;
    height: 43px;
}
div.member-header div.mm{
    float: right;
    height: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #57adda;
}
div.member-header div.mm:first-child{
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
	padding-right: 8px;
}
div.member-header a {
    display: block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
}
div.member-header a:hover, div.member-header a.m{
	color: #1c1c1c;
}


div.member-header div.mm.but{
    float: right;
    height: 30px;
    margin-right: 0px;
    padding-right: 8px;
    border-right: none;
}
div.member-header div.mm.but a{
	background-color: #fff;
	color: #2198d6;
	padding: 7px 0px 8px 0px;
	width: 210px;
	text-align: center;
	border-radius: 5px;
}
div.member-header div.mm.but a span{
	margin-left: 5px;
}
div.member-header div.mm.lo{
    float: right;
    height: 30px;
    margin-right: 0px;
    padding-right: 15px;
    border-right: none;
    padding-top: 6px;
}

div.logo{
	position: relative;
	z-index: 80;
	float:left;
	padding-top: 17px;
	padding-left: 8px;
	width: 100px;
}

div.menu-c{
	float: left;
	width: 620px;
	padding-left: 67px;
	padding-top: 49px;
}
div.menu-c div.mi{
	position: relative;
	float: left;
	height: 21px;
	margin-left: 34px;
	padding-left: 34px;
	border-left: 1px solid #404040;
}
div.menu-c div.mi:first-child{
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
}
div.menu-c a, div.menu-c span{
	display: block;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 20px;
	line-height: 21px;
	font-weight: 800;
	text-transform: uppercase;
}
div.menu-c div a:hover, div.menu-c div a.m{
	color: #44a5d7;
}

div.menu-c div.dropd-head{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
div.menu-c div.dropd-c{
	display: none;
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 21px;
	width: 328px;
	height: 228px;
	float: none;
	margin-left: 0px;
	border-left: none;
	padding: 0px 0px 0px 0px;
	
}
div.menu-c div.dropd-bg{
	position: absolute;
	top: 49px;
	height: 180px;
	height: 144px;
	width: 328px;
	background-color: #1c1c1c;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.41);
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.41);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.41);
}
div.menu-c div.dropd-menu{
	position: absolute;
	top: 22px;
	padding-left: 35px;
}
div.menu-c div.dropd-menu a{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 8px 10px 8px 13px;
	background-image: url(/im/arr-w.png);
	background-position: left center;
	background-position: left 0px top 12px;
	background-repeat: no-repeat;
}
div.menu-c div.dropd-menu a.m, div.menu-c div.dropd-menu a:hover{
	background-image: url(/im/arr-b.png);
}

div.menu-right-c{
	position: relative;
	z-index: 80;
	float: right;
	padding-top: 33px;
	width: 220px;
}
div.menu-right-c a{
	display: block;
	float: right;
	margin-right: 52px;
	color: #fff;
	font-size: 14px;
	padding-top: 37px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
}
div.menu-right-c a:hover, div.menu-right-c a.m{
	color: #44a5d7;
}
div.menu-right-c a.kv{
	position: relative;
	background-image: url(/im/kv-w.png);
	background-position: left 15px top 0px;
}
div.menu-right-c a.kv:hover, div.menu-right-c a.kv.m{
	background-image: url(/im/kv-b.png);
}
div.menu-right-c a.kv.loaded, div.menu-right-c a.kv.loaded:hover{
	background-image: url(/im/kv-loaded.png);
	color:#a2fe93;
}
div.menu-right-c a.kv.loaded::before {
    content: attr(data-amount);
	display: block;
	box-sizing: border-box;
    position: absolute;
    left:29px;
    top:-6px;
    width: 22px;
    height: 22px;
    padding-top: 2px;
    border-radius: 11px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    background-color: #a2fe93;
    color:#1c1c1c;
    text-align: center;
    text-indent:-1px;
}
div.menu-right-c a.kv.loaded.t::before {
	font-size: 11px;
	padding-top: 3px;
}




div.menu-right-c a.member{
	background-image: url(/im/member-w.png);
}
div.menu-right-c a.member:hover, div.menu-right-c a.member.m{
	background-image: url(/im/member-b.png);
}
div.menu-right-c a:first-child{
	margin-right: 8px;
}

div.menu-but{
	display: none;
}
div.menu-mob{
	display: none;
}




div.big-img{
	position: relative;
	height: calc(100vh - 119px);
	width: 100%;
	overflow: hidden;
	z-index: 30;
	cursor: pointer;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
div.big-img.fixed{
	
}
div.big-img a{
	display: none;
}
div.big-img img.mobile{
	display: none;
}
@media only screen and (max-aspect-ratio: 8/7.5) { /* 1,14 */
	div.big-img{
		position: static;
		height: auto;
	}
	div.big-img a{
		display: block;
	}
}
@media only screen and (max-width: 767px){
	div.big-img{
		position: static;
		height: auto;
		/*background-image: none;*/
	}
	div.big-img a{
		display: block;
	}
	div.big-img img{
		display: none;
	}
	div.big-img img.mobile{
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) and (min-aspect-ratio: 8/7) {
	div.big-img{
		position: relative;
		height: calc(100vh - 119px);
	}
	div.big-img a{
		display: none;
	}
	div.big-img img{
		display: none;
	}
	div.big-img img.mobile{
		display: none;
	}
}



div.section{
	padding-top:76px;
}
div.section.ut{
	padding-top:70px;
}
div.section.main-text{
	padding-top:92px;
}

div.s-boxes{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0% 0% 0% 0%;
}
a.s-box{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 410px;
	max-width: 31%;
	padding: 9px 10px 83px 10px;
	background-color: #2198d6;
	text-decoration: none;
	color:#fff;
	-webkit-border-top-left-radius: 45px;
	-webkit-border-bottom-right-radius: 45px;
	-moz-border-radius-topleft: 45px;
	-moz-border-radius-bottomright: 45px;
	border-top-left-radius: 45px;
	border-bottom-right-radius: 45px;
}
a.s-box img{
	width: 100%;
	-webkit-border-top-left-radius: 35px;
	-webkit-border-bottom-right-radius: 35px;
	-moz-border-radius-topleft: 35px;
	-moz-border-radius-bottomright: 35px;
	border-top-left-radius: 35px;
	border-bottom-right-radius: 35px;
}
div.s-txt{
	padding: 12px 10px 0px 10px;
}
div.s-txt h2{
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -1px;
	margin:0px 0px 5px -2px;
}
div.s-txt p{
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
div.s-but{
	position: absolute;
	bottom: 25px;
	left: 20px;
}

div.footer{
	width: 100%;
	background-color: #1c1c1c;
	color:#fff;
	padding:43px 0px 22px 0px;
	box-shadow: 0px -3px 4px 0px rgba(0,0,0,0.41);
	-webkit-box-shadow: 0px -3px 4px 0px rgba(0,0,0,0.41);
	-moz-box-shadow: 0px -3px 4px 0px rgba(0,0,0,0.41);
	margin-top: 200px;
}
div.cont.cp div.footer{
	margin-top: 125px;
}
div.footer p, div.footer div.txt{
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	margin:0px 0px 32px 0px;
}
div.footer p.webbyra{
	font-size: 16px;
	line-height: 26px;
	color:#8d8b8b;
	margin-top: 85px;
	margin-bottom: 0px;
	letter-spacing: -0.5px;
}
div.footer p.webbyra a{
	color:#8d8b8b;
}
div.footer p.webbyra a:hover{
	text-decoration: underline;
}
div.footer p.h{
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	margin:0px 0px 6px 0px;
	letter-spacing: -0.7px;
	margin-left: -1px;
}
div.footer a, div.footer span.subl{
	color:#fff;
	text-decoration: none;
	cursor: pointer;
}
div.footer a:hover, div.footer span.subl:hover{
	color:#44a5d7;
}
div.footer-submenu{
	display: none;
	padding-left: 20px;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 10px;
}
div.fcol-1{
	float: left;
	width: 340px;
}
div.fcol-2{
	float: left;
	width: 400px;
}
div.fcol-3{
	float: right;
	width: 220px;
	text-align: right;
}
div.soc-med-c{
	padding-top: 8px;
}
div.soc-med{
	float: right;
	padding-right: 20px;
}
div.soc-med.f{
	padding-right: 0px;
}


div.cookie-info{
	position: fixed;
	bottom:0px;
	width:100%;
	background-color: #1c1c1c;
	color: #fff;
	z-index: 39;
	text-align: center;
	padding: 25px 10px 18px 10px;
	font-size: 16px;
	box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.41);
	-webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.41);
	-moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.41);
}
div.cookie-info a{
	color: #fff;
}
div.cookie-info div{
	display:inline-block;
	margin-right: 20px;
	width:140px;
}
div.cookie-info span{
	display: block;
	margin-bottom: 20px;
}
div.cookInfo-but{
    display: block;
    box-sizing: border-box;
	margin:0px;
	margin-right:20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background-color: #2198d6;
    width: 140px;
    height: 35px;
    padding:8px 0px 0px 0px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

div.cont-l{
	float: left;
	width: 50%;
	padding-right: 40px;
}
div.cont-r{
	float: right;
	width: 50%;
	text-align: left;
	padding-left: 40px;
}

div.prods-c{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0% 0% 0% 0%;
}
div.prods-c a.prod-c{
	display: block;
	box-sizing: border-box;
	width: 390px;
	max-width: 31%;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color:#333;
	margin-bottom: 70px;
}
div.prods-c div.img{
	height: 420px;
	padding: 0px 20px 0px 20px;
	display: flex;
	align-items: center;
  	justify-content: center;
  	background-color: #f0f0f0;
}
div.prods-c div.img img{
	width: 100%;
	height: auto;
}
div.prods-c div.img.nogr{
	padding: 0px 0px 0px 0px;
  	background-color: transparent;
}
div.prods-c div.img.nogr img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

div.prods-c div.name{
	padding-top: 7px;
	font-size: 28px;
	line-height: 36px;
	margin-left: -2px;
	text-transform: uppercase;
}
div.prods-c div.desc{
	padding-top: 3px;
	font-size: 16px;
	color: #666;
}
div.prods-c div.price{
	padding-top: 6px;
	font-size: 16px;
	font-weight: 700;
}

div.product-c{
	padding-top: 8px;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}



div.product-c div.prod-left{
	width: 700px;
}
div.product-c div.prod-right{
	width: calc(100% - 750px);
}
div.product-c div.prod-top-mobile{
	display: none;
}

div.product-c a.img{
	display: block;
	box-sizing: border-box;
	position: relative;
}
div.product-c div.img, div.product-c a.img{
	height: 600px;
	width: 100%;
	padding: 20px 20px 20px 20px;
	display: flex;
	align-items: center;
  	justify-content: center;
  	background-color: #f0f0f0;
}
div.product-c div.img img, div.product-c a.img img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
div.product-c div.img img.zoom-icon, div.product-c a.img img.zoom-icon{
	width: auto;
	height: auto;
	object-fit: none;
}

div.product-c div.img.nogr, div.product-c a.img.nogr{
	padding: 0px 0px 0px 0px;
  	background-color: transparent;
  	height: auto;
	max-height: 600px;
	overflow: hidden;
}
div.product-c div.img.nogr img, div.product-c a.img.nogr img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
div.product-c div.img.nogr img.zoom-icon, div.product-c a.img.nogr img.zoom-icon{
	width: auto;
	height: auto;
	object-fit: none;
}


div.product-c div.description{
	padding-top: 15px;
}
div.product-c div.description h2{
	margin: 0px 0px 10px 0px;
}
div.product-c div.description p{
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px 15px 0px;
}
div.product-c div.description ul, div.product-c div.description ol{
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px 15px 0px;
}
div.product-c div.price{
	font-size: 28px;
	line-height: 36px;
	padding-bottom: 35px;
}
div.description iframe{
	max-width: 100%;
}

div.sizes-c{
	padding-bottom: 21px;
}
div.sizes-c select{
	width: 370px;
	height: 49px;
	padding-left: 15px;
	font-size: 20px;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#999;
}
div.sizes-c select option{
	color:#333;
}
div.sizes-c select option:first-child{
	color:#999;
}

div.amount-but-c{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}

div.cart-but, div.blue-but, input.blue-but{
	margin-left: 10px;
	width: 300px;
	padding: 14px 0px 0px 0px;
	height: 49px;
	background-color: #2198d6;
	color:#fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.cart-but.spinner, div.blue-but.spinner{
	display: none;
	background-color: #c9e2ef;
	font-size: 18px;
	padding: 12px 0px 0px 0px;
	cursor: default;
}
div.cart-but.spinner span, div.blue-but.spinner span{
	color:#2198d6;
}

div.blue-but{
	margin-left: 0px;
}

div.blue-but.add-dev, div.blue-but.show-add-record{
	max-width: 180px;
	font-size: 14px;
    padding: 10px 0px 0px 0px;
    height: 40px;
    background-color: #333;
}



div.act-info-c{
	display: none;
    padding: 15px 15px 15px 15px;
    background-color: #d63221;
    color: #fff;
    width: 100%;
    max-width: 580px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.act-info-c.nomaxw{
	max-width: none;
}
div.min-fotbollsutveckling div.act-info-c{
	max-width: none;
}
div.min-fotbollsutveckling div.done-info-c{
	max-width: none;
}
div.act-info-c.mvar{
	margin-bottom: 15px;
}


div.done-info-c{
    padding: 15px 15px 15px 15px;
    background-color: #fcf5bd;
    color: #333;
    width: 100%;
    max-width: 580px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.done-info-c p{
    margin: 15px 0px 0px 0px;
    font-size: 16px;
    line-height: 22px;
}
div.done-info-c p:first-child{
    margin: 0px 0px 0px 0px;
}

div.cart-amount-c input{
	text-align: center;
	width: 60px;
	height: 49px;
	font-size: 20px;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.buy-info-c{
	margin-top: 21px;
	width: 370px;
	padding: 10px 10px 15px 15px;
	height: auto;
	background-color: #f0f0f0;
	color:#333;
	font-size: 15px;
	font-weight: 400;
}
div.buy-info-c div{
	padding-top: 3px;
}
div.buy-info-c div span{
	margin-right: 5px;
}


div.fancybox__container .fancybox__backdrop{
	background-color: rgba(255, 255, 255, 0.98);
}

img.zoom-icon{
	display: none;
	position: absolute;
	right: 20px;
	top:20px;
	width: 55px;
	height: 55px;

}
div.prod-left div.img a:hover img.zoom-icon, div.prod-left a.img:hover img.zoom-icon{
	display: block;
}
div.prod-left div.img a:hover, div.prod-left a.img:hover{
	cursor: zoom-in;
}




.checktable{
	display: table;
	padding: 0px;
    margin: 12px 0px 0px 0px;
    width: 100%;
    border: 1px solid #d9d9d9;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0px;
    table-layout: fixed;
}
.checktable.total{
	margin: 0px 0px 0px 0px;
	-webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #d9d9d9;
}

.checktr{
	display: table-row;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.checktd{
	display: table-cell;
	border-top: 1px solid #ccc;
    padding: 16px 10px 13px 20px;
    vertical-align: top;
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
    font-size: 18px;
    line-height: 22px;
}
.checktd img{
	display: block;
}
.checktr.head .checktd{
    border-top: none;
    background-color: #ececec;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em;
    padding-top: 19px;
    padding-bottom: 19px;

}
.checktr.head .checktd.ben{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.checktr.head .checktd.rem{
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.checktd label{
	display: none;
}

.checktd.ben{
	text-align: left;

}
.checktd.pris{
	width:145px;
	text-align: right;

}
.checktd.ant{
	width:178px;
	padding-left:68px;
	text-align: left;
}
.checktd.ant span{
	font-size: 16px;
	line-height: 16px;
}
.checktd.sum{
	width:131px;
	text-align: right;
}
.checktd.rem, .checktd.rem-tot{
	width:58px;
	padding-left:22px;
	text-align: right;
}
.checktd.rem-tot{
	border-top:none;
}

.checktd.str{
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.03em;
	width: auto;
    text-align: right;
    border-top:none;
}
.checktd.tot{
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.03em;
    width: 160px;
    text-align: right;
    border-top:none;
}
.checktd.str span, .checktd.tot span{
	font-weight: 400;
	font-size: 14px;
}

.checktd a, .checktd span.ben{
	font-weight: 700;
	text-decoration: none;
}

div.caminus{
	float: left;
	padding-right: 0px;
	padding-top:0px;
	cursor: pointer;
	min-height: 1px;
	width: 16px;
	text-align: right;
}
div.caam{
	float: left;
	min-width: 32px;
	padding-left:4px;
	padding-right:4px;
	text-align: center;
}
div.caam.order{
	padding-left:16px;
}
div.caplus{
	float: left;
	padding-left: 0px;
	padding-top:0px;
	cursor: pointer;
	min-height: 1px;
	width: 16px;
}
div.carem{
	cursor: pointer;
}

br.checkbr{
	display: none;
}

span.frifrakt{
	font-size: 20px;
	line-height: 20px;
}

div.ch-logo, div.spec-body{
	padding:15px 21px 0px 21px;
}
div.ch-logo.klfo{
	padding:45px 21px 0px 21px;
}

div.spec-head{
	margin-top:46px;
	font-size: 22px;
	line-height: 22px;
	padding:13px 0px 0px 14px;
	height: 46px;
	background-color: #ececec;
	letter-spacing: 0.03em;
}
div.spec-head.ch{
	padding:13px 0px 0px 20px;
}
div.spec-head.ch.paym{
	margin-bottom: 20px;
}


div.ch-uppg-cont{
	position: relative;
	padding-top:20px;
	padding-left:20px;
}
div.ch-uppg-cont div.disable-layer{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #fff;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

div.ch-uppg-f{
	width: 100%;
	max-width: 580px;
	margin-bottom: 15px;
}
div.ch-uppg-l{
	float: left;
	width: 300px;
}
div.ch-uppg-r{
	float: left;
	width: 300px;
}

div.ch-uppg-fie{
	padding-right: 20px;
}
div.ch-uppg-fie input, div.ch-uppg-fie select, div.ch-uppg-fie textarea{
	width: 100%;
}

div.villkor-cont{
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.villkor-cont{
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.checkout-opt.l{
	float:left;
	width: 40px;
	padding-top: 0px;
}
div.checkout-opt.l input{
	cursor: pointer;
	width: 24px;
	height: 24px;
	
}
div.checkout-opt.r{
	float:left;
	width: 300px;
	width: calc(100% - 40px);
	padding-top: 3px;
}

div.complete-but-c{
    padding-top:25px;
    padding-left:10px;
}

div.cartErrinfo{
	padding: 15px 15px 15px 15px;
	background-color: #c51919;
	color:#fff;
	width: 100%;
	max-width: 580px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.payment-info-c{
	margin-bottom: 40px;
	padding: 15px 15px 21px 15px;
	border:5px solid #90d58b;
	color: #333;

	background-image: url(/im/swish-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-position: left 28px top 23px;


	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.payment-info-c div.inner{
	padding-left: 100px;
}
div.payment-info-c div span.header{
	font-size: 28px;
}
div.payment-info-c div p{
	font-size: 18px;
	margin-bottom: 0px;
}
div.payment-info-c div p.f{
	margin-bottom: 10px;
}

div.payment-info-data{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0% 0% 0% 0%;
}
div.payment-info-data span{
	font-size: 18px;
}
div.payment-info-data span.le{
	width: 125px;
	font-weight: 700;
}
div.payment-info-data span.ri{
	width: calc(100% - 125px);
}

div.login-c{
	padding: 20px 50px 45px 50px;
	background-color: #fff;
}
div.login-c div.heading{
	padding: 10px 0px 10px 0px;
}
div.login-c div.heading p, div.login-c p{
	font-size: 18px;
}
div.login-c input, div.login-c select{
	width: 100%;
	margin-bottom: 15px;
}
div.login-c select option{
	color:#333;
}

div.login-c input:first-child{
	margin-bottom: 15px;
}

div.forgot-pass-c{
	padding-top: 30px;
	text-align: center;
}
div.forgot-pass-c a{
	color:#999;
}
div.login-c div.blue-but{
	width: 100%;
}
div.become-member-c{
	margin-top: 40px;
	padding-top: 35px;
	text-align: center;
	border-top: 1px solid #ccc;
}
div.small-heading{
	padding-bottom: 10px;
	font-size: 20px;	
}
div.login-c div.act-info-c{
	margin-bottom: 15px;
	text-align: center;
}

div.profile-pic{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
    display: flex;
	align-items: center;
    justify-content: center;
}
div.profile-pic img{
	height: 100%;
	width: 100%;
	max-width: none;
	max-height: none;
	/*
	height: auto;
	width: auto;
	max-width: none;
	max-height: 100%;
	*/
	object-fit: cover;
}

div.profpic-c{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
    width: 100%;
    padding: 15px 0% 0% 0%;
}
div.profpic-l{
	width: 150px;
}
div.profpic-c label{
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}

div.menu-mob-overlay{
	display: none;
}

div.member-section{
	padding-bottom: 40px;
}
div.member-section.first{
	padding-bottom: 20px;
}
div.member-section.last{
	padding-bottom: 20px;
}
div.member-section.nopaddbott{
	padding-bottom: 0px;
}

div.member-section.utveckling h3{
	padding-left: 10px;
}

div.record-outer{

}
div.record-c{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0% 0% 0% 0%;
    background-color: #fff;
    border-radius: 5px;
}
div.record-c:nth-child(even){
	background: #f0f0f0;
}
div.record-c.playerrow{
	cursor: pointer;
}
div.record-c.playerrow:hover{
	font-weight: 700;
}

div.record-c div.record{
	width: 80px;
	padding: 10px 10px 10px 10px;
}
div.record-c div.date{
	padding: 10px 10px 10px 10px;
}

div.record.head, div.date.head, div.name.head, div.year.head{
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	padding-bottom: 3px;
}
div.record-c div.record.head{
	padding-left: 0px;
}


div.record-c div.img{
	width: 90px;
	padding: 10px 10px 10px 10px;
}
div.record-c div.name{
	width: calc(100% - 240px);
	padding: 10px 10px 10px 10px;
}
div.record-c div.year{
	width: 150px;
	padding: 10px 10px 10px 10px;
}

div.record-c div.img div.profile-pic{
	width: 50px;
	height: 50px;
}

div.rekord-namn-eget-c{
	padding-top: 10px;
}

div.dayl-c{
	position: relative;
	background-color: #f0f0f0;
    border-radius: 5px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
}
div.dayl-c::before{
	content: attr(data-dayno);
	display: block;
	position: absolute;
	top:12px;
	left: -41px;
	font-size: 14px;
	color:#999;
	width: 30px;
	text-align: center;
}
div.dayl-c.today{
	border: 2px solid #999;
}
div.dayl-c.today::after{
	content: 'idag';
	display: block;
	position: absolute;
	top:11px;
	right: -38px;
	font-size: 14px;
	color:#999;
}
div.dayl-c.note{
	background-color: #fcf5bd;
}
div.dayl-c.done{
	background-color: #bae6bc;
}
div.dayl-c.note div.done-info-c{
	background-color: #f0f0f0;
}
div.dayl-c form{
	margin-top: 0px;
}
div.dayl-c label{
	display: block;
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
	padding: 6px 0px 3px 3px;
}
div.dayl-c label:first-child{
	padding-top: 3px;
}
div.dayl-head{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
}
div.dayl-head.bo{
	font-weight: 700;
}
div.dayl-l{

}
div.dayl-r{

}
div.dayl-r .fa-circle-arrow-up{
	display: none;
}
div.dayl-body{
	display: none;
	padding: 0px 15px 20px 15px;
	user-select: none;
}
div.dayl-body input.tfield, div.dayl-body select.tfield{
	height: 40px;
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
}
div.dayl-body select.tfield{
	color:#999;
}
div.dayl-body select.tfield.picked{
	color:#000;
}

div.dayl-but-c{
	padding-top: 10px;
}

div.list-c{
  display: grid;
  grid-template-columns: 30px 280px 40px calc(50% - 203px) calc(50% - 203px) 26px 30px;
}
div.list-c.nopre{
  grid-template-columns: auto auto auto;
}
div.list-c.nopre.add-ovning{
	grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
}


div.list-c div.list-item.item-header{
	font-weight: 700;
	align-self: center;
}
div.list-c div.list-item.item-header.one{
	grid-column-start: span 2;
}
div.section-records div.list-c div.list-item.item-header.one{
	grid-column-start: span 3;
}

div.list-c div.list-item.item-header.thr{

}
div.list-c div.list-item{
	padding: 10px 10px 10px 10px;
}
div.list-c div.list-item.span-2{
	grid-column-start: span 2;
	padding-right: calc(50% + 10px);
}
div.list-c div.list-item.span-2-record{
	grid-column-start: span 2;
}
div.list-c div.list-item.span-3-record{
	grid-column-start: span 3;
}
div.list-c div.list-item.br-tlbl-5{
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.list-c div.list-item.span-3, div.list-c div.list-item.item-header.one.span-3{
	grid-column-start: span 3;
}
div.list-c div.list-item.span-4, div.list-c div.list-item.item-header.one.span-4{
	grid-column-start: span 4;
}
div.list-c div.list-item.add{
	padding: 10px 0px 10px 0px;
}
div.list-c div.list-item.pre{
	padding: 10px 0px 10px 10px;
}
div.list-c div.list-item.pre span.fa-circle-chevron-up{
	display: none;
}
div.list-item.two, div.list-item.thr{
	text-align: center;
}
div.list-c div.list-item.gr{
	background-color: #f0f0f0;
}

div.list-c div.list-item.show-more{
	display: none;
	grid-column-start: span 7;
	padding: 10px 40px 20px 40px;
	margin-top: -5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
div.list-c div.list-item.edit-training-c{
	display: none;
	grid-column-start: span 7;
	padding: 5px 0px 20px 0px;
	margin-top: -5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

div.list-c div.list-item.youtube-fields-c{
	display: grid;
	grid-template-columns: 50% 50%;
}
div.list-c div.list-item.youtube-fields-c div.yt-1{
	padding-right: 10px;
}
div.list-c div.list-item.youtube-fields-c div.yt-2{
	padding-left: 10px;
}

div.list-c div.list-item.long{
	grid-column-start: span 3;
}
div.list-c div.list-item.newrow{
	padding-bottom: 0px;
	padding-top: 15px;
	padding-left: 10px;
}
div.list-c div.list-item.newrow.editrow{
	padding-top: 0px;
}
div.list-item input.tfield, div.list-item select.tfield, div.list-item textarea.tfield{
	height: 40px;
	padding: 0px 10px 0px 10px;
	margin-bottom: 0px;
	font-size: 14px;
}
div.list-item textarea.tfield{
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;	
}

div.list-item select.tfield{
	color: #999;
}
div.list-item select.tfield.picked, div.list-item select.tfield optgroup{
	color: #000;
}

div.list-item.pre{
}
div.list-item.pre span{
	cursor: pointer;
}

div.list-c div.list-item.notoppadd{
	padding-top: 0px;
}

div.list-c div.list-item div.more-yt-links{
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}
div.list-c div.list-item div.more-yt-links span{
	text-decoration: none;
	margin-right: 5px;
}

div.new-trick-c{
	display: none;
}

div.list-c div.list-item.ytextra, div.list-c div.list-item.ytextra-edit{
	display: none;
}

div.list-item.tal-left{
	text-align: left;
}
div.list-c div.list-item.item-header.tal-left{
	text-align: left;
}
 

.deskt-name-str{
	display: inline;
}
.mob-name-str{
	display: none;
}

div.member-section.utveckling{
	background-color: #f0f0f0;
	padding: 15px 10px 7px 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 50px;
	border-radius: 10px;
}
div.member-section.utveckling.add-section{
	background-color: #fff;
	padding: 0px 0px 20px 0px;
}
div.member-section.utveckling form{
	margin-top: 0px;
}
div.member-section.utveckling div.list-c div.list-item.gr{
	background-color: #fff;
}
div.member-section.utveckling div.list-c div.list-item.gr{
	background-color: #fff;
}
div.member-section.utveckling div.list-c div.list-item.yt{
	padding-top: 14px;
	padding-bottom: 6px;
}
div.member-section.utveckling div.list-c div.list-item.yt img{
	width: 20px;
	vertical-align: top;
}

div.member-section.utveckling div.list-c div.list-item.pre{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
}
div.member-section.utveckling div.list-c div.list-item.del{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	
}
div.list-c div.list-item.edit, div.list-c div.list-item.del{
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font-size: 14px;
	padding-top: 12px;
	padding-right: 10px;
}
div.list-c div.list-item.edit{
	padding-right: 6px;
}
div.list-c div.list-item.edit span, div.list-c div.list-item.del span{
	cursor: pointer;
}

div.list-item div.list-q{
	font-size: 14px;
	font-weight: 700;
}
div.list-item div.list-a{
	font-size: 14px;
	padding-bottom: 10px;
}

div.yt-links{
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
div.yt-links div.yt-link{
	position: relative;
}
div.yt-links div.yt-link span{
	font-size: 16px;
	position: absolute;
	right: -5px;
	top: -5px;
	color: #e1e1e1;
	background-image: url(/im/black-dot-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.5));
}
div.yt-links div.yt-title{
	padding: 3px 0px 10px 0px;
	font-size: 12px;
}
div.yt-links div.yt-title .edit-icon{
	display: inline-block;
	cursor: pointer;
	font-size: 10px;
}

div.my-section-body{
	display: none;
	padding-bottom: 13px;
}

div.dev-section-head-l span.fa-circle-chevron-up{
	display: none;
}
div.dev-section-head-l.arrows{
	justify-self: center;
	padding-top: 2px;
	cursor: pointer;
}
div.section-name-str{
	cursor: pointer;
}

div.dev-section-head-c{
	display: grid;
	grid-template-columns: 30px auto 30px 35px;
	height: 34px;
}
div.dev-section-head-l{
	
}
div.dev-section-head-r{
	text-align: center;
	padding-top: 4px;
}
div.dev-section-head-r span{
	cursor: pointer;
	font-size: 20px;
}

div.dev-section-head-c div.section-name-form{
	display: none;
}

div.section-name-form{
	display: grid;
	grid-template-columns: 360px auto;
	padding-left: 10px;
	margin-top: -6px;
}
div.login-c input.tfield.section-name{
	height: 40px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}
div.section-name-form div.blue-but{
	max-width: 120px;
	height: 40px;
	padding-top: 10px;
	font-size: 14px;
}

div.section-name-but-c{
	padding-left: 10px;
}

div.section-extra-info{
	padding: 0px 0px 0px 10px;
}

div.my-records-c::before{
	display: block;
	content: '';
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	padding: 25px 0px 0px 0px;
	margin: 40px 10px 0px 10px;
	border-top: 2px solid #ccc;
}
div.new-record-c{
	display: none;
}

span.fotspan{
	font-weight: 700;
	font-size: 14px;
}

div.main-content{
	float: right;
	padding-left: 100px;
	width: calc(100% - 250px);
	text-align: left;
}

div.sidebar-cont{
	float:left;
	width: 250px;
	padding-top:7px;
}
div.sidebar{
	width: 100%;
}
div.sidehead{
	width:100%;
	background-color: #1c1c1c;
	padding:9px 0px 0px 15px;
	height: 44px;
	color:#fff;
	font-size: 20px;
	font-weight: 400;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}
div.sidebody{
	width:100%;
	border: 1px solid #d9d9d9;
	border-top: none;
	padding:0px;
	font-size: 16px;
}

div.sidebody a{
    display: block;
	width: 100%;
    padding: 12px 5px 11px 15px;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    box-sizing: border-box;
    color:#333;
    border-top: 1px solid #d9d9d9;
    letter-spacing: 0.01em;
}
div.sidebody a.f{
	border-top: none;
}
div.sidebody a:hover, div.sidebody a.m{
	background-color: #ececec;
    text-decoration: underline;
}

div.sidebody a.info{
	padding-left: 39px;
	background-image: url(/im/info.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-position: left 12px  top 12px;
}

div.player-list-c{
	margin-top: 20px;
	display: grid;
	grid-template-columns: 80px auto auto auto;
}
div.player-list-c.records{
	grid-template-columns: 80px auto auto auto auto;
}

.player-col{
	padding: 10px 10px 10px 10px;
	display: flex;
	align-items: center;

    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}
.player-col.headerrow{
	font-weight: 700;
}
.player-col.singlerow{
	grid-column-start: span 4;
}


.player-col.player-img{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.player-col.player-country{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.player-col.gr{
	background-color: #f0f0f0;
}

.player-col.player-name span{
    font-weight: 700;
}

.player-col div.profile-pic{
	width: 60px;
	height: 60px;
}

.player-col.player-name.headerrow{
	grid-column-start: span 2;
}
.player-col.list-spinner{
	grid-column-start: span 4;
	font-size:30px;
	padding-top: 20px;
}
div.filter-c{
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	gap: 10px;
	justify-content: space-between;
}
div.filter-c input{
	width: 100%;
}
div.filter-c div.filter-col{
	width: auto;
}

div.blue-but.slim{
	margin-left: 0px;
	width: 100px;
	padding: 10px 10px 0px 10px;
	height: 40px;
}

body.klarad-120-dagarsutmaning .profpic-c{
	padding-bottom: 15px;
}
body.klarad-120-dagarsutmaning .profpic-l{
	width: 130px;
}
body.klarad-120-dagarsutmaning .profpic-r p{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0px;
}

.show-all-120-challenge{
	display: none;
}


div.min-fotbollsutveckling-cont h1{
	font-size:40px;
	line-height: 48px;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	text-transform:none;
}
div.min-fotbollsutveckling-val{
	margin:0px 0px 30px 0px;
}

.grid-cont{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	justify-content: space-between;
	gap: 20px 20px;
	padding-bottom: 75px;
}
.grid-cont .grid-folder{
	display: block;
	position: relative;
	background-color: #ccc;
	margin-bottom: 0px;
	padding: 20px 20px 20px 20px;
	text-align: center;

	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color:#2198d6;
	text-decoration: none;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.07);
	/*
    background: linear-gradient(119deg,
    rgba(33,152,214,0.02) 0%,
    rgba(33,152,214,0.07) 100%);

	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,0.1) 60%, rgba(33,152,214,0.07) 100%);
	background: #fafafa;
	*/
	
}
.grid-cont .grid-folder.prio{
    border: 2px solid #fff685;
    background-color: #fffeef;
    border-radius: 10px;
}
.grid-cont .grid-folder.extra-padding{
	padding-bottom: 40px;
}

.grid-folder .folder-img{
	display: flex;
	height: 112px;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
}
.grid-folder .folder-img img{
	max-width: 80%;
	max-height: 80%;
	display: block;
}
.icon-ovrl{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.grid-folder .folder-img svg{
	max-width: 60%;
	max-height: 60%;
	fill: #2198d6;
}

.grid-folder .cl{
	position: absolute;
	right: 2px;
	top: 0px;
	width: 28px;
	height: 28px;
	padding: 8px;
	cursor: pointer;
	z-index: 500;
}
.grid-folder .cl img{
	width: 100%;
	vertical-align: top;
}



.move-folder-handle{
	position: absolute;
	right: 30px;
	top: -5px;
	width: 34px;
	height: 34px;
	padding: 8px;
	padding-right: 2px;
	cursor: pointer;
	cursor: move;
	z-index: 700;
	background-image: url(/im/move-icon.svg);
	background-position: center center;
	background-position: top 6px left 8px;
	background-repeat: no-repeat;
	background-size: 26px;
}
.move-folder-handle .handleoverlay{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 500;
	background-color: #000;
	opacity: 0.5;
}
.move-folder-handle img{
	width: 100%;
	vertical-align: top;
}

.grid-folder.add .folder-img svg{
	fill: #444;
}
.grid-folder.add{
	color: #444;
}

.icon-ovrl{
	z-index: 200;
}

.add-outer{
	display: flex;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top:0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	align-items: center;
	transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
.add-outer.open{
	visibility: visible;
	opacity: 1;
}
.add-inner{
	position: relative;
	max-width: 90%;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px 30px 50px 30px;
	max-height: 100vh;
	width: 500px;
	filter: drop-shadow(0px 0px 6px #000);
}
.add-inner h2{
	margin-bottom: 20px;
}
.add-inner .tfield{
	font-size: 16px;
	height: 50px;
	width: 100%;
	margin-bottom: 15px;
}
.add-inner textarea.tfield{
	height: 92px;
	padding-top: 12px;
}
.add-inner .blue-but{
	width: 100%;
}

.add-inner .cl{
	position: absolute;
	right: 2px;
	top: 0px;
	width: 28px;
	height: 28px;
	padding: 8px;
	cursor: pointer;
}
.add-inner .cl img{
	width: 100%;
	vertical-align: top;
}

































.custom-select {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  height: 50px;
}

.custom-select .dropdown {
  list-style: none;
  padding: 0;
  display: none;
}

.dropdown .img-wrapper,
.placeholder .img-wrapper {
	box-sizing:border-box;
	display: inline-block;
	max-width: 40px;
	padding-right: 10px;
}

.dropdown img,
.placeholder img {
  max-width: 100%;
}

.placeholder {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.placeholder::before,
.placeholder::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 10px;
  background-color: #666;
  position: absolute;
  right: 0;
}

.placeholder::before {
  transform: rotate(45deg);
  right: 20px;
}

.placeholder::after {
  transform: rotate(-45deg);
  right: 15px;
}

.custom-select.active .placeholder::after {
  right: 20px;
}

.custom-select.active .placeholder::before {
  right: 15px;
}

.custom-select.active .dropdown {
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 6px 1px #666;
  position: absolute;
  top: 48px;
  right: -1px;
  left: -1px;
  min-width: 100%;
  border: 1px solid #ccc;
}

.custom-select.active .dropdown.icondropdown{
	max-height: 50vh;
	overflow-y: auto;
}
.custom-select .dropdown.icondropdown li{
	margin-top: 0px !important;
}

.dropdown li {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.dropdown li:hover {
  background-color: #2198d6;
  color:#fff;
}


.folder-header{
	display: flex;
	column-gap: 15px;
}
.folder-header .img{
	
}
.folder-header .img img{
	padding-top: 5px;
	max-height: 38px;
	width: 38px;
}
.folder-header .txt{
	
}
.folder-header .edit{
	padding-left: 10px;
	padding-top: 22px;
	font-size: 14px;
}
.folder-header .clone-icon{
	padding-left: 10px;
	padding-top: 16px;
	font-size: 14px;
	max-width: 40px;
}
.folder-desc{
	padding-top: 15px;
}
.folder-desc p{
	font-size: 14px;
	line-height: 1.3em;
}

div.min-fotbollsutveckling-cont{
	position: relative;
}

div.breadcrumbs{
	padding-top: 10px;
	padding-left: 2px;
	font-size: 14px;
	color: #777;
	padding-bottom: 20px;
}
div.breadcrumbs a{
	text-decoration: none;
}
div.breadcrumbs a:hover{
	text-decoration: underline;
}

.edit-folder-but,
.edit-training-but,
.move-copy-training-but,
.copy-folder-but,
.clone-training-but,
.clone-folder-but
{
	cursor: pointer;
	min-width: 80px;
}
.edit-folder-but .linktxt, .edit-training-but .linktxt{
	text-decoration: none;
}
.edit-folder-but:hover .linktxt,
.edit-training-but:hover .linktxt,
.move-copy-training-but:hover .linktxt,
.copy-folder-but:hover .linktxt,
.clone-training-but:hover .linktxt,
.clone-folder-but:hover .linktxt
{
	text-decoration: underline;
}

.check-c{
	display: flex;
	width: 100%;
	margin-bottom: 15px;
	align-items: center;
}
.check-c .check-l{
	width: 35px;
}
.check-c .check-r{
	width: auto;
}

input.checkinput{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.add-training-c h4{
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
}

.check-grid{
	display: grid;
	width: 100%;
	margin-bottom: 30px;
	align-items: top;
	grid-template-columns: 35px calc(100% - 35px);
	row-gap:5px;
}
.check-grid .check-l{
	
}
.check-grid .check-l.align-c{
	align-self: center;
}
.check-grid .check-r{
	padding-top: 2px;
}
.check-grid .check-r.full{
	grid-column: span 2;
}

.check-grid select.tfield{
	color:#333;
	font-size: 16px;
	line-height: 20px;
	height: 36px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 5px;
	border-radius: 3px;
}

.check-grid.align-left input.checkinput{
	width: 20px;
}

.tox-promotion, .tox .tox-statusbar__branding svg, .tox .tox-menubar{
	display: none !important;
}


.training-content-cont{
	display: grid;
	grid-template-columns: 48% 48%;
    justify-content: space-between;
}

.training-content{
	padding: 20px 30px 30px 30px;
	background-color: #fff;
	margin: 20px 0px 50px 0px;
	width: 100%;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.07);
	border-radius: 10px;
}
.training-content input.textinput{
	width:100%;
	font-size: 14px;
	height: 36px;
	margin: 0px 0px 0px 0px;
    font-weight: 400;
    border: 1px solid #ccc;
    padding: 0px 10px 0px 10px;
    border-radius: 0px;
}
.training-content select.selinput{
	min-width:150px;
	font-size: 14px;
	height: 36px;
	margin: 0px 0px 0px 0px;
    font-weight: 400;
    border: 1px solid #ccc;
    padding: 0px 10px 0px 10px;
    border-radius: 0px;
}
.training-content select.selinput.tidsel{
	min-width: auto;
}

.training-content select.selinput.saved{
	border: 2px solid #04a600;
	border-radius: 5px;
}

.training-content input.blue-but{
	width:100%;
	font-size: 14px;
	height: 36px;
	margin: 0px 0px 0px 0px;
    font-weight: 700;
    border: none;
    padding: 0px 10px 0px 10px;
}

.blue-but.reset-to-template-but{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #ddd;
	color:#444;
	padding: 8px 10px 0px 10px;
	height: 36px;
	font-size: 14px;
	width: 200px;
}



.training-content h3{
	font-size: 16px;
    font-weight: 700;
	margin: 15px 0px 2px 0px;
}

.record-grid{
	display: grid;
	width: 100%;
	grid-template-columns: auto auto auto;
	row-gap:2px;
	justify-content: start;
}
.record-grid.hist{
	margin-left: -10px;
	grid-template-columns: 140px calc(100% - 176px) 36px;
}
.record-grid.hist .rekord-datum, .record-grid.hist .rekord-varde{
	padding: 5px 10px 5px 10px;
	width: 100%;
}
.record-grid.hist .rekord-fullcol{
	padding: 0px 10px 0px 10px;
}
.record-grid.hist .rekord-del,
#checklista-cont-id .checklist-del,
#checklista-cont-id .checklist-checkbox
{
	padding-top: 0px;
	padding-bottom: 0px;
	display: flex;
	align-items: center;
	padding-right: 10px;
}
.record-grid.hist .rekord-del span{
	cursor: pointer;
}
#checklista-cont-id .checklist-checkbox{
	padding-left: 5px;
}

.checklist-sortable-row{
	grid-column: span 3;
    display: flex;
	cursor: pointer;
}
#checklista-cont-id .checklist-sortable-row .checklist-checkbox{
	width: 33px;
}
#checklista-cont-id .checklist-sortable-row .checklist-txt{
	width: calc(100% - 69px);
}
#checklista-cont-id .checklist-sortable-row .checklist-del{
	width: 36px;
}



.record-grid .rekord-datum{
	width: 150px;
}
.record-grid .rekord-datum input::placeholder{
	font-size: 12px;
}
.record-grid .rekord-varde{
	width: 164px;
	padding-left: 20px !important;
}
.record-grid .rekord-varde.tid-cont{
	display: flex;
	flex-wrap: wrap;
	width: 240px;
}
.record-grid .rekord-varde.tid-cont div.tid-c{
	width: calc(100% / 3);
}
.record-grid .rekord-varde.tid-cont.min_sek div.tid-c{
	width: calc(100% / 2);
}
.record-grid .rekord-varde.tid-cont .tid-c.tim{
	padding-right: 5px;
}
.record-grid .rekord-varde.tid-cont .tid-c.min{
	padding-right: 5px;
}
.record-grid .rekord-varde.tid-cont .tid-c select{
	width: 100%;
}

.record-grid .rekord-varde.betyg{
	padding-left: 33px !important;
}
.record-grid .rekord-del{
	width: 36px;
}

.record-grid .gr{
	background-color: #f0f0f0;
}

.record-grid .rekord-varde.span2{
	grid-column: span 2;
	text-align: center;
}
.record-grid .rekord-submit{
	width: 160px;
	padding-left: 20px;
}
.record-grid .rekord-fullcol{
	grid-column: span 3;
}

.mfu-fritext-c{
	padding-top:20px;
	max-width: 800px;
	min-height: 300px;
}
.fritext-submit{
	margin-top: 15px;
	width: 120px;
}


.checklist-grid{
	display: grid;
	width: 100%;
	grid-template-columns: 33px calc(100% - 69px) 36px;
	row-gap:2px;
	justify-content: start;
	padding-top: 15px;
}
.checklist-checkbox{
	width: 100%;
	padding-top:3px;
	padding-bottom: 3px;
}
.checklist-checkbox input{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.checklist-txt{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 3px;
}
.checklist-txt i{
	font-size: 12px;
	cursor: pointer;
}
#checklista-cont-id .checklist-txt{
	padding-bottom: 5px;
}
.checklist-del{
	padding-top: 6px;
}
.checklist-del span{
	cursor: pointer;
}
.checklist-fullcol{
	width: 100%;
	padding-top: 2px;
	grid-column: span 2;
}
.checklist-checkbox.gr{
	background-color: #eee;
}
.checklist-txt.gr{
	background-color: #eee;
}
.checklist-del.gr{
	background-color: #eee;
}


.checklist-add-grid{
	display: grid;
	width: 100%;
	grid-template-columns: auto auto;
	row-gap:2px;
	justify-content: start;
}
.checklist-add-grid .checklist-add-fullcol{
	grid-column: span 2;
}
.checklist-add-punkt{
	width: 300px;
}
.checklist-add-grid .checklist-add-submit{
	width: 140px;
	padding-left: 20px;
}


.hurviktig-add-grid{
	display: grid;
	width: 100%;
	grid-template-columns: auto auto;
	row-gap:2px;
	justify-content: start;
	padding-top: 15px;
}
.hurviktig-hurviktig-input{
	width: 150px;
}
.hurviktig-submit{
	width: 140px;
	padding-left: 20px;
}

#hur-viktig-scale-outer-c, #hur-bra-scale-outer-c{
	margin-top: 15px;
}
.scale-cont{
    height: 32px;
    width: 290px;
    border: 1px solid #999;
    border-radius: 7px;
    overflow: hidden;
}
.scale-cont .scale-fill{
	background-color: #349134;
	height: 30px;
	width: 20%;
	/*background: linear-gradient(90deg, rgba(52,145,52, 0.2) 0px, rgba(52,145,52, 1) 200px);*/
	background-color: #fff;
}
.scale-cont .scale-fill[data-percent="20"] {
  background-color: #f9fa7f; /* gult */
}
.scale-cont .scale-fill[data-percent="40"] {
  background-color: #60c24d; /* grönt */
}
.scale-cont .scale-fill[data-percent="60"] {
  background-color: #2198d6; /* blått */
}
.scale-cont .scale-fill[data-percent="80"] {
  background-color: #ba872f; /* brunt */
}
.scale-cont .scale-fill[data-percent="100"] {
  background-color: #1c1c1c; /* svart */
}

.scale-cont.on-card + .hur-bra-small {
	color:#444;
}
.scale-cont.on-card:has(.scale-fill[data-percent="40"]) + .hur-bra-small,
.scale-cont.on-card:has(.scale-fill[data-percent="60"]) + .hur-bra-small,
.scale-cont.on-card:has(.scale-fill[data-percent="80"]) + .hur-bra-small,
.scale-cont.on-card:has(.scale-fill[data-percent="100"]) + .hur-bra-small
{
	color:#fff;
}

.hurviktig-snitt-cont{
	padding-top: 10px;
}
.hurviktig-snitt-cont h3{
	margin-bottom: 0px;
}
.hurviktig-snitt-cont .scale-cont{
	margin-top: 7px;
}

h2.youtube{
	background-image: url(/im/yt-icon.png);
	background-position: left center;
	background-position: left 0px top 5px;
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-bottom: 20px;
}
.youtube-add-grid{
	display: grid;
	width: 100%;
	grid-template-columns: calc(100% - 140px) 140px;
	row-gap:10px;
	justify-content: start;
	padding-top: 7px;
}
.youtube-url{
	width: 100%;
	grid-column: span 2;
}
.youtube-title{
	width: 100%;
}
.youtube-submit{
	width: 100%;
	padding-left: 20px;
}
.youtube-add-cont h3{
	margin-top: 15px;
}

.hur-bra-small{
	position: absolute;
    left: 10px;
    bottom: 7px;
    width: 30px;
    height: 22px;
    font-size: 14px;
    font-weight: 400;
}
.scale-cont.on-card{
	position: absolute;
	bottom: 5px;
	left: 5px;
	max-width: calc(100% - 10px);
	line-height: 10px;
	height: 25px;
}

.info-icon{
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
}
.info-icon svg{
	width: 100% !important;
	height: 100% !important;
}
.info-icon span{
	display: none;
}

.fotboll-tooltip{
	border: none !important;
	font-size: 14px !important;
	border-radius: 5px;
	padding: 15px !important;
	background-color: #f8f8f8 !important;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
}

div.records-cont{
	padding-top: 30px;
}
div.records-list{
	display: grid;
	grid-template-columns: 80px 80px 80px repeat(2, calc(calc(100% / 2) - 160px));
	grid-template-columns: auto 125px repeat(2, auto);
	grid-template-columns: repeat(4, auto);
	font-size: 16px;
}
div.records-list div.member, div.records-list div.result, div.records-list div.club-team, div.records-list div.country{

    padding: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
}
div.records-list div.gr{
	background-color: #f0f0f0;
}
div.records-list .heading{
	background-color: #1c1c1c;
	color:#fff;	
	font-weight: 600;
}
div.records-list .country{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
div.records-list .member{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.records-list .member-inner{
	display: flex;
	align-items: center;
}
div.records-list .member-inner .profile-pic{
	width: 60px;
	height: 60px;
	padding: 0px 0px 0px 0px;
}
div.records-list .member-inner .member-info{
	padding: 0px 0px 0px 20px;
	font-size: 14px;
}
div.records-list .member-inner .member-info strong{
	font-size: 16px;
}

.player-list-c.records .player-col.player-name span.rekord-datum-span,
.player-list-c.records .player-col.player-name span.rekord-ar-span,
.player-list-c.records .player-col.player-name span.rekord-rekord-span,
.player-list-c.records .notdesk
{
	font-size: 14px;
	font-weight: 400;
}
.player-list-c.records .player-col.player-name span.rekord-datum-span{
	display: inline-block;
}
.player-list-c.records .player-col.player-name span.rekord-rekord-span{
	display: none;
	font-weight: 700;
	font-size: 14px;
}
.player-list-c.records .player-col.player-name span.rekord-ar-span{
	font-weight: 600;
}

.sm-yt-icon{
	position: absolute;
	top: 5px;
	left: 5px;
	max-width: 20px;
	line-height: 10px;
}
.sm-clone-icon{
	position: absolute;
	top: 5px;
	left: 5px;
	max-width: 20px;
	line-height: 10px;
}    

.sm-clone-icon + .sm-yt-icon{
	left: 35px;
}

.sm-clone-icon + .info-icon{
	left: 35px;
}

.kloner-sokvagar-cont{
	padding-top: 30px;
}
.kloner-sokvagar-cont a{
	text-decoration: none;
}
.kloner-sokvagar-cont a:hover{
	text-decoration: underline;
}



