font-size/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
}
    /* flip the pane when hovered */
/*        .flip-container:hover .flipper, .flip-container.hover .flipper {
        transform: rotateY(180deg);
    }
*/
.body{
    height: 100%;
    display: contents;
    flex-wrap: wrap;
    justify-content: center;
}
.video{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    position: absolute;
}
.flip-container, .front, .back {
    width: 320px;
    height: 480px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}
.myvideo{
    position: absolute;
	width: 100%;
	height: 100%;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-height: 86%;
    max-width: 100%;
    margin-top:20px;
	margin-left: auto;
	margin-right: auto;
}
.video-container {
	position:inherit;
	padding-bottom:56.25%;
	padding-top:60px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:90%;
}
.it {
	font-style:italic;
	font-size: 1.3em;
	}
.gg {
	font-style:normal;
	font-size: 1.3em;
	}
.wrapper {
		text-align: center;
	}
#txt{
	 min-width:60%;
	 max-width:60%;
	 }

@media only screen and (max-width: 400px) {
  #txt{
	 min-width:90%;
	 max-width:90%;
	 }
}

.
	.wrapper {
		text-align: center;
	}
	.hide {
    left: -9999px !important;
    position: absolute !important;
    visibility: hidden;
    z-index: -500;
    top: -9999px;
}

.carousel {
  /* any dimensions are fine, it can be responsive with max-width */
  width: 100%;
  height: 50%;
}

.carousel-inner {
  /* make sure your .items will get correct height */
  height: 100%;
}
.carousel-caption {
      max-width: 50%;
      padding: 0 20px;
      margin:0 auto;
      margin-top: 100px;
      margin-bottom: 100px;
      text-align:center;
}
.item {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.center-top {
	text-align: center;
	vertical-align: middle;
	line-height: 54px;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .01s ease;
	   -o-transition: height .01s ease;
		  transition: height .01s ease;
}
.dim-screen {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 0;
  height: 0;
  z-index: 10;
}

.center {
	text-align:center;
}
.middle-widest {
	margin: auto;
	max-width: 45em;
	min-width: 45em;
}
.middle-wide {
	margin:auto;
	max-width:400px;
	min-width:200px;
}
.middle {
	margin:auto;
	max-width:300px;
	min-width:300px;
}
.Xmiddle {
	margin:auto;
	max-width:80em;
	min-width:80em;
}
.well-mobile {
    background-color:#42436c;
	margin-left:4%;
    min-height:35px;
    padding:0;
    margin-bottom:5px;
    text-align:center;

    line-height:35px;
}
.well-text-mobile {
	font-size:16px;
	color:white;
	text-align:center;
}
.well {
	float:left;
	width:15%;
	height:100px;
    background-color:#42436c;
	margin-left:4%;
    margin-top: 80px;
    text-align:center;
}
.well-header {
	font-weight:bold;
	font-size:20px;
	color:darkblue;
	text-align:center;
}
.well-text {
	font-weight:bold;
	font-size:20px;
	color:white;
	text-align:center;
}
.well-text:hover {
	color:Aliceblue;
}
.well-header-large {
	font-weight:bold;
	font-size:60px;
	color:darkblue;
	text-align:center;
}
.basket {
	width:100%; 
	height:75px;
	margin-bottom:5px; 
/*    border: 1px solid;*/
	border-color: lightgray;
	border-radius: 4px;
	float:left;

}
@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}.navbar-brand {
	padding:0;
}
.navbar-header{
	background-color:#42436c; /* 6e85a8;*/
	color: white;
}
.navbar-inverse .navbar-nav > li > a {
	color:white;
	float:none;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color:#42436c; /* 6e85a8;*/
	color: lightblue;
}

.wijenga-nav:hover, .wijenga-nav:focus {
	background-color: #42436c; /* 6e85a8;*/
	color: lightblue;
}
.wijenga-nav-bottom:hover, .wijenga-nav-bottom:focus {
	background-color: #42436c; /* 6e85a8;*/
	color: lightblue;
}
.wijenga-nav-bottom{
	background-color:transparent;
	color: white;
	padding-right:20px;
}
.navbar-main > li > a:hover, .navbar-main > li > a:focus {
	background-color:#42436c; /* 6e85a8;*/
	color: lightblue;
}
.dropdown-menu {
	background-color: aliceblue;
	color:darkblue;
}
 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
			background-image:none !important;
 }
 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
			background-color:white;
			color:darkblue;
 }
.navbar-main > li > a{
   font-weight:normal;
   font-size:20px;
   background-color:#42436c;
   color:white;
}
.bnavbar-collapse{
   font-weight:normal;
   background-color:#42436c;
   color:white;
 }
