/*TEMPLATEBLOCK(primarycolor)*/
 .navbar-event {
     background: ;
     background-image: -webkit-linear-gradient(top, , );
     background-image: -moz-linear-gradient(top, , );
     background-image: -ms-linear-gradient(top, , );
     background-image: -o-linear-gradient(top, , );
     background-image: linear-gradient(to bottom, , );
     border-bottom: 1px solid ;
}
 a {
     color: ;
}
 .navbar-toggle {
     background-color: ;
}
 .btn-primary {
     background-color: ;
}
 .modal-footer .btn, .btn-primary:active, .btn-primary:visited, .btn-primary:focus, .btn-primary:hover {
     background-color:  !important;
}
 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
     background-color:  !important;
}
/*dashboard*/
body[data-page="Dashboard"] div.circlenav div.circlenav-item a {
	background: linear-gradient(110deg, , );
	border: 1px solid ;
}
body[data-page="Dashboard"] div.circlenav div.circlenav-item a {
	border: 1px solid  !important;
}

body[data-page="Dashboard"] .navbar.navbar-static-top {
	background: ;
     background-image: -webkit-linear-gradient(top, , );
     background-image: -moz-linear-gradient(top, , );
     background-image: -ms-linear-gradient(top, , );
     background-image: -o-linear-gradient(top, , );
     background-image: linear-gradient(to bottom, , );
     border-bottom: 1px solid ;
}

/*/TEMPLATEBLOCK(primarycolor)*/
/*TEMPLATEBLOCK(extracss)*/


.navbar-static-top{
    /* The manu navigation bar */
}

.navbar-brand{
    /* Top left corner logo and texts */
}

.navbar-brand h1,
.navbar-brand h2,
.navbar-brand h3{
    /* The different texts in the logo part. 
    *   h1: Event name
    *   h2: Event date
    *   h3: location
    */
}

.navbar-event{
    /* The navigation line under the logo and menu */
}

.btn.btn-primary{
    /* The color of the primary (blue) buttons */
}

#footer{
    /* The footer part of the page */
}


/*
 *  The rules below here are global and will affect all tables. 
 *  In order to just access certain tables. Use webinspector (F12) 
 *  and inspact the elements to find the correct css classes
 *
 *  NOTE! Some columns also have field names, this is for small 
 *        devices when some columns values are combined
 */

.col-class,
.col-class-scroll,
.field-raceclass,{
    /* The Class/Category column of the tables */
}

.col-race,
.col-race-scroll{
    /* The race column of the tables */
}

.col-club,
.col-club-scroll,
.field-club{
    /* The Club column of the tables */
}

.col-time,
.col-time-scroll,
.field-time{
    /* The time column of the tables */
}

.col-difftime,
.col-difftime-scroll,
.field-difftime{
    /* The time behind column of the tables */
}

.col-nation,
.col-nation-scroll,
.field-nation{
    /* The nation column of the tables */
}
#PageID[data-id="result"] th.col-points{
    font-size: 0;
	display: table-cell !important;
}
 
#PageID[data-id="result"] th.col-points::after {
    content: 'Poeng';
    font-size: 14px;
}

/*/TEMPLATEBLOCK(extracss)*/