﻿.fancyh1.ng-hide {
    min-height: 39px;
    display: block !important;
    visibility: hidden;
}

.background{
	background-image: url("../images/dusty.jpg");	
}

.sel {
    color:blue !important;
}

.error {
	color:red !important;
}

.goFullScreen{
	background: url("../images/baseline_fullscreen_black_18dp.png") no-repeat center;
	padding-left:10px;	
}
.goMininimized{
	background: url("../images/baseline_fullscreen_exit_black_18dp.png") no-repeat center;
   padding-left:10px;
}

html {
	background-image: url("../images/dusty.jpg");
}

 html,
 body {
    height: 100%;
  }  