/* ---------- GENERAL ---------- */
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
*:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body {
   background: url(PrayerReporting.png);
  background-repeat:no-repeat;
  background-position:50% 1%;
  color: #999;
  font:  sans-serif;
  font-family: "Times New Roman",Times,serif;
  margin: 0 !important;
}



h3 {
  margin: 0;
}

a {
  color: #999;
  text-decoration: none;
}

a:hover {
  color: #C5000A;
  text-decoration: none;
}

fieldset {
  border: none;
  margin: 0;
}

input {
  border: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  
}

input:focus {
  outline: none;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}

.container {
  /*left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);*/
		 margin:5% auto;
		 width:25%;
		 min-width:275px;
}

.container2 {
		 margin:0% auto;
		  width:25%;
		  min-width:310px;
}
/* ---------- LOGIN-FORM ---------- */
#login-form {
  width: 100%;
  margin-top:25px;
}

#login-form h3 {
  background-color: #282830;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}

#login-form fieldset {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 20px 10px 5px 10px;
  position: relative;
  width:100%;

}

#login-form fieldset:before {
  background-color: #fff;
  content: "";
  height: 8px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

#login-form input {
  font-size: 14px;
}

#login-form input[type="text"],
#login-form input[type="password"],
#login-form input[type="date"]{
  border: 1px solid #dcdcdc;
  padding: 5px 10px;
  width: 50%;
}

#login-form input[type="text"],
#login-form input[type="date"] {
  border-radius: 3px 3px 0 0;
}

#login-form input[type="password"] {
  border-top: none;
  border-radius: 0px 0px 3px 3px;
}

#login-form input[type="submit"],
#login-form input[type="button"] {
  background: #282830;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-weight: bold;
  margin-top: 20px;
  padding: 12px 20px;
}

#login-form input[type="submit"]:hover,
#login-form input[type="button"]:hover {
  background: #C5000A;
}

#login-form footer {
  font-size: 12px;
  margin-top: 16px;
}

.info {
  background: #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 20px;
}

.win
{
	margin:1px;
	background:#C5000A;
	color:#FFFFFF;
	display:inline;
	font-size:24px;
	border:1 px solid #C5000A;
	border-radius:5px;
	
}

.pos
{
	color:#000000;
	display:inline;
	font-size:24px;
}

.text
{
	color:#000000;
	display:inline;
	font-size:24px;
}

.title
{
	/*left: 50%;
  position: fixed;
  top: 10%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
		  margin:1%;*/
}

.checkboxcontainer 
{ 
	border:2px solid #ccc; 
	min-width:290px; 
	height: 150px;
	min-height: 100px;
	max-height:450px;
	overflow-y: scroll;
	resize:vertical;
}

.from
{
margin-left:3%;
font-size:18px;
display:inline-block;
width:13%;
}

::-webkit-input-placeholder {
   color: grey;
   font-style:italic;
}

:-moz-placeholder { /* Firefox 18- */
   color: grey;
   font-style:italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: grey;
	font-style:italic;	   
}

:-ms-input-placeholder {  
   color: grey;  
   font-style:italic;
}

.menubut
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-size:15px !important;
}

footer{
	color: black;
	margin-top:20px;
}

.row
{
	margin-left:5px;
	margin-right:5px;
}

.buttonPass
{
	margin-top:50px !important;
}

.inputPass
{
	width:100% !important;
	margin-left:auto;
	margin-right:auto;
	font-size:20px;
}