/************************************
 * Standard værdier
 ************************************/
html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'verdana', serif;
	font-size: 12px;
    width: 100%;
    height: 100%;
    color:#000000;
}

.float-left {
    float: left;
}

.dn {
    display: none;
}

.nospace {
	padding-left: 0px;
	padding-right: 0px;
}

.padding5 {
    padding: 5px;
}

.margin5 {
    margin: 5px;
}

.form-group-as_newsletter label {
    font-weight: bold;
}

.backgroundimage_back img, .backgroundimage_front img {
    display:none;
}

.rounded {
    border-radius: 3px;
}


.overflow-hidden {
    overflow: hidden;
}


.select-seasonid {
	font-size: 11px; 
	position: absolute; 
	top: 10px; 
	margin-left: 400px;
}

.breadcrumb {
    background-color: #56834b !important;
}

div, span, b, table, tr, td, ul, li, ol, a, i, b {
    box-sizing: border-box;
}

H1 {
    font-size:30px;
    text-transform: uppercase;
}

H2 {
   font-size:20px;
   font-weight: bold;
   font-style: italic;
}

H3 {
    font-size:20px;
}

H1, H2, H3, H4, H5, H6 {
    margin-bottom: 10px;
	margin-top: 0px;
}

P {
	margin-top: 0px;
	margin-bottom: 20px;
}

.fa {
    font-size: 16px;
}
h1.box,
h2.box,
h3.box,
h4.box,
h5.box,
h6.box{
	background-color: black;
	color: white;
	display: inline-block;
	width: auto;
    padding:5px 10px;
}


.whitebox {
	background-color: white;
}

.contain {
	padding: 20px;
}

.vertical_center {
    position: absolute;
    top:50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    left: 15px;
    right: 15px;
}

.loginform .col-xs-6 {
    padding-left:0px;
    padding-right:0px;    
}

label {
	font-weight: 100;
}

.align-left {
	text-align: left;
}
.align-right {
	text-align: center;
}
.align-right {
	text-align: right;
}

.form-control.is-invalid {
	border: 1px solid #ED1847;
}

.margin-right {
    margin-right: 10px;
}

.margin-left {
    margin-left: 10px;
}

a {
	color: #ED1847;
	text-decoration: none;
}

a:hover, a:focus {
	color: #BC193D;
	text-decoration: none;
}

.txt-link {
    color: #000000;
    text-decoration: none;
}

.margin-bottom {
    margin-bottom: 20px;
}
.margin-top {
    margin-top: 20px;
}

.validate-error {
    color: #ED1847;
}

.main.container {
	padding: 0px;
}

[data-type="number"] {
	text-align: left !important;
}

.toolpanel {
	margin-bottom: 5px;
}

.tab-page-view {
    min-height: 200px;
    
}

iframe {
    width :100%;
    border:none;
    min-height: 200px;
}

.filterContent .tablecell {
	display: inline-block;
	padding-top: 2px;
	width: calc(100% - 20px);
	overflow: hidden;
}

.filterContent input[type="checkbox"] {
	float: left;
	margin-right: 5px;
}

.filterContent .form-check-label.form-check-checkall {
	background-color: #f0f0f0;
	padding-bottom: 3px;
	margin-top: -5px;
	padding-top: 2px;
}

.bg_secondary {
	background-color: #6E8F9E !important;
}

.font_bold {
    font-weight: bold;
}

.font_normal {
    font-weight: normal; 
}

.font_color_black {
    color:black;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.editTeamWrapper .dropdown-menu > .disabled > a, .editTeamWrapper  .dropdown-menu > .disabled > a:focus, .editTeamWrapper  .dropdown-menu > .disabled > a:hover {
	color: #d1d1d1;
	background-color: #fafafa;
	opacity: 0;
	display: none;
}

.team_applicant_only_one_line {
	white-space: nowrap;
	overflow: hidden;
	max-width: 150px;
	text-overflow: ellipsis;
}

.team-manager-accept-mail button {
    background-color:black !important;
}


/************************************
* contract box *
************************************/
.lockdown {
    position: absolute !important;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.9);
    z-index: 33333333333;  
    padding-top:20px;  
    overflow: auto;
}






/************************************
 * dataTables
 ************************************/
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: black;
	color: white !important;
	border: none;
}

.form-control.table_seach_filer {
	margin-left: 0px !important;
}


/************************************
 * Input form
 ************************************/

table.dataTable {
	min-width: calc(100% - 5px) !important;
}


.dt-button-background {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 900;
}


.dt-buttons .dt-button-collection::before {
	position: absolute;
	left: 51px;
	right: 0px;
	top: -10px;
	width: 89px;
	background-color: #f5f5f5;
	content: "";
	z-index: 222222;
	height: 10px;
}

