/* Include the Google Roboto font */
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body {
	margin:0;
	background:url('../images/bg/gplaypattern/gplaypatternlighter.jpg');
	overflow-x:hidden;
	font-family: 'open sans', sans-serif;
	color:#212121;
}

p {
	color:#212121;
	margin:6px 0;
}

a {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	color:#212121;
}

select, input, textarea {
	padding:4px;
	border:1px solid #1976D2;
	color:#212121;
}

/* For adding space in between for example buttons */
div.divider {
	width: 10px;
	height: auto;
	display: inline-block;
}

/* For preventing collapsing of div when using floats inside */
.clearfix:after { 
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}

.btn {
	padding:10px;
	margin-right:10px;
	border:none;
	background-color:#03A9F4;
	font-size:16px;
	color:#212121;
	cursor:pointer;
}

.btn:hover, .btn.active {
	background-color:#1976D2;
	color:#fff;
}

.btn-tight {
	margin: 0 5px;
	padding: 5px 7px;
}

form button, .account-window button {
	padding:10px;
	margin-right:10px;
	border:none;
	background-color:#03A9F4;
	font-size:16px;
	color:#212121;
}

button.full {
	width:100%;
	max-width:100%;
}

form button.green {
	background-color:#8BC34A;
}

form button.green:hover {
	background-color:#388E3C;
	color:#fff;
	cursor:pointer;
}

form button.yellow {
	background-color:#FFEB3B;
}

form button.yellow:hover {
	background-color:#FBC02D;
	color:#fff;
	cursor:pointer;
}

form button.red, .account-window button.red {
	background-color:#F44336;
}

form button:hover, .account-window button:hover {
	background-color:#1976D2;
	color:#fff;
	cursor:pointer;
}

form button.red:hover, .account-window button.red:hover {
	background-color:#D32F2F;
}

form button.big, .account-window button.big {
	font-size:25px;
	margin-left:2%;
}

input.smallest, textarea.smallest {
	width:50px;
}

input.small, textarea.small{
	width: 60px;
}

input.medium, textarea.medium {
	width:100px;
}

input.large, textarea.large {
	width:300px;
}

input.full, textarea.full {
	width:100%;
	max-width:100%;
}

textarea.full {
	height:100px;
}

textarea.large {
    height:250px;
}

/* Prepend a euro sign and a single space */
.price-euro:before {
	content:'\20AC  ';
}

.price {
    width: 50px;
}

table {
	text-align:left;
}

table.full {
	width:100.1%;
}

/* DIV TABLE FOR BETTER FORM SUBMISSION */
.boxer {
    display: table;
    width: 100%;
	text-align: left;
	border-collapse: collapse;
}
 
.boxer .box-row {
    display: table-row;
    border-bottom: 1px solid #BBDEFB;
}

.boxer .box-row.box-header {
    padding: 6px 3px;
    font-weight: bold;
    background-color: #90CAF9;
}

.boxer .box {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
	position: relative;
}

/* Change the padding of the fixed header.
 * It's only necessary for that div..
 */
div#div-header th {
	padding: 6px 3px;
}

/* DIFFERENT SETS OF TABLES */
/* tables that are placed inside a block */
.block table {
	width:100.0%;
	text-align:left;
	border-collapse:collapse;
}

.block table th {
	padding:5px;
}

.block table thead tr{
	background-color:#90CAF9;
}

.block table tr {
	background-color:#fff;
}

.block table tr td {
	padding:3px;
}
/*
table tr td.cell-status-cancelled {
	color:#F44336;
}
table tr td.cell-status-pending {
	color:#FFB74D;
}
table tr td.cell-status-processed {
	color:#43A047;
}
*/
.add-customer {
	width:100%;
}

.compact-table {
	border-collapse:collapse;
}

.compact-table thead tr{
	background-color:#03A9F4;
	font-size:14px;
}

.compact-table thead th, .compact-table tbody td {
	padding:6px;
}

.compact-table tbody tr{
	border-bottom:1px solid rgb(202, 202, 202);
	font-size:13px;
}

.content-holder {
	width:98%;
	margin:0 auto;
}

.content-holder .block p {
	padding-left:10px;
}

.add-customer-button {
	width:100%;
	padding: 10px;
	margin-right: 10px;
	border: none;
	background-color: #03A9F4;
	font-size: 16px;
	color: #212121;
}

