body {
    background-color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #FFF !important;
}

.button:hover {
    color: #FFF;
    text-decoration: none;
}

.blue-button {
    background-color: #336699;
}

.green-button {
    background-color: #99cc33;
}

.orange-button {
    background-color: #e5a100;
    border:1px solid #000;
}

.red-button {
    background-color: #cc3333;
}

.orange-block {
    background-color: #e5a100;
    color: #FFF;
}

.black-h1 {
    background-color: #202224;
    color: #FFF;
    padding: 5px;
    font-size: 20px;
    font-weight: lighter;
    margin:0;
    margin-bottom:15px;
    margin-top:15px;
}

.small-black-h1 {
    background-color: #202224;
    color: #FFF;
    padding: 5px;
    font-size: 15px;
    font-weight: lighter;
    margin:0;
    margin-bottom:15px;
    margin-top:0px;
}

.black-h1 a {
    color: #FFF !important;
}

.black-button {
    background-color: #202224;
    color: #FFF;
    font-weight: bolder;
    width:100%;
    border-radius: 0;
}

h4.underline {
    border-bottom:1px solid lightgray;
    font-size:16px;
    margin-top:20px;

}

.navbar-default {
    height:80px;
}

.navbar {
    margin-bottom:0;
}

.navbar-nav {
    height:80px;
}
.navbar-nav > li > a{
    text-transform: uppercase;
}

.navbar-nav .dropdown {
    height:80px;
}

.navbar-nav .dropdown > a{
    height:80px;
    line-height:50px;
}

.navbar-nav > li {
    height:80px;
}

.navbar-nav > li > a {
    height:80px;
    line-height:50px;
}

.status-wijzigen-form {
    display: none;
}


/*PRIMAY NAVIGATION ON HEADER*/
#primary-nav {
    background-color: #e1e1e1;
    margin-bottom:20px;
}

#primary-nav ul {
    list-style-type: none;
    height:15px;
    padding:0;
    margin:auto;
    margin-bottom:10px;
    text-transform: uppercase;
}

#primary-nav ul li{
    display: inline-block;
    padding-right:10px;
    padding-left:10px;
    border-right:1px solid #000;
    line-height:20px;
}

#primary-nav ul li a{
    font-weight:normal;
    font-size:15px;
    color: #000 !important;
}

/*PRIMARY NAV SUB MENU*/
#primary-nav ul ul {
    list-style-type: none;
    height:15px;
    padding:0;
}

#primary-nav ul li.dropdown ul li{
    background-color: #e5a100;
}

#primary-nav ul li a ul li a{
    color: #FFF;
    font-weight:lighter;
    font-size:12px;
}

.dropdown-menu {
    left:-45px;
}

.dropdown-menu li a:hover {
    background-color: #e5a100 !important;
    text-decoration: underline;
}

#primary-nav ul li a:active,#primary-nav ul li a:visited {
    color: #FFF;
}

/*DASHBOARD STYLING  */
#dashboard h1 {
    color: #e5a100;
}

#dashboard-buttons {
    margin-top:20px;
}

#dashboard-buttons {
    margin-bottom:20px;
}

#dashboard-buttons .col-md-3 {
    margin-top:20px;
}

#dashboard-buttons a:hover {
    text-decoration: none;
}

#dashboard-buttons a:visited,#dashboard-buttons a:active {
    text-decoration: none !important;
}

#dashboard-buttons .dashboard-button{
    background-color: #e5a100;
    height:150px;
    border-radius: 3px;
    padding:10px;
    text-align: center;
    color: #FFF;
}

#dashboard-buttons .dashboard-button i {
    display: block;
    text-align: center;
    font-size:80px;
    color: #FFF;
}



hr {
    background-color: darkgray;
    height:1px;
    margin-top:20px;
    margin-bottom: 0;
}

.navbar-default {
    border-color: #e5a100 !important;
}

.navbar-static-top {
    border-width: 0 0 3px;
}

.panel-demo {
    /*border-color: #e5a100 !important;*/
    border-color: #c4706d !important;
}