.dt-buttons .dt-button-collection {
	position: absolute;
	display: block;
	padding: 6px 10px;
	margin-top: 10px !important;
	background-color: whitesmoke;
	z-index: 901;
    margin-bottom: 20px;
    margin-left: -50px;
}


.dt-buttons .dt-button-collection .dt-button {
    opacity: 0.3;
	padding: 3px 10px;
	background-color: #7a80dd;  
    margin-top: 3px;
    margin-bottom: 3px;
}
.dt-buttons .dt-button-collection .dt-button.active {
    opacity: 1;
}



.uploaded_file_main,
.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 34px;
	margin-bottom: 0;
}

.uploaded_file,
.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 34px;
	margin: 0;
	opacity: 0;
}
.uploaded_file-label,
.custom-file-label {

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 34px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fafafa;
    line-height: 24px;
    color: #555;

}
.uploaded_file-label::after,
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    content: "Browse";
    z-index: 1;
    margin-top: 0px !important;
    vertical-align: top;
    display: block;
    padding: 7px;
    background: #000000;
    color: white;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    max-width: 400px;
    font-size: 14px;
    height: auto;

}



/******************************************/
/* buttons */
/******************************************/

.checklist.btn-group.btn-group-toggle[data-toggle="buttons"] {
    width:100%;
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"][data-count="2"] .btn.btn-secondary {
    min-width:50%;
}

.checklist.btn-group.btn-group-toggle[data-toggle="buttons"][data-count="3"] .btn.btn-secondary {
    min-width:33.33333%;
}

.checklist.btn-group.btn-group-toggle[data-toggle="buttons"][data-count="4"] .btn.btn-secondary {
    min-width:25%;
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"][data-count="5"] .btn.btn-secondary {
    min-width:20%;
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"][data-count="6"] .btn.btn-secondary {
    min-width:16.66666666666667%;
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"][data-count="7"] .btn.btn-secondary {
    min-width:14.28571428571429%;
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"][data-count="8"] .btn.btn-secondary {
    min-width:12.5%;
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"][data-count="9"] .btn.btn-secondary {
    min-width:11.11111111111111%;
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"][data-count="10"] .btn.btn-secondary {
    min-width:10%;
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"][data-count="11"] .btn.btn-secondary {
    min-width:9.090909090909091%;
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"][data-count="12"] .btn.btn-secondary {
    min-width:8.333333333333333%;
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"][data-count="13"] .btn.btn-secondary {
    min-width:7.692307692307692%;
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"][data-count="14"] .btn.btn-secondary {
    min-width:7.142857142857143%;
}

.checklist.btn-group.btn-group-toggle[data-toggle="buttons"] .btn.btn-secondary {
	background-color: black;
	color: white;
    border-radius: 0px;
    margin-left: 0px;
    border: 2px solid black;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-left:1px solid rgba(255,255,255,0.2);
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"] .btn.btn-secondary.border-radius-right,
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"] .btn.btn-secondary:first-child {
    border-radius:10px 0px 0px 10px;
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"] .btn.btn-secondary.border-radius-left,
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"] .btn.btn-secondary:last-child {
    border-radius:0px 10px 10px 0px;
}

.checklist.btn-group.btn-group-toggle[data-toggle="buttons"] .btn.btn-secondary.border-radius-left.border-radius-right {
    border-radius:5px;
}

.checklist.btn-group.btn-group-toggle[data-toggle="buttons"] .btn.btn-secondary.active {
	background-color: #0a8d51;
	color: #ffffff;
    position: relative;
    box-shadow:none;
    border: 2px solid black;
}
.checklist.btn-group.btn-group-toggle[data-toggle="buttons"] .btn.btn-secondary.active::before {
	position: absolute;
	left: -2px;
	right: -1px;
	bottom: -1px;
	top: -2px;
	box-shadow: inset 1px 4px 5px rgba(0,0,0,.3);
	content: '';
}

.checklist.btn-group.btn-group-toggle[data-toggle="buttons"] .btn.btn-secondary:hover {
    opacity: 0.8;
}

.checklist.btn-group.btn-small.btn-group-toggle[data-toggle="buttons"] {
	max-width: 190px;
	margin-top: 5px;
	margin-left: 10px;
}

.checklist.btn-group.btn-small.btn-group-toggle[data-toggle="buttons"] {
	max-width: 100%;
    margin-left: 0px;
}


.checklist.btn-group.btn-small.btn-group-toggle[data-toggle="buttons"] .btn {
    padding:4px;
}

.checklist.btn-group i {
	width: 16px;
	height: 16px;
	background-image: url('/images/check-circle-outline_white.svg');
	background-size: cover;
	display: none;
	margin-right: 5px;
	vertical-align: text-bottom;
}

.checklist.btn-group .btn.active i {
	display: inline-block;
}


