.ui-dialog .ui-resizable-se {
    background-image: url("");
}
.ui-icon { background-image: url("") !important; }

html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

@font-face {
  font-family: 'Star-Trek-BT';
  src: url('../font/Star-Trek-BT.woff') format('woff'), /* Modern Browsers */
       url('../font/Star-Trek-BT.ttf')  format('truetype'); /* Safari, Android, iOS */
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.flash-success {
    background: #8AC48A;
    color: white;
    padding: 10px;
    vertical-align: middle;
}


.flash-error {
    background: red;
    color: white;
    padding: 20px;

}

.topbar-default {
    background: black;
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    height: 34px;
    padding: 5px;
    color: white;
}



.topbar-spacing {
    position: static;
    background: #DCDCDC;
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
    width: 100%;
    z-index: 0;
    height: 34px;
    
}

.main {
    background: #FFFFFF;
    display: grid;
    grid-template-columns: 1fr 5fr;
    padding: 5px;
}
.main_page {
    z-index: 1; 

}

.background_1 {
    background-image: url('../img/background/background_bulb.jpg');

    width: 100%;
    height: 100%;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.white_background {
    
    background: rgba(255, 255, 255, .95);
    border: 10px solid white;
}

.black_background {
    
    background: rgba(0, 0, 0, 1);

}

.verdeling {
    display: grid;
    grid-template-columns: 3fr 2.5fr 0.5fr;
    padding: 5px;
} 

.margin-10 {
    
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 16px;
}




.overview-item {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr 1fr;
    border: 1px solid black;
    padding: 15px;
    margin-top: 0px;
    border-bottom: none;
}


.view-item {
    display: grid;
    color: black;
    grid-template-columns: 1fr 2fr;
    border: 1px solid black;
    padding: 15px;
    margin-top: 0px;
    border-bottom: none;
}

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}


#barcodevideo, #barcodecanvas, #barcodecanvasg {
	height: 400px;
}	

#barcodecanvasg {
	position: absolute;
	top: 0px;
	left: 0px;
}

#result {
	font-family: verdana;
	font-size: 1.5em;
}

#barcode {
	position: relative;
}	

#barcodecanvas {
	display: none;
}