.panel-black {
    border-color: #202224 !important;
}
.panel-black > .panel-heading {
    background-color: #202224 !important;
    color: #FFF !important;
}

.panel-demo > .panel-heading {
    /*background-color: #e5a100cc !important;*/
    background-color: #c4706d !important;
    color: #FFF !important;
}

.delete-part:hover {
    text-decoration: underline;
}

.tr-worker td {
    background-color: #0369b34d !important;
}

.tr-worker td a{
    color: #000;
}

.legend-block-td {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #ababab;
    background: #0369b366;
    float: left;
    margin: 3px 4px 5px 0;
}

.legend-comments .legend-text-td {
    background-color: #0369b366;
    padding:5px;
    margin-right:10px;

}
.legend-comments .legend-text-admin {
    background-color: #e0f6f6;
    padding:5px;
    margin-right:10px;
}

.legend-comments .legend-text-vertegenwoordiger {
    background-color: #e5a10080;
    padding:5px;
    margin-right:10px;
}

.legend-comments .legend-text-dealer {
    background-color: lightgray;
    padding:5px;
    margin-right:10px;
}

.comment-change {
    display: none;
}


/*MIJN OPMERKING PAGE*/

#opmerkingen .panel.panel-horizontal {
    display:table;
    width:100%;
}
#opmerkingen .panel.panel-horizontal > .panel-heading, #opmerkingen .panel.panel-horizontal > .panel-body, #opmerkingen .panel.panel-horizontal > .panel-footer {
    display:table-cell;
}
#opmerkingen .panel.panel-horizontal > .panel-heading, #opmerkingen .panel.panel-horizontal > .panel-footer {
    width: 25%;
    border:0;
    vertical-align: middle;
}
#opmerkingen .panel.panel-horizontal > .panel-heading {
    border-right: 1px solid #ddd;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;

}
#opmerkingen .panel.panel-horizontal > .panel-footer {
    border-left: 1px solid #ddd;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
}

.email {
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*HEADNAV*/

#header {
    height:110px;
    border-bottom:3px solid #71b8cf;
    -webkit-box-shadow: 0px 0px 10px 1px #000000;
    -moz-box-shadow: 0px 0px 10px 1px #000000;
    box-shadow: 0px 0px 10px 1px #000000;
}

#header.dealer-header {
    /*margin-bottom:30px;*/
}

#header #head-nav {

}

#header #head-nav ul{
    float: right;
    list-style-type: none;
}

#header #head-nav > ul > li {
    display: inline-block;
    padding-top:80px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#header #head-nav > ul > li > a{
    padding:0px 15px;
    border-right:1px solid #000;
    text-transform: uppercase;
    color: #000;
    text-decoration: none !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size:14px;
}

#header #head-nav ul li:last-child a{
    border-right:none;
}

#header #head-nav ul li a:hover, #header #head-nav ul li a:active{
    color: #71b8cf;
}

#header #head-nav ul li.has-sub {
    text-transform: uppercase;
    color: #000;
    padding:0 15px;
}

#header #head-nav ul li.contains-items a{
    background-color: #71b8cf;
    color: #FFF;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

}

/*SUB MENU*/
/*TOGGLE-ing*/
#header #head-nav ul li > ul.sub-menu {
    display: none;
}

#header #head-nav ul li:hover > ul.sub-menu {
    display: block;
}

#header #head-nav ul li > ul.sub-menu {
    position: absolute;
    z-index: 1;
    display: none;
    width: 240px;
    background-color: #eee;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    padding:0;
    margin-top:20px;
    right:30px;
}

#header #head-nav ul li > ul.sub-menu li{
    padding-left:10px;
    line-height: 30px;
}

#header #head-nav ul li > ul.sub-menu li:hover{
    background-color: #71b8cf;
}

#header #head-nav ul li > ul.sub-menu li:hover a{
    color: #FFF;
}

#header #head-nav ul li > ul.sub-menu li a{
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