.header-half {
	display:inline-block;
	width:50%;
	margin:0;
}

.add-customer-info {
	width:100%;
	padding:10px;
	box-sizing:border-box;
}

.add-customer-holder p, .add-customer-holder select {
	display:inline-block;
}

.add-customer-holder p {
	width:30%;
}

.add-customer-holder select, .add-customer-holder input {
	width:70%;
}

.add-customer-holder input#customer-search {
	width:100%;
	padding:8px;
	border:none;
	border-bottom:1px solid gray;
}

svg.mail-small {
	width:21px;
	height:21px;
}

svg.add-small {
	width: 17px;
	height: 17px;
}

svg.cancel-small {
	width:17px;
	height:17px;
}

svg.cancel-small:hover {
	cursor:pointer;
}

svg.cancel-small path {
	fill:#B71C1C;
}

table.user-table {
	padding:5px 0px;
	border-collapse:separate;
	border-spacing:0px;
}

table.user-table input {
	width:80%;
}

table.user-table tr td:first-child {
	padding-left:20px;
}

table.user-table tbody tr:hover {
	background-color:#e1e1e1;
}

table.customer-table tbody tr[data-is_new="1"] {
	background-color:#FFECB3;
}

table.cbr-product-list tbody tr td input {
    margin: 3px 0;
}

.product-table {
	width:100.1%;
	text-align:left;
	border-collapse:collapse;
}

.product-table th {
	padding:5px;
}

.product-table td {
	padding:3px;
	position:relative;
}

.product-table thead tr{
	background-color:#03A9F4;
}
.product-table tr.subheader{
	background-color:#90CAF9;
	font-weight: bold;
}

.product-table tr.subsubheader{
	background-color:#A5A5A5;
	font-style: italic;
}

.product-table tbody tr {
	border-bottom:1px solid rgb(202, 202, 202);
}

table.alternating tbody tr:nth-child(odd) {
	background-color:#fff;
}
table.alternating tbody tr:nth-child(even) {
	background-color:#e1e1e1;
}

form {
	padding:20px;
}



.block {
	width:49%;
	display:inline-block;
	vertical-align:top;
	background-color:#FFFFFF;
	box-shadow: 0 2px 11px 0px rgba(81, 81, 81, 0.44);
	box-sizing:border-box;
	overflow: auto;
}

.block.full {
	width:100%;
}

.block.specific table{
	font-size:13px;
}

.block.specific {
	margin-left:2%;
}

.form-section {
	display:inline-block;
	vertical-align:top;
	padding:8px 18px;
	box-sizing:border-box;
}

.form-section.full {
	width:100%;
}

.form-section input {
	display:inline-block;
	vertical-align:top;
}

.form-section.location select {
	display:block;
	margin:5px 0;
}

.form-section-title{
	margin:0px;
	padding:8px 0 8px 20px;
	font-size:20px;
	background-color:#2196F3;
}

.form-hider {
	height:0;
	overflow:hidden;
	transition:height 0.8s ease;
}

.header {
	position:fixed;
	width:100%;
	height:55px;
	top:0px;
	left:0px;
	background-color:#03A9F4;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.81);
	box-sizing:border-box;
	z-index:10;
}

.header-sub {
	width:75%;
	height:100%;
	padding:0 10px;
	margin:0 auto;
	box-sizing:border-box;
}

.header-sub div.header-half {
	display:inline-block;
	width:50%;
	vertical-align:top;
}

.header-sub div.header-half.right {
	text-align:right;
}

.header-sub div.header-half.right .name {
	display:inline-block;
	padding:0 8px;
	margin:0;
	line-height:55px;
	font-size:24px;
}

.header-sub div.header-half.right .name:hover,
.header-sub div.header-half.right .name.selected {
	background-color:#1976D2;
	cursor:pointer;
}

.header-sub div.header-half.right .name p {
	display:inline-block;
	margin:0;
	vertical-align:top;
}

.header .menu-icon, .header .account-icon {
	display:inline-block;
	width:30px;
	height:29px;
	padding:13px 0;
	stroke:none;
	fill:#212121;
	vertical-align:top;
}

.header .menu-icon:hover {
	fill:#0d47a1;
	cursor:pointer;
}

