﻿/* Virtual Vision Cascading Style Sheet - Datadestroyers */

/* Show scrollbar */
html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

/* shadow hover voor tech box */
.vv-btn{cursor:pointer;}
.vv-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}

/* hyperlinks */
.modallink {color: #22739A;text-decoration:none;font-weight:bold;}
.modallink:hover {color: #2EACE6;text-decoration:none;}

/* crumbs */
.crum {color: #22739A;text-decoration:none;font-weight:bold;}
.crum:hover {color: #2EACE6;text-decoration:none;}

/* voor document selectie bij oa producten */
.docselect:hover {background-color:#2EACE6!important;text-decoration:none;}

/* selectie in tabellen oa productoverzichten */
.tabelselect {color: #22739A;text-decoration:none;font-weight:bold;}
.tabelselect:hover {background-color:#2EACE6!important;text-decoration:none;}

/* tech tabellen */
.tabletech {text-decoration:none;font-weight:normal;}
.tabletechindex {text-decoration:none;font-weight:bold;}

/* diversen bar en header kleuren */
.vv-blue {background-color:#22739A;color:white;position:relative;}
.vv-red {background-color:#6B0B0E;color:white;position:relative;}
.vv-bar {background-color:#BACCD6;color:002157;}
.vv-select {background-color:#012A3F;}
.vv-head {color:#0A2736;}

/* marge instellen voor top bars in oa productoverzichten */
.vv-marge {margin:2px;}

/* instellen Body */
body {background-color:#FFFFFF;}

p {line-height: 1.5;}
div {line-height: 1.5;}

/* Google Translate box */
#google_translate_element {position:absolute;top:9px;right:52px;z-index:1;}

/* override voor w3ccs default hover button  */
.w3-button:hover{color:#000!important;background-color:#2EACE6!important}