.nav li {
  color:white;
}
.navbar > li > a{
   font-weight:normal;
   color:white;
 }

btn.wijenga-nav> li > a{
   font-weight:normal;
   font-size:20px;
   background-color:#42436c;
   color:white;
 }

.nav-tabs > li.active {
	background-color:aliceblue;
}
.nav-tabs > li >a{
	background-color: aliceblue;
	border: medium none;
}
.tab-container {
	margin:auto;
	min-width:22em; 
	max-width:40em;
}
.tab-content > .active{
	display: block;
	border-top:0;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-style: solid;
	border-color: lightgray;
	background-color: transparent;
	border-radius: 0 4px 4px 4px;
	padding-left:10px;
	padding-right:4px;
	padding-top:10px;
}
.text-center {
	max-width: 100%;
	overflow:hidden;
	text-align:center;
}
.catdescr {
    margin: auto;
    max-width: 75%;
    font-size: 20px;
}
.catdescrmobile {
    margin: auto;
    max-width: 95%;
    font-size: 16px;
}
.headimage {
	width:100%;
	height:200px;
    background-image:url('/images/mobilelanding.jpg');
	
}
.regbutton {
    display: flex;
    justify-content: center;
}
.architectimage {
	width:100%;
    background-image:url('/images/AR1.jpg');
}
tab-content {
    background-color:aliceblue;
}
.lightblue {
	background-color:aliceblue;
}
.orange {
	background-color:#ec6525;
}
.blue {
	background-color:#42436c;
}
.gray {
	background-color:black;
}
.darkblue {
	background-color:#262641;
}
.full {
	width: 100%;
	text-align:center;
}
.btn-dialog {
	color:black;
	border-color:black;
}
.btn-default {
	background-color:#ec6525; /*#dc6b2f;*/
	color:white;
	border-color:black;
}
html,
body {
	margin:0;
	padding:0;
	background-color:aliceblue;
	height:100%;
}
.form-control {
	padding:2px 2px;
	height:2.2em;
}
.navbar {
	 z-index: 9999;
}
.sidebar-nav .navbar ul {
float: left;
display: block;
}
.sidebar-nav .navbar li {
float: none;
display: block;
}
.sidebar-nav .navbar li a {
padding-top: 5px;
padding-bottom: 5px;
}
.active {
	color: white;
	background-color: #828193;
}
.navbar-main-smaller-font > li > a:hover, .navbar-main-smaller-font > li > a:focus{
/*    background-color:#42436c;  6e85a8;*/
	background-color:#828193;
	color: white;
}
.navbar-main-smaller-font > li.active a{
/*    background-color:#42436c;  6e85a8;*/
	background-color:#828193;
	color: white;
}
.navbar-main-smaller-font > li > a{
   font-weight:normal;
   font-size:16px;
   margin-bottom:0;
   background-color:#42436c;
   color:white;
 }
.container-footer{
   font-weight:normal;
   margin-bottom:0;
   background-color:#42436c;
   color:white;
 }
.field-validation-error {
  display: block;
}
.validation-summary-errors{
  display: block;
}
::-webkit-inner-spin-button 
{
	display: none; /* Hide the button */
	-webkit-appearance: none; /* turn off default browser styling */
	-moz-appearance: none; /* turn off default browser styling */
}
.wijenga-box {
	text-align:center; 
	position:absolute;
	left:680px;
	top:6.3em;
	width: auto;
	height: auto;	
	padding-left:0;	
	padding-right:0;
	margin-left: 2em;
}
.wijenga-leftbox {
	position:absolute;
	left:0;
	top:35px;
	width: auto;
	height: auto;
	padding-left:0;
	padding-right:0;
	margin-left: 2em; 
}

.wijenga-rightbox {
	position:absolute;
	left:320px;
	top:35px;
	width: auto;
	height: auto;
	padding-left:0;
	padding-right:0;
	padding-bottom:70px;
	margin-left: 2em; 
}

.wijenga-adapt {
	width:auto;
	padding-left:0;
	padding-right:0;
	margin: 0 auto; 
	display:table;
}
.wijenga-buy-button:hover, .wijenga-buy-button:hover {
	background-color:aliceblue; /* 6e85a8;*/
	color: black;

}
.wijenga-buy-button {
	font-size:small;
}

.wijenga-pel{
	margin : 0;
	display:block;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	margin-bottom :5px;
	width: auto;
	height : auto;
}

