/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/responsive.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */



/* header */

.header__region {
    clear: both;
    position: absolute;
    width: 100%;
} 

/* Panels */

.panel-pane h3 {
    margin-top: 25px;
    padding: 0;
}
/* ADMIN*/


#toolbar {
    box-shadow: none;
}

/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/* Normal menu */

.sub-nav {
    border: 1px solid #eee;
    border-radius: 3px;
}



/* responsive menu */
.block.block-responsive-menu.first.odd.collapsiblock-processed {
    float: right;
    position: absolute;
    right: 50px;
    top: 19px;
}
.responsive-menu-toggle-icon::before {
    top: 8px;
    background: #333;
}
.responsive-menu-toggle-icon span.icon {
    top: 14px;
    background: #333;
}
.responsive-menu-toggle-icon::after {
    top: 20px;
    background: #333;
}
.responsive-menu-toggle-icon span.label {
    color: #333;
    display: block;
    font-size: 17px;
    left: 40px;
    position: absolute;
    text-transform: uppercase;
    top: 2px;
}
/* FRONT PAGE*/



/* Views boeken */

.node-boeken .field.field-name-field-antwoorden-boekpagina.field-type-taxonomy-term-reference.field-label-above {
    float: left;
    width: 25%;
}
.node-boeken .field.field-name-field-onderwerpen-boekpagina.field-type-taxonomy-term-reference.field-label-above {
    float: left;
    width: 25%;
}
.node-boeken .field.field-name-field-doelgroepen-boekpagina.field-type-taxonomy-term-reference.field-label-above {
    float: left;
    width: 25%;
}
.node-boeken  .field.field-name-field-niveaus-boekpagina.field-type-taxonomy-term-reference.field-label-above {
    float: left;
    width: 25%;
}

.views-label.views-label-field-schooltype {
    font-family: roboto;
    font-weight: 500;
}
.views-label.views-label-field-onderwerpen.onderdelen-label {
    font-family: roboto;
    font-weight: 500;
}

.views-label.views-label-sell-price.prijs-label {
    font-family: roboto;
    font-weight: 500;
}



.views-field.views-field-sell-price.prijs-both {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 51%;
}


.field-content.image-field > img {
    padding-top: 5px;
    width: 200px;
}


/* Top Menu */


#horizontal-menu ul a {
    line-height: 1.9em;
}

.responsive-menu-block-wrapper.responsive-menu-block.menu-name-main-menu a {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    color: #292f33;
    font-weight: 600;
    line-height: 2em;
}

.responsive-menu-block-wrapper.responsive-menu-block.menu-name-main-menu a:hover {
    background: #eee none repeat scroll 0 0;

}

.field-content.image-field {
    margin-bottom: 20px;
    text-align: center;
}


/* Display NONE */

.sidebar-first .description {
    display: none;
}


/* Views General */
.views-exposed-form label {
    font-family: roboto;
    font-weight: 500;
}
.views-exposed-form .views-exposed-widget {
    float: left;
    padding: 0 0 20px;
    width: 100%;
}


.sidebar .form-type-uc-quantity .form-required {
    display: none;
}

.view-header {
    border: 1px solid;
    border-radius: 3px;
    color: #aaa;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 5px 10px;
}



body{
	color: #333;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	    margin: 0;
    padding: 0;
	}
	
	
/* general styling*/


.form-checkboxes .form-item, .form-radios .form-item {
    line-height: 1em;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 0;
}


.menu__item.is-leaf {
    border-top-color: #ccc;
    border-top-style: solid;
    border-top-width: 1px;
    list-style-image: none;
    list-style-type: none;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 10px;
}

.sidebar menu, .sidebar ol, .sidebar ul {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.menu__link {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}

.sidebar ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}




.sidebar .active-trail {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
/* end of general styling */








/* views */
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
}

.views-exposed-widgets {
    background: #fefefe none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px 15px 25px;
}

.views-exposed-widgets {
padding-top: 15px;
}

.views-exposed-widgets:before {
    content: "Filters";
    font-weight: bold;
    padding-left: 15px;
}


.fieldset-wrapper {
    margin-top: 3px;
}

.views-table {
    width: 100%;
}

table caption {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #114078;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #ffffff;
    font-size: 22px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 97%;
    margin-bottom: 15px;
    text-align: left;
}

/* end of views */

#navigation {
    margin-left: 300px;
}



/* home */

.kenmerken td {
    height: 30px;
	vertical-align: top;
}

.panels-flexible-region-1-top_left {
    float: left;
    width: 32%;
}
.panels-flexible-region-1-top_right {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-right: 2%;
}
.panels-flexible-region-1-top_2_right_2 {
    float: left;
    width: 32%;
}

/* end of home */


/* PAnels */

.view .form-item .description {
    display: none;
    font-size: 0.85em;
}