.page-title {
	height: 55px;
	vertical-align:top;
	margin:0;
	padding-left:10px;
	line-height: 55px;
	font-size: 28px;
	color: #212121;
	font-weight: normal;
	display:inline-block;
}

.menu {
	position:fixed;
	top:55px;
	width:225px;
	height:100%;
	padding-top:10px;
	background-color:#f5f5f5;
	border-right:1px solid #e0e0e0;
	z-index:1;
}

.hidden, .hidden-till-load {
	display:none;
}

.menu .menu-item {
	width:100%;
	height:39px;
	display:inline-block;
	padding:9px 0;
	border-left:4px solid #ffffff;
	text-decoration:none;
	box-sizing:border-box;
	cursor:default;
}

.menu-item.selected {
	border-left:none;
}

.menu-item:hover {
	background-color:#e0e0e0;
	cursor:pointer;
}

.menu-item:not(.selected):hover {
	border-left:4px solid rgba(0,0,0, 0.54);
}

.menu-item.selected .menu-item-sub {
	border-left:4px solid #1976D2;
}

.menu-item .name {
	height:21px;
	line-height:21px;
	vertical-align:top;
	font-size:17px;
	font-weight:bold;
	color:rgba(0,0,0, 0.54);
}

.icon {
	margin-right:15px;
}

.table-icon {
	padding: 2px;
}

.icon, .table-icon {
	height:21px;
	width:27px;
	display:inline-block;
}

.basic-icon {
	stroke:#8a8a8a;
	stroke-width:1px;
	fill:none;
}

.table-icon {
	height:21px;
	width:27px;
}

.avatar-icon {
	width:120px;
	height:120px;
	background-color:#212121;
	box-shadow: 0 0 6px 0px rgb(194, 194, 194);
}

.avatar-icon path {
	fill:#BBDEFB;
}

.fill {
	fill:rgba(0,0,0, 0.54);
	stroke:none;
}
.fill:hover {
	cursor:pointer;
}

.fill.gray {
	fill:#898989;
}
.fill.gray:hover {
	fill:#212121;;
}

.fill.green {
	fill:#66BB6A;
}
.fill.green:hover {
	fill:#388E3C;
}

.fill.red {
	fill:#F44336;
}
.fill.red:hover {
    fill: #B71C1C;
}

.menu-item.selected .fill {
	fill:#1976D2;
}

.menu-item.selected .name {
	color:#1976D2;
}

.menu-item-sub {
	padding-left:15px;
}

.no-side-padding {
	padding-left:0px !important;
	padding-right:0px !important;
}

table tr th:first-child, table tr td:first-child {
	padding-left:8px;
}

.container{
	position:absolute;
	top:55px;
	width:75%;
	background-color:#fff;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.23);
	box-sizing:border-box;
}
.container.big {
	width:75%;
}
.container * {
	z-index:0;
}

.container.hidden {
	margin-top:-3000px;
}

.section-title {
	position: relative;
	padding: 10px 20px;
	background-color: #BBDEFB;
	height: 30px;
	line-height: 30px;
}

.section-title h1 {
	display:inline-block;
	margin:0;
	font-size:26px;
}

.tools {
	position:absolute;
	height:30px;
	right:0px;
	top:0;
	bottom:0;
	margin:auto;
}
.tools-left {
	position:absolute;
	height:30px;
	left: 450px;
	top:0;
	bottom:0;
	margin:auto;
}

.tools .icon {
	height:30px;
	width:30px;
	cursor:pointer;
}

.settings-wrapper {
	display:inline-block;
	padding:10px;
}

.settings-block {
	display:inline-block;
	width:270px;
	height:90px;
	padding:7px;
	margin:5px;
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.4);
}

.settings-block:hover {
	background-color:#BBDEFB;
	cursor:pointer;
}

.settings-block-info {
	display:inline-block;
	width:180px;
	height:70px;
	vertical-align:top;
}

.settings-block h2 {
	font-size:19px;
	margin:0;
}

.settings-block p {
	margin:0;
	font-size:13px;
}

.settings-icon {
	width:70px;
	height:70px;
}

.account-window {
	position:fixed;
	right:11.5%;
	top:55px;
	width:300px;
	height:200px;
	background-color:white;
	border:1px solid #ccc;
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.5);
	z-index:100;
}

