.page-header {
	margin: 6px 0px 20px 0;
}


.demo-container {
	box-sizing: border-box;
	width: 850px;
	height: 450px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.demo-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.btn-toolbar {
	margin-bottom: 20px;
}

.menuknop {
	margin: 4px 12px 8px;
	width: auto;
}

.fullscreen_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 0%;
  background-image: url('../../img/login_teelt.jpg');
}




/*custom code */
p.form-title
{
    font-family: 'Ubuntu' , sans-serif;
    font-size: 36px;
    text-align: left;
    color: #FFFFFF;
    margin-top: 5%;
    text-shadow: 1px 1px 3px #999999;
    font-weight: bold;
}

form
{
    width: auto;
    margin: 0 auto;
}

form.login input[type="text"], form.login input[type="password"]
{
    width: 100%;
    margin: 0;
    padding: 8px 0px;
    background: 0;
    border: 0;
    /*border-bottom: 1px solid #FFFFFF;*/
    outline: 0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #333;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding-left: 10px;
    /*text-shadow: 0px 0px 3px #888;*/
}

form.login input[type="text"]::-webkit-input-placeholder {
  color: #666;
  color: rgba(100, 100, 100, 1);
}

form.login input[type="text"]::-moz-placeholder {
  color: #666;
  color: rgba(100, 100, 100, 1);
}

form.login input[type="text"]::-moz-placeholder {   /* Older versions of Firefox */
  color: #666;
  color: rgba(100, 100, 100, 1);
}

form.login input[type="text"]::-ms-input-placeholder {
  color: #666;
  color: rgba(100, 100, 100, 1);
}

form.login input[type="password"]::-webkit-input-placeholder {
  color: #666;
  color: rgba(100, 100, 100, 1);
}

form.login input[type="password"]::-moz-placeholder {
  color: #666;
  color: rgba(100, 100, 100, 1);
}

form.login input[type="password"]::-moz-placeholder {   /* Older versions of Firefox */
  color: #666;
  color: rgba(100, 100, 100, 1);
}

form.login input[type="password"]::-ms-input-placeholder {
  color: #666;
  color: rgba(100, 100, 100, 1);
}

form.login input[type="submit"]
{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    outline: 0;
    cursor: pointer;
}

form.login input[type="submit"]:hover
{
    transition: background-color 0.5s ease;
}


form.login .remember-forgot
{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
form.login .forgot-pass-content
{
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
form.login label, form.login a
{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

form.login a
{
    transition: color 0.5s ease;
}

form.login a:hover
{
    /*color: #2ecc71;*/
    color: #FFF;
}

.pr-wrap
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}



/*
footer {
	width :100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    background: url("../../img/LOGO_wit.png") left bottom no-repeat;
}
*/



.copy-cont {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  bottom: 0;
}

.wide-bkg-1.bkg-alternate {
  background: #e5e5e5;
}

.copy {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  font-size: 15px;
  color: #626262;
  padding-top: 100px;
  height: 250px;
  padding-bottom: 80px;
  text-align: center;
  background:  url("../../img/LOGO_wit.png") left top no-repeat;
}


#wrapper
{

min-height: 100%;
}

#main
{
	overflow: auto;
	padding-bottom:255px; /* this needs to be bigger than footer height*/
}

.footer
{
position: relative;
margin-top: -100px;  /*negative value of footer height */
height: 100px;
margin-left: 10px;
clear:both;
padding-top:20px;
color:#fff;
background:  url("../../img/LOGO_wit.png") left top no-repeat;
background-position: 50px 0px.
}



.axisLabel {
    position: absolute;
    text-align: center;
    font-size: 12px;
}

.xaxisLabel {
    bottom: 3px;
    left: 0;
    right: 0;
}

.yaxisLabel {
    top: 50%;
    left: 2px;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform:  rotate(-90deg);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}


.ie7 .yaxisLabel, .ie8 .yaxisLabel {
    top: 40%;
    font-size: 36px;
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.0, M12=0.33, M21=-0.33, M22=0.0,sizingMethod='auto expand');
}

[class^="myicon-"], [class*=" myicon-"] {
  display: inline-block;
  width: 15px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 15px 14px;
  background-repeat: no-repeat;
  margin-top: 0;
  vertical-align: text-bottom;
  margin-right: 7px;
}

.myicon-light {
    background-image: url("../../img/sunny.png");
    background-position: center center;
    height: 14px;
    line-height: 14px;
    width: 14px;
}

.myicon-rain {
    background-image: url("../../img/rain.png");
    background-position: center center;
    height: 14px;
    line-height: 14px;
    width: 14px;
}

.myicon-bug {
    background-image: url("../../img/bug.png");
    background-position: center center;
    height: 14px;
    line-height: 14px;
    width: 14px;
}

.myicon-temp {
    background-image: url("../../img/temp.png");
    background-position: center center;
    height: 14px;
    line-height: 14px;
    width: 14px;
}

.myicon-wind {
    background-image: url("../../img/wind.png");
    background-position: center center;
    height: 14px;
    line-height: 14px;
    width: 14px;
}

.myicon-asc {
    background-image: url("../../img/ascendant.png");
    background-position: center center;
    height: 14px;
    line-height: 14px;
    width: 14px;
}

.myicon-offline {
    background-image: url("../../img/offline.png");
    background-position: center center;
    height: 16px;
    line-height: 14px;
    width: 17px;
    vertical-align: text-top;
}

.myicon-online {
    background-image: url("../../img/online.png");
    background-position: center center;
    height: 16px;
    line-height: 14px;
    width: 17px;
    vertical-align: text-top;
}

.myicon-plus {
    background-image: url("../../img/plus.png");
    background-position: center center;
    height: 15px;
    line-height: 14px;
    width: 14px;
    vertical-align: text-top;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: gray !important;
}


@media (min-width: 400px) and (max-width: 991px) {
  .nav > li > a {
    padding: 10px 6px 15px 8px;
  }
}

.btn-default-login {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-primary-menu-left{
  color: #ffffff;
  background-color: #59BDE0;
  border-color: #59BDE0;
}



.btn-primary-menu-left:hover,
.btn-primary-menu-left:focus,
.btn-primary-menu-left:active,
.btn-primary-menu-left.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #3276b1;
}

.btn-primary-menu-left:active,
.btn-primary-menu-left.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary-menu-left.disabled,
.btn-primary-menu-left[disabled],
fieldset[disabled] .btn-primary-menu-left,
.btn-primary-menu-left.disabled:hover,
.btn-primary-menu-left[disabled]:hover,
fieldset[disabled] .btn-primary-menu-left:hover,
.btn-primary-menu-left.disabled:focus,
.btn-primary-menu-left[disabled]:focus,
fieldset[disabled] .btn-primary-menu-left:focus,
.btn-primary-menu-left.disabled:active,
.btn-primary-menu-left[disabled]:active,
fieldset[disabled] .btn-primary-menu-left:active,
.btn-primary-menu-left.disabled.active,
.btn-primary-menu-left[disabled].active,
fieldset[disabled] .btn-primary-menu-left.active {
  background-color: #428bca;
  border-color: #357ebd;
}