/*SECONDARY-NAV*/
#secondary-nav {
    background-color: #202224;
    min-height:960px;
    margin-bottom: 20px;
}

#secondary-nav h2 {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 20px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
}

#secondary-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #FFF;
}

#secondary-nav ul li {
    border-bottom: 1px solid #FFF;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#secondary-nav ul li a {
    color: #FFF;
}

#secondary-nav ul li a:visited {
    color: #FFF;
}

#secondary-nav ul li a:active {
    text-decoration: none;
    color: #FFF;
}

#secondary-nav ul li a:hover {
    color: #71b8cf;
    text-decoration: none;
}

#secondary-nav ul li.active a{
    color: #71b8cf;
}



/*FOOTER*/

#footer{
    background-color: #202224;
    min-height: 200px;
    border-top: #71b8cf solid 2px;
    border-bottom: #000 10px solid;
    color: #fff;
    padding: 20px 0px;
    margin-top:20px;
}

#footer a, #footer-dashboard a{
    color:#FFF !important;
}

#app {
    min-height:900px;
}

/*TABLE*/
.tablesorter .header {
    background-color: #71b8cf;
    color: #000;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #71b8cf !important;
    color: #000;
}

table.tablesorter thead tr .header {
    background-image: none !important;
}

table.table-default{
    width: 100%;
}
table.table-default th{
    background-color: #71b8cf;
    color: #000;
    border: 1px solid #71b8cf;
    font-size: 8pt;
    padding: 0 3px;
}
table.table-default td{
    padding: 0 3px;
    font-size: 9pt;
    border: solid 1px #71b8cf;
}



/*TABS RETOURS*/
.nav.nav-tabs li {
    width:33.3333333%;
}

.nav.nav-tabs li a{
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-right: 1px solid #000;
    border-radius: 0;
    font-weight:bolder;
    color: #000;
    width:98%;
}
.nav.nav-tabs li.active a{
    background-color: #71b8cf !important;
}

.form-row {
    margin-bottom:10px;
}

.form-row label {
    margin-top:5px;
    font-size:17px;
    font-weight: 500;
}
#list-parts{
    margin: 5px 0;
}
.input-group-vertical .input-group{
    margin-top: -1px;
}
.input-group-vertical .input-group:first-child{
    /*margin-top: 0;*/
}