.colorbox-node.init-colorbox-node-processed-processed {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #548dd1;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #4e87cc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #4e87cc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #4e87cc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #4e87cc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.09);
    color: #ffffff !important;
    line-height: 3em;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.panel-pane.pane-custom.pane-1 > p {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.panel-pane.pane-custom.pane-5.kenmerken table {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 9px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.panels-flexible-row {
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.panels-flexible-row.panels-flexible-row-1-11.clearfix{
  border: none;
}
.sidebar .block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: rgba(0, 0, 0, 0.16);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgba(0, 0, 0, 0.16);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.16);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.16);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
   
}

.panels-flexible-row-1-10-inside .panels-flexible-region-inside{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: rgba(0, 0, 0, 0.16);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgba(0, 0, 0, 0.16);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.16);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.16);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}


.form-item.form-type-uc-quantity.form-item-qty > label {
    font-size: 12px;
}


tr.even, tr.odd {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0;
    vertical-align: top;
}

.jumplinks ul {
    background: #f9f9f9 none repeat scroll 0 0;
    list-style: outside none none;
    margin-left: 0;
    padding: 0 !important;
}


.panels-flexible-row-1-10 .with-buttons .pane-content p {
    min-height: 93px;
}


strong, b {
    font-weight: 600;
}


.views-field.views-field-field-link {
    min-width: 125px;
}






.textformatter-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
    margin-top: 0;
}

.view td {
    border-top-color: #ccc;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 10px;
}
.cart-block-summary-total label {
    display: inline;
    font-weight: 600;
}


.cart-block-summary td {
    border: 0 none;
    display: inline;
    width: 100%;
}

.views-exposed-widget.views-submit-button {
    width: 100%;
}

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: 0.5em 1em 0 0;
    width: 100%;
}

.views-exposed-widget.views-submit-button {
    margin-top: 10px;
    width: 100% !important;
}



.views-field {
    text-align: left;
}

.panels-flexible-row-inside {
    padding: 0;
}	

.content {
    padding-bottom: 40px;
}
.panel-pane ul {
    margin-top: 10px;
    padding-left: 40px;
}

.cart-block-summary-total label {
    display: inline;
    font-size: 12px;
    font-weight: 600;
}
#block-nice-menus-1 {
    margin-left: 300px;
    position: absolute;
    top: 15px;
}

.panel-pane ul {
    margin-top: 10px;
    padding-left: 40px;
}


.cart-block-summary-total label {
    display: inline;
    font-size: 12px;
    font-weight: 600;
}



img {

    max-width: 100%;
}


.panels-flexible-row-inside {
    padding: 0;
}	



.panels-flexible-1 .panels-flexible-row {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}









.cart-block-summary-total {
    display: inline !important;
}

.cart-block-summary-items {
    display: inline;
}

.panels-flexible-row-inside {
    margin-bottom: 7px;
}

.cart-block-items.uc-cart-empty {
    margin-bottom: 15px;
}

.panel-pane h3 {
    padding: 0px;
}

.panel-pane h2 {
    font-size: 26px;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
	
article a{
	font-weight: 600;
	}

	html {
    overflow-y: scroll; 
}



.fontbutton2 a {
    background: #eee none repeat scroll 0 0;
    color: #222;
    padding: 11px 27px;
}

.fontbutton2{
    margin: auto;
    width: 160px;
}

.with-buttons ul {
    padding: 0;
    margin-bottom: 0px;
}


	
.with-buttons li {
    list-style: outside none none;
    padding: 5px 0;
}

.with-buttons ul {
    margin-left: 0 !important;
}

.btn-primary {
    background-color: #548dd1;
    border-bottom-color: #4e87cc;
    border-left-color: #4e87cc;
    border-right-color: #4e87cc;
    color: #ffffff;
}

.with-buttons li a {
    background: #548dd1 none repeat scroll 0 0;
    border-radius: 5px;
	border: 1px solid #4e87cc;
    color: #fff !important;
    padding: 10px;
	font-weight:600;
	line-height: 3em;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.09);
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}


.with-buttons li a:hover {
    background: #548dd1 none repeat scroll 0 0;
	border: 1px solid #4e87cc;
    
}

.jumplinks li {
    padding: 10px;
}

hr {
    background: #fff none repeat scroll 0 0;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0 0;
    height: 1px;
    margin: 1.5em 0;
}



/* Nice Menu */


ul.nice-menu a {
    padding: 11px;
}

ul.nice-menu a {
    color: #333;
    display: block;
    font-weight: 600;
}

ul.nice-menu-down ul {
    left: 0;
    margin-left: -2px;
    margin-top: 15px;
}

ul.nice-menu-down li.menuparent {
    background: #fff none repeat scroll 0 0;
}


ul.nice-menu-down li {
    border-top: 0 solid #ccc;
}
ul.nice-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-style: none solid solid;
    border-width: 0;
    float: left;
}



/* GENERAL */

label.option {
    display: inline;
    font-family: open sans;
    font-weight: 400 !important;
}

label.option {
    display: inline;
}



#block-nodesinblock-2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-color: #cccccc;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 20px;
}


html {
    font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;
    font-size: 100%;
    line-height: 1.5em;
}
