li.calendar-view-day__row{background-color: ghostwhite ! important}

li.pl-setup-1,li.microwave-furnace,li.oriel-white-light,li.tristar-i,li.potentiostat-channel-1-eis {background-color: plum ! important}
li.pl-setup-2,li.mars-microwave,li.oriel-white-light-i-right,li.tristar-ii,li.potentiostat-channel-2-no-eis {background-color: antiquewhite ! important}

li.synthesis-line-1 {background-color: plum ! important}
li.synthesis-line-2 {background-color: antiquewhite ! important}
li.synthesis-line-3 {background-color: lightSalmon ! important}

li.schlenkline-nanosensing {background-color: plum ! important}
li.schlenkline-2-nanosensing {background-color: antiquewhite ! important}

li.tubefurnace-cr,li.nabertherm-furnace-oven-a {background-color: plum ! important}
li.tubefurnace-dnano,li.nabertherm-furnace-oven-c {background-color: antiquewhite ! important}
li.tubefurnace-pzt,li.nabertherm-furnace-oven-d {background-color: aquamarine ! important}
li.tubefurnace-ybco,li.nabertherm-furnace-oven-e {background-color: gainsboro ! important}
li.tubefurnace-yellow,li.nabertherm-furnace-oven-f {background-color: yellow ! important}

li.hot-plate1 {background-color: #760404 ! important}
li.hot-plate2 {background-color: #FF0000 ! important}
li.schlenkline-s1 {background-color: #FF9500 ! important}
li.schlenkline-s2 {background-color: #E4FA14 ! important}
li.schlenkline-s3 {background-color: #14FA21 ! important}
li.schlenkline-s4 {background-color: #14FAD7 ! important}
li.hot-plate3 {background-color: #3000F0 ! important}
li.hot-plate4 {background-color: #F500FF ! important}

li.synthesis-lines-pcn {background-color: plum ! important}
li.synthesis-line-2-pcn {background-color: antiquewhite ! important}
li.synthesis-line-3-pcn {background-color: lightsalmon ! important}
li.synthesis-line-4 {background-color: aquamarine ! important}
li.synthesis-line-5 {background-color: gainsboro ! important}
li.synthesis-line-6 {background-color: yellow ! important}
li.synthesis-line-7 {background-color: darkgoldenrod ! important}
li.synthesis-line-8 {background-color: deeppink ! important}
li.synthesis-line-9 {background-color: greenyellow ! important}
li.synthesis-line-10 {background-color: tomato ! important}

/*kleuren synthesis lines*/
.column {
  float: left;
  width: 33.33%;
  padding:10px;
  border:1px solid grey;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/**************/

ul.pager__items a{}

li.pager__item.pager__previous a{color:black;
background-color:white;}

li.pager__item.pager__previous a:hover{color:#1e64c8;
}

li.pager__item.pager__next a{color:black;
background-color:white;
padding-right:40px;}

li.pager__item.pager__next a:hover{color:#1e64c8;
}

/*******calendar color****/
.calendar-view-table {
    --calendar-view-columns: 7;
    --calendar-view-color-white: #fff;
    --calendar-view-color-lighter: #f8f8f8 !important;
    --calendar-view-color-light: #f4f4f4 !important;
    --calendar-view-color-grey: #ccc;
    --calendar-view-color-gray: #2d8ca8 !important;
    --calendar-view-color-evil: #666;
    --calendar-view-color-dark: #1e64c8 !important;
    --calendar-view-day-rows-gap: 0.5rem;
    width: 100%;
    display: grid
;
    grid-template-columns: repeat(var(--calendar-view-columns), 1fr);
    border-collapse: collapse;
}

/*.footer {background-color: #1e64c8;}*/

.website-copyright {font-size: 10px;}

.page-title {color:#1e64c8;}
.site-name {font-size: 20px; }
.site-slogan {font-size: 12px;}
.site-logo {padding-right: 15px;}

/***border image equipment overview*****/
.views-field.views-field-field-image-equipment .image-field{border-radius: 10px 10px;}

.equipment-column{padding: 20px;}

/******driehoek in superfish menu****/
ul.sf-menu .sf-sub-indicator {
    right: -0.1em !important;
}

/*********** achtergrond superfish *****/
ul.sf-menu, ul.sf-menu li {
    background-color: white;
}

/********************grid equipment*******/
.views-view-responsive-grid, .views-view-responsive-grid--horizontal {
--views-responsive-grid--layout-gap: 30px !important;}

.title-equipmentoverview{padding-bottom:20px;
 text-align: center;}