/* Forceer landscape voor mobiel */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    /*font-size: 2em;*/
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
html, body {
    background-image: linear-gradient(to right, rgba(255, 238, 191, 0.55), rgba(255, 238, 191, 0.55)), url("../../css/main/images/NVHR_Achtergrond3.svg");
    background-repeat: repeat;
    background-position: center center;
    background-size: 60vw;;
    margin: 0px;
}
/* Header Logo Title etc. */
.header {
    position: sticky;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background: #34271a;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index:1;
}
.header_logo { /* 1 niveau in de root */
    background-image: url("../../images/NVHR/Logo/Logo_NVHR.png"); /* origineel 75 x 91 px */
    background-repeat: no-repeat;
    /* verhouding bepalen */
    width: 50px;
    height: 60px;
    background-size: cover; 
    margin: 5px;
    border: none;
}
/*
.header_logo_2 { 
    background-image: url("../../images/NVHR/Logo/Logo_NVHR.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 60px;
    background-size: cover; 
    margin: 5px;
    border: none;
}
*/
/* Kattenoog */
.header img {
    width: 3.2em;
    margin: 5px;
}
.header_title {
    color: #ffeec0;
    font-size: 2.5em;
}
.header a {
    background: #34271a;
    color: #ffeec0 !important;
    font-size: 3em;
}
.header button {
    color: #ffeec0;
    background-color: #34271a !important;
    border: none;
    font-size: 1em;
    cursor: pointer;
}
.user {
    background-color: #34271a;
    color:#fbeabd;
    border: none;
}
.usertitle {
    color:#fbeabd;
    background-color: #34271a;
    font-size:1em;
    font-weight: bold;
}
.user:before {
    font-family: FontAwesome;
    font-size: 2em;
    content: "\f007"
}
/* Page Content */
.content {
    margin: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1vw;
    color:black;
    background-color: #f5f7dd;
    background-image: linear-gradient(to right, rgba(255, 238, 191, 0.55), rgba(255, 238, 191, 0.55)), url("../../css/main/images/NVHR_Achtergrond3.svg");
    background-repeat: repeat;
    background-position: center center;
    background-size: 60vw; 
    padding-bottom: 4vh;
    z-index: 500;   
}
/* Footer content */
.footer {
    position: fixed;
    background: #34271a;
    color: #ffeec0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2vw;
    font-weight: bold;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.footer a {
    color: #ffeec0 !important; 
    font-weight: bold !important;
}
.footer button {
    font-weight:bold;
    border:none;
    color:#ffeec0;
    background: #34271a;
    cursor:pointer;
}
a:link {
  color: #cf2e2e;
  text-decoration: none;
}
a:visited {
  color: #cf2e2e;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #f73737;
}
a:active {
  color: black;
  text-decoration: none;
}
/*datatables*/
.table-center th {
    color:black;
}
input { 
    height: 26;
}
table.dataTable td {
    font-size: 0.9em;
}
/* Positie sorting pijltjes */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand: ;
    background-repeat: no-repeat;
    background-position: center left;
}
/* Stijl geselecteerde rij */
table.dataTable tbody tr.selected {
    color: black;
    background-color: #eeeeee !important;
}
/* DataTables */
.dataTables_wrapper {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}
.dataTables_wrapper .dataTables_length {
    color: black;
}
.dataTables_wrapper .dataTables_info {
    color: black;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    color: black !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #f8e9c0;
    color: brown !important;
    border-radius: 4px;
    border-color: brown;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: brown;
    color: #fff1cb !important;
    border-radius: 4px;
    font-weight: bold;
} 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: brown;
    color: #fff1cb !important;
    border-radius: 4px;
}
/* Breadcrumbs */
.faArrowIcon {
    position:relative;
    }
ul.breadcrumbs {
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    font-size: 1em;
}
ul.breadcrumbs li {
    display: inline;
    font-size: 1em;
}
ul.breadcrumbs li+li:before {
    font-family: FontAwesome;
    font-size: 0.7em;
    padding: 5px;
    color: black;
    content: "\f054";
}
ul.breadcrumbs li a {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-decoration: none;
}
ul.breadcrumbs li a:hover {
    color: #bd896e;
}
ul.breadcrumbs li parent {
    font-family: Arial, Helvetica, sans-serif;
    color: #c4b27a;
}
/* Hamburger menu */
.menu {
    background-color: #0e0402;
    color:#fbeabd;
    border: none;
    font-size: 3em;
}
.menu:before {
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 3em;
}
.dropdown-menu {
    background-color: #f5f7dd !important;
}
.dropdown-menu a:link {
    color: #7f5000 !important;
    background-color: #f5f7dd !important;
    font-size: 1em;
    font-weight: bold;
}
.dropdown-menu a:visited {
    color: #7f5000 !important;
    background-color: #f5f7dd !important;
    font-size: 1em;
    font-weight: bold;
}
.dropdown-menu a:hover{
    background-color: #e1e3cb !important;
    color: #c36250 !important;
    font-weight: bold;
    font-size: 1em;
}
/* Merken en fabrikantenknop header */
.factory {
    background-color: #0e0402;
    color:#fbeabd;
    border: none;
}
.factory:before {
    font-size: 2em;
    font-family: FontAwesome;
    content: "\f275"
}
/* Help knop header */
.help {
    background-color: #0e0402;
    color:#fbeabd;
    border: none;
    font-size: 3em;
}
.help:before {
    font-family: FontAwesome;
    content: "\f05a"
}
/* Login pagina's */
#popupbox { 
	margin: 0;
    margin-top: 2%;
	padding-top: 5px;
	height: auto;
	position: absolute; 
	background: #fef7c0;
	color: black;
	font-size: 1.1em;
    border-radius: 10px;
	border: solid #d0c590 3px;
	font-family: Arial, Helvetica, sans-serif;
	visibility: hidden; 
}