.input-group-vertical .input-group .form-control,
.input-group-vertical .input-group .input-group-btn .btn{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-group-vertical .input-group input.form-control:focus{
    position: relative;
    z-index: 3;
}
.input-group-vertical .input-group:first-child .form-control{
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
.input-group-vertical .input-group:first-child .input-group-btn .btn{
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}
.input-group-vertical .input-group:last-child .form-control{
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.input-group-vertical .input-group:last-child .input-group-btn .btn{
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.retour-part-list{

}
.line,
.retour-part-list-item{
    padding-top: 20px;
    border-bottom: solid 1px #71b8cf;
}
.retour-part-list-item .form-row{
    margin-bottom: 0;
}

.retour-part-list-item .modify-buttons .btn{
    margin: 0 10px 10px 0;
}
.retour-part-list-item .btn-ok-part{
    display: none;
}
.retour-part-list-item .help-block,
.retour-part-list-item .form-control,
.retour-part-list-item input{
    display: none;
}

.retour-part-list-item .form-row label{
    margin-top: 0;
    margin-bottom: 0;
}

/*.retour-part-list-item .has-error .preview{*/
    /*display: block;*/
/*}*/



.retour-part-list-item.edit-part .form-row{
    margin-bottom: 10px;
}
.retour-part-list-item.edit-part .btn-edit-part{
    display: none;
}
.retour-part-list-item.edit-part .btn-ok-part{
    display: inline-block;
}
.retour-part-list-item.edit-part .help-block,
.retour-part-list-item.edit-part .form-control{
    display: inline-block;
}
.retour-part-list-item.edit-part input{
    display: block;
}

.retour-part-list-item.edit-part .form-row label{
    margin-top: 5px;
    margin-bottom: 5px;
}
.retour-part-list-item.edit-part .preview{
    display: none;
}

/*.retour-part-list-item .has-error .help-block{*/
    /*display: inline-block;*/
/*}*/

/*.retour-part-list-item .has-error .help-block.no-error{*/
    /*display: none;*/
/*}*/
/*.retour-part-list-item.edit-part .has-error .help-block.no-error{*/
    /*display: inline-block;*/
/*}*/

/*ONHOVER PRObLEEM BESCHRIJVING*/
.td-probleembeschrijving:hover {
    cursor: pointer;
}
.td-probleembeschrijving:hover .onhover-probleembeschrijving {
    display: block;
}

.onhover-probleembeschrijving {
    display: none;
    background-color: lightgray;
    position: absolute;
    width:400px;
    padding:10px;
}

.onhover-probleembeschrijving:hover{
    display: none !important;
}

/*ONHOVER framenummer BESCHRIJVING*/
.td-framenummer:hover {
    cursor: pointer;
}
.td-framenummer:hover .onhover-framenummer {
    display: block;
}

.onhover-framenummer {
    display: none;
    background-color: lightgray;
    position: absolute;
    width:400px;
    padding:10px;
}

.onhover-framenummer:hover{
    display: none !important;
}

/*SWITCH*/

.onoffswitch {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #E3E3E3; border-radius: 36px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 36px; padding: 0; line-height: 36px;
    font-size: 16px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #FFFFFF; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #FFFFFF; color: #666666;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 36px; margin: 0px;
    background: #A1A1A1;
    position: absolute; top: 0; bottom: 0;
    right: 20px;
    border: 2px solid #E3E3E3; border-radius: 36px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #e5a100;
}

.product-gallery > .col-md-4 {
    margin-bottom:20px;
}

.hidden-form {
    margin-top:20px;
    display: none;
}

.orange-block-button {
    width:100%;
    height:100%;
    background-color: #e5a100;
    padding:8px;
    text-align: center;
    color: #FFF;
    font-size:20px;
}

.block-col {
    border:1px solid #EEE;
    text-align: center;
    font-size:20px;
    word-break: break-all;
}

.bike-pagination {
    background-color: #202224;
    margin-bottom:10px;
}

.bike-pagination .pagination {
    margin-top:15px;
    margin-bottom:10px;
    margin-left:15px;
}

.bike-pagination .pagination li a{
    background: #202224;
    color: #FFF;
    border:0;
    cursor: pointer;
}

.bike-pagination .pagination li.active span{
    background-color: #e5a100;
    color: #FFF;
    border:0;
}

/*BIKEGROUPS*/
.bikegroups {

}

.bikegroups > .col-md-4 {
    border:1px solid #e5a100;
    min-height:670px;
}

/*BikeGroupItems*/
.item {

}

.item .item-header {

}

.item .item-header .item-image{
    margin-top:10px;
}

.item .item-header .item-title{
    font-size:15px;
    word-break: keep-all;
    padding:15px 0px 5px 0px;
    margin: 0px 0px 15px 0px;
}

.item .item-body > .colors {
    border-bottom:1px solid #EEE;
    min-height:200px;
    color: #000;
    padding-bottom:10px;
}

.colorblock{
    width:30px;
    height:30px;
}

.colorblock-large {
    width:50px;
    height:50px;
    margin-top:5px;
}

/*COLORS*/
.block-satinblack {
    background-color: black;
}

.block-black {
    background-color: #000000;
}

.block-moon {
    background-color: #666666;
}

.block-silver {
    background-color: #cccccc;
}

.block-silkgray {
    background-color: #cccccc;
}

.block-mattblack {
    background-color: #000000;
}

.block-metalgrey {
    background-color: #2E3138;
}

.block-anthracite {
    background-color: #333333;
}

.block-yellow {
    background-color: #FFFF04;
}

.block-metallicblack {
    background-color: #000000;
}

.block-icecoffee {
    background-color: #996666;
}

.block-deepblue {
    background-color: #000033;
}

.block-slatematt  {
    background-color: #333333;
}

.block-blackgloss{
    background-color: #000000;
}

.block-indigo {
    background-color: #003399;
}

.block-peach {
    background-color: #cc9966;
}

.block-slategray {
    background-color: #3D3C37;
}

.block-pianoblackgloss {
    background-color: #000000;
}

.block-buttermilkmatt {
    background-color: #cccccc;
}

.block-dustyrose {
    background-color: #cc66cc;
}

.block-greenlakematt {
    background-color: #000;
}

.block-rosequartz {
    background-color: #996699;
}

.block-vanilla {
    background-color: #cccccc;
}

.block-laguna {
    background-color: #3399cc;
}

.block-seafoam {
    background-color: #66cc99;
}

.block-rouge {
    background-color: #cc3333;
}

.block-blacksatin {
    background-color: #000000;
}

.block-frenchblue {
    background-color: #333399;
}

.block-firebirdred {
    background-color: #ff0000;
}

.block-inkblack {
    background-color: #000000;
}

.block-antracitemetallic {
    background-color: #333333;
}

.block-pearlwhite {
    background-color: #CCCCCC;
}

.block-oceanblue {
    background-color: #143C47;
}

.block-mattedarkblue {
    background-color: #393E52;
}

.colorblock.block-zoet\&zoutpearlwhite {
    background-color: #99cccc;
}

.block-skyblue {
    background-color: #3399cc;
}

.block-blue {
    background-color: #08088A;
}

.block-lightblue {
    background-color: lightblue;
}

.block-silver {
    background-color: #E6E6E6;
}

.block-red {
    background-color: #610b0b;
}

.block-pink {
    background-color: #F781F3;
}

.block-violet {
    background-color: #8904B1;
}

.block-green {
    background-color: green;
}

.block-applegreen {
    background-color: #99cc33;
}

.block-black {
    background-color: #151515;
}

.block-orange {
    background-color: #FF4000;
}

.block-white {
    background-color: #E6E6E6;
}

.block-whitegloss {
    background-color: #CCCCCC;
}

.block-satinwhite {
    background-color: #E6E6E6;
}
table.tablesorter .grey-row td{
    background: #DDDDDD;
}
/*endclolors*/

.item .item-body > .accu . {
    padding: 20px 0px;
    border-bottom:1px solid #000;
    color: #000;
    min-height:150px;
}
.item .item-body > .accu .product-description {
    margin-top: 0px;
}

.hover-info-accu {
    display: none;
}

.product-description:hover > .hover-info-accu{
    display: block;
    position: absolute;
    background-color: #71b8cf;
    z-index: 9999;
    color: #FFF;
}

.item .item-footer {
    position: absolute;
    bottom:10px;
}

.item .item-footer > .prices {
    font-size:10px;
    text-align: right;
}

.item .item-footer > .your-price {
    margin-top:10px;
    font-weight:bolder;
    font-size:20px;
    color: #000;
    text-align: right;
}


.item .item-footer > .buttons a{
    margin-top:10px;
    margin-bottom:10px;
    width:auto !important;
    float: right;
}

.colors .specific-color {
    width:50%;
}

.colors .radio-buttons {
    width:50%;
}

.informatie {
    padding-bottom:10px;
    margin-bottom:10px;
}

.informatie h3 {
    margin:0;
    color: #000;
}

#secondary-nav ul.searchgroups {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #FFF;
}

#secondary-nav ul.searchgroups li {
    border-bottom: 1px solid #666;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#secondary-nav ul.searchgroups li a {
    color: #FFF;
}

#secondary-nav ul.searchgroups li a:visited {
    color: #FFF;
}

#secondary-nav ul.searchgroups li a:active {
    text-decoration: none;
    color: #FFF;
}

