﻿html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  /*overflow: auto;*/
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color:#FFFFFF !important;
  margin-bottom: -230px; /* <- If you change this height... */
}
#footer, #push {
  height: 200px;         /* <- ...then you should also change this height! */
}

body {
  background-color:#f2f5f7;
  font-family: 'Roboto', sans-serif;

  background-repeat:repeat !important;
  background-attachment: fixed;
  background-image: url('/img/bg.jpg');

  /*background-image: url('/img/pattern15.jpg');*/

  /*background-image: url('/img/web_image_03.jpg');
  background-repeat:repeat !important;
  /*background-size:cover;*/
  /*background-position:left center;*/
}

#bar1{
	background-color:#337ab7;color:#FFFFFF;line-height:50px;padding:10px 20px 0 20px;box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
#bar1 a{
	color:#FFFFFF;
	font-size:x-large;
}

#bar1 i{
	color:#FFFFFF;
	font-size:x-large;
}

a{outline:none;}

a:focus {
outline: 0;
}

.contentDiv{
	/*margin-top:70px;*/
	margin-top:135px;
  background-repeat:repeat !important;
  background-attachment: fixed;
  background-image: url('/img/bg.jpg');
}
.box{
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.5);
	background-color:#FFFFFF;
	margin:20px;
	padding:15px;
	border-radius:3px;
}

.contentDivSurvey{
	/*margin-top:70px;*/
	padding-top:10px;
  background-repeat:repeat !important;
  background-attachment: fixed;
  background-image: url('/img/bg.jpg');
}

.boxSurvey{
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.5);
	background-color:#FFFFFF;
	margin:0;
	padding:15px;
	border-radius:3px;
}

.status-1{
	box-shadow:none !important;
	background-color:rgba(255, 255, 255, 0.5);
	color:#555555 !important;
}
.status-1>div{
	color:rgba(40, 40, 40, 0.7);
}
.status0>dl>dt{
font-size:large;
}
.status0 .itemtext{
		color:orangered;
}
.status1{
	box-shadow:none !important;
	background-color:rgba(255, 255, 255, 0.9);
}
.status1>div{
		color:#337ab7;
}

.progtitle{
	font-weight:500;
	box-shadow:none;
	text-shadow:none;
}

dt{
	font-weight:500;
}
dd{
	font-weight:300;
}


/** {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}*/

md-radio-button .md-off{
	border-radius:50% !important;
}
md-radio-button .md-on{
	border-radius:50% !important;
}