.button,
.button:focus,
.button:active {
	padding: 10px 20px;
	border: 2px solid #000000;
	text-align: center;
	background-color: white;
	width: 100%;
	max-width: 400px;
	text-decoration: none;
	color: #000000;
	border-radius: 5px;
	display: block;
}

.button.deactive {
    background-color: #000000;
    color:#ffffff;
}
.button.active {
    
}

.dt-button {
    background: #000000;
    color:white;
    padding:6px;
    margin-bottom:0px;
    text-align: center;
    border: none;
}
.dt-button:hover {
    opacity: 0.8;
}


.button:hover {
    color:#000000;
	text-decoration: none;
}

.submit-button,
input[type="text"],input[type="email"],input[type="password"],input[type="submit"] {
	width: 100%;
	padding: 5px 10px;
	border: none;
	border-radius: 0px;
	background-color: #fafafa;
	margin-bottom: 20px;
    display:block;
    width:100%;
    text-decoration: none;
}


.btn.btn-primary {
	padding: 5px 10px;
	border: none;
	border-radius: 0px;
	background: #fafafa;
	margin-bottom: 20px;
    display:block;
    text-decoration: none;
}



.btn.btn-primary,
.submit-button,
input[type="submit"] {
    background: #000000;
    color:white;
    padding:10px;
    margin-bottom:0px;
    text-align: center;
}


.btn.btn-primary:hover,
.submit-button:hover,
input[type="submit"]:hover {
    text-decoration: none;
    color:white;
    opacity: 0.8;
}

.btn.btn-secondary {
	padding: 5px 10px;
	border: none;
	border-radius: 0px;
	background: #dddddd;
	margin-bottom: 20px;
    display:block;
    text-decoration: none;
}


.btn.btn-secondary {
    padding:10px;
    margin-bottom:0px;
    text-align: center;
    color:black; 
}
.btn.btn-secondary:hover {
    text-decoration: none;
    opacity: 0.8;
    color:black; 
}

.lockdown .contain .contenttype.type001:nth-child(2) {
	padding-top: 50px;
	background-color: #ececec;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px 20px;
}

/****************************
 * Progressbar
 ***************************/
.progress-bar-success {
    background-image: -webkit-linear-gradient(top,#000000 0,#999999 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#000000),to(#999999));
    background-image: linear-gradient(to bottom,#000000 0,#999999 100%);
}


/************************************
 * Standard layout klasser
 ************************************/

.groupTreeWrapper #groupTree {
	max-height: 750px;
	overflow: auto;
}

.clear {
    clear: both;   
}

.hand {
    cursor: pointer;   
}


.type040 .index0, .type040 .index1 {
	float: left;	
	width: 48%;
}

.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden !important;
}


.wrapper.maincontent {
}




.inner-wrapper {
	position: relative;
    /*	max-width: 1280px; */
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	min-height: inherit;
}

.container {
	margin-right: auto;
	margin-left: auto;
	height: inherit;
	min-height: inherit;
	width: initial;
	position: relative;
    width:100%;
}

.wrapper.topbar {
	position: fixed;
	top: 0px;
    overflow: visible !important;
    z-index:960;
}

.wrapper.topbar:not(.cutline-bottom) {
    background: white;
}


.wrapper.maincontent {
    padding-top: 145px;
}



.contentheader {
    font-weight: bold;
}


.customfields {
    margin-bottom: 10px;    
}


/************************************
 * cutline
 ************************************/