.wijenga-panel{
	min-width:95%;
	max-width:95%;
	margin-bottom: 10px;
	margin-left:2.5%;
/*	display:inline-table;*/
	border-width: 1px;
	border-style:solid;
	border-color:silver;
	width: auto;
	padding: 3px 3px 3px 5px;
	border-radius:4px;
	background-color: white;
	box-shadow: 1px 1px gray;

}
.wijenga-panel-flex{
	margin : 0;
	display:flex;
	outline-width: 1px;
	outline-style:solid;
	outline-color:lightgray;
	width: auto;
	height : 5em;
}
.panel-body{
  display:block;

}
.form-group{
	margin-left:0;
}
.wijenga-wait{
	left:80px;
	top:18px;
	float:left;
}

.wijenga-wait3{
	width:48px;
	height:48px;
	margin: auto;
	text-align: center;
	position: absolute;
}
.wijenga-waitx{
	font-size: 2.5em;
	margin: auto;
	text-align: center;
	position: absolute;
}
.glyphicon-repeat-animate {
	-webkit-animation: spinWebkit 1s infinite linear;
	-moz-animation: spinMoz 1s infinite linear;
}
.wijenga-spinner {
  max-width: 280px;
  min-width: 30px;
  margin-left:10px;
}
.wijenga-spinner input {
  text-align: right;
}
.panel-body {
	padding-left:0;
	padding-right:0;
	padding: 2px;

}
.popover-help {
	border-radius: 5px; 
	background-color: #AED19D;
	max-width : 30em;
}


.popover-help.bottom .arrow:after {
	border-top-color: #AED19D;
}
.popover-help.top .arrow:after {
	border-top-color: #AED19D;
}