.account-window div.upper, .account-window div.lower {
	width:100%;
	padding:11px;
	box-sizing:border-box;
}
.account-window div.upper {
	height:70%;
}

.account-window div.lower {
	height:30%;
	background-color:#E4E4E4;
}

.content-container {
	width:100%;
	padding:10px 20px;
	box-sizing:border-box;
}

.content-container.extra-padding {
	padding:20px 25px;
}

table .triangle {
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	margin:auto;
}

.triangle {
	width:0px;
	height:0px;
	border-style:solid;
	border-width:6px 0 6px 10px;
	border-color: transparent transparent transparent #000;
	transition: all 0.1s ease;
}

.triangle.down {
	transform:rotate(90deg);
}

.triangle.left {
	transform:rotate(180deg);
}

.triangle.up {
	transform:rotate(270deg);
}

/*
.expandable-table tbody tr:hover {
	background-color:#F5F5F5;
	cursor:pointer;
}
*/


/* Circles used on the Bol.com product list page. */
.circle, .circle-true, .circle-false, .circle-unknown, .circle-bol {
	display: inline-block;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}
.circle-true {
	background-color: green;
}
.circle-false {
	background-color: red;
}
.circle-unknown {
	background-color: #ffb74d;
}
.circle-bol {
	background-color: dodgerblue;
}

.expandable-table tbody tr {
	border-bottom:1px solid #BBDEFB;
}

.expandable-table tbody tr td {
	padding:6px 3px;
}

.category-name {
	font-weight:bold;
}
.category-description {
	font-weight:normal;
    margin: 0px;
    font-size: 13px;
}

.info-rounded {
	display:inline-block;
	background-color:#BBDEFB;
	padding:2px 10px;
	margin-left:10px;
	font-size:13px;
	text-align:center;
	border-radius:8px;
}

.info-rounded.info-rounded-sidebar {
	height:21px;
	line-height:21px;
	vertical-align:top;
}

tr.row-hover:hover,
table.row-hover tbody tr:hover {
	background-color:#F5F5F5;
	cursor:pointer;
}

table.contains-actions tr th.actions, table tr.category-row td.actions,
table tbody tr td.actions {
	padding-right:15px;
	text-align:right;
}

span#id_error p {
    color:red;
}

.product-image-container {
	background-color:#BBDEFB;
}

.image-holder {
    border:3px solid white;
}

.product-image-container .image-holder,
.bol-content .image-holder {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:80px;
	height:80px;
	margin:5px;
	background-color:#E4E4E4;
	opacity:0.8;
	box-shadow:0 2px 6px 0px rgb(179, 179, 179);
	cursor:pointer;
}

.product-image-container .image-holder.selected,
.product-image-container .image-holder:hover,
.bol-content .image-holder.selected,
.bol-content .image-holder:hover {
	opacity:1;
}

.product-image-container .image-holder.selected,
.bol-content .image-holder.selected {
	border:3px solid #66BB6A;
}

.product-image-container img,
.bol-content img {
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	max-width:80px;
	max-height:80px;
	margin:auto;	
}

.product-row {
	height:30px;
}

.product-row.not-in-api {
    background-color: #E3F2FD;
    opacity: 0.7;
}

.product-row-element {
	line-height:20px;
	font-size:14px;
}

.product-row-element .img-holder {
	width:20px;
	height:20px;
	margin-right:5px;
	vertical-align:top;
}

.product-row-element img {
	width:100%;
	height:100%;
	border-radius:0px;
}

.product-row-header, .product-row, .order-row-header, .order-row {
	width:100%;
	padding:5px 10px;
	box-sizing:border-box;
}

.product-row-header, .order-row-header {
	font-weight:bold;
	border-bottom:3px solid #03A9F4;
}

.product-row-header, .background-gray-on, .product-row, .order-row, .order-row-header {
	background-color:#BBDEFB;
}

.product-row-element, .product-row-header-element,
.order-row-element, .order-row-header-element {
	vertical-align:top;
	box-sizing:border-box;
}

.product-row-element:not(.last), .order-row-element:not(.last) {
	padding-right:6px;
}

/*******************************************/
.product-row .name, .product-row-header .name {
	width:37%;
}

.product-row .rubrics, .product-row-header .rubrics {
	width:27%;
}

.product-row .btw, .product-row-header .btw {
	width:13%;
	text-align:right;
}
.product-row .btw {
	text-align:right;
}