.cutline-bottom-single:before,
.cutline-bottom::before {
	left: -10px;
	right: -20px;
	bottom: 0vw;
	position: absolute;
	content: "";
	z-index: -1;
	background-color: white;
	transform: rotate(-0.9deg);
	height: 40px;
	transform-origin: 0% 50%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.cutline-bottom-single:after,
.cutline-bottom::after {
	left: 0px;
	right: 0px;
    top:0px;
	bottom: 2vw;
	position: absolute;
	content: "";
	z-index: -1;
	background-color: white;
}
.cutline-bottom-single,
.cutline-bottom {
	padding-bottom: 1vw;
	overflow: hidden;
	z-index: 1;
}
.cutline-top-single::before,
.cutline-top::before {
	left: -10px;
	right: -20px;
	top: 0vw;
	position: absolute;
	content: "";
	z-index: -1;
	height: 40px;
	background-color: white;
	transform: rotate(-0.9deg);
	transform-origin: 100% 50%;
}

.cutline-top-single::after,
.cutline-top::after {
	left: 0px;
	right: 0px;
    top:2vw;
	bottom: 0px;
	position: absolute;
	content: "";
	z-index: -1;
	background-color: white;
}

.cutline-top-single,
.cutline-top {
	padding-top: 1.5vw;
	overflow: hidden;
	z-index: 1;
}

.input-icon-group {
	width: 100%;
    display: block;
    position: relative;
}

.input-icon-group i {
	position: absolute;
	top: 8px;
	right: 9px;
	z-index: 22;
	font-size: 20px;
}

.cutline-bottom-single::before{
	bottom: 0vw;
}
.cutline-bottom-single::after{
	bottom: 2vw;
}

.cutline-bottom-single {
	padding-bottom: 2vw;
}
        


.cutline-bottom-single {
    margin-top:-1px;
}
.cutline-top-single {
    margin-bottom:-1px;
}
.cutline-bottom-single,
.cutline-top-single {
    position: relative;
}

.cutline-compansate {
	padding-top: 5px !important;
	padding-bottom: 10px !important;
}

/************************************
 * Topbar
 ************************************/

.main-top-bar {
    height: 60px;
    padding: 0px 20px;
}


.wrapper.topbar {
	min-height:150px;
}

/************************************
 * footer
 ************************************/

.wrapper.bottom {
	min-height: 40px;
	height: 40px;
}

/************************************
 * Baggroundbillede
 ************************************/
.bgoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.backgroundimage {
	overflow: hidden;
	position: fixed;
	top: 0;
	bottom: 0px;
	left: 0px;
	right: 0px;
    z-index:-5;
}
.backgroundimage .backgroundimage_front,
.backgroundimage .backgroundimage_back {
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-size: cover;
	background-position: center 60px;
	background-repeat: no-repeat;
    z-index: 1;
}

.backgroundimage .backgroundimage_front {
    z-index: 2;
}




/************************************
 * Top logo
 ************************************/

.toplogo img {
    height:50px;
    margin-bottom:10px;
}

.toplogo .contenttype.type020 {
    float:left;
    margin-right:50px;
    display: inline-block;
}

.toplogo .contenttype.type001 {
	text-align: right;
	text-transform: uppercase;
	float: right;
	margin-top: 10px;
    font-size:20px;
}
.toplogo .contenttype.type001 h1 {
    font-size:25px;
}
.toplogo .contenttype {
    margin-bottom:0px !important;
}




/************************************
 * Menu
 ************************************/

.menu {
	padding-left: 5px;
	padding-right: 5px;
}

.wrapper.topbar .main-top-logout a {
    display: inline-block;
    float: right;

}

.wrapper.topbar .main-top-logout a.profil {
	list-style: none;
	display: inline;
	padding: 2px 10px 3px 10px;
	background-color: black;
	border: none;
	margin-right: 5px;
	font-weight: bold;
	text-align: left;
	font-size: 15px;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 5px;
}

.logout-icon, 
.wrapper.topbar .main-top-logout .my_messages, 
.wrapper.topbar .main-top-logout .ticked_basket,
.wrapper.topbar .main-top-logout .webshop_basket, 
.wrapper.topbar .main-top-logout .logout {
	width: 26px;
	height: 26px;
	margin-left: 10px;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	text-align: center;
	line-height: 26px;
	color: white;
    position: relative;
}

.logout-icon:hover, 
.wrapper.topbar .main-top-logout .ticked_basket:hover,
.wrapper.topbar .main-top-logout .my_messages:hover, 
.wrapper.topbar .main-top-logout .webshop_basket:hover, 
.wrapper.topbar .main-top-logout .logout:hover {
    color: #ED1847;
}

.wrapper.topbar .main-top-logout .webshop_basket {
	margin-right: 10px;
	margin-left: 0px;
}

.wrapper.topbar .main-top-logout .ticked_basket {
	margin-right: 10px;
	margin-left: 0px;
}

.wrapper.topbar .main-top-logout .my_messages {
	font-size: 18px;
	line-height: 25px;
	width: 29px;
	margin-right: 10px;
	margin-left: 0px;
}

.wrapper.topbar .main-top-logout .my_messages.cycling_team {
    width:auto;
    padding-left: 5px;
    padding-right: 5px; 
}

.wrapper.topbar .main-top-logout .my_messages .count, 
.wrapper.topbar .main-top-logout .ticked_basket .count,
.wrapper.topbar .main-top-logout .webshop_basket .count {
    
	position: absolute;
	-webkit-transform: translateX(50%) translateY(-50%);
	-ms-transform: translateX(50%) translateY(-50%);
	-moz-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
	top: 0px;
	right: 0px;
	border-radius: 50%;
	background-color: #ED1847;
	width: 20px;
	height: 20px;
	font-size: 10px;
}

.wrapper.topbar .main-top-logout .my_messages .count div, 
.wrapper.topbar .main-top-logout .ticked_basket .count div,
.wrapper.topbar .main-top-logout .webshop_basket .count div {
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
    color:white !important;
}

.wrapper.topbar .main-top-logout .my_messages .count[data-count="0"],
.wrapper.topbar .main-top-logout .ticked_basket .count[data-count="0"],
.wrapper.topbar .main-top-logout .webshop_basket .count[data-count="0"] {
    display:none;
}



.logout-icon,
.wrapper.topbar .main-top-logout .logout
{
	font-size: 20px;
}


.mainmenu {
    line-height: 40px;
    font-weight: bold;
	text-align: left;
    font-size:15px;
}

.breadcrumb a {

}

.breadcrumb {
	padding: 0px 20px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #f5f5f5 !important;
	border-radius: 4px;
	font-size: 20px;
	text-transform: uppercase;
    font-size: 15px;
    font-family: "roboto";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb-main {
	-webkit-transform: rotate(-0.9deg);
	-moz-transform: rotate(-0.9deg);
	-ms-transform: rotate(-0.9deg);
	transform: rotate(-0.9deg);
	position: absolute;
	background-color: #f5f5f5 !important;
	bottom: 0px;
	left: -10px;
	right: -20px;
	transform-origin: 0% 50%;
    z-index: 22;
}

.breadcrumb a, .breadcrumb a:visited {
	text-decoration: none;  
}

.breadcrumb .path .pathentry:nth-child(n+2):before {
    content: "/";    
    padding-left: 10px;
    padding-right: 10px;    
}

.main-top-logout {
	padding-top: 7px;
}

.mainmenu ul {
	display: block;
	padding-left: 0px;
    margin-bottom:0px;
}

.mainmenu ul li {
	list-style: none;
	display: inline;
	padding: 2px 10px;
	background-color: black;
	border: none;
	margin-right: 5px;
}

.mainmenu li a {
    color:white;
}

.mainmenu li:hover a,
.mainmenu li.active a,
.mainmenu li.hover-active a {
    color:#ED1847;
}

.mainmenu li {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
}


.mainmenu ul ul {
	display: none;
	left: 0px;
	z-index: 22;
}

.mainmenu-sub ul {
	display: none;
	margin-bottom: 0px;
    list-style: none;
    padding-left: 10px;
    overflow: hidden !important;
}

.mainmenu-sub {
	z-index: 1;
	position: relative;
	padding-bottom: 40px;
    display:none;
    margin-top: -5px;
}

.mainmenu-sub::before {
	background-color: black;
	left: -2000px;
	right: -2000px;
	content: "";
	position: absolute;
	top: -5px;
	bottom: 0px;
	z-index: -1;
}

.mainmenu-sub a {
    color:white;
}

.mainmenu-sub ul li {
    margin:2px 0px;
}

.mainmenu-sub a:hover {
	color: #ED1847;
}

.mainmenu-sub ul ul {
    margin-bottom:0px;
	display: none;
}

.mobil-menu {
	width: 40px;
	height: 40px;
	float: right;
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 980;
	right: 10px;
	top: 25px;
}



/* Mobil menu */
 
  
.navTrigger i {
	position: absolute;
	height: 3px;
	width: 25px;
	background-color: black;
	border-radius: 3px;
	left: 0;
	top: 0;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
}  
  

  
.navTrigger i:nth-child(1) {
	top: 2px;
}
.navTrigger i:nth-child(2) {
	top: 10px;
}
.navTrigger i:nth-child(3) {
	top: 18px;
}

.showmobilmenu .navTrigger i:nth-child(1){
	width: 30px;
	-webkit-transform: rotate(45deg) translate(3px, 6px);
	-moz-transform: rotate(45deg) translate(3px, 6px);
	-o-transform: rotate(45deg) translate(3px, 6px);
	transform: rotate(45deg) translate(3px, 6px);
}

.showmobilmenu .navTrigger i:nth-child(2) {
	opacity: 0;
}

.showmobilmenu .navTrigger i:nth-child(3) {
	width: 30px;
	-webkit-transform: rotate(-45deg) translate(5px, -8px);
	-moz-transform: rotate(-45deg) translate(5px, -8px);
	-o-transform: rotate(-45deg) translate(5px, -8px);
	transform: rotate(-45deg) translate(5px, -8px);
}
  
/*

.navTrigger i {
    background-color: black;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
  }



.navTrigger i:nth-child(1) {
    -webkit-animation:outT 0.8s backwards;
    animation:outT 0.8s backwards;
    -webkit-animation-direction:reverse;
    animation-direction:reverse;
}
  
.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation:outM 0.8s backwards;
    animation:outM 0.8s backwards;
    -webkit-animation-direction:reverse;
    animation-direction:reverse;
}
.navTrigger i:nth-child(3) {
    -webkit-animation:outBtm 0.8s backwards;
    animation:outBtm 0.8s backwards;
    -webkit-animation-direction:reverse;
    animation-direction:reverse;
} 

.showmobilmenu .navTrigger i:nth-child(1) {
      -webkit-animation:inT 0.8s forwards;
      animation:inT 0.8s forwards;
}
.showmobilmenu .navTrigger i:nth-child(2) {
      -webkit-animation:inM 0.8s forwards;
      animation:inM 0.8s forwards;
} 
.showmobilmenu .navTrigger i:nth-child(3) {
      -webkit-animation:inBtm 0.8s forwards;
      animation:inBtm 0.8s forwards;
}


@-webkit-keyframes inM{
    50%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(45deg);}
}
@keyframes inM{
    50%{transform:rotate(0deg);}
    100%{transform:rotate(45deg);}
}

@-webkit-keyframes outM{
    50%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(45deg);}
}
@keyframes outM{
    50%{transform:rotate(0deg);}
    100%{transform:rotate(45deg);}
}

@-webkit-keyframes inT{
    0%{-webkit-transform: translateY(0px) rotate(0deg);}
    50%{-webkit-transform: translateY(9px) rotate(0deg);}
    100%{-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes inT{
    0%{transform: translateY(0px) rotate(0deg);}
    50%{transform: translateY(9px) rotate(0deg);}
    100%{transform: translateY(9px) rotate(135deg);}
}

@-webkit-keyframes outT{
    0%{-webkit-transform: translateY(0px) rotate(0deg);}
    50%{-webkit-transform: translateY(9px) rotate(0deg);}
    100%{-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes outT{
    0%{transform: translateY(0px) rotate(0deg);}
    50%{transform: translateY(9px) rotate(0deg);}
    100%{transform: translateY(9px) rotate(135deg);}
}

@-webkit-keyframes inBtm{
    0%{-webkit-transform: translateY(0px) rotate(0deg);}
    50%{-webkit-transform: translateY(-9px) rotate(0deg);}
    100%{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes inBtm{
    0%{transform: translateY(0px) rotate(0deg);}
    50%{transform: translateY(-9px) rotate(0deg);}
    100%{transform: translateY(-9px) rotate(135deg);}
}

@-webkit-keyframes outBtm{
    0%{-webkit-transform: translateY(0px) rotate(0deg);}
    50%{-webkit-transform: translateY(-9px) rotate(0deg);}
    100%{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes outBtm{
    0%{transform: translateY(0px) rotate(0deg);}
    50%{transform: translateY(-9px) rotate(0deg);}
    100%{transform: translateY(-9px) rotate(135deg);}
}


.navTrigger.lockdown i {
      -webkit-animation:none;
      animation:none;
}*/











/* end */





.mainmenu ul li a, .mainmenu ul li a:visited {
    text-decoration: none;
}

.submenu ul {
    margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
}


.submenu ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #FFFFFF;
    list-style: none;   
}

.submenu ul li:last-child {
	border-bottom: none;
}

.submenu ul ul {
	margin-left: 0;
	padding-left: 20px;
}

.submenu ul li ul li {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.submenu ul li a, .submenu ul li a:visited {
    text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
} 

.submenu ul li .subpages li a:before{
	content: "-";
}

.submenu ul li ul li a, .submenu ul li ul li a:visited {
	text-transform: none;
}

/************************************
 * Mobilmenu 
 ************************************/
.mobilemenucontent {
    display:none;
}

.profil-image {
	width: 90%;
	padding-bottom: 90%;
	/* background: #ED1847; */
	border-radius: 50%;
	background-image: url('../../images/users.png') !important;
	background: top;
	background-size: 97%;
	background-color: white;
}

.mobilemenucontent .menuicon.topmenu-icon {
    height: 33px;
    width: 33px;
	background-color: #ED1847;
    font-style: normal;
    text-align: center;
    line-height: 29px;
}

.mobilemenucontent .mobil-content {
    color:white;
}

.mobilemenucontent {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: black;
	z-index: 970 !important;
	overflow: auto !important;
	opacity: 1;
}

.mobilemenucontent .main-top-bar {
	z-index: 1;
    padding-top:10px;
    height:70px;
    position: relative;
}


.mobilemenucontent ul li {
	width: 100%;
    float: none;
}

.mobilemenucontent .mobil-content a {
	background-color: black;
	color: white;
	padding: 2px 5px 2px 5px;
	font-size: 20px;
	display: inline-block;
	font-weight: 900;
	font-style: italic;
}

.mobilemenucontent .mobil-content a:hover {
   color:#BC193D !important; 
}


.mobilemenucontent ul li li {
	float: left;
    width: 50%;
	min-height: 0px;
}

.mobilemenucontent ul li  a {
	color: black;
    background-color: #ED1847 !important;
    font-weight: bold;
    width: auto;
}

.mobilemenucontent ul li li a {
	background: none !important;
	color: white !important;
	width: 100%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   	font-style: normal !important;
    font-weight: normal !important;
}


.mobilemenucontent .mobil-content a.profil {
	background-color: #ED1847 !important;
	font-weight: bold !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    display: inline-block;
    max-width: 100%;
}

.mobilemenucontent .mobil-content .profilteam {
   margin-top: 5px;
   margin-left: 5px; 
}



.mobilemenucontent ul {
    padding:0px;
}
.mobilemenucontent ul ul {
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
}

.mobilemenucontent li {
    clear: both;
    padding-top: 20px;
}
.mobilemenucontent li li {
	clear: none;
	padding-top: 0px;
}

.mobilemenucontent ul,
.mobilemenucontent li {
    list-style: none;
}




.mobilemenucontent .mobil-content {
    padding: 10px; 
}




/************************************
 * Undermenu - venstre kolonne
 ************************************/
.wrapper .spacer {
    width: 10px;
    display: table-cell;   
}

.wrapper .submenu {
    width: 100%;
    padding: 10px;
    min-height: 100px;
    margin-right: 10px;
    background-color: #fff;
    display: block;
    vertical-align: top;
}

.col-50 {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
}

/*
.menulocation {
	padding-left: 5px;
	background-color: #9fc747;
	color: #fff;
	font-weight: bold;
}
*/




/************************************
 * Webshop
 ************************************/
/*.webshopproduct {
	float: left;	
	border: 1px solid #555;
	margin-right: 10px;
	margin-bottom: 10px;
}

.webshopproduct4 {
	margin-right: 0px;	
}

.webshopproduct a, .webshopproduct a:visited {
	color: #333;
	text-decoration: none;	
}

.webshopproduct .itemname {
	padding: 5px 5px 10px 5px;
}

.webshopproduct .price, .webshopproduct .gotoitem {
	padding: 5px;
	text-align: right;
	float: left;	
	color: #fff;
}

.webshopproduct .price {
	float: right;
}

.webshopproduct .bottombar {
	background-color: #555;
	float: left;
	width: 100%;
}

.webshopproductdetails .leftcol {
	float: left;
	width: 320px;
}

.webshopproductdetails .rightcol {
	float: left;
	width: 320px;
}

.webshopproductdetails .leftcol .itemname, .customfields .title{
	font-weight: bold;
	color: #666;

}

.webshopproductdetails .leftcol input[type=text] {
	width: 250px;	
}

.webshopproductdetails .leftcol .tobasket {
	margin-top: 5px;
	background-color: #CC6600;
	padding: 5px;
	color: #fff;	
	text-align: center;
	width: 250px;
}

.webshopproductdetails .leftcol textarea {
	width: 250px;
	height: 75px;	
}
*/

button.multiselect.dropdown-toggle.btn.btn-default {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
	.filterRowHead,
    .filterRow {
    	max-height: 460px;
    	overflow: auto;
    	min-height: 460px;
    	width:100%;
    }
    
    .filterRowHead {
    	max-height: 100%;
    	min-height: 0px;
    }
    
	.filterContent .form-check-label.form-check-checkall {
		background-color: #f0f0f0;
		padding-bottom: 3px;
		margin-top: 0px;
		padding-top: 4px;
	}
    
    .filterColHeader.show-ipad {
	display: none;
}
    
    .filterColHead,
	.filterCol {
    	width: 100%;
    	float: left;
    }
    .filterRow[data-count="2"] .filterColHead,
	.filterRow[data-count="2"] .filterCol {
    	width: 50%;
    }
    .filterRow[data-count="3"] .filterColHead,
	.filterRow[data-count="3"] .filterCol {
    	width: 33.3333333334%;
    }  
    .filterRow[data-count="4"] .filterColHead,
	.filterRow[data-count="4"] .filterCol {
    	width: 25%;
    }
    .filterRow[data-count="5"] .filterColHead,
	.filterRow[data-count="5"] .filterCol {
    	width: 20%;
    }

    /*.filterCol {
        flex: 1 1 auto;
    }*/
    .filterContent label.form-check-label {
        display: block;
    }
    .filterWrapper {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: rgba(0,0,0,0.6);;
    }
.filterContent {
	position: absolute;
	width: calc(100%);
	max-width: 1280px;
	background-color: #fff;
	border-radius: 5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	overflow-y: auto;
	max-height: calc(100%);
	overflow-x: hidden;
    padding: 15px;
}

.filter_active {
    overflow: hidden;
}

.filterContent_inner {
	padding: 15px;
}

.close_filter {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100px;
	cursor: pointer;
}
.close_filter .fa {
    font-size: 26px;
    margin: 6px 10px;
}
p.filterColHeader {
    background-color: #000;
    color: #fff;
    margin: 0 0 0px;
    padding: 3px 0px 3px 16px;
    box-sizing: border-box;
    text-transform: capitalize;
    
}
.submitWrapper{
    margin-top: 20px;
    text-align:right;
    clear: both;
}
a.filter_open:hover {
    color: #fff;
}
.filterHeader {
    margin-bottom: 15px;
    float: right;
    width: 100%;
    max-width: 400px;
}



#userPopUpWrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.6);
}
#userPopUp {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 100%;
	max-width: 100%;
	width: 1260px;
	overflow: auto;
	background-color: #fff;
	border-radius: 5px;
    
}

.userPopUp-inner {
    padding: 15px;
    position: relative;
    overflow: auto;  
}


#userPopUp p{
    margin: 5px 0 0px 0;
    font-size: 120%;
}

