/* knoppen kleur: Grijs= #[e7402f] Volvo=[F25C05] */
/* achtergornd kleur: Grijs = #[4b4c4d] Volvo=#[121726] real=#0F1519 */
/* pane kleur: Grijs=#[585858]  Volvo=#[586B73] real=[2D3941]*/
/* tekst kleur: Grijs=#[f0efef] Volvo=#[F2EADF]*/
/* border color volvo rabking real: solid 2px #1d2931*/

body {
    padding-top: 47px;
    padding-bottom: 20px;
    /*Dylan: added to get a white fond collor*/
    color: #F2EADF;
    font-weight: 400;
    /*end*/
    /*Dylan: added to get a gradient background fill*/
    background-color: #121726;
    /*end*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*aangepast om op ipad beter uit te lijnen*/
    padding-left: 1px;
    padding-right: 1px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
   /* disabled voor sessionedit max-width: 280px;*/
    color: white;
    background-color: #F25C05;
    border-color: #F25C05;
        font-size: 12px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.nav_back {
    background: none repeat scroll 0 0 #F6752E;
}

.navbar-brand.nav-font {
    color: #F6752E;
   /*Dylan: added to get different style label*/
    /*font: 21px Futura Condensed;*/
    font: Helvetica Neue;

}

.nav-font {
    /*color: #F6752E;*/
}

.btn-menu {
    margin-top: 0;
}

.btn-black {
    background-color: #000000;
    border-color: #000000;
    color: #F25C05;
}

    .btn-black:hover,
    .btn-black:focus {
        color: #FFFFFF;
    }

.nav-form-control {
    height: 28px;
    font-size: 12px;
}

.nav-form-group {
    margin-bottom: 5px;
}

.navbar-search-form{
    padding: 0 15px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-hr {
    margin-top: 2px;
    margin-bottom: 2px;
}

.nav-yamm-content {
    padding: 15px 15px;
}

/* menu navigation icons*/
.nav-lang-icon {
    background-position: center center;
    width: 20px;
    height: 12px;
    margin: 0 8px 0 0;
    border: 1px solid;
}

.nav-lang-pl {
    background-image: url("../cdn/flags/PL.gif");
}

.nav-lang-nl {
    background-image: url("../cdn/flags/NL.gif");
}

.nav-lang-de {
    background-image: url("../cdn/flags/DE.gif");
}

.nav-lang-fr {
    background-image: url("../cdn/flags/FR.gif");
}

.nav-lang-us {
    background-image: url("../cdn/flags/US.gif");
}

/* table style*/
.table-curved {
    /*Dylan: renmoved border collaps to get a straight table: border-collapse: separate;*/
    /*Dylan: removed border: solid #ddd 1px; and replaced with the line below*/
    border: solid #1d2931 2px;
    border-radius: 0px;
    /*Dylan: removed border-left 0px to set left borders*/
    border-top: 0px;
    width: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 2.4em;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


    .table-curved > thead:first-child > tr:first-child > th {
        border-bottom: 0px;
        border-top: solid #1d2931 2px;
    }

    .table-curved td, .table-curved th {
        /*Dylan: set border-left from 1px to 0px to remove vertical borders*/
        border-left: 0px solid #1d2931;
        border-top: 2px solid #1d2931;
    }
    /*
    .table-curved th
    {
        border-left: 1px solid #000000;
        border-top: 1px solid #000000;
        background-color: #000000;
        color: #999999;
        text-align: center;
    }
*/
    .table-curved > :first-child > :first-child > :first-child {
        border-top-left-radius: 6px;
    }

    .table-curved > tbody > tr > td.active:hover,
    .table-curved > tbody > tr > th.active:hover,
    .table-curved > tbody > tr.active:hover > td,
    .table-curved > tbody > tr.active:hover > th {
        background-color: #e8e8e8;
    }

    .table-curved > :first-child > :first-child > :last-child {
        border-top-right-radius: 6px;
    }

    .table-curved > :last-child > :last-child > :first-child {
        border-bottom-left-radius: 6px;
    }

    .table-curved > :last-child > :last-child > :last-child {
        border-bottom-right-radius: 6px;
    }

    .table-curved > tbody > tr:hover > td {
        background-color: #F25C05;
    }

/* header carousel*/
.nav-carousel {
    width: 870px;
    height: 400px;
}

/* footer */
.nav-footer {
    left: 0;
    right: 0;
    position: absolute;
    margin-top: 20px;
    text-decoration: none;
}

.col-footer {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .col-footer > li > a {
        display: block;
        padding: 0px 5px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #999999;
        text-decoration: none;
        white-space: nowrap;
    }

        .col-footer > li > a:hover,
        .col-footer > li > a:focus {
            color: #ffffff;
            text-decoration: none;
        }

/* Copyright */
.nav-copyright {
    color: white;
    padding: 10px 0px;
}

    .nav-copyright > a {
        color: white;
    }

.panel-black {
    /*border-color: #000000;
    border-width: 0px;*/
    /* change background - Dylan*/
    /*background: -webkit-linear-gradient(#29456C, #1A2C48);*/ /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#29456C, #1A2C48);*/ /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#29456C, #1A2C48);*/ /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#29456C, #1A2C48);*/ /* Standard syntax */
        /* org colors: background: -webkit-linear-gradient(#29456C, #0A1121));*/ /* For Safari 5.1 to 6.0 */
    /* change background - Dylan*/
}

    .panel-black > .panel-heading {
        /*Dylan: removed
        /*background-color: #000000;*/
        /*color: #fff;
        border-color: #000000;*/
        /* change background - Dylan*/
        /*background: -webkit-linear-gradient(#29456C, #0A1121); /* For Safari 5.1 to 6.0 */
        /*background: -o-linear-gradient(#29456C, #0A1121); /* For Opera 11.1 to 12.0 */
        /*background: -moz-linear-gradient(#29456C, #0A1121); /* For Firefox 3.6 to 15 */
        /*background: linear-gradient(#29456C, #0A1121); /* Standard syntax */*/*/*/*/
        /* change background - Dylan*/
    }

.panel-black-small {
    /*border-color: #000000;
    border-width: 0px;*/
    /* change background - Dylan*/
    background: -webkit-linear-gradient(#29456C, #0A1121)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#29456C, #0A1121); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#29456C, #0A1121); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#29456C, #0A1121); /* Standard syntax */
    /* change background - Dylan*/
}

    .panel-black-small > .panel-heading-small {
        /*Dylan: removed
        /*background-color: #000000;*/
        /*color: #fff;
        border-color: #000000;*/
        /* change background - Dylan*/
        /*background: -webkit-linear-gradient(#29456C, #0A1121); /* For Safari 5.1 to 6.0 */
        /*background: -o-linear-gradient(#29456C, #0A1121); /* For Opera 11.1 to 12.0 */
        /*background: -moz-linear-gradient(#29456C, #0A1121); /* For Firefox 3.6 to 15 */
        /*background: linear-gradient(#29456C, #0A1121); /* Standard syntax */*/*/*/*/
        /* change background - Dylan*/
    }

/* Dylan: added*/
.panel-black-rightpane {
    /* change background - Dylan*/
    background: -webkit-linear-gradient(#29456C, #0A1121); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#29456C, #0A1121); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#29456C, #0A1121); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#29456C, #0A1121); /* Standard syntax */
    /* change background - Dylan*/
}
.panel-grey {
    border-color: #000000;
}

    .panel-grey > .panel-heading {
        color: #fff;
        background-color: #2D3941;
        border-color: #2D3941;
        height: 140px;
    }

/* Table links*/
a {
    /*clear: both;*/
    font-weight: normal;
    line-height: 1.428571429;
    /* Dylan: removed this line to make links color blue - begin
    color: #000000;
    */
    text-decoration: none;
    white-space: nowrap;
}

    a:hover,
    a:focus {
        text-decoration: underline;
    }

/* Breadcrumbs */
.breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 12px Helvetica, Arial, Sans-Serif;
    padding: 0px;
    margin-bottom: 10px;
    /*background-color: #ffffff;*/
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li a {
            color: white;
            text-decoration: none;
            padding: 5px 0 5px 55px;
            background: orange; /* fallback color */
            background: hsla(21, 92%, 57%, 1);
            position: relative;
            display: block;
            float: left;
        }

            .breadcrumb li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(21, 92%, 57%, 1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .breadcrumb li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .breadcrumb li:first-child a {
            padding-left: 10px;
        }

        .breadcrumb li:nth-child(2) a {
            background: hsla(21, 92%, 67%, 1);
        }

            .breadcrumb li:nth-child(2) a:after {
                border-left-color: hsla(21, 92%, 67%, 1);
            }

        .breadcrumb li:nth-child(3) a {
            background: hsla(21, 92%, 77%, 1);
        }

            .breadcrumb li:nth-child(3) a:after {
                border-left-color: hsla(21, 92%, 77%, 1);
            }

        .breadcrumb li:nth-child(4) a {
            background: hsla(21, 92%, 87%, 1);
        }

            .breadcrumb li:nth-child(4) a:after {
                border-left-color: hsla(21, 92%, 87%, 1);
            }

        .breadcrumb li:nth-child(5) a {
            background: hsla(21, 92%, 97%, 1);
        }

            .breadcrumb li:nth-child(5) a:after {
                border-left-color: hsla(21, 92%, 97%, 1);
            }

        .breadcrumb li:last-child a {
            /*background: white !important;*/
            color: black;
            pointer-events: none;
            cursor: default;
            padding-left: 30px;
            background: lightgrey;
        }

            .breadcrumb li:last-child a:after {
                border-left-color: lightgrey;
            }

        .breadcrumb li a:hover {
            background: hsla(21, 92%, 47%, 1);
        }

            .breadcrumb li a:hover:after {
                border-left-color: hsla(21, 92%, 47%, 1) !important;
            }

.no-border {
    border: none;
}

.map-canvas {
    width: 100%;
    height: 600px;
}

.table-filter {
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
    font-size: 11px;
}

.nav-line {
    background: #999;
    border: 0;
    height: 4px;
}

.facebook-login-button {
    background-image: url(../Media/facebook/active_600.png);
    background-position: 0 0;
    width: 300px;
    height: 46px;
    background-color: none;
    cursor: pointer;
    outline: 0;
}

.facebook-login-menu-button {
    background-image: url(../Media/facebook/active_404.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    display: block;
    width: 100%;
    height: 46px;
    background-color: none;
    cursor: pointer;
    outline: 0;
}

.chart {
    width:100%;      
}

.home-thumbnail {  
  padding: 0px;
  margin-top: 0px; 
}

.banner-slider-thumbnail {  
  padding: 0px;
  margin-top: 0px; 
  vertical-align: middle
}


.stats{
    font-size: 24px;
}


#loading-indicator {
  position: absolute;
  left: 100px;
  top: 100px;
}

/* FORUM BEGIN */

.forumbg {
	/*background: #ebebeb none repeat-x 0 0;*/
	margin-bottom: 20px;
	padding: 0;
	clear: both;
}

.table-curved-forum > tbody > tr:hover > td {
        background-color: transparent;
}

.forumbg-table > .inner {
	margin: 0 -1px;
}

.kd-forum-header.collapse.in {
opacity: 1;
}

ul.topiclist li {
color: #848484;
}

ul.topiclist {
	/*display: block;*/
	list-style-type: none;
	margin: 0;
	font-weight: 400;
}

ul.topiclist li.header {
background: #12B0E5;
border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
}

ul.topiclist li.header {
font-weight: normal;
line-height: 46px;
min-height: 46px;
padding: 0 15px;
word-wrap: break-word;
}

ul.topiclist li {
display: block;
list-style-type: none;
/* color: #777777; */
margin: 0;
}

ul.forums, ul.topics {
border-left: 1px solid #E8E8E8;
/* border-right: 1px solid #E8E8E8; */
/* border-bottom: 1px solid #E8E8E8; */
/* border-top: 0; */
/* background-color: #eef5f9; */
/* background-image: url("./styles/Charon%20-%20Main/theme/images/gradient.gif"); */
}

ul.topiclist {
/* display: block; */
list-style-type: none;
margin: 0;
font-weight: 400;
}

ul.topiclist li.row dl {
padding: 15px 0;
}

.collapse {
display: none;
visibility: hidden;
}

ul {
list-style: none;
}


#tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
height: 1%;
overflow: hidden;
}

dl {
margin-bottom: 0;
}

dl.icon {
min-height: 35px;
background-position: 15px 18px;
background-repeat: no-repeat;
}

dd.lastpost {
	width: 25%;
	font-size: 1.1em;
}

dd.posts, dd.topics, dd.views, dd.replies {	
	text-align: center;
	line-height: 2.2em;
	font-size: 1.1em;
}


.thumbnailforumwithBox {
display: block;
/* Dylan: removed padding from 4 to 0; */
padding: 4px;
margin-bottom: 10px;
margin-top: 10px;
margin-left: 20px;
margin-right: 10px;
vertical-align:top;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 120px;
height: 130px;
}

.forumicon {
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
        padding-right: 10px;
}

.btn-forum {
background-color: #12B0E5;
border-color: #12B0E5;
color: #FFFFFF;
border-radius: 3px;
margin-top:0px
}

/* Coloured usernames */
.username-coloured {
	font-weight: 800;
	display: inline !important;
	padding: 0 !important;
    color: #F25C05;
}


a.topictitle {
  /*color: #333333;*/
  /* the wrap is added to wrap the title tekst in mobile view*/
  white-space: pre-wrap;
}

a.topictitle {
	/*font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;*/
	font-size: 1.2em;
    /*dikker font*/
	font-weight: 600;
	/*color: #898989;*/
	text-decoration: none;
}

.green {
    color: #33CC33;
}

.red {
    color: #FF5050;
}

/* speed gauges begin */

.speed-circle {
 background-color: #2D3941;
 border: 2px solid #121726;
 height: 90px;
 width: 135px;
 margin-top: 5px;
 -moz-border-radius:20px;
 -webkit-border-radius: 20px;
 text-align: center;
}

.speed-circle .mask .text {
padding-top: 0px;
}

.speed-circle .mask h1 {
margin: 6px 0;
line-height: 1;
visibility: hidden;
}

.speed-circle-wide {
 background-color: #2D3941;
 border: 2px solid #121726;
 height: 90px;
 width: 100%;
 -moz-border-radius:20px;
 -webkit-border-radius: 20px;
 text-align: center;
}
.gauge {
position: relative;
z-index: 1;
}
.gauge {
font-size: 18px;
/* was 20 */
text-align: center;

}

.gauge-small-text {
font-size: 14px;
text-align: center;
}

.gauge-unit-text {
font-size: 12px;
text-align: left;
margin-left: 4px;
}

.gauge-title-text {
font-size: 14px;
text-align: center;
color: #BDBDBB;
}

.gauge-ul {
    padding: 0;
    list-style-type: none;
}

.speed-circle .gauge-element {
width: 150px;
height: 150px;
z-index: 1;
text-shadow: none;
position: relative;
top: -53px;
left: -48px;
}

.speed-line {
    margin-top: 1px;
    /* Dylan: changed margin-botom; */
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #1d2931;
}

.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}


/* speed gauges end */

/* menu with 3 levels begin */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
    /* menu with 3 levels end */

.carousel-caption-header-text
{
    text-transform: uppercase;
    color: rgb(240, 102, 33);
    margin-top: -5px;
    font-weight: 800;
}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}