.popover-content-help {
	background-color: #AED19D;
	color: black;
	font-size:12px;
	font-weight:normal;
	padding-left: 5px;
	padding-right: 5px;
}
.popover-danger {
	border-radius: 5px; 
	background-color: #fa8a8a; 
	max-width : 30em;
}
.popover-danger.top .arrow:after {
  border-left-color:#fa8a8a; 
  border-top-color:#fa8a8a; 
}
.popover-danger.bottom .arrow:after {
  border-left-color:#fa8a8a; 
  border-top-color:#fa8a8a; 
}
.popover-danger.right .arrow:after {
  border-right-color:#fa8a8a; 
}
.popover-content-danger {
	color: black;
	font-size:12px;
	background-color: #fa8a8a;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}    

.wijenga-tabs{
	min-width: 30em;
}
.wijenga-invalid {
	font-style:normal;
	color:red;
	border-color : #fa8a8a; 

}
.wijenga-projectdescr{
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-size:14px;
	font-weight:normal;
	color:black;
	text-align :left;
	overflow: hidden;
/*	white-space: nowrap;
	text-overflow: ellipsis;*/
}
.wijenga-already{
	font-size:14px;
	font-weight:bold;
	color:green;
}
.wijenga-text{
  font-size:16px;
  font-weight:bold;
  color:black;
  text-align: center;
  margin-left:0; 
}
.wijenga-text-small{
  font-size:14px;
  font-weight:bold;
  color:black;
  text-align: center;

}
.wijenga-text-xsmall{
  font-size:11px;
  font-weight:normal;
  color:black;
  margin-left:0; 
}
.wijenga-checkbox {
	transform: scale(1.3);
	margin-bottom: 0;
	cursor: default;
	max-width: 1em;
	min-width: 1em;
	margin-top: 8px;
	margin-right:5px !important;
	float:left;
}
	
.wijenga-checkboxlabel {
	display:inline-block;
	padding-left:15px;
	text-indent:-15px;
	font-weight: bold;
	font-size:small;
}
.wijenga-select {
	height:8em;
	min-width: 20em;
	max-width: 20em;
	margin-bottom : 0;
	margin-top : 3px;
	display:block;
}
.wijenga-select-wide {
	height:8em;
	min-width: 40em;
	max-width: 40em;
	margin-bottom : 0;
	margin-top : 3px;
	display:block;
}
.wijenga-select-xwide {
	height:8em;
	min-width: 60em;
	max-width: 60em;
	margin-bottom : 0;
	margin-top : 3px;
	display:block;
}
.wijenga-auto {
	margin:auto;
}
.wijenga-dropdown large {
	height:45px;
	font-size: 18px;
	min-width: 20em;
	max-width: 20em;
	margin-bottom :0;
	margin-top : 3px;
	display:block;
}
.wijenga-dropdown {
	height:30px;
	min-width: 20em;
	max-width: 20em;
	margin-bottom : 0;
	margin-top : 3px;
	display:block;
	/*background-color:transparent;*/
	border-color:gray;
}
wijenga-terms {
	width:80em;
	height:20em;
	border:1px solid #ccc;
	padding:6px;
	overflow:auto;
}
label {
	margin-bottom: 0;
	margin-top: 5px;
}
.wijenga-security-label {
	margin-bottom: 0;
	vertical-align: middle;
	margin-top: 24px;
	font-weight: normal;
	text-align : left;
	display:inline-block;
	color:darkblue;
}
.wijenga-browse-label {
	margin-bottom: 0;
	vertical-align: middle;
	margin-top: 8px;
	font-weight: normal;
	text-align: left;
	display: inline-block;
	color: darkblue;
}
.wijenga-label {
	margin-bottom: 0;
	vertical-align: middle;
	margin-top:5px;
	font-weight: normal;
	text-align : left;
	display:inline-block;
	color:darkblue;
}
.wijenga-label-footer:hover {
	background-color:#42436c; /* 6e85a8;*/
	color: lightblue;
}
.wijenga-label-footer {
	margin-bottom: 0;
	vertical-align: middle;
	margin-top:0;
	font-weight: normal;
	text-align : left;
	display:inline-block;
	color:white;
}
.wijenga-label-box {
	float:left;
	margin: 3px 4px 0 4px;
	vertical-align: middle;
	font-weight: normal;
	text-align : left;
	color:darkblue;
	border-style:solid;
	border-color:gray;
	padding:2px 5px 2px 5px;
	border-width:thin;
	border-radius:4px;
}
.bold {
	font-weight: bold;
}
.wijenga-security_btn {
	float: right;
	margin-top: 18px;
	margin-right: 2px;
}
.normal {
	font-weight: normal;
}
.multiselect {
	width:20em;
	height:15em;
	border:solid 1px #c0c0c0;
	overflow:auto;
}
 
.multiselect label {
	display:block;
}
 
.multiselect-on {
	color:#ffffff;
	background-color:#000099;
}
/* Required to avoid jquery tabs flicker when page load*/
.ul.tabs{display:none}
.dropdown-menu { width: 100%; text-align: left; }
.wijenga-help {
	vertical-align: middle;
	height: 30px;
	width: 30px; 
	
}
.wijenga-error{  
	border-color:Red;
	border-style:solid;
	border-width:1px; 
}  
.wijenga-valid{  
	border-color:Green;
	border-style:solid;
	border-width:1px; 
}
.wijenga-container {
	margin-top:5px;
	position:absolute; 
	display:inline-block;
	min-width:35em; 
	max-width:35em;
	vertical-align: top;
}
.container {
/*	height: 100%;
	display:table;*/
	margin-left:auto;
	margin-right:auto;
  
}
.container-center-contents {
	height: 100%;
	display:table;
	margin-left: 10px;
	margin-right:0;
	text-align:left;
	float:left;
}
.container-outlined {
	min-height: 20%;
	min-width : 20em;
	max-width : 20em;
	border-color:#ccc;
	border-style:solid;
	border-width:1px; 
	text-align:center;
}
.hiddens{ display:none; }
.form-group {
  margin-bottom: 2px;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input{
	min-width: 20em;
	max-width: 20em;
	margin-bottom: 0;
	margin-left: 0;
	vertical-align: middle;
	color:black;
}
.smallheight {
	height:6em
}
.xlarge{
	min-width: 30em;
	max-width: 30em;
}
.large{
	min-width: 23em;
	max-width: 23em;
}
.small{
	min-width: 16em;
	max-width: 16em;
}

.xsmall{
	min-width: 12em;
	max-width: 12em;
}
.xxsmall{
	min-width: 6em;
	max-width: 6em;
}
.xxxsmall{
	min-width: 3em;
	max-width: 3em;
}
/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
	display:inline-block;
	content: "[";
	padding-right: 0.5em;
}
.btn-bracketed::after {
	display:inline-block;
	content: "]";
	padding-left: 0.5em;
}
.wrapper {
	padding: 0;
	position:relative;
	/* 50px header + 50px footer = 100px  calc(100vh - 100px);*/
}
.footer {
	background:#42436c;
	width:100%;
	height:50px;
	left:0;
	bottom:0;
	right:0;
	position:absolute;
}
@media only screen and (orientation:portrait){

  #cont {

   height: 100vw;

   -webkit-transform: rotate(90deg);

   -moz-transform: rotate(90deg);

   -o-transform: rotate(90deg);

   -ms-transform: rotate(90deg);

   transform: rotate(90deg);

  }

}

@media only screen and (orientation:landscape){

  #cont{

  -webkit-transform: rotate(0deg);

  -moz-transform: rotate(0deg);

  -o-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  transform: rotate(0deg);

   }