.profile_image {
	max-width: 90%;
	padding-bottom: 90%;
	background-size: cover;
	background-position: center;
}

.profile_name{
    font-size: 40px;
    padding-left: 15px;
    padding-right:15px;
    margin-bottom: 30px;
}

.profile_headline{
    font-size: 25px;
    padding-left: 15px;
    padding-right:15px;
    padding-top: 30px;
    clear:left;
}



.close_showuser {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100px;
	cursor: pointer;
    z-index:99999;
}

.close_showuser .fa {
	font-size: 26px;
	margin: 6px 10px;
}



#userPopUp p span {
    font-weight: bold;
}

.roles_box {
	padding-bottom: 9px !important;
}



.profile-image-list {
	width: 35px;
	height: 35px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-table;
	position: relative;
	border-radius: 50%;
    vertical-align: middle;
}


.contenttype.type707 .profile-image-list, 
.contenttype.type709 .profile-image-list {
	width: 60px;
	height: 60px !important;
	display: block;
}


.eiffel-icon {
	background-image: url('/images/effel.svg');
	height: 16px;
	width: 16px;
	display: inline-block;
	vertical-align: middle;
    margin-left: 2px;
    margin-bottom: 2px;
}


.report-content_after {
	margin-top: 40px;
}

#next_race_countdown_text,
#next_race_countdown{
	font-weight: bold;
	font-style: italic;
    text-align: right;
    padding-top: 11px;
    margin-right: -20px;
}

