@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600&amp;subset=latin-ext";

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size:16px;
	

}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background: #f9f9f9 url('/images/bg.jpg') no-repeat center top;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.footer .container {
  width: auto;
  max-width: 680px;
  padding: 0;
  margin:0 auto;
}
.footer .container .text-muted {
  margin:  0 auto;
  padding:0;
  display:block;
}

.footer .container .text-muted  p{
	margin: 20px 0 0 0;
	padding:0;
}


/*  bootstrap ovveride*/
input.form-number {
    padding-left: 2px;
    padding-right: 6px;
	text-align:right;
}


/*  bootstrap ovveride*/

.btn-primary {
  color: #fff;
  background-color: #d800d8;
  border-color: #bf00bf;
  margin:0 1px;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #000000;
  background-color: #FF00FF;
  border-color: #943b00;
}
.btn-primary:hover {
  color: #fff;
  background-color: #FF00FF;
  border-color: #bf00bf;
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #FF00FF;
  border-color: #bf00bf;
}