#secondary-nav ul.searchgroups li a:hover {
    color: #71b8cf;
    text-decoration: none;
}

#secondary-nav ul.searchgroups li.active a{
    color: #71b8cf;
}



#secondary-nav ul.searchgroups li > .searchtags {
    padding:0;
    margin:0;
}

#secondary-nav ul.searchgroups li > .searchtags > li {
    padding:0;
    margin:0;
    border-bottom:0;
}

.loading {
    display: none;
}

/*FLEXSLIDER FIX */
.flexslider {
    height: 500px;
    width:100%;
    margin: 0 0 10px;
    border-bottom:3px solid #eee;
}

.flexslider .slides img {
    height:500px;
    width:auto;
}

.selection-boxes-detail .underline {
    background-color: #EEEEEE;
    width:100%;
    height:1px;
}
.selection-boxes-detail .selection-boxes-detail-title{
    font-size:20px;
    color: #000;
    width:100%;
    margin:0;
}

.small-radiobutton-container{
    width: 20px;
    float: left;
    margin-top: -10px;
    margin-left: 2px;
    padding:0px;
}

.label-radio-button-detail {
    width:30px;
    height:30px;
    -webkit-background-size:cover;
    background-size:cover;
    background-image: url('../images/webshop/icons/icon-unchecked.png');
    background-repeat:no-repeat;
}