#next_race_countdown span{
	font-weight: normal;
}

@media only screen and (max-width: 768px) {
	#next_race_countdown_text,
    #next_race_countdown{
     	margin-right: 40px;
	}
}
@media only screen and (max-width: 499px) {
    #next_race_countdown_text,
	#next_race_countdown{
		display:none;
	}
}


/*********************** Pop op ********************************/
.b-modal {
    z-index:998 !important;
}


.bPopupContainer {
    z-index:999 !important;
	width: 100% !important;
	left: 50% !important;
	top: 50% !important;
	height: auto !important;
	transform: translateX(-50%) translateY(-50%);
	max-width: 720px;
	height: 100% !important;
	max-height: 820px;
}

.bPopupContainer .b-iframe {
	width: 100% !important;
	height: 100% !important;
	max-height: 820px;
}

.type170 #get-calendar-groups-webusers .filterHeader{
    display:none;
}


/*********************** Alert *****************************************/
.calendar_alert_error_hidden,
.calendar_alert_error {
	background-color: #ED1847;
	padding: 10px;
	text-align: center;
	width: 100%;
	list-style: none;
	color: white;
	font-weight: bold;
    position: relative;
}
.calendar_alert_error a small,
.calendar_alert_error a {
    color:white;
}

.calendar_alert_error {
    z-index:200000;
}