.product-row .pricing, .product-row-header .pricing {
	width:13%;
	text-align:right;
}

.product-row .actions {
	width:10%;
	text-align:right;
}

/*******************************************/
.order-row .name, .order-row-header .name {
	width:40%;
}

.order-row .pricing, .order-row-header .pricing {
	width:14%;
	text-align:right;
}

.order-row .btw, .order-row-header .btw {
	width:17%;
	text-align:right;
}

.order-row .amount, .order-row-header .amount {
	width:17%;
}


.order-row .actions {
	width:10%;
	text-align:right;
}

table tr.category-row .actions  .action-icon,
table tbody tr td.actions .action-icon {
	height:22px;
	width:22px;
	padding:0 3px 0 7px;
}

table div.product-row .actions .action-icon,
table div.order-row .actions .action-icon {
	height:17px;
	width:17px;
	padding-left:9px;
}

.action-icon:hover {
	cursor:pointer;
}


.action-icon.green {
	
}
.action-icon.green:hover {
	
}

.action-icon.red {
	fill:#F44336;
}
.action-icon.red:hover {
	fill:#B71C1C;
}

/* Custom delete icon with different color fillings */
.action-icon.product-list {
	fill: #A5A5A5;
}
.action-icon.product-list.clicked {
	fill: #F44336;
}
.action-icon.product-list:hover {
	fill: #F44336;
}

.action-icon.gray {
	fill:#898989;
}
.action-icon.gray:hover {
	fill:#212121;
}


.row-with-divs div {
	display:inline-block;
}

button[name=add-attribute] span {
	height:21px;
	line-height:21px;
	vertical-align:top;
}

button[name=add-attribute] svg {
	display:inline-block;
	height:21px;
	vertical-align:top;
	margin-left:5px;
}

svg.remove-attribute, svg.remove-category {
	height:21px;
	fill:#F44336;
}

svg.remove-attribute:hover, svg.remove-category:hover {
	fill:#B71C1C;
	cursor:pointer;
}


.button-reg {
	background-color:#03A9F4;
	padding:7px 10px;
	margin: 5px;
	font-family: Arial, sans-serif;
	font-size:18px;
	text-decoration: none;
	color: black;
	border:none;
}

.button-reg.bol-dashboard {
	margin: 5px 5px 5px 5px;
}

.button-reg:hover {
	background-color:#BBDEFB;
	cursor:pointer;
}

.button-reg.dark-hover:hover {
    background-color: #2679bf;
}

.button-reg:focus {
	outline:none;
}

table tr.row-status-cancelled, table tr.row-status-expired {
	background-color:#FFCDD2;
	border-bottom:1px solid #FFCDD2;
}
table tr.row-status-pending, table tr.row-status-open {
	background-color:#FFECB3;
	border-bottom:1px solid #FFECB3;
}
table tr.row-status-paid, table tr.row-status-paidout, table tr.row-status-succeeded {
	background-color:#C8E6C9;
	border-bottom:1px solid #C8E6C9;
}
table tr.row-status-refunded {
	background-color:#C8E6C9;
	border-bottom:1px solid #C8E6C9;
}

table.expandable-table tr.row-status-cancelled:hover,
table.expandable-table tr.row-status-expired:hover {
	background-color:#EF9A9A;
	border-bottom:1px solid #EF9A9A;
}
table.expandable-table tr.row-status-pending:hover,
table.expandable-table tr.row-status-open:hover {
	background-color:#FFE082;
	border-bottom:1px solid #FFE082;
}
table.expandable-table tr.row-status-paid:hover,
table.expandable-table tr.row-status-paidout:hover {
	background-color:#A5D6A7;
	border-bottom:1px solid #A5D6A7;
}
table.expandable-table tr.row-status-refunded:hover {
	background-color:#A5D6A7;
	border-bottom:1px solid #A5D6A7;
}

table.expandable-table tr.row-status-cancelled.opened,
table tr.row-status-expired.opened {
	background-color:#EF5350;
	border-bottom:1px solid #EF5350;
}
table.expandable-table tr.row-status-pending.opened,
table tr.row-status-open.opened {
	background-color:#FFCA28;
	border-bottom:1px solid #FFCA28;
}
table.expandable-table tr.row-status-paid.opened,
table tr.row-status-paidout.opened {
	background-color:#66BB6A;
	border-bottom:1px solid #66BB6A;
}
table.expandable-table tr.row-status-refunded.opened {
	background-color:#66BB6A;
	border-bottom:1px solid #66BB6A;
}