.label-radio-button-detail.gray {
    background-image: url('../images/webshop/icons/icon-unchecked-gray.png');
}

.label-radio-button-detail.red {
    background-image: url('../images/webshop/icons/icon-unchecked-red.png');
}

.label-radio-button-detail.green {
    background-image: url('../images/webshop/icons/icon-unchecked.png');
}

.label-radio-button-detail.small-radio {
    width:15px;
    height:15px;
    margin-top:1px;
    margin-bottom:0;
    padding:0;
    -webkit-background-size:cover;
    background-size:cover;
    background-image: url('../images/webshop/icons/icon-unchecked.png');
    background-repeat:no-repeat;
}

.label-radio-button-detail.small-radio-red {
    width:15px;
    height:15px;
    margin-top:1px;
    margin-bottom:0;
    padding:0;
    -webkit-background-size:cover;
    background-size:cover;
    background-image: url('../images/webshop/icons/icon-unchecked-red.png');
    background-repeat:no-repeat;
}

.label-radio-button-detail.selected {
    background-image: url('../images/webshop/icons/icon-checked.png');
}

.label-radio-button-detail.red.selected {
    background-image: url('../images/webshop/icons/icon-checked-red.png');
}

.label-radio-button-detail.selected-red {
    background-image: url('../images/webshop/icons/icon-checked-red.png');
}

.label-radio-button-detail.selected-red {
    background-image: url('../images/webshop/icons/icon-checked-red.png');
}


.radio-button-detail {
    background-color: #000;
    /*display: none;*/
}



.input_hidden {
    position: absolute;
    left: -9999px;
}

.specifications {
    background-color: #EEEEEE;
    margin-top:20px;
    color: #000;
}

.specifications h2 {
    padding:0;
    margin:0;
    padding-bottom:10px;
    border-bottom:1px solid #000;
}

.checkout-detail {
    background-color: #eee;
    padding:10px;
    padding-bottom:1px;
}

.checkout-detail  span{
    padding-left: 10px;
    font-size: 13px;
}

.checkout-detail .upsels {
    /*border-bottom:1px solid #A6A6A6;*/
    min-height: 50px;
}

.checkout-detail .delivery {
    border-bottom:1px solid #A6A6A6;
    margin-bottom:10px;
}

.checkout-detail .quantity input{
    width: 55px;
}

.checkout-detail .total-prices {
    border-top:1px solid #A6A6A6;
}

.total-price-div {
    font-size:20px;
    color: #000;
    font-weight:bolder;
}

.shopping-cart-table {

}

.shopping-cart-table tr{
    border-bottom:1px solid #EEE;
}

.shopping-cart-table td {
    vertical-align: middle !important;
}

/*ONDERDELEN ITEMS*/
.onderdelen .item {
    min-height:360px;
}

.onderdelen .item-image {
    min-height:100px;
}