.calendar_alert_error small {
	display: block;
	margin-top: -3px;
}

.calendar_alert_error li {
	padding-bottom: 10px;
}

.calendar_alert_error li:last-child {
	padding-bottom: 0px;
}

/********************************** Table overwriter *************************/

.dataTables_wrapper .form-control.table_seach_filer {
	height: 30px;
}

.dataTables_wrapper .dt-buttons {
	float: left;
}

.dataTables_wrapper .dataTables_filter label { 
   width: 400px;
}    

.fixHeader .dataTables_scrollHead {
	/*width: auto !important;
	position: fixed !important;*/
	z-index: 20 !important;
	/*top: 246px !important;*/
	background-color: white !important;
	/*padding-top: 40px !important;*/
	padding-right: 5px !important;
}

.mobil-content #remove_from_trcc,
.menu #remove_from_trcc {
	color:red !important;
}

.float-right {
	float: right;
}

.loader_spin {
    width: 60px;
  }
  
  .loader_spin .loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .userPopUpContent .loader_spin {
	width: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}




@media only screen and (max-width: 768px) {

	.select-seasonid {
		font-size: 11px;
		position: absolute;
		top: 79px;
		margin-left: 0px;
		right: 10px;
		z-index: 22222;
	}


	#userPopUp {
		max-width: calc(100% - 0px) !important;
		min-width: 10px !important;
		width: calc(100% - 0px) !important;
	}
}