#pop-up-window {
	position:absolute;
	width:60%;
	min-height:56px;
	max-height:85%;
	margin:0 auto;
	top:15%;
	left:0;
	right:0;
	color:#212121;
	background-color: #E3F2FD;
	box-shadow: 0 2px 10px 1px rgb(211, 211, 211);
	overflow:auto;
	z-index:10;
}

#pop-up-window .title {
	display:inline-block;
	vertical-align:top;
	width:94%;
	height:56px;
	line-height:56px;
	margin:0px;
	padding-left:25px;
	font-weight:normal;
	font-size:25px;
	color:#212121;
	background-color:#2196F3;
	box-sizing:border-box;
}

#pop-up-window .close {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:6%;
	height:56px;
	line-height:56px;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	background-color:#F44336;
	box-sizing:border-box;
}
#pop-up-window .close:hover {
	color:#000;
	background-color:#E53935;
	cursor:pointer;
}

#pop-up-window .block table input{
	width:100px;
}

#pop-up-window .block table select {
	
}

#calendar {
	padding:0 10px;
}

.datepicker-holder {
	padding:5px 20px;
}

/* Calendar restyling */
.fc-unthemed th, .fc-unthemed td, .fc-unthemed hr, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
	border-color:rgba(173, 173, 173, 0.66);
}

/*#calendar table tbody table tr:hover {
	background-color:gray;
}*/

.selection-button {
	width:300px;
	height:80px;
	margin:10px auto;
	text-align:center;
	background-color:#03A9F4;
}

.selection-button:hover {
	background-color:#1976D2;
	cursor:pointer;
}

.selection-button p {
	line-height:80px;
	font-size:35px;
}

.selection-button:hover p {
	color:white;
}

.text-block {
    display:inline-block;
    padding:4px 8px;
    margin:3px 10px 3px 0;
    background-color:#C8E6C9;
    box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14),0 1px 5px 0 rgba(0, 0, 0, 0.12),0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.text-block:hover {
    cursor:pointer;
    background-color:#A5D6A7;
}

.small-text {
	font-size:11px;
}

.g-lgt-1 {
	color: rgba(0, 0, 0, 1);
}

.g-lgt-2 {
	color: rgba(0, 0, 0, 0.87);
}

.g-lgt-3 {
	color: rgba(0, 0, 0, 0.54);
}

.g-lgt-4 {
	color: rgba(0, 0, 0, 0.38);
}

.g-lgt-5 {
	color: rgba(0, 0, 0, 0.12);
}

.g-drk-1, .g-drk-2 {
	color: rgba(255, 255, 255, 1);
}

.g-drk-3 {
	color: rgba(255, 255, 255, 0.70);
}

.g-drk-4 {
	color: rgba(255, 255, 255, 0.30);
}

.g-drk-5 {
	color: rgba(255, 255, 255, 0.12);
}

