@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.eot');
    src: url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.eot?#iefix') format('embedded-opentype'), url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.woff2') format('woff2'), url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.woff') format('woff'), url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.ttf') format('truetype'), url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/FrameworkResources/fonts/Material-Icons/MaterialIcons-Regular.eot');
    /* For IE6-8 */
    src: url('/FrameworkResources/fonts/Material-Icons/MaterialIcons-Regular.woff2') format('woff2'), url('/FrameworkResources/fonts/Material-Icons/MaterialIcons-Regular.woff') format('woff'), url('/FrameworkResources/fonts/Material-Icons/MaterialIcons-Regular.ttf') format('truetype');
}
body{
	font-family: 'Roboto', sans-serif;
	color: rgb(117, 117, 117);
	font-weight:normal;
	font-size:11px;
	text-align:left;
	background-color:#eee;
}

div.center {
  background-color: white;
  background: -moz-linear-gradient(center top, #F5F5CD 0%, #FEFEEF 30%, #FEFEEF 70%, #F5F5CD 100%) repeat scroll 0 0 transparent;
  border-color: #ddd;
  border-radius: 10px 10px 10px 10px;
  border-spacing: 5px;
  border-width: 1px;
  box-shadow: 5px 5px 5px lightgray;
  padding: 20px;
  margin: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  z-index: 1;
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  position: absolute;
	left: 50%;
	top: 20%;
	text-align:left;
  width: 450px;
  height: 350px;
	margin-left: -201px;
}

td input{
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.12);
  display: inline-block;
  margin: 0;
  padding: 4px 0;
  background: 16px;
  text-align: left;
  color: rgb(117, 117, 117);
  margin-left: 5px;
}
input:focus {
    border: none;
    outline: none;
    border-bottom: 2px solid rgba(0, 0, 0, .20);
    border-color: #009688 !important;
}
table{
	font-size:11px;
	color:gray;
}

select:focus, textarea:focus, input:focus {
}


a:link,
a:active,
a:visited{
	text-decoration:none;
  color: #424242;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    color: rgb(117, 117, 117)
}

html { 
  background: url(/Resources/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}