.onderdelen .item-body{
    position: absolute;
    bottom:50px;
}
.onderdelen .item-footer {
    position: absolute;
    bottom:0;
}

.onderdelen .item-title {
    min-height:70px;
}

.quantity-button {
    text-decoration: none !important;
}

.quantity-button > button {
    background: #71b8cf !important;
    border:none;
    color: #FFF !important;
}

.shopping-cart-total-price h3{
    color: #000;
    border-bottom:1px solid #EEE;
    font-weight:bold;
    font-size:17px;

}

.shopping-cart-total-price span {
    color: #000;
    float: right;
    margin-bottom:10px;
    font-size:17px;
    font-weight:bolder;
}

.shopping-cart-table .totaal-th {
    width:150px;
}

.information-text {
    color: #000 !important;
}

.modal-dialog {
    width:1100px;
}

.upsel-image-block {
    min-height: 130px;
}
.upsel-text-block{
    min-height: 90px;
}

#sortable {
    padding:0;
    margin:0;
    list-style-type: none;
}

.manage-h3{
    text-transform: uppercase;
    color: #FFF;
    font-weight:normal;
    background-color: #202224;
    margin:0;
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid gray;
}

.manage-ul {
    background-color: #202224;
    list-style-type: none;
    padding:0;
    margin:0;
    min-height:600px;
}

.manage-ul li{
    padding-left:20px;
    border-bottom:1px solid gray;
    padding-top:10px;
    padding-bottom:10px;
}

.manage-ul li a {
    color: #FFF;
    font-size:18px;
}

/*BREADCRUMBS*/
.page-breadcrumb {
    list-style-type: none;
}

.page-breadcrumb li {
    display: inline-block;
}

.page-breadcrumb li a{
    color: #000;
}

.page-breadcrumb li.active a{
    color: #71b8cf !important;
}


.drag-arrow{
    position: absolute;
    background-color: #71b8cf;
    padding:1px 8px;
    border-bottom-right-radius: 5px;
    left:0;
    margin-top:-11px;
    margin-left:-1px;
    color: #000;
}

#footer-dashboard {
    background-color: #000;
    color: #FFF;
}

.image-list .buttons {
    position: absolute;
    top:5px;
    right:5px;
}

.price-table-items {
    font-size:10px;
}

.price-table-items th{
    font-weight:normal;
}

.img-thumb { 
    position: relative;
    width: 170px;
    height: 132px;
}

.contain {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-stock-green {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #9ac245;
    margin-right: 5px;
    float: left;
}

.product-stock-red {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    margin-right: 5px;
    float: left;
}

.select2-results__option {
    padding:0 !important;
}

.primary-nav-logout {
    display: none !important;
}

.slicknav_menu {
    display:none;
    background: #202224;
}

#orderInfoHeading{
    cursor: pointer;
}
#orderInfoHeading i{
    position: absolute;
    top: 15px;
    right: 35px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
#orderInfoHeading.collapsed i{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

tr th{
    border-collapse: collapse;
}
tr th,
tr td,
table.tablesorter tbody td{
    padding: 0 3px;
}



/**
* MEDIA QUERIES
* ----------------------------------------
*/

/* MOBILE */

@media only screen and (max-width: 767px) {
    #head-nav {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    #slick-nav-menu {
        display: none;
    }

    .primary-nav-logout {
        display: block !important;
    }
}

/* PHONE */
@media only screen and (max-width: 479px) {

}

/* TABLET AND DOWN */
@media only screen and (max-width: 1024px) {
    h1.logo img {
        width:200px;
    }

    #header #head-nav > ul > li {
        padding-top:20px;
    }

    #primary-nav ul li {
        padding-left:5px;
        padding-right:5px;
    }

    #primary-nav ul li a {
        font-size:13px;
    }

    #secondary-nav {
        min-height:auto;
    }

    .bikegroups .item-body {
        min-height:400px;
    }
}



/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}

/*TABLET LANDSCAPE*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

/* DESKTOP */
@media only screen and (max-width: 1219px) {

}