.material {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* Classes that can by used by any element if they need a small style adjustment */
.invisible {
	display:none;
}

.no-padding {
	padding:0;
}

.no-margin {
	margin:0;
}

.inline {
    display: inline;
}

.one-third {
	width:31%;
	margin:0 1%;
}

.bold {
	font-weight:bold;
}

.ib {
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
}

.small-card {
    padding:4px 6px;
    margin:0 10px 10px 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.txt-small {
    font-size:12px;
}

/* Width styles */
.half, .m-half {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}

.third, .m-third {
	width:31.33333%;
	margin-left:1%;
	margin-right:1%
}

.two-third, .m-two-third {
	width:64.66666%;
	margin-left:1%;
	margin-right:1%;
}

.fourth {
	width:24%;
	margin-left:0.5%;
	margin-right:0.5%
}

.three-fourth {
	width:74%;
	margin-left:0.5%;
	margin-right:0.5%;
}

.color-legend {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

table.legend {
	display: inline;
	position: relative;
	top: -10px;
	border: none;
	border-collapse: collapse;
	padding: 0px;
	font-size: 90%;
}

.amsterdam {
    background-color: #04F;
}
.denhaag {
    background-color: #81C;
}
.utrecht {
    background-color: #FF0000;
}
.eindhoven {
    background-color: #FC2;
}
.breda {
	background-color: #2b8760;
}
.maastricht {
	background-color: #CD853F;
}
.cursus {
    background-color: #4CAF50;
}
.overig {
	background-color: #666;
}
.amsterdam-full {
    background-color: #8AF;
}
.denhaag-full {
    background-color: #DAF;
}
.utrecht-full {
    background-color: #ff8484;
}
.eindhoven-full {
    background-color: #FEA;
}
.breda-full {
    background-color: #55DBA3;
}
.maastricht-full {
    background-color: #FFDAB9;
}
.cursus-full {
    background-color: #C8E6C9;
}
.overig-full {
	background-color: #DDD;
}

.hyperlink {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

/* Div-table on internal order page. */
div.new-order-info-table {
	display: table;
}

div.new-order-info-row {
	display: table-row;
	margin: 5px 0;
}

div.new-order-info-cell {
	display: table-cell;
	padding: 2px 5px 0 0;
}

/* Selects on internal order page. */
select.select-wide {
	width: 100%;
}

#add-as-order {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

div.small-popup {
	position: absolute;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	top: 16px;
	background-color: white;
	box-shadow: 0px 0px 8px gray;
}
div.small-popup label {
	display: block;
	padding: 3px;
}
div.small-popup h2 {
	background-color: rgb(187, 222, 251);
	padding: 8px;
	margin: 0px;
}

div#swap-student {
	text-align: center;
}

span.fixed-width {
	display: inline-block;
	width: 200px;
	margin-bottom: 15px;
}

/**
 * CSS settings for the pagination bar.
 */
div#page-navigation {
	text-align: center;
	margin-bottom: 10px;
}

/* Normal CSS for page number div and anchor. */
div.page-number {
	display: inline-block;
	background-color: #90CAF9;
	height: 33px;
	width: 35px;
    line-height: 210%;
}
div.page-number span {
	display: block;
	color: black;
	text-decoration: none;
}

/* CSS when hovering. */
div.page-number:hover {
	background-color: #1976d2;
}
div.page-number:hover span {
	color: white;
	cursor: pointer;
}

/* CSS when selected. */
div.page-number.selected {
	background-color: #1976d2;
}
div.page-number.selected span {
	color: white;
}

/* CSS when unavailable. */
div.page-number.unavailable {
	background-color: #bdbdbd;
}

/**
 * CSS for the Bol Products list settings.
 */
div#product-list-settings {
	overflow: hidden;
}
p#num-products {
	float: left;
	width: 150px;
	margin: 10px 20px 10px 0;
	font-size: 18px;
	font-weight: bold;
}
input#search-bar {
	margin: 10px 0;
	border-radius: 5px;
	width: 50%;
}
button#update-products {
	float: right;
	background-color: #90CAF9;
	margin: 10px 0;
	padding: 5px 10px;
	border: none;
	font-size:14px;
	width: 175px;
}
button#update-products:hover {
	background-color: #1976d2;
	color: white;
}

/**
 * CSS for the Bol Products list filters.
 */
div#product-list-filters {
	float: left;
	width: 150px;
	margin: 0 20px 0 0;
}
div.product-list-filter {
	font-size: 12px;
	margin-bottom: 20px;
}
p.filter-name {
	font-size: 14px;
	font-weight: bold;
}
select.filter-select {
	padding: 0;
}
label.filter-box {
	display: block;
	margin-left: -3px;
}
label.filter-box.hidden {
	display: none;
}
div.filter-show-more {
	margin-top: 5px;
	color: #36C;
	cursor: pointer;
}
span.filter-arrowhead {
	float: left;
	margin: 0 5px 0 0;
}
span.filter-arrowhead-text {
	display: inline-block;
	margin-top: 1px;
}

/**
 * CSS for the products list/table itself.
 */
div#product-list-wrapper {
	display: block;
	width: auto;
	overflow: auto;
	font-size: 14px;
}
div#product-list {
	border-left: 1px solid #90CAF9;
}
div.cbr-account {
	display: inline-block; 
	background-color: white;
	border: 1px solid #888;
	box-shadow: 3px 3px 8px #ccc;
	padding: 6px;
	margin: 8px
}
.num {
	text-align: right;
}
input.tiny {
	width: 50